Trace number 206350

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? (TO) 1800.14 1809.29

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-42_ext.xml
MD5SUM2bf69bcf4323300cb77969b0c34f3f41
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/206350-1168172075/unknown.xml
0.21	c reading problem ... 
0.38	c reading problem named ?
0.38	c reading domains done.
0.39	c reading variables
c reading variables (28) done.
0.42	c reading relations
c reading relations (93) done.
4.71	c reading constraints
c reading constraints done.
6.70	c ... done. Wall clock time 6.488s.
6.70	c CPU time (experimental) 4.77s.
6.70	c #vars     784
6.70	c #constraints  1290245
1809.17	c starts		: 20
1809.18	c conflicts		: 582381
1809.18	c decisions		: 1026789
1809.18	c propagations		: 43440951
1809.18	c inspects		: 3924489267
1809.18	c learnt literals	: 0
1809.18	c learnt binary clauses	: 0
1809.18	c learnt ternary clauses	: 246
1809.18	c learnt clauses	: 582366
1809.18	c root simplifications	: 0
1809.18	c removed literals (reason simplification)	: 0
1809.18	c reason swapping (by a shorter reason)	: 0
1809.18	c Calls to reduceDB	: 0
1809.18	c speed (decisions/second)	: 569.6547415887923
1809.18	c non guided choices	216
1809.18	s UNKNOWN
1809.18	c Total wall clock time (in seconds) : 1808.967
1809.18	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/node55/watcher-206350-1168172075 -o ROOT/results/node55/solver-206350-1168172075 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206350-1168172075/sat4jCSP-bf3-cached.jar /tmp/evaluation/206350-1168172075/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: 1.92 1.98 1.83 4/68 11690
/proc/meminfo: memFree=1582632/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=1784 CPUtime=0
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 165605894 1826816 147 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 7658080 0 0 4096 0 0 0 0 17 1 0 0
/proc/11689/statm: 446 148 113 14 0 91 0

[startup+0.103642 s]
/proc/loadavg: 1.92 1.98 1.83 4/68 11690
/proc/meminfo: memFree=1582632/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=902480 CPUtime=0.08
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 3374 0 1 0 7 1 0 0 25 0 12 0 165605894 924139520 3134 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4149665168 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11689/statm: 225620 3134 1577 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 902480

[startup+0.511681 s]
/proc/loadavg: 1.92 1.98 1.83 4/68 11690
/proc/meminfo: memFree=1582632/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=906428 CPUtime=0.68
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 6481 0 1 0 64 4 0 0 18 0 12 0 165605894 928182272 5995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053843452 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11689/statm: 226607 5995 2304 14 0 213044 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 906428

[startup+1.33376 s]
/proc/loadavg: 1.92 1.98 1.83 4/95 11741
/proc/meminfo: memFree=1521360/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=908680 CPUtime=1.67
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 22425 0 1 0 155 12 0 0 23 0 12 0 165605894 930488320 21540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054178874 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11689/statm: 227170 21540 2330 14 0 213607 0
[pid=11689/tid=11691] ppid=11687 vsize=908680 CPUtime=0.02
/proc/11689/task/11691/stat : 11691 (java) S 11687 11689 11291 0 -1 64 607 0 0 0 2 0 0 0 17 0 12 0 165605897 930488320 21540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11692] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11692/stat : 11692 (java) S 11687 11689 11291 0 -1 64 156 0 0 0 0 0 0 0 17 0 12 0 165605897 930488320 21540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11693] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11693/stat : 11693 (java) S 11687 11689 11291 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 165605900 930488320 21540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11694] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11694/stat : 11694 (java) S 11687 11689 11291 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165605900 930488320 21540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11695] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11695/stat : 11695 (java) S 11687 11689 11291 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165605900 930488320 21540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11696] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11696/stat : 11696 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 165605903 930488320 21540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11697] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11697/stat : 11697 (java) S 11687 11689 11291 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165605904 930488320 21540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11698] ppid=11687 vsize=908680 CPUtime=0.34
/proc/11689/task/11698/stat : 11698 (java) S 11687 11689 11291 0 -1 64 1230 0 0 0 34 0 0 0 16 0 12 0 165605904 930488320 21540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11699] ppid=11687 vsize=908680 CPUtime=0.39
/proc/11689/task/11699/stat : 11699 (java) S 11687 11689 11291 0 -1 64 761 0 0 0 39 0 0 0 16 0 12 0 165605904 930488320 21540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11700] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11700/stat : 11700 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165605904 930488320 21540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11701] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11701/stat : 11701 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165605904 930488320 21540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 908680

[startup+3.00192 s]
/proc/loadavg: 2.25 2.05 1.86 3/95 11741
/proc/meminfo: memFree=1429840/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=908680 CPUtime=3.32
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 26989 0 1 0 317 15 0 0 19 0 12 0 165605894 930488320 26099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054141831 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11689/statm: 227170 26099 2334 14 0 213607 0
[pid=11689/tid=11691] ppid=11687 vsize=908680 CPUtime=0.17
/proc/11689/task/11691/stat : 11691 (java) S 11687 11689 11291 0 -1 64 3207 0 0 0 16 1 0 0 16 0 12 0 165605897 930488320 26099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11692] ppid=11687 vsize=908680 CPUtime=0.14
/proc/11689/task/11692/stat : 11692 (java) S 11687 11689 11291 0 -1 64 2083 0 0 0 14 0 0 0 16 0 12 0 165605897 930488320 26099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11693] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11693/stat : 11693 (java) S 11687 11689 11291 0 -1 64 34 0 0 0 0 0 0 0 16 0 12 0 165605900 930488320 26099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11694] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11694/stat : 11694 (java) S 11687 11689 11291 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165605900 930488320 26099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11695] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11695/stat : 11695 (java) S 11687 11689 11291 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165605900 930488320 26099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11696] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11696/stat : 11696 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 165605903 930488320 26099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11697] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11697/stat : 11697 (java) S 11687 11689 11291 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165605904 930488320 26099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11698] ppid=11687 vsize=908680 CPUtime=0.35
/proc/11689/task/11698/stat : 11698 (java) S 11687 11689 11291 0 -1 64 1231 0 0 0 35 0 0 0 17 0 12 0 165605904 930488320 26099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11699] ppid=11687 vsize=908680 CPUtime=0.39
/proc/11689/task/11699/stat : 11699 (java) S 11687 11689 11291 0 -1 64 765 0 0 0 39 0 0 0 17 0 12 0 165605904 930488320 26099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11700] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11700/stat : 11700 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165605904 930488320 26099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11701] ppid=11687 vsize=908680 CPUtime=0
/proc/11689/task/11701/stat : 11701 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165605904 930488320 26099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.32
Current children cumulated vsize (KiB) 908680

[startup+6.20723 s]
/proc/loadavg: 2.25 2.05 1.86 4/95 11741
/proc/meminfo: memFree=1350928/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=908424 CPUtime=6.47
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 42233 0 1 0 626 21 0 0 17 0 12 0 165605894 930226176 40839 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053836006 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11689/statm: 227106 40839 2337 14 0 213543 0
[pid=11689/tid=11691] ppid=11687 vsize=908424 CPUtime=0.57
/proc/11689/task/11691/stat : 11691 (java) S 11687 11689 11291 0 -1 64 11949 0 0 0 52 5 0 0 17 0 12 0 165605897 930226176 40839 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11692] ppid=11687 vsize=908424 CPUtime=0.52
/proc/11689/task/11692/stat : 11692 (java) S 11687 11689 11291 0 -1 64 8544 0 0 0 49 3 0 0 17 0 12 0 165605897 930226176 40839 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11693] ppid=11687 vsize=908424 CPUtime=0
/proc/11689/task/11693/stat : 11693 (java) S 11687 11689 11291 0 -1 64 34 0 0 0 0 0 0 0 16 0 12 0 165605900 930226176 40839 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11694] ppid=11687 vsize=908424 CPUtime=0
/proc/11689/task/11694/stat : 11694 (java) S 11687 11689 11291 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165605900 930226176 40839 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11695] ppid=11687 vsize=908424 CPUtime=0
/proc/11689/task/11695/stat : 11695 (java) S 11687 11689 11291 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165605900 930226176 40839 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11696] ppid=11687 vsize=908424 CPUtime=0
/proc/11689/task/11696/stat : 11696 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 165605903 930226176 40839 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11697] ppid=11687 vsize=908424 CPUtime=0
/proc/11689/task/11697/stat : 11697 (java) S 11687 11689 11291 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165605904 930226176 40839 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11698] ppid=11687 vsize=908424 CPUtime=0.46
/proc/11689/task/11698/stat : 11698 (java) S 11687 11689 11291 0 -1 64 1246 0 0 0 46 0 0 0 16 0 12 0 165605904 930226176 40839 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11699] ppid=11687 vsize=908424 CPUtime=0.5
/proc/11689/task/11699/stat : 11699 (java) S 11687 11689 11291 0 -1 64 776 0 0 0 50 0 0 0 16 0 12 0 165605904 930226176 40839 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11700] ppid=11687 vsize=908424 CPUtime=0
/proc/11689/task/11700/stat : 11700 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165605904 930226176 40839 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11701] ppid=11687 vsize=908424 CPUtime=0
/proc/11689/task/11701/stat : 11701 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165605904 930226176 40839 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 908424

[startup+12.6139 s]
/proc/loadavg: 2.50 2.11 1.88 3/97 11743
/proc/meminfo: memFree=1197376/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=909816 CPUtime=12.7
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 50877 0 1 0 1245 25 0 0 25 0 13 0 165605894 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11689/statm: 227454 49078 2356 14 0 213891 0
[pid=11689/tid=11691] ppid=11687 vsize=909816 CPUtime=0.81
/proc/11689/task/11691/stat : 11691 (java) S 11687 11689 11291 0 -1 64 13687 0 0 0 76 5 0 0 17 0 13 0 165605897 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11692] ppid=11687 vsize=909816 CPUtime=0.75
/proc/11689/task/11692/stat : 11692 (java) S 11687 11689 11291 0 -1 64 14761 0 0 0 70 5 0 0 17 0 13 0 165605897 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11693] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11693/stat : 11693 (java) S 11687 11689 11291 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 165605900 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11694] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11694/stat : 11694 (java) S 11687 11689 11291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165605900 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11695] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11695/stat : 11695 (java) S 11687 11689 11291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165605900 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11696] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11696/stat : 11696 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165605903 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11697] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11697/stat : 11697 (java) S 11687 11689 11291 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 165605904 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11698] ppid=11687 vsize=909816 CPUtime=0.78
/proc/11689/task/11698/stat : 11698 (java) S 11687 11689 11291 0 -1 64 1357 0 0 0 78 0 0 0 16 0 13 0 165605904 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11699] ppid=11687 vsize=909816 CPUtime=0.92
/proc/11689/task/11699/stat : 11699 (java) S 11687 11689 11291 0 -1 64 1327 0 0 0 92 0 0 0 16 0 13 0 165605904 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11700] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11700/stat : 11700 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165605904 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11701] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11701/stat : 11701 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165605904 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11742] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11742/stat : 11742 (java) S 11687 11689 11291 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165606565 931651584 49078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 909816

[startup+25.4901 s]
/proc/loadavg: 2.43 2.11 1.88 3/97 11743
/proc/meminfo: memFree=1198144/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=909816 CPUtime=25.51
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 50883 0 1 0 2526 25 0 0 25 0 13 0 165605894 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11689/statm: 227454 49081 2357 14 0 213891 0
[pid=11689/tid=11691] ppid=11687 vsize=909816 CPUtime=0.81
/proc/11689/task/11691/stat : 11691 (java) S 11687 11689 11291 0 -1 64 13687 0 0 0 76 5 0 0 17 0 13 0 165605897 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11692] ppid=11687 vsize=909816 CPUtime=0.75
/proc/11689/task/11692/stat : 11692 (java) S 11687 11689 11291 0 -1 64 14761 0 0 0 70 5 0 0 17 0 13 0 165605897 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11693] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11693/stat : 11693 (java) S 11687 11689 11291 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 165605900 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11694] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11694/stat : 11694 (java) S 11687 11689 11291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165605900 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11695] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11695/stat : 11695 (java) S 11687 11689 11291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165605900 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11696] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11696/stat : 11696 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165605903 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11697] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11697/stat : 11697 (java) S 11687 11689 11291 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 165605904 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11698] ppid=11687 vsize=909816 CPUtime=0.79
/proc/11689/task/11698/stat : 11698 (java) S 11687 11689 11291 0 -1 64 1357 0 0 0 79 0 0 0 16 0 13 0 165605904 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11699] ppid=11687 vsize=909816 CPUtime=0.92
/proc/11689/task/11699/stat : 11699 (java) S 11687 11689 11291 0 -1 64 1328 0 0 0 92 0 0 0 16 0 13 0 165605904 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11700] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11700/stat : 11700 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165605904 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11701] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11701/stat : 11701 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165605904 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11742] ppid=11687 vsize=909816 CPUtime=0
/proc/11689/task/11742/stat : 11742 (java) S 11687 11689 11291 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165606565 931651584 49081 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 909816

[startup+51.1656 s]
/proc/loadavg: 2.28 2.10 1.88 3/97 11743
/proc/meminfo: memFree=1158720/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=910164 CPUtime=50.97
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 56053 0 1 0 5069 28 0 0 25 0 13 0 165605894 932007936 54031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054376365 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11689/statm: 227541 54031 2357 14 0 213978 0
[pid=11689/tid=11691] ppid=11687 vsize=910164 CPUtime=0.92

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

/proc/loadavg: 2.01 2.02 1.97 3/97 11745
/proc/meminfo: memFree=488448/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=910164 CPUtime=1594.74
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 149373 0 1 0 159399 75 0 0 25 0 13 0 165605894 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054393695 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11689/statm: 227541 137624 2357 14 0 213978 0
[pid=11689/tid=11691] ppid=11687 vsize=910164 CPUtime=2.13
/proc/11689/task/11691/stat : 11691 (java) S 11687 11689 11291 0 -1 64 61464 0 0 0 186 27 0 0 16 0 13 0 165605897 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11692] ppid=11687 vsize=910164 CPUtime=2.14
/proc/11689/task/11692/stat : 11692 (java) S 11687 11689 11291 0 -1 64 65458 0 0 0 185 29 0 0 17 0 13 0 165605897 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11693] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11693/stat : 11693 (java) S 11687 11689 11291 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11694] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11694/stat : 11694 (java) S 11687 11689 11291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11695] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11695/stat : 11695 (java) S 11687 11689 11291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11696] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11696/stat : 11696 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165605903 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11697] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11697/stat : 11697 (java) S 11687 11689 11291 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 165605904 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11698] ppid=11687 vsize=910164 CPUtime=0.81
/proc/11689/task/11698/stat : 11698 (java) S 11687 11689 11291 0 -1 64 1357 0 0 0 81 0 0 0 17 0 13 0 165605904 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11699] ppid=11687 vsize=910164 CPUtime=0.95
/proc/11689/task/11699/stat : 11699 (java) S 11687 11689 11291 0 -1 64 1330 0 0 0 95 0 0 0 17 0 13 0 165605904 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11700] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11700/stat : 11700 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165605904 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11701] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11701/stat : 11701 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165605904 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11742] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11742/stat : 11742 (java) S 11687 11689 11291 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165606565 932007936 137624 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1594.74
Current children cumulated vsize (KiB) 910164

[startup+1662.92 s]
/proc/loadavg: 2.07 2.03 1.97 3/97 11745
/proc/meminfo: memFree=430976/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=910164 CPUtime=1654.44
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 156542 0 1 0 165365 79 0 0 25 0 13 0 165605894 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054393668 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11689/statm: 227541 144792 2357 14 0 213978 0
[pid=11689/tid=11691] ppid=11687 vsize=910164 CPUtime=2.23
/proc/11689/task/11691/stat : 11691 (java) S 11687 11689 11291 0 -1 64 65646 0 0 0 194 29 0 0 18 0 13 0 165605897 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11692] ppid=11687 vsize=910164 CPUtime=2.24
/proc/11689/task/11692/stat : 11692 (java) S 11687 11689 11291 0 -1 64 68444 0 0 0 194 30 0 0 16 0 13 0 165605897 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11693] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11693/stat : 11693 (java) S 11687 11689 11291 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11694] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11694/stat : 11694 (java) S 11687 11689 11291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11695] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11695/stat : 11695 (java) S 11687 11689 11291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11696] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11696/stat : 11696 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165605903 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11697] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11697/stat : 11697 (java) S 11687 11689 11291 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11698] ppid=11687 vsize=910164 CPUtime=0.81
/proc/11689/task/11698/stat : 11698 (java) S 11687 11689 11291 0 -1 64 1357 0 0 0 81 0 0 0 17 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11699] ppid=11687 vsize=910164 CPUtime=0.95
/proc/11689/task/11699/stat : 11699 (java) S 11687 11689 11291 0 -1 64 1330 0 0 0 95 0 0 0 17 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11700] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11700/stat : 11700 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11701] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11701/stat : 11701 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11742] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11742/stat : 11742 (java) S 11687 11689 11291 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165606565 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.44
Current children cumulated vsize (KiB) 910164

[startup+1722.94 s]
/proc/loadavg: 2.02 2.03 1.97 3/97 11745
/proc/meminfo: memFree=430976/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=910164 CPUtime=1714.18
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 156542 0 1 0 171339 79 0 0 25 0 13 0 165605894 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358595 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11689/statm: 227541 144792 2357 14 0 213978 0
[pid=11689/tid=11691] ppid=11687 vsize=910164 CPUtime=2.23
/proc/11689/task/11691/stat : 11691 (java) S 11687 11689 11291 0 -1 64 65646 0 0 0 194 29 0 0 18 0 13 0 165605897 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11692] ppid=11687 vsize=910164 CPUtime=2.24
/proc/11689/task/11692/stat : 11692 (java) S 11687 11689 11291 0 -1 64 68444 0 0 0 194 30 0 0 16 0 13 0 165605897 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11693] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11693/stat : 11693 (java) S 11687 11689 11291 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11694] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11694/stat : 11694 (java) S 11687 11689 11291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11695] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11695/stat : 11695 (java) S 11687 11689 11291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11696] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11696/stat : 11696 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165605903 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11697] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11697/stat : 11697 (java) S 11687 11689 11291 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11698] ppid=11687 vsize=910164 CPUtime=0.81
/proc/11689/task/11698/stat : 11698 (java) S 11687 11689 11291 0 -1 64 1357 0 0 0 81 0 0 0 17 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11699] ppid=11687 vsize=910164 CPUtime=0.95
/proc/11689/task/11699/stat : 11699 (java) S 11687 11689 11291 0 -1 64 1330 0 0 0 95 0 0 0 17 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11700] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11700/stat : 11700 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11701] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11701/stat : 11701 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11742] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11742/stat : 11742 (java) S 11687 11689 11291 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165606565 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.18
Current children cumulated vsize (KiB) 910164

[startup+1782.97 s]
/proc/loadavg: 2.01 2.02 1.97 3/97 11745
/proc/meminfo: memFree=430912/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=910164 CPUtime=1773.93
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 156542 0 1 0 177314 79 0 0 25 0 13 0 165605894 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358595 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11689/statm: 227541 144792 2357 14 0 213978 0
[pid=11689/tid=11691] ppid=11687 vsize=910164 CPUtime=2.23
/proc/11689/task/11691/stat : 11691 (java) S 11687 11689 11291 0 -1 64 65646 0 0 0 194 29 0 0 18 0 13 0 165605897 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11692] ppid=11687 vsize=910164 CPUtime=2.24
/proc/11689/task/11692/stat : 11692 (java) S 11687 11689 11291 0 -1 64 68444 0 0 0 194 30 0 0 16 0 13 0 165605897 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11693] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11693/stat : 11693 (java) S 11687 11689 11291 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11694] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11694/stat : 11694 (java) S 11687 11689 11291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11695] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11695/stat : 11695 (java) S 11687 11689 11291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11696] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11696/stat : 11696 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165605903 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11697] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11697/stat : 11697 (java) S 11687 11689 11291 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11698] ppid=11687 vsize=910164 CPUtime=0.81
/proc/11689/task/11698/stat : 11698 (java) S 11687 11689 11291 0 -1 64 1357 0 0 0 81 0 0 0 17 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11699] ppid=11687 vsize=910164 CPUtime=0.95
/proc/11689/task/11699/stat : 11699 (java) S 11687 11689 11291 0 -1 64 1330 0 0 0 95 0 0 0 17 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11700] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11700/stat : 11700 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11701] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11701/stat : 11701 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11742] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11742/stat : 11742 (java) S 11687 11689 11291 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165606565 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.93
Current children cumulated vsize (KiB) 910164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.17 s]
/proc/loadavg: 2.00 2.02 1.97 3/97 11745
/proc/meminfo: memFree=430912/2055920 swapFree=4192812/4192956
[pid=11689] ppid=11687 vsize=910164 CPUtime=1800.01
/proc/11689/stat : 11689 (java) R 11687 11689 11291 0 -1 0 156542 0 1 0 179922 79 0 0 25 0 13 0 165605894 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358595 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11689/statm: 227541 144792 2357 14 0 213978 0
[pid=11689/tid=11691] ppid=11687 vsize=910164 CPUtime=2.23
/proc/11689/task/11691/stat : 11691 (java) S 11687 11689 11291 0 -1 64 65646 0 0 0 194 29 0 0 18 0 13 0 165605897 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11692] ppid=11687 vsize=910164 CPUtime=2.24
/proc/11689/task/11692/stat : 11692 (java) S 11687 11689 11291 0 -1 64 68444 0 0 0 194 30 0 0 16 0 13 0 165605897 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11693] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11693/stat : 11693 (java) S 11687 11689 11291 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11694] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11694/stat : 11694 (java) S 11687 11689 11291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11695] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11695/stat : 11695 (java) S 11687 11689 11291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165605900 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11696] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11696/stat : 11696 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 165605903 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11697] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11697/stat : 11697 (java) S 11687 11689 11291 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11698] ppid=11687 vsize=910164 CPUtime=0.81
/proc/11689/task/11698/stat : 11698 (java) S 11687 11689 11291 0 -1 64 1357 0 0 0 81 0 0 0 17 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11699] ppid=11687 vsize=910164 CPUtime=0.95
/proc/11689/task/11699/stat : 11699 (java) S 11687 11689 11291 0 -1 64 1330 0 0 0 95 0 0 0 17 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11700] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11700/stat : 11700 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11689/tid=11701] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11701/stat : 11701 (java) S 11687 11689 11291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165605904 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11689/tid=11742] ppid=11687 vsize=910164 CPUtime=0
/proc/11689/task/11742/stat : 11742 (java) S 11687 11689 11291 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165606565 932007936 144792 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 910164

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

Child status: 143
Real time (s): 1809.29
CPU time (s): 1800.14
CPU user time (s): 1799.26
CPU system time (s): 0.879866
CPU usage (%): 99.4938
Max. virtual memory (cumulated for all children) (KiB): 911100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.879866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 156562
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= 37663
involuntary context switches= 50407

runsolver used 2.19567 s user time and 5.79612 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Sun Jan  7 12:14:36 UTC 2007


IDJOB= 206350
IDBENCH= 4201
FILE ID= node55/206350-1168172075

PBS_JOBID= 3479069

Free space on /tmp= 66551 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  2bf69bcf4323300cb77969b0c34f3f41

RANDOM SEED= 436738032

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.218
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	: 5931.00
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.218
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:       1583112 kB
Buffers:         29136 kB
Cached:         366624 kB
SwapCached:          0 kB
Active:         113016 kB
Inactive:       303928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1583112 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8224 kB
Writeback:           0 kB
Mapped:          31344 kB
Slab:            41712 kB
Committed_AS:  3434160 kB
PageTables:       1572 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= 66543 MiB



End job on node55 on Sun Jan  7 12:44:46 UTC 2007