Trace number 209881

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 1.7 RC BF3? (MO) 297.144 297.239

General information on the benchmark

Namefapp/fapp26-30/fapp26/
fapp26-2300-5.xml
MD5SUM219b34a2cd7d0c1a3e6251956ba3a433
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.75882
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.20	c version CSP COMPETITION BUGFIX 3
0.20	c sun.arch.data.model	32
0.20	c java.version	1.5.0_10
0.20	c os.name	Linux
0.20	c os.version	2.6.9-22.EL.rootsmp
0.20	c os.arch	i386
0.20	c Free memory 722620888
0.20	c Max memory 723845120
0.20	c Total memory 723845120
0.20	c Number of processors 2
0.30	c --- Begin Solver configuration ---
0.30	c Stops conflict analysis at the first Unique Implication Point
0.30	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.30	c Learn all clauses as in MiniSAT
0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30	c VSIDS like heuristics from MiniSAT using a heap
0.30	c No reason simplification
0.30	c --- End Solver configuration ---
0.30	c solving /tmp/evaluation/209881-1168194729/unknown.xml
0.30	c reading problem ... 
0.58	c reading problem named ?
0.58	c reading domains done.
0.95	c reading variables
c reading variables (2300) done.
3.52	c reading predicates 
c reading relations (9) done.
3.75	c reading constraintsc starts		: 0
297.11	c conflicts		: 0
297.11	c decisions		: 0
297.11	c propagations		: 0
297.11	c inspects		: 0
297.11	c learnt literals	: 0
297.11	c learnt binary clauses	: 0
297.11	c learnt ternary clauses	: 0
297.11	c learnt clauses	: 0
297.11	c root simplifications	: 0
297.11	c removed literals (reason simplification)	: 0
297.11	c reason swapping (by a shorter reason)	: 0
297.11	c Calls to reduceDB	: 0
297.11	c speed (decisions/second)	: 0.0
297.11	c non guided choices	0
297.11	s UNKNOWN
297.11	c Total wall clock time (in seconds) : 296.817
297.11	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/node56/watcher-209881-1168194729 -o ROOT/results/node56/solver-209881-1168194729 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/209881-1168194729/sat4jCSP-bf3.jar /tmp/evaluation/209881-1168194729/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: 2.06 2.08 1.98 4/81 11103
/proc/meminfo: memFree=856664/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=18540 CPUtime=0
/proc/11102/stat : 11102 (runsolver) R 11100 11102 11044 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 167871104 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11102/statm: 4635 279 244 17 0 2626 0

[startup+0.107012 s]
/proc/loadavg: 2.06 2.08 1.98 4/81 11103
/proc/meminfo: memFree=856664/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=897120 CPUtime=0.07
/proc/11102/stat : 11102 (java) D 11100 11102 11044 0 -1 0 3218 0 1 0 6 1 0 0 17 0 6 0 167871104 918650880 2978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/11102/statm: 224280 2978 1514 14 0 211300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 897120

[startup+0.519052 s]
/proc/loadavg: 2.06 2.08 1.98 4/81 11103
/proc/meminfo: memFree=856664/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=905236 CPUtime=0.45
/proc/11102/stat : 11102 (java) R 11100 11102 11044 0 -1 0 5723 0 1 0 42 3 0 0 19 0 12 0 167871104 926961664 5318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151883292 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11102/statm: 226309 5318 2221 14 0 212746 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 905236

[startup+1.34613 s]
/proc/loadavg: 2.06 2.08 1.98 3/92 11114
/proc/meminfo: memFree=841344/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=906456 CPUtime=1.27
/proc/11102/stat : 11102 (java) R 11100 11102 11044 0 -1 0 7094 0 1 0 123 4 0 0 22 0 12 0 167871104 928210944 6115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11102/statm: 226614 6115 2307 14 0 213051 0
[pid=11102/tid=11104] ppid=11100 vsize=906456 CPUtime=0
/proc/11102/task/11104/stat : 11104 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 167871108 928210944 6115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11105] ppid=11100 vsize=906456 CPUtime=0
/proc/11102/task/11105/stat : 11105 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 167871108 928210944 6115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11106] ppid=11100 vsize=906456 CPUtime=0
/proc/11102/task/11106/stat : 11106 (java) S 11100 11102 11044 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 167871110 928210944 6115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11107] ppid=11100 vsize=906456 CPUtime=0
/proc/11102/task/11107/stat : 11107 (java) S 11100 11102 11044 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 167871111 928210944 6115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11108] ppid=11100 vsize=906456 CPUtime=0
/proc/11102/task/11108/stat : 11108 (java) S 11100 11102 11044 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 167871111 928210944 6115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11109] ppid=11100 vsize=906456 CPUtime=0
/proc/11102/task/11109/stat : 11109 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 167871118 928210944 6115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11110] ppid=11100 vsize=906456 CPUtime=0
/proc/11102/task/11110/stat : 11110 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167871118 928210944 6115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11111] ppid=11100 vsize=906456 CPUtime=0.25
/proc/11102/task/11111/stat : 11111 (java) R 11100 11102 11044 0 -1 64 288 0 0 0 25 0 0 0 16 0 12 0 167871118 928210944 6115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154619857 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11112] ppid=11100 vsize=906456 CPUtime=0.39
/proc/11102/task/11112/stat : 11112 (java) S 11100 11102 11044 0 -1 64 1505 0 0 0 39 0 0 0 16 0 12 0 167871118 928210944 6115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11113] ppid=11100 vsize=906456 CPUtime=0
/proc/11102/task/11113/stat : 11113 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167871118 928210944 6115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11114] ppid=11100 vsize=906456 CPUtime=0
/proc/11102/task/11114/stat : 11114 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167871118 928210944 6115 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 906456

[startup+2.98329 s]
/proc/loadavg: 2.13 2.10 1.99 4/92 11114
/proc/meminfo: memFree=816448/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=910404 CPUtime=3.13
/proc/11102/stat : 11102 (java) R 11100 11102 11044 0 -1 0 38080 0 1 0 296 17 0 0 25 0 12 0 167871104 932253696 34160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053845720 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11102/statm: 227601 34160 2343 14 0 214038 0
[pid=11102/tid=11104] ppid=11100 vsize=910404 CPUtime=0.3
/proc/11102/task/11104/stat : 11104 (java) S 11100 11102 11044 0 -1 64 10729 0 0 0 26 4 0 0 16 0 12 0 167871108 932253696 34160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11105] ppid=11100 vsize=910404 CPUtime=0.28
/proc/11102/task/11105/stat : 11105 (java) S 11100 11102 11044 0 -1 64 4884 0 0 0 26 2 0 0 16 0 12 0 167871108 932253696 34160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11106] ppid=11100 vsize=910404 CPUtime=0
/proc/11102/task/11106/stat : 11106 (java) S 11100 11102 11044 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 167871110 932253696 34160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11107] ppid=11100 vsize=910404 CPUtime=0
/proc/11102/task/11107/stat : 11107 (java) S 11100 11102 11044 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167871111 932253696 34160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11108] ppid=11100 vsize=910404 CPUtime=0
/proc/11102/task/11108/stat : 11108 (java) S 11100 11102 11044 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167871111 932253696 34160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11109] ppid=11100 vsize=910404 CPUtime=0
/proc/11102/task/11109/stat : 11109 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 167871118 932253696 34160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11110] ppid=11100 vsize=910404 CPUtime=0
/proc/11102/task/11110/stat : 11110 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167871118 932253696 34160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11111] ppid=11100 vsize=910404 CPUtime=0.72
/proc/11102/task/11111/stat : 11111 (java) S 11100 11102 11044 0 -1 64 1042 0 0 0 72 0 0 0 16 0 12 0 167871118 932253696 34160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11112] ppid=11100 vsize=910404 CPUtime=0.58
/proc/11102/task/11112/stat : 11112 (java) S 11100 11102 11044 0 -1 64 1743 0 0 0 58 0 0 0 16 0 12 0 167871118 932253696 34160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11113] ppid=11100 vsize=910404 CPUtime=0
/proc/11102/task/11113/stat : 11113 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167871118 932253696 34160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11114] ppid=11100 vsize=910404 CPUtime=0
/proc/11102/task/11114/stat : 11114 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167871118 932253696 34160 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 910404

[startup+6.27661 s]
/proc/loadavg: 2.13 2.10 1.99 3/92 11114
/proc/meminfo: memFree=639880/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=916268 CPUtime=6.75
/proc/11102/stat : 11102 (java) R 11100 11102 11044 0 -1 0 65199 0 1 0 646 29 0 0 24 0 12 0 167871104 938258432 56447 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11102/statm: 229067 56447 2482 14 0 215504 0
[pid=11102/tid=11104] ppid=11100 vsize=916268 CPUtime=0.82
/proc/11102/task/11104/stat : 11104 (java) R 11100 11102 11044 0 -1 64 27652 0 0 0 71 11 0 0 16 0 12 0 167871108 938258432 56447 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631234 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11105] ppid=11100 vsize=916268 CPUtime=0.6
/proc/11102/task/11105/stat : 11105 (java) R 11100 11102 11044 0 -1 64 10389 0 0 0 56 4 0 0 16 0 12 0 167871108 938258432 56447 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11106] ppid=11100 vsize=916268 CPUtime=0
/proc/11102/task/11106/stat : 11106 (java) S 11100 11102 11044 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 167871110 938258432 56447 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11107] ppid=11100 vsize=916268 CPUtime=0
/proc/11102/task/11107/stat : 11107 (java) S 11100 11102 11044 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167871111 938258432 56447 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11108] ppid=11100 vsize=916268 CPUtime=0
/proc/11102/task/11108/stat : 11108 (java) S 11100 11102 11044 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167871111 938258432 56447 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11109] ppid=11100 vsize=916268 CPUtime=0
/proc/11102/task/11109/stat : 11109 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 167871118 938258432 56447 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11110] ppid=11100 vsize=916268 CPUtime=0
/proc/11102/task/11110/stat : 11110 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167871118 938258432 56447 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11111] ppid=11100 vsize=916268 CPUtime=1.11
/proc/11102/task/11111/stat : 11111 (java) S 11100 11102 11044 0 -1 64 2774 0 0 0 110 1 0 0 16 0 12 0 167871118 938258432 56447 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11112] ppid=11100 vsize=916268 CPUtime=1.22
/proc/11102/task/11112/stat : 11112 (java) S 11100 11102 11044 0 -1 64 4306 0 0 0 121 1 0 0 16 0 12 0 167871118 938258432 56447 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11113] ppid=11100 vsize=916268 CPUtime=0
/proc/11102/task/11113/stat : 11113 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167871118 938258432 56447 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11114] ppid=11100 vsize=916268 CPUtime=0
/proc/11102/task/11114/stat : 11114 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167871118 938258432 56447 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.75
Current children cumulated vsize (KiB) 916268

[startup+12.7761 s]
/proc/loadavg: 2.35 2.14 2.01 3/92 11114
/proc/meminfo: memFree=617416/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=918276 CPUtime=13.22
/proc/11102/stat : 11102 (java) R 11100 11102 11044 0 -1 0 72158 0 1 0 1291 31 0 0 25 0 12 0 167871104 940314624 62298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054440881 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11102/statm: 229569 62298 2483 14 0 216006 0
[pid=11102/tid=11104] ppid=11100 vsize=918276 CPUtime=1.02
/proc/11102/task/11104/stat : 11104 (java) S 11100 11102 11044 0 -1 64 31356 0 0 0 90 12 0 0 16 0 12 0 167871108 940314624 62298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11105] ppid=11100 vsize=918276 CPUtime=0.81
/proc/11102/task/11105/stat : 11105 (java) S 11100 11102 11044 0 -1 64 11963 0 0 0 76 5 0 0 16 0 12 0 167871108 940314624 62298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11106] ppid=11100 vsize=918276 CPUtime=0.01
/proc/11102/task/11106/stat : 11106 (java) S 11100 11102 11044 0 -1 64 10 0 0 0 1 0 0 0 16 0 12 0 167871110 940314624 62298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11107] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11107/stat : 11107 (java) S 11100 11102 11044 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167871111 940314624 62298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11108] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11108/stat : 11108 (java) S 11100 11102 11044 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167871111 940314624 62298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11109] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11109/stat : 11109 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 167871118 940314624 62298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11110] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11110/stat : 11110 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167871118 940314624 62298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11111] ppid=11100 vsize=918276 CPUtime=1.22
/proc/11102/task/11111/stat : 11111 (java) S 11100 11102 11044 0 -1 64 2798 0 0 0 121 1 0 0 16 0 12 0 167871118 940314624 62298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11112] ppid=11100 vsize=918276 CPUtime=1.86
/proc/11102/task/11112/stat : 11112 (java) S 11100 11102 11044 0 -1 64 5945 0 0 0 184 2 0 0 16 0 12 0 167871118 940314624 62298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11113] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11113/stat : 11113 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167871118 940314624 62298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11114] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11114/stat : 11114 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167871118 940314624 62298 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.22
Current children cumulated vsize (KiB) 918276

[startup+25.6393 s]
/proc/loadavg: 2.52 2.19 2.02 3/92 11114
/proc/meminfo: memFree=601544/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=918276 CPUtime=26.03
/proc/11102/stat : 11102 (java) R 11100 11102 11044 0 -1 0 77533 0 1 0 2569 34 0 0 25 0 12 0 167871104 940314624 66451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054429058 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11102/statm: 229569 66451 2483 14 0 216006 0
[pid=11102/tid=11104] ppid=11100 vsize=918276 CPUtime=1.15
/proc/11102/task/11104/stat : 11104 (java) S 11100 11102 11044 0 -1 64 34266 0 0 0 102 13 0 0 16 0 12 0 167871108 940314624 66451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11105] ppid=11100 vsize=918276 CPUtime=0.93
/proc/11102/task/11105/stat : 11105 (java) S 11100 11102 11044 0 -1 64 14385 0 0 0 87 6 0 0 16 0 12 0 167871108 940314624 66451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11106] ppid=11100 vsize=918276 CPUtime=0.02
/proc/11102/task/11106/stat : 11106 (java) S 11100 11102 11044 0 -1 64 21 0 0 0 2 0 0 0 15 0 12 0 167871110 940314624 66451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11107] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11107/stat : 11107 (java) S 11100 11102 11044 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167871111 940314624 66451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11108] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11108/stat : 11108 (java) S 11100 11102 11044 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167871111 940314624 66451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11109] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11109/stat : 11109 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 167871118 940314624 66451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11110] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11110/stat : 11110 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167871118 940314624 66451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11111] ppid=11100 vsize=918276 CPUtime=1.35
/proc/11102/task/11111/stat : 11111 (java) S 11100 11102 11044 0 -1 64 2801 0 0 0 134 1 0 0 17 0 12 0 167871118 940314624 66451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11112] ppid=11100 vsize=918276 CPUtime=1.91
/proc/11102/task/11112/stat : 11112 (java) S 11100 11102 11044 0 -1 64 5945 0 0 0 189 2 0 0 17 0 12 0 167871118 940314624 66451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11113] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11113/stat : 11113 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167871118 940314624 66451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11114] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11114/stat : 11114 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167871118 940314624 66451 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.03
Current children cumulated vsize (KiB) 918276

[startup+51.2748 s]
/proc/loadavg: 2.34 2.17 2.02 3/92 11114
/proc/meminfo: memFree=555272/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=918276 CPUtime=51.54
/proc/11102/stat : 11102 (java) R 11100 11102 11044 0 -1 0 88752 0 1 0 5115 39 0 0 25 0 12 0 167871104 940314624 77640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054528284 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11102/statm: 229569 77640 2483 14 0 216006 0
[pid=11102/tid=11104] ppid=11100 vsize=918276 CPUtime=1.33
/proc/11102/task/11104/stat : 11104 (java) S 11100 11102 11044 0 -1 64 39365 0 0 0 118 15 0 0 16 0 12 0 167871108 940314624 77640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11105] ppid=11100 vsize=918276 CPUtime=1.13
/proc/11102/task/11105/stat : 11105 (java) S 11100 11102 11044 0 -1 64 20473 0 0 0 105 8 0 0 16 0 12 0 167871108 940314624 77640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11106] ppid=11100 vsize=918276 CPUtime=0.04

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

[pid=11102/tid=11112] ppid=11100 vsize=918276 CPUtime=1.96
/proc/11102/task/11112/stat : 11112 (java) S 11100 11102 11044 0 -1 64 5947 0 0 0 194 2 0 0 16 0 12 0 167871118 940314624 77640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11113] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11113/stat : 11113 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167871118 940314624 77640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11114] ppid=11100 vsize=918276 CPUtime=0
/proc/11102/task/11114/stat : 11114 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167871118 940314624 77640 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.54
Current children cumulated vsize (KiB) 918276

[startup+102.482 s]
/proc/loadavg: 2.13 2.14 2.01 3/92 11114
/proc/meminfo: memFree=467464/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=916292 CPUtime=102.56
/proc/11102/stat : 11102 (java) R 11100 11102 11044 0 -1 0 111713 0 1 0 10210 46 0 0 25 0 12 0 167871104 938283008 99980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054456795 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11102/statm: 229073 99980 2484 14 0 215510 0
[pid=11102/tid=11104] ppid=11100 vsize=916292 CPUtime=1.73
/proc/11102/task/11104/stat : 11104 (java) S 11100 11102 11044 0 -1 64 50923 0 0 0 154 19 0 0 16 0 12 0 167871108 938283008 99980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11105] ppid=11100 vsize=916292 CPUtime=1.61
/proc/11102/task/11105/stat : 11105 (java) S 11100 11102 11044 0 -1 64 31800 0 0 0 150 11 0 0 16 0 12 0 167871108 938283008 99980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11106] ppid=11100 vsize=916292 CPUtime=0.06
/proc/11102/task/11106/stat : 11106 (java) S 11100 11102 11044 0 -1 64 21 0 0 0 5 1 0 0 15 0 12 0 167871110 938283008 99980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11107] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11107/stat : 11107 (java) S 11100 11102 11044 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167871111 938283008 99980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11108] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11108/stat : 11108 (java) S 11100 11102 11044 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167871111 938283008 99980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11109] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11109/stat : 11109 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 167871118 938283008 99980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11110] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11110/stat : 11110 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167871118 938283008 99980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11111] ppid=11100 vsize=916292 CPUtime=1.43
/proc/11102/task/11111/stat : 11111 (java) S 11100 11102 11044 0 -1 64 2804 0 0 0 142 1 0 0 16 0 12 0 167871118 938283008 99980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11112] ppid=11100 vsize=916292 CPUtime=2.11
/proc/11102/task/11112/stat : 11112 (java) S 11100 11102 11044 0 -1 64 5957 0 0 0 209 2 0 0 16 0 12 0 167871118 938283008 99980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11113] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11113/stat : 11113 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167871118 938283008 99980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11114] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11114/stat : 11114 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167871118 938283008 99980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.56
Current children cumulated vsize (KiB) 916292

[startup+162.538 s]
/proc/loadavg: 2.26 2.17 2.03 3/92 11114
/proc/meminfo: memFree=360264/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=916292 CPUtime=162.55
/proc/11102/stat : 11102 (java) R 11100 11102 11044 0 -1 0 138813 0 1 0 16197 58 0 0 25 0 12 0 167871104 938283008 126799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054965601 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11102/statm: 229073 126799 2484 14 0 215510 0
[pid=11102/tid=11104] ppid=11100 vsize=916292 CPUtime=2.36
/proc/11102/task/11104/stat : 11104 (java) S 11100 11102 11044 0 -1 64 63315 0 0 0 212 24 0 0 16 0 12 0 167871108 938283008 126799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11105] ppid=11100 vsize=916292 CPUtime=2.2
/proc/11102/task/11105/stat : 11105 (java) S 11100 11102 11044 0 -1 64 46431 0 0 0 204 16 0 0 17 0 12 0 167871108 938283008 126799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11106] ppid=11100 vsize=916292 CPUtime=0.09
/proc/11102/task/11106/stat : 11106 (java) S 11100 11102 11044 0 -1 64 21 0 0 0 7 2 0 0 16 0 12 0 167871110 938283008 126799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11107] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11107/stat : 11107 (java) S 11100 11102 11044 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167871111 938283008 126799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11108] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11108/stat : 11108 (java) S 11100 11102 11044 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167871111 938283008 126799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11109] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11109/stat : 11109 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 167871118 938283008 126799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11110] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11110/stat : 11110 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167871118 938283008 126799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11111] ppid=11100 vsize=916292 CPUtime=1.52
/proc/11102/task/11111/stat : 11111 (java) S 11100 11102 11044 0 -1 64 2806 0 0 0 151 1 0 0 17 0 12 0 167871118 938283008 126799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11112] ppid=11100 vsize=916292 CPUtime=2.14
/proc/11102/task/11112/stat : 11112 (java) S 11100 11102 11044 0 -1 64 5957 0 0 0 212 2 0 0 16 0 12 0 167871118 938283008 126799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11113] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11113/stat : 11113 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167871118 938283008 126799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11114] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11114/stat : 11114 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167871118 938283008 126799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.55
Current children cumulated vsize (KiB) 916292

[startup+222.594 s]
/proc/loadavg: 2.09 2.14 2.02 3/92 11114
/proc/meminfo: memFree=253704/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=916292 CPUtime=222.56
/proc/11102/stat : 11102 (java) R 11100 11102 11044 0 -1 0 165509 0 1 0 22187 69 0 0 25 0 12 0 167871104 938283008 153317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054443158 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11102/statm: 229073 153317 2484 14 0 215510 0
[pid=11102/tid=11104] ppid=11100 vsize=916292 CPUtime=3.04
/proc/11102/task/11104/stat : 11104 (java) S 11100 11102 11044 0 -1 64 76928 0 0 0 275 29 0 0 16 0 12 0 167871108 938283008 153317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11105] ppid=11100 vsize=916292 CPUtime=2.88
/proc/11102/task/11105/stat : 11105 (java) S 11100 11102 11044 0 -1 64 59441 0 0 0 267 21 0 0 16 0 12 0 167871108 938283008 153317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11106] ppid=11100 vsize=916292 CPUtime=0.11
/proc/11102/task/11106/stat : 11106 (java) S 11100 11102 11044 0 -1 64 22 0 0 0 8 3 0 0 15 0 12 0 167871110 938283008 153317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11107] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11107/stat : 11107 (java) S 11100 11102 11044 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167871111 938283008 153317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11108] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11108/stat : 11108 (java) S 11100 11102 11044 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167871111 938283008 153317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11109] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11109/stat : 11109 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 167871118 938283008 153317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11110] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11110/stat : 11110 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 167871118 938283008 153317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11111] ppid=11100 vsize=916292 CPUtime=1.52
/proc/11102/task/11111/stat : 11111 (java) S 11100 11102 11044 0 -1 64 2806 0 0 0 151 1 0 0 17 0 12 0 167871118 938283008 153317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11112] ppid=11100 vsize=916292 CPUtime=2.14
/proc/11102/task/11112/stat : 11112 (java) S 11100 11102 11044 0 -1 64 5957 0 0 0 212 2 0 0 16 0 12 0 167871118 938283008 153317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11113] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11113/stat : 11113 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167871118 938283008 153317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11114] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11114/stat : 11114 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167871118 938283008 153317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.56
Current children cumulated vsize (KiB) 916292

[startup+282.65 s]
/proc/loadavg: 2.10 2.14 2.03 3/92 11114
/proc/meminfo: memFree=140680/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=916292 CPUtime=282.58
/proc/11102/stat : 11102 (java) R 11100 11102 11044 0 -1 0 193398 0 1 0 28178 80 0 0 25 0 12 0 167871104 938283008 181078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054429575 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11102/statm: 229073 181078 2484 14 0 215510 0
[pid=11102/tid=11104] ppid=11100 vsize=916292 CPUtime=3.89
/proc/11102/task/11104/stat : 11104 (java) S 11100 11102 11044 0 -1 64 92306 0 0 0 356 33 0 0 16 0 12 0 167871108 938283008 181078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11105] ppid=11100 vsize=916292 CPUtime=3.69
/proc/11102/task/11105/stat : 11105 (java) S 11100 11102 11044 0 -1 64 71874 0 0 0 342 27 0 0 16 0 12 0 167871108 938283008 181078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11106] ppid=11100 vsize=916292 CPUtime=0.12
/proc/11102/task/11106/stat : 11106 (java) S 11100 11102 11044 0 -1 64 22 0 0 0 9 3 0 0 15 0 12 0 167871110 938283008 181078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11107] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11107/stat : 11107 (java) S 11100 11102 11044 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167871111 938283008 181078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11108] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11108/stat : 11108 (java) S 11100 11102 11044 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167871111 938283008 181078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11109] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11109/stat : 11109 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 167871118 938283008 181078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11110] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11110/stat : 11110 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 167871118 938283008 181078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11111] ppid=11100 vsize=916292 CPUtime=1.52
/proc/11102/task/11111/stat : 11111 (java) S 11100 11102 11044 0 -1 64 2806 0 0 0 151 1 0 0 17 0 12 0 167871118 938283008 181078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11112] ppid=11100 vsize=916292 CPUtime=2.21
/proc/11102/task/11112/stat : 11112 (java) S 11100 11102 11044 0 -1 64 5964 0 0 0 219 2 0 0 17 0 12 0 167871118 938283008 181078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11113] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11113/stat : 11113 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167871118 938283008 181078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11114] ppid=11100 vsize=916292 CPUtime=0
/proc/11102/task/11114/stat : 11114 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167871118 938283008 181078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.58
Current children cumulated vsize (KiB) 916292



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+295.924 s]
/proc/loadavg: 2.09 2.13 2.03 4/92 11114
/proc/meminfo: memFree=111304/2055920 swapFree=4184772/4192956
[pid=11102] ppid=11100 vsize=924296 CPUtime=295.84
/proc/11102/stat : 11102 (java) S 11100 11102 11044 0 -1 0 201757 0 1 0 29501 83 0 0 25 0 12 0 167871104 946479104 188389 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11102/statm: 231074 188389 2484 14 0 217511 0
[pid=11102/tid=11104] ppid=11100 vsize=924296 CPUtime=4.11
/proc/11102/task/11104/stat : 11104 (java) R 11100 11102 11044 0 -1 64 95425 0 0 0 377 34 0 0 17 0 12 0 167871108 946479104 188389 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11105] ppid=11100 vsize=924296 CPUtime=3.87
/proc/11102/task/11105/stat : 11105 (java) S 11100 11102 11044 0 -1 64 74855 0 0 0 359 28 0 0 16 0 12 0 167871108 946479104 188389 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11106] ppid=11100 vsize=924296 CPUtime=0.34
/proc/11102/task/11106/stat : 11106 (java) R 11100 11102 11044 0 -1 64 2265 0 0 0 30 4 0 0 16 0 12 0 167871110 946479104 188389 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11107] ppid=11100 vsize=924296 CPUtime=0
/proc/11102/task/11107/stat : 11107 (java) S 11100 11102 11044 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 167871111 946479104 188389 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11108] ppid=11100 vsize=924296 CPUtime=0
/proc/11102/task/11108/stat : 11108 (java) S 11100 11102 11044 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 167871111 946479104 188389 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11109] ppid=11100 vsize=924296 CPUtime=0
/proc/11102/task/11109/stat : 11109 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 167871118 946479104 188389 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11110] ppid=11100 vsize=924296 CPUtime=0
/proc/11102/task/11110/stat : 11110 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 167871118 946479104 188389 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11111] ppid=11100 vsize=924296 CPUtime=1.54
/proc/11102/task/11111/stat : 11111 (java) S 11100 11102 11044 0 -1 64 2806 0 0 0 153 1 0 0 16 0 12 0 167871118 946479104 188389 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11112] ppid=11100 vsize=924296 CPUtime=2.21
/proc/11102/task/11112/stat : 11112 (java) S 11100 11102 11044 0 -1 64 5964 0 0 0 219 2 0 0 17 0 12 0 167871118 946479104 188389 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11102/tid=11113] ppid=11100 vsize=924296 CPUtime=0
/proc/11102/task/11113/stat : 11113 (java) S 11100 11102 11044 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 167871118 946479104 188389 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11102/tid=11114] ppid=11100 vsize=924296 CPUtime=0
/proc/11102/task/11114/stat : 11114 (java) S 11100 11102 11044 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 167871118 946479104 188389 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 295.84
Current children cumulated vsize (KiB) 924296

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

Child status: 143
Real time (s): 297.239
CPU time (s): 297.144
CPU user time (s): 296.201
CPU system time (s): 0.942856
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 924296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 296.201
system time used= 0.942856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201778
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= 11510
involuntary context switches= 8198

runsolver used 0.376942 s user time and 0.954854 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sun Jan  7 18:32:10 UTC 2007


IDJOB= 209881
IDBENCH= 4566
FILE ID= node56/209881-1168194729

PBS_JOBID= 3479460

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp26-30/fapp26/fapp26-2300-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/209881-1168194729/sat4jCSP-bf3.jar /tmp/evaluation/209881-1168194729/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-209881-1168194729 -o ROOT/results/node56/solver-209881-1168194729 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/209881-1168194729/sat4jCSP-bf3.jar /tmp/evaluation/209881-1168194729/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  219b34a2cd7d0c1a3e6251956ba3a433

RANDOM SEED= 12652763

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.232
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.232
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:        857080 kB
Buffers:         44564 kB
Cached:         419540 kB
SwapCached:       2104 kB
Active:         767680 kB
Inactive:       359508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        857080 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            5936 kB
Writeback:           0 kB
Mapped:         677904 kB
Slab:            55632 kB
Committed_AS:  4015116 kB
PageTables:       3196 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= 66548 MiB



End job on node56 on Sun Jan  7 18:37:07 UTC 2007