Trace number 206714

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JCSP-CACHED 1.7 RC BF3? (MO) 1763.03 1759.09

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-6_ext.xml
MD5SUM1d6ae9698ff97a2707a045a26f8d044a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3 CACHED
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/206714-1168176949/unknown.xml
0.21	c reading problem ... 
0.37	c reading problem named ?
0.37	c reading domains done.
0.37	c reading variables
c reading variables (28) done.
0.40	c reading relations
c reading relations (93) done.
4.26	c reading constraints
c reading constraints done.
6.15	c ... done. Wall clock time 5.943s.
6.15	c CPU time (experimental) 4.8s.
6.15	c #vars     784
6.15	c #constraints  1290245
1758.95	c starts		: 21
1758.95	c conflicts		: 678734
1758.95	c decisions		: 1200252
1758.95	c propagations		: 43360491
1758.95	c inspects		: 3929176168
1758.95	c learnt literals	: 0
1758.95	c learnt binary clauses	: 0
1758.95	c learnt ternary clauses	: 259
1758.95	c learnt clauses	: 678718
1758.95	c root simplifications	: 0
1758.95	c removed literals (reason simplification)	: 0
1758.95	c reason swapping (by a shorter reason)	: 0
1758.95	c Calls to reduceDB	: 0
1758.95	c speed (decisions/second)	: 684.7665721506855
1758.95	c non guided choices	234
1758.95	s UNKNOWN
1758.95	c Total wall clock time (in seconds) : 1758.735
1758.95	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node38/watcher-206714-1168176949 -o ROOT/results/node38/solver-206714-1168176949 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206714-1168176949/sat4jCSP-bf3-cached.jar /tmp/evaluation/206714-1168176949/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 1.24 1.63 3/65 17234
/proc/meminfo: memFree=1766296/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=1784 CPUtime=0
/proc/17233/stat : 17233 (java) D 17231 17233 15829 0 -1 0 166 0 0 0 0 0 0 0 19 0 1 0 166094613 1826816 137 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17233/statm: 446 137 102 14 0 91 0

[startup+0.103727 s]
/proc/loadavg: 0.92 1.24 1.63 3/65 17234
/proc/meminfo: memFree=1766296/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=902784 CPUtime=0.08
/proc/17233/stat : 17233 (java) R 17231 17233 15829 0 -1 0 3357 0 1 0 7 1 0 0 24 0 12 0 166094613 924450816 3117 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 9073628 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17233/statm: 225696 3117 1572 14 0 212224 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 902784

[startup+0.51181 s]
/proc/loadavg: 0.92 1.24 1.63 3/65 17234
/proc/meminfo: memFree=1766296/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=906200 CPUtime=0.73
/proc/17233/stat : 17233 (java) R 17231 17233 15829 0 -1 0 6527 0 1 0 70 3 0 0 18 0 12 0 166094613 927948800 6000 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053870926 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17233/statm: 226550 6000 2304 14 0 212987 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 906200

[startup+1.33297 s]
/proc/loadavg: 0.92 1.24 1.63 2/76 17245
/proc/meminfo: memFree=1721856/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=909872 CPUtime=1.95
/proc/17233/stat : 17233 (java) R 17231 17233 15829 0 -1 0 23531 0 1 0 184 11 0 0 17 0 12 0 166094613 931708928 21913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054279445 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17233/statm: 227468 21913 2330 14 0 213905 0
[pid=17233/tid=17235] ppid=17231 vsize=909872 CPUtime=0.01
/proc/17233/task/17235/stat : 17235 (java) S 17231 17233 15829 0 -1 64 437 0 0 0 1 0 0 0 16 0 12 0 166094616 931708928 21913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=909872 CPUtime=0.01
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15829 0 -1 64 334 0 0 0 1 0 0 0 16 0 12 0 166094616 931708928 21913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17237] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15829 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 166094618 931708928 21913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17238] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15829 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166094619 931708928 21913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166094619 931708928 21913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 166094622 931708928 21913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15829 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 166094622 931708928 21913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17242] ppid=17231 vsize=909872 CPUtime=0.48
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15829 0 -1 64 1745 0 0 0 47 1 0 0 16 0 12 0 166094622 931708928 21913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17243] ppid=17231 vsize=909872 CPUtime=0.47
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15829 0 -1 64 1351 0 0 0 47 0 0 0 16 0 12 0 166094622 931708928 21913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15829 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 166094622 931708928 21913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166094622 931708928 21913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 909872

[startup+2.98229 s]
/proc/loadavg: 0.92 1.24 1.63 2/76 17245
/proc/meminfo: memFree=1675904/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=909872 CPUtime=3.79
/proc/17233/stat : 17233 (java) R 17231 17233 15829 0 -1 0 29338 0 1 0 365 14 0 0 19 0 12 0 166094613 931708928 27539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054248054 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17233/statm: 227468 27539 2334 14 0 213905 0
[pid=17233/tid=17235] ppid=17231 vsize=909872 CPUtime=0.2
/proc/17233/task/17235/stat : 17235 (java) S 17231 17233 15829 0 -1 64 3069 0 0 0 20 0 0 0 16 0 12 0 166094616 931708928 27539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=909872 CPUtime=0.2
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15829 0 -1 64 3473 0 0 0 18 2 0 0 16 0 12 0 166094616 931708928 27539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17237] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15829 0 -1 64 34 0 0 0 0 0 0 0 17 0 12 0 166094618 931708928 27539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17238] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15829 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166094619 931708928 27539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166094619 931708928 27539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 166094622 931708928 27539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15829 0 -1 64 4 0 0 0 0 0 0 0 16 0 12 0 166094622 931708928 27539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17242] ppid=17231 vsize=909872 CPUtime=0.48
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15829 0 -1 64 1750 0 0 0 47 1 0 0 17 0 12 0 166094622 931708928 27539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17243] ppid=17231 vsize=909872 CPUtime=0.48
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15829 0 -1 64 1351 0 0 0 48 0 0 0 16 0 12 0 166094622 931708928 27539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15829 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 166094622 931708928 27539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=909872 CPUtime=0
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166094622 931708928 27539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 909872

[startup+6.28193 s]
/proc/loadavg: 0.93 1.23 1.62 2/76 17245
/proc/meminfo: memFree=1608960/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=913388 CPUtime=8.03
/proc/17233/stat : 17233 (java) R 17231 17233 15829 0 -1 0 49173 0 1 0 777 26 0 0 19 0 13 0 166094613 935309312 43508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054381742 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17233/statm: 228347 43508 2344 14 0 214784 0
[pid=17233/tid=17235] ppid=17231 vsize=913388 CPUtime=0.89
/proc/17233/task/17235/stat : 17235 (java) S 17231 17233 15829 0 -1 64 9305 0 0 0 85 4 0 0 18 0 13 0 166094616 935309312 43508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=913388 CPUtime=0.88
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15829 0 -1 64 17007 0 0 0 79 9 0 0 17 0 13 0 166094616 935309312 43508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17237] ppid=17231 vsize=913388 CPUtime=0
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15829 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 166094618 935309312 43508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17238] ppid=17231 vsize=913388 CPUtime=0
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15829 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166094619 935309312 43508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=913388 CPUtime=0
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166094619 935309312 43508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=913388 CPUtime=0
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 166094622 935309312 43508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=913388 CPUtime=0
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15829 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 166094622 935309312 43508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17242] ppid=17231 vsize=913388 CPUtime=0.67
/proc/17233/task/17242/stat : 17242 (java) R 17231 17233 15829 0 -1 64 1767 0 0 0 66 1 0 0 16 0 13 0 166094622 935309312 43508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151697445 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17243] ppid=17231 vsize=913388 CPUtime=0.64
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15829 0 -1 64 1359 0 0 0 64 0 0 0 16 0 13 0 166094622 935309312 43508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=913388 CPUtime=0
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15829 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 166094622 935309312 43508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=913388 CPUtime=0
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166094622 935309312 43508 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 913388

[startup+12.7742 s]
/proc/loadavg: 0.93 1.23 1.62 2/77 17246
/proc/meminfo: memFree=1576576/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=914216 CPUtime=15.14
/proc/17233/stat : 17233 (java) R 17231 17233 15829 0 -1 0 55873 0 1 0 1485 29 0 0 25 0 13 0 166094613 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054399449 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17233/statm: 228554 49574 2357 14 0 214991 0
[pid=17233/tid=17235] ppid=17231 vsize=914216 CPUtime=1.15
/proc/17233/task/17235/stat : 17235 (java) S 17231 17233 15829 0 -1 64 13307 0 0 0 109 6 0 0 16 0 13 0 166094616 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=914216 CPUtime=1.14
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15829 0 -1 64 19529 0 0 0 104 10 0 0 19 0 13 0 166094616 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17237] ppid=17231 vsize=914216 CPUtime=0
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15829 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 166094618 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17238] ppid=17231 vsize=914216 CPUtime=0
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15829 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166094619 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=914216 CPUtime=0
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166094619 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=914216 CPUtime=0
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 166094622 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=914216 CPUtime=0
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15829 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 166094622 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17242] ppid=17231 vsize=914216 CPUtime=0.93
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15829 0 -1 64 1779 0 0 0 92 1 0 0 16 0 13 0 166094622 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17243] ppid=17231 vsize=914216 CPUtime=0.95
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15829 0 -1 64 1516 0 0 0 95 0 0 0 15 0 13 0 166094622 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=914216 CPUtime=0
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15829 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 166094622 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=914216 CPUtime=0
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166094622 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17246] ppid=17231 vsize=914216 CPUtime=0
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166095229 936157184 49574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.14
Current children cumulated vsize (KiB) 914216

[startup+25.6407 s]
/proc/loadavg: 0.95 1.22 1.61 2/77 17246
/proc/meminfo: memFree=1577280/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=913752 CPUtime=28.03
/proc/17233/stat : 17233 (java) R 17231 17233 15829 0 -1 0 55877 0 1 0 2774 29 0 0 25 0 13 0 166094613 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054397794 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17233/statm: 228438 49461 2357 14 0 214875 0
[pid=17233/tid=17235] ppid=17231 vsize=913752 CPUtime=1.15
/proc/17233/task/17235/stat : 17235 (java) S 17231 17233 15829 0 -1 64 13307 0 0 0 109 6 0 0 16 0 13 0 166094616 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=913752 CPUtime=1.14
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15829 0 -1 64 19529 0 0 0 104 10 0 0 19 0 13 0 166094616 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17237] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15829 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 166094618 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17238] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15829 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166094619 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166094619 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 166094622 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15829 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 166094622 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17242] ppid=17231 vsize=913752 CPUtime=0.94
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15829 0 -1 64 1779 0 0 0 93 1 0 0 17 0 13 0 166094622 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17243] ppid=17231 vsize=913752 CPUtime=0.97
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15829 0 -1 64 1519 0 0 0 97 0 0 0 16 0 13 0 166094622 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15829 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 166094622 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166094622 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17246] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166095229 935682048 49461 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.03
Current children cumulated vsize (KiB) 913752

[startup+51.2667 s]
/proc/loadavg: 0.96 1.20 1.59 2/77 17246
/proc/meminfo: memFree=1557504/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=913752 CPUtime=53.86
/proc/17233/stat : 17233 (java) R 17231 17233 15829 0 -1 0 61064 0 1 0 5354 32 0 0 25 0 13 0 166094613 935682048 54459 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054397732 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17233/statm: 228438 54459 2357 14 0 214875 0
[pid=17233/tid=17235] ppid=17231 vsize=913752 CPUtime=1.35

################
# More data... #
################

/proc/loadavg: 1.00 1.00 1.09 2/83 17364
/proc/meminfo: memFree=1127056/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=913752 CPUtime=1547.67
/proc/17233/stat : 17233 (java) R 17231 17233 15829 0 -1 0 189796 0 1 0 154667 100 0 0 25 0 13 0 166094613 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054397791 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17233/statm: 228438 161414 2357 14 0 214875 0
[pid=17233/tid=17235] ppid=17231 vsize=913752 CPUtime=3.11
/proc/17233/task/17235/stat : 17235 (java) S 17231 17233 15829 0 -1 64 86511 0 0 0 269 42 0 0 16 0 13 0 166094616 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=913752 CPUtime=3.11
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15829 0 -1 64 80228 0 0 0 270 41 0 0 16 0 13 0 166094616 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17237] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15829 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 166094618 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17238] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15829 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166094619 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166094619 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 166094622 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15829 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 166094622 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17242] ppid=17231 vsize=913752 CPUtime=0.95
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15829 0 -1 64 1779 0 0 0 94 1 0 0 17 0 13 0 166094622 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17243] ppid=17231 vsize=913752 CPUtime=1
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15829 0 -1 64 1519 0 0 0 100 0 0 0 16 0 13 0 166094622 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15829 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 166094622 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166094622 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17246] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166095229 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1547.67
Current children cumulated vsize (KiB) 913752

[startup+1603.9 s]
/proc/loadavg: 1.00 1.00 1.08 2/83 17424
/proc/meminfo: memFree=1126992/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=913752 CPUtime=1607.64
/proc/17233/stat : 17233 (java) R 17231 17233 15829 0 -1 0 189796 0 1 0 160664 100 0 0 25 0 13 0 166094613 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054460554 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17233/statm: 228438 161414 2357 14 0 214875 0
[pid=17233/tid=17235] ppid=17231 vsize=913752 CPUtime=3.11
/proc/17233/task/17235/stat : 17235 (java) S 17231 17233 15829 0 -1 64 86511 0 0 0 269 42 0 0 16 0 13 0 166094616 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=913752 CPUtime=3.11
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15829 0 -1 64 80228 0 0 0 270 41 0 0 16 0 13 0 166094616 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17237] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15829 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 166094618 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17238] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15829 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166094619 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166094619 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 166094622 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15829 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 166094622 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17242] ppid=17231 vsize=913752 CPUtime=0.95
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15829 0 -1 64 1779 0 0 0 94 1 0 0 17 0 13 0 166094622 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17243] ppid=17231 vsize=913752 CPUtime=1
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15829 0 -1 64 1519 0 0 0 100 0 0 0 16 0 13 0 166094622 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15829 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 166094622 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166094622 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17246] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166095229 935682048 161414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1607.64
Current children cumulated vsize (KiB) 913752

[startup+1664 s]
/proc/loadavg: 1.00 1.00 1.08 2/77 17444
/proc/meminfo: memFree=1098688/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=913752 CPUtime=1667.84
/proc/17233/stat : 17233 (java) R 17231 17233 15829 0 -1 0 198287 0 1 0 166680 104 0 0 25 0 13 0 166094613 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054459985 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17233/statm: 228438 168758 2357 14 0 214875 0
[pid=17233/tid=17235] ppid=17231 vsize=913752 CPUtime=3.24
/proc/17233/task/17235/stat : 17235 (java) S 17231 17233 15829 0 -1 64 91613 0 0 0 279 45 0 0 16 0 13 0 166094616 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=913752 CPUtime=3.24
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15829 0 -1 64 83616 0 0 0 282 42 0 0 17 0 13 0 166094616 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17237] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15829 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 166094618 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17238] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15829 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166094619 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166094619 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 166094622 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15829 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 166094622 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17242] ppid=17231 vsize=913752 CPUtime=0.95
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15829 0 -1 64 1779 0 0 0 94 1 0 0 17 0 13 0 166094622 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17243] ppid=17231 vsize=913752 CPUtime=1
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15829 0 -1 64 1519 0 0 0 100 0 0 0 16 0 13 0 166094622 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15829 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 166094622 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166094622 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17246] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166095229 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.84
Current children cumulated vsize (KiB) 913752

[startup+1724.1 s]
/proc/loadavg: 1.00 1.00 1.07 2/77 17444
/proc/meminfo: memFree=1098688/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=913752 CPUtime=1727.92
/proc/17233/stat : 17233 (java) R 17231 17233 15829 0 -1 0 198287 0 1 0 172688 104 0 0 25 0 13 0 166094613 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054459985 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17233/statm: 228438 168758 2357 14 0 214875 0
[pid=17233/tid=17235] ppid=17231 vsize=913752 CPUtime=3.24
/proc/17233/task/17235/stat : 17235 (java) S 17231 17233 15829 0 -1 64 91613 0 0 0 279 45 0 0 16 0 13 0 166094616 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=913752 CPUtime=3.24
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15829 0 -1 64 83616 0 0 0 282 42 0 0 17 0 13 0 166094616 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17237] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17237/stat : 17237 (java) S 17231 17233 15829 0 -1 64 36 0 0 0 0 0 0 0 16 0 13 0 166094618 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17238] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15829 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166094619 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166094619 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 166094622 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15829 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 166094622 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17242] ppid=17231 vsize=913752 CPUtime=0.95
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15829 0 -1 64 1779 0 0 0 94 1 0 0 17 0 13 0 166094622 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17243] ppid=17231 vsize=913752 CPUtime=1
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15829 0 -1 64 1519 0 0 0 100 0 0 0 16 0 13 0 166094622 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15829 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 166094622 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166094622 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17246] ppid=17231 vsize=913752 CPUtime=0
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166095229 935682048 168758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1727.92
Current children cumulated vsize (KiB) 913752



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1757.76 s]
/proc/loadavg: 1.00 1.00 1.07 2/77 17444
/proc/meminfo: memFree=1064448/2055920 swapFree=4192812/4192956
[pid=17233] ppid=17231 vsize=921756 CPUtime=1761.71
/proc/17233/stat : 17233 (java) S 17231 17233 15829 0 -1 0 210699 0 1 0 176061 110 0 0 25 0 13 0 166094613 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17233/statm: 230439 177332 2357 14 0 216876 0
[pid=17233/tid=17235] ppid=17231 vsize=921756 CPUtime=3.38
/proc/17233/task/17235/stat : 17235 (java) S 17231 17233 15829 0 -1 64 95744 0 0 0 291 47 0 0 16 0 13 0 166094616 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17236] ppid=17231 vsize=921756 CPUtime=3.37
/proc/17233/task/17236/stat : 17236 (java) S 17231 17233 15829 0 -1 64 88882 0 0 0 292 45 0 0 16 0 13 0 166094616 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17237] ppid=17231 vsize=921756 CPUtime=0.38
/proc/17233/task/17237/stat : 17237 (java) R 17231 17233 15829 0 -1 64 3050 0 0 0 37 1 0 0 17 0 13 0 166094618 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454535 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17238] ppid=17231 vsize=921756 CPUtime=0
/proc/17233/task/17238/stat : 17238 (java) S 17231 17233 15829 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166094619 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17239] ppid=17231 vsize=921756 CPUtime=0
/proc/17233/task/17239/stat : 17239 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166094619 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17240] ppid=17231 vsize=921756 CPUtime=0
/proc/17233/task/17240/stat : 17240 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 166094622 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17241] ppid=17231 vsize=921756 CPUtime=0
/proc/17233/task/17241/stat : 17241 (java) S 17231 17233 15829 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 166094622 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17242] ppid=17231 vsize=921756 CPUtime=0.95
/proc/17233/task/17242/stat : 17242 (java) S 17231 17233 15829 0 -1 64 1779 0 0 0 94 1 0 0 17 0 13 0 166094622 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17243] ppid=17231 vsize=921756 CPUtime=1
/proc/17233/task/17243/stat : 17243 (java) S 17231 17233 15829 0 -1 64 1519 0 0 0 100 0 0 0 16 0 13 0 166094622 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17244] ppid=17231 vsize=921756 CPUtime=0
/proc/17233/task/17244/stat : 17244 (java) S 17231 17233 15829 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 166094622 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17233/tid=17245] ppid=17231 vsize=921756 CPUtime=0
/proc/17233/task/17245/stat : 17245 (java) S 17231 17233 15829 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166094622 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17233/tid=17246] ppid=17231 vsize=921756 CPUtime=0
/proc/17233/task/17246/stat : 17246 (java) S 17231 17233 15829 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166095229 943878144 177332 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1761.71
Current children cumulated vsize (KiB) 921756

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1759.09
CPU time (s): 1763.03
CPU user time (s): 1761.81
CPU system time (s): 1.21481
CPU usage (%): 100.224
Max. virtual memory (cumulated for all children) (KiB): 921756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1761.81
system time used= 1.21481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210721
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36557
involuntary context switches= 38006

runsolver used 1.76273 s user time and 4.51231 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sun Jan  7 13:35:50 UTC 2007


IDJOB= 206714
IDBENCH= 4229
FILE ID= node38/206714-1168176949

PBS_JOBID= 3479014

Free space on /tmp= 66509 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-6_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206714-1168176949/sat4jCSP-bf3-cached.jar /tmp/evaluation/206714-1168176949/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-206714-1168176949 -o ROOT/results/node38/solver-206714-1168176949 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206714-1168176949/sat4jCSP-bf3-cached.jar /tmp/evaluation/206714-1168176949/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  1d6ae9698ff97a2707a045a26f8d044a

RANDOM SEED= 144826610

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1766776 kB
Buffers:         15184 kB
Cached:         197860 kB
SwapCached:          0 kB
Active:          84000 kB
Inactive:       144968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8320 kB
Writeback:           0 kB
Mapped:          26092 kB
Slab:            46224 kB
Committed_AS:  3574120 kB
PageTables:       1472 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66509 MiB



End job on node38 on Sun Jan  7 14:05:09 UTC 2007