Trace number 3687463

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.03 1796.84

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
MD5SUM939f54a73a83900b8b6d857af47a0b62
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark133.03
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables62704
Total number of constraints187107
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.2.v20120418
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		501472288
0.07/0.09	c Max memory 		7480803328
0.07/0.09	c Total memory 		504102912
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687463-1337871930.opb
0.10/0.11	c reading problem ... 
1.65/1.10	c ... done. Wall clock time 0.99s.
1.65/1.10	c declared #vars     62704
1.65/1.10	c #constraints  187107
1.65/1.10	c constraints type 
1.65/1.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
1.65/1.10	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.65/1.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
1.65/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 504
1.65/1.10	c 187107 constraints processed.
17.40/16.28	c cleaning 2488 clauses out of 4981 with flag 5000/5000
38.81/37.48	c cleaning 4246 clauses out of 8492 with flag 11001/11001
73.33/71.91	c cleaning 5619 clauses out of 11241 with flag 18000/18000
107.50/106.01	c cleaning 6806 clauses out of 13616 with flag 26002/26002
145.48/143.91	c cleaning 7899 clauses out of 15805 with flag 35000/35000
187.71/186.19	c cleaning 8951 clauses out of 17905 with flag 45001/45001
229.06/227.47	c cleaning 9970 clauses out of 19951 with flag 56000/56000
278.09/276.40	c cleaning 10980 clauses out of 21980 with flag 68000/68000
332.20/330.52	c cleaning 11988 clauses out of 24001 with flag 81002/81002
387.84/386.12	c cleaning 12999 clauses out of 26011 with flag 95001/95001
447.28/445.52	c cleaning 13996 clauses out of 28011 with flag 110000/110000
492.24/490.46	c cleaning 15001 clauses out of 30015 with flag 126001/126001
554.19/552.39	c cleaning 16000 clauses out of 32012 with flag 143000/143000
623.43/621.44	c cleaning 16997 clauses out of 34011 with flag 161000/161000
691.79/689.75	c cleaning 18003 clauses out of 36013 with flag 180000/180000
760.85/758.72	c cleaning 18996 clauses out of 38011 with flag 200002/200002
837.26/835.16	c cleaning 20002 clauses out of 40016 with flag 221004/221004
921.99/919.84	c cleaning 20998 clauses out of 42008 with flag 243000/243000
996.71/994.53	c cleaning 22001 clauses out of 44010 with flag 266002/266002
1099.68/1097.33	c cleaning 22994 clauses out of 46008 with flag 290001/290001
1191.06/1188.50	c cleaning 24001 clauses out of 48014 with flag 315002/315002
1290.79/1288.17	c cleaning 24991 clauses out of 50012 with flag 341001/341001
1392.04/1389.30	c cleaning 25994 clauses out of 52019 with flag 368000/368000
1492.55/1489.76	c cleaning 27005 clauses out of 54025 with flag 396000/396000
1588.19/1585.36	c cleaning 27998 clauses out of 56021 with flag 425001/425001
1680.94/1677.96	c cleaning 29007 clauses out of 58021 with flag 455000/455000
1786.58/1783.49	c cleaning 30005 clauses out of 60014 with flag 486000/486000
1800.03/1796.81	c starts		: 143
1800.03/1796.81	c conflicts		: 489093
1800.03/1796.81	c decisions		: 709666
1800.03/1796.81	c propagations		: 3074586426
1800.03/1796.81	c inspects		: 9273282206
1800.03/1796.81	c shortcuts		: 0
1800.03/1796.81	c learnt literals	: 57
1800.03/1796.81	c learnt binary clauses	: 244
1800.03/1796.81	c learnt ternary clauses	: 402
1800.03/1796.81	c learnt constraints	: 489036
1800.03/1796.81	c ignored constraints	: 0
1800.03/1796.81	c root simplifications	: 0
1800.03/1796.81	c removed literals (reason simplification)	: 0
1800.03/1796.81	c reason swapping (by a shorter reason)	: 0
1800.03/1796.81	c Calls to reduceDB	: 27
1800.03/1796.81	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.81	c number of learned constraints concerned by reduction	: 0
1800.03/1796.81	c number of learning phase by resolution	: 0
1800.03/1796.81	c number of learning phase by cutting planes	: 0
1800.03/1796.81	c speed (assignments/second)	: 1712211.9814154073
1800.03/1796.81	c non guided choices	2230
1800.03/1796.83	c learnt constraints type 
1800.03/1796.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 244
1800.03/1796.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32859
1800.03/1796.83	c constraints type 
1800.03/1796.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 61868
1800.03/1796.83	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.03/1796.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 124734
1800.03/1796.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 504
1800.03/1796.83	c 187107 constraints processed.
1800.03/1796.83	s UNKNOWN
1800.03/1796.83	c Total wall clock time (in seconds): 1796.717

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687463-1337871930/watcher-3687463-1337871930 -o /tmp/evaluation-result-3687463-1337871930/solver-3687463-1337871930 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687463-1337871930.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.74 0.20 0.07 3/192 20795
/proc/meminfo: memFree=29990280/32873844 swapFree=7104/7104
[pid=20795] ppid=20793 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/20795/stat : 20795 (java) R 20793 20795 20334 0 -1 4202496 991 0 0 0 0 0 0 0 20 0 1 0 253321593 23793664 718 33554432000 1073741824 1073778376 140735385294208 140735385283272 235365512552 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/20795/statm: 5809 729 540 9 0 128 0

[startup+0.0761929 s]
/proc/loadavg: 0.74 0.20 0.07 3/192 20795
/proc/meminfo: memFree=29990280/32873844 swapFree=7104/7104
[pid=20795] ppid=20793 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/20795/stat : 20795 (java) S 20793 20795 20334 0 -1 4202496 3348 0 1 0 6 1 0 0 20 0 18 0 253321593 9787813888 4556 33554432000 1073741824 1073778376 140735385294208 140735385285344 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20795/statm: 2389603 4556 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100279 s]
/proc/loadavg: 0.74 0.20 0.07 3/192 20795
/proc/meminfo: memFree=29990280/32873844 swapFree=7104/7104
[pid=20795] ppid=20793 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/20795/stat : 20795 (java) S 20793 20795 20334 0 -1 4202496 4360 0 1 0 9 1 0 0 20 0 18 0 253321593 9787813888 5541 33554432000 1073741824 1073778376 140735385294208 140735385285344 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20795/statm: 2389603 5541 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30019 s]
/proc/loadavg: 0.74 0.20 0.07 3/192 20795
/proc/meminfo: memFree=29990280/32873844 swapFree=7104/7104
[pid=20795] ppid=20793 vsize=9558412 CPUtime=0.51 cores=1,3,5,7
/proc/20795/stat : 20795 (java) S 20793 20795 20334 0 -1 4202496 5684 0 1 0 49 2 0 0 20 0 18 0 253321593 9787813888 8911 33554432000 1073741824 1073778376 140735385294208 140735385285344 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20795/statm: 2389603 8911 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.700319 s]
/proc/loadavg: 0.74 0.20 0.07 3/192 20795
/proc/meminfo: memFree=29990280/32873844 swapFree=7104/7104
[pid=20795] ppid=20793 vsize=9558412 CPUtime=1.26 cores=1,3,5,7
/proc/20795/stat : 20795 (java) S 20793 20795 20334 0 -1 4202496 8932 0 1 0 120 6 0 0 20 0 18 0 253321593 9787813888 42187 33554432000 1073741824 1073778376 140735385294208 140735385285344 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20795/statm: 2389603 42187 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558412

[startup+1.50075 s]
/proc/loadavg: 0.84 0.23 0.08 3/210 20813
/proc/meminfo: memFree=29802552/32873844 swapFree=7104/7104
[pid=20795] ppid=20793 vsize=9624976 CPUtime=2.62 cores=1,3,5,7
/proc/20795/stat : 20795 (java) S 20793 20795 20334 0 -1 4202496 11127 0 1 0 252 10 0 0 20 0 19 0 253321593 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 140735385285344 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20795/statm: 2406244 46833 2262 9 0 2396937 0
[pid=20795/tid=20797] ppid=20793 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/20795/task/20797/stat : 20797 (java) R 20793 20795 20334 0 -1 4202560 2523 0 1 0 139 4 0 0 20 0 19 0 253321594 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139669412806928 139669266992860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20798] ppid=20793 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/20795/task/20798/stat : 20798 (java) S 20793 20795 20334 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 253321594 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139669385267880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20799] ppid=20793 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20795/task/20799/stat : 20799 (java) S 20793 20795 20334 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253321594 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139669255269160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20800] ppid=20793 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/20795/task/20800/stat : 20800 (java) S 20793 20795 20334 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253321594 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139669254216616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20801] ppid=20793 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20795/task/20801/stat : 20801 (java) S 20793 20795 20334 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 253321594 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139669253164072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20802] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20802/stat : 20802 (java) S 20793 20795 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321594 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139669252110504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20803] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20803/stat : 20803 (java) S 20793 20795 20334 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253321594 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139669251057960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20804] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20804/stat : 20804 (java) S 20793 20795 20334 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253321594 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139668913908136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20805] ppid=20793 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20795/task/20805/stat : 20805 (java) S 20793 20795 20334 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253321594 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139668912855592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20806] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20806/stat : 20806 (java) S 20793 20795 20334 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139668900657768 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20807] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20807/stat : 20807 (java) S 20793 20795 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139668899604088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20808] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20808/stat : 20808 (java) S 20793 20795 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139668898551432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20809] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20809/stat : 20809 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139668897500176 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20810] ppid=20793 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/20795/task/20810/stat : 20810 (java) S 20793 20795 20334 0 -1 4202560 3758 0 0 0 50 0 0 0 20 0 19 0 253321599 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139668896446520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20811] ppid=20793 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/20795/task/20811/stat : 20811 (java) S 20793 20795 20334 0 -1 4202560 3506 0 0 0 45 0 0 0 20 0 19 0 253321599 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139668895393976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20812] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20812/stat : 20812 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139668894341624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20813] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20813/stat : 20813 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 46833 33554432000 1073741824 1073778376 140735385294208 139668893289288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9624976

[startup+3.10081 s]
/proc/loadavg: 0.84 0.23 0.08 3/211 20814
/proc/meminfo: memFree=29801428/32873844 swapFree=7104/7104
[pid=20795] ppid=20793 vsize=9624976 CPUtime=4.27 cores=1,3,5,7
/proc/20795/stat : 20795 (java) S 20793 20795 20334 0 -1 4202496 11148 0 1 0 417 10 0 0 20 0 19 0 253321593 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 140735385285344 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20795/statm: 2406244 46834 2263 9 0 2396937 0
[pid=20795/tid=20797] ppid=20793 vsize=9624976 CPUtime=3.02 cores=1,3,5,7
/proc/20795/task/20797/stat : 20797 (java) R 20793 20795 20334 0 -1 4202560 2524 0 1 0 298 4 0 0 20 0 19 0 253321594 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139669412813360 139669266503606 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20798] ppid=20793 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/20795/task/20798/stat : 20798 (java) S 20793 20795 20334 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 253321594 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139669385267880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20799] ppid=20793 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20795/task/20799/stat : 20799 (java) S 20793 20795 20334 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253321594 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139669255269160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20800] ppid=20793 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/20795/task/20800/stat : 20800 (java) S 20793 20795 20334 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253321594 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139669254216616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20801] ppid=20793 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20795/task/20801/stat : 20801 (java) S 20793 20795 20334 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 253321594 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139669253164072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20802] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20802/stat : 20802 (java) S 20793 20795 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321594 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139669252110504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20803] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20803/stat : 20803 (java) S 20793 20795 20334 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253321594 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139669251057960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20804] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20804/stat : 20804 (java) S 20793 20795 20334 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253321594 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139668913908136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20805] ppid=20793 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20795/task/20805/stat : 20805 (java) S 20793 20795 20334 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253321594 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139668912855592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20806] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20806/stat : 20806 (java) S 20793 20795 20334 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139668900657768 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20807] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20807/stat : 20807 (java) S 20793 20795 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139668899604088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20808] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20808/stat : 20808 (java) S 20793 20795 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139668898551432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20809] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20809/stat : 20809 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139668897500176 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20810] ppid=20793 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/20795/task/20810/stat : 20810 (java) S 20793 20795 20334 0 -1 4202560 3774 0 0 0 54 0 0 0 20 0 19 0 253321599 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139668896446520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20811] ppid=20793 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/20795/task/20811/stat : 20811 (java) S 20793 20795 20334 0 -1 4202560 3510 0 0 0 47 0 0 0 20 0 19 0 253321599 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139668895393976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20812] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20812/stat : 20812 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139668894341624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20813] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20813/stat : 20813 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139668893289288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20814] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20814/stat : 20814 (java) S 20793 20795 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321706 9855975424 46834 33554432000 1073741824 1073778376 140735385294208 139668892235048 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9624976

[startup+6.30078 s]
/proc/loadavg: 0.84 0.23 0.08 3/211 20814
/proc/meminfo: memFree=29797348/32873844 swapFree=7104/7104
[pid=20795] ppid=20793 vsize=9624976 CPUtime=7.49 cores=1,3,5,7
/proc/20795/stat : 20795 (java) S 20793 20795 20334 0 -1 4202496 11192 0 1 0 739 10 0 0 20 0 19 0 253321593 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 140735385285344 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20795/statm: 2406244 46710 2266 9 0 2396937 0
[pid=20795/tid=20797] ppid=20793 vsize=9624976 CPUtime=6.22 cores=1,3,5,7
/proc/20795/task/20797/stat : 20797 (java) R 20793 20795 20334 0 -1 4202560 2526 0 1 0 618 4 0 0 20 0 19 0 253321594 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139669412813344 139669267050172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20798] ppid=20793 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/20795/task/20798/stat : 20798 (java) S 20793 20795 20334 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 253321594 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139669385267880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20799] ppid=20793 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20795/task/20799/stat : 20799 (java) S 20793 20795 20334 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 253321594 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139669255269160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20800] ppid=20793 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/20795/task/20800/stat : 20800 (java) S 20793 20795 20334 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 253321594 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139669254216616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20801] ppid=20793 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20795/task/20801/stat : 20801 (java) S 20793 20795 20334 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 253321594 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139669253164072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20802] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20802/stat : 20802 (java) S 20793 20795 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321594 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139669252110504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20803] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20803/stat : 20803 (java) S 20793 20795 20334 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253321594 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139669251057960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20804] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20804/stat : 20804 (java) S 20793 20795 20334 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253321594 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139668913908136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20805] ppid=20793 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/20795/task/20805/stat : 20805 (java) S 20793 20795 20334 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 253321594 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139668912855592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20806] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20806/stat : 20806 (java) S 20793 20795 20334 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139668900657768 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20807] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20807/stat : 20807 (java) S 20793 20795 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139668899604088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20808] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20808/stat : 20808 (java) S 20793 20795 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139668898551432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20809] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20809/stat : 20809 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139668897500176 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20810] ppid=20793 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/20795/task/20810/stat : 20810 (java) S 20793 20795 20334 0 -1 4202560 3816 0 0 0 57 0 0 0 20 0 19 0 253321599 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139668896446520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20811] ppid=20793 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/20795/task/20811/stat : 20811 (java) S 20793 20795 20334 0 -1 4202560 3510 0 0 0 47 0 0 0 20 0 19 0 253321599 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139668895393976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20812] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20812/stat : 20812 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139668894341624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20813] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20813/stat : 20813 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139668893289288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20814] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20814/stat : 20814 (java) S 20793 20795 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321706 9855975424 46710 33554432000 1073741824 1073778376 140735385294208 139668892235048 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]
/proc/loadavg: 1.02 0.29 0.10 3/211 20814
/proc/meminfo: memFree=29797652/32873844 swapFree=7104/7104

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

[pid=20795/tid=20810] ppid=20793 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/20795/task/20810/stat : 20810 (java) S 20793 20795 20334 0 -1 4202560 3836 0 0 0 61 0 0 0 20 0 19 0 253321599 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668896446520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20811] ppid=20793 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/20795/task/20811/stat : 20811 (java) S 20793 20795 20334 0 -1 4202560 3928 0 0 0 58 0 0 0 20 0 19 0 253321599 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668895393976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20812] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20812/stat : 20812 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668894341624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20813] ppid=20793 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/20795/task/20813/stat : 20813 (java) S 20793 20795 20334 0 -1 4202560 97 0 0 0 48 25 0 0 20 0 19 0 253321599 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668893289288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20814] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20814/stat : 20814 (java) S 20793 20795 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321706 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668892235048 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.33
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/211 20828
/proc/meminfo: memFree=29172440/32873844 swapFree=7104/7104
[pid=20795] ppid=20793 vsize=9624976 CPUtime=1725.42 cores=1,3,5,7
/proc/20795/stat : 20795 (java) S 20793 20795 20334 0 -1 4202496 12455 0 1 0 172469 73 0 0 20 0 19 0 253321593 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 140735385285344 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20795/statm: 2406244 76339 2278 9 0 2396937 0
[pid=20795/tid=20797] ppid=20793 vsize=9624976 CPUtime=1718.92 cores=1,3,5,7
/proc/20795/task/20797/stat : 20797 (java) R 20793 20795 20334 0 -1 4202560 2553 0 1 0 171861 31 0 0 20 0 19 0 253321594 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139669412815136 139669267086951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20798] ppid=20793 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/20795/task/20798/stat : 20798 (java) S 20793 20795 20334 0 -1 4202560 47 0 0 0 21 3 0 0 20 0 19 0 253321594 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139669385267880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20799] ppid=20793 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/20795/task/20799/stat : 20799 (java) S 20793 20795 20334 0 -1 4202560 114 0 0 0 16 2 0 0 20 0 19 0 253321594 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139669255269160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20800] ppid=20793 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/20795/task/20800/stat : 20800 (java) S 20793 20795 20334 0 -1 4202560 159 0 0 0 19 2 0 0 20 0 19 0 253321594 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139669254216616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20801] ppid=20793 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/20795/task/20801/stat : 20801 (java) S 20793 20795 20334 0 -1 4202560 154 0 0 0 17 4 0 0 20 0 19 0 253321594 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139669253164072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20802] ppid=20793 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/20795/task/20802/stat : 20802 (java) S 20793 20795 20334 0 -1 4202560 39 0 0 0 18 2 0 0 20 0 19 0 253321594 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139669252110504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20803] ppid=20793 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/20795/task/20803/stat : 20803 (java) S 20793 20795 20334 0 -1 4202560 28 0 0 0 16 2 0 0 20 0 19 0 253321594 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139669251057960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20804] ppid=20793 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/20795/task/20804/stat : 20804 (java) S 20793 20795 20334 0 -1 4202560 106 0 0 0 17 3 0 0 20 0 19 0 253321594 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668913908136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20805] ppid=20793 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/20795/task/20805/stat : 20805 (java) S 20793 20795 20334 0 -1 4202560 41 0 0 0 20 3 0 0 20 0 19 0 253321594 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668912855592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20806] ppid=20793 vsize=9624976 CPUtime=2.47 cores=1,3,5,7
/proc/20795/task/20806/stat : 20806 (java) S 20793 20795 20334 0 -1 4202560 170 0 0 0 244 3 0 0 20 0 19 0 253321596 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668900657768 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20807] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20807/stat : 20807 (java) S 20793 20795 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668899604088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20808] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20808/stat : 20808 (java) S 20793 20795 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668898551432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20809] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20809/stat : 20809 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668897500176 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20810] ppid=20793 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/20795/task/20810/stat : 20810 (java) S 20793 20795 20334 0 -1 4202560 3836 0 0 0 61 0 0 0 20 0 19 0 253321599 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668896446520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20811] ppid=20793 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/20795/task/20811/stat : 20811 (java) S 20793 20795 20334 0 -1 4202560 3928 0 0 0 58 0 0 0 20 0 19 0 253321599 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668895393976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20812] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20812/stat : 20812 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668894341624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20813] ppid=20793 vsize=9624976 CPUtime=0.77 cores=1,3,5,7
/proc/20795/task/20813/stat : 20813 (java) S 20793 20795 20334 0 -1 4202560 99 0 0 0 50 27 0 0 20 0 19 0 253321599 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668893289288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20814] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20814/stat : 20814 (java) S 20793 20795 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321706 9855975424 76339 33554432000 1073741824 1073778376 140735385294208 139668892235048 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.42
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.11 2.03 1.72 3/211 20888
/proc/meminfo: memFree=29302468/32873844 swapFree=7104/7104
[pid=20795] ppid=20793 vsize=9624976 CPUtime=1785.48 cores=1,3,5,7
/proc/20795/stat : 20795 (java) S 20793 20795 20334 0 -1 4202496 12459 0 1 0 178472 76 0 0 20 0 19 0 253321593 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 140735385285344 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20795/statm: 2406244 76794 2278 9 0 2396937 0
[pid=20795/tid=20797] ppid=20793 vsize=9624976 CPUtime=1778.92 cores=1,3,5,7
/proc/20795/task/20797/stat : 20797 (java) R 20793 20795 20334 0 -1 4202560 2553 0 1 0 177860 32 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669412815136 139669266986347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20798] ppid=20793 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/20795/task/20798/stat : 20798 (java) S 20793 20795 20334 0 -1 4202560 47 0 0 0 21 3 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669385267880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20799] ppid=20793 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/20795/task/20799/stat : 20799 (java) S 20793 20795 20334 0 -1 4202560 114 0 0 0 16 2 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669255269160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20800] ppid=20793 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/20795/task/20800/stat : 20800 (java) S 20793 20795 20334 0 -1 4202560 159 0 0 0 19 2 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669254216616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20801] ppid=20793 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/20795/task/20801/stat : 20801 (java) S 20793 20795 20334 0 -1 4202560 154 0 0 0 17 4 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669253164072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20802] ppid=20793 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/20795/task/20802/stat : 20802 (java) S 20793 20795 20334 0 -1 4202560 39 0 0 0 18 2 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669252110504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20803] ppid=20793 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/20795/task/20803/stat : 20803 (java) S 20793 20795 20334 0 -1 4202560 28 0 0 0 16 2 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669251057960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20804] ppid=20793 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/20795/task/20804/stat : 20804 (java) S 20793 20795 20334 0 -1 4202560 106 0 0 0 17 3 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668913908136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20805] ppid=20793 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/20795/task/20805/stat : 20805 (java) S 20793 20795 20334 0 -1 4202560 41 0 0 0 20 3 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668912855592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20806] ppid=20793 vsize=9624976 CPUtime=2.47 cores=1,3,5,7
/proc/20795/task/20806/stat : 20806 (java) S 20793 20795 20334 0 -1 4202560 170 0 0 0 244 3 0 0 20 0 19 0 253321596 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668900657768 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20807] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20807/stat : 20807 (java) S 20793 20795 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668899604088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20808] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20808/stat : 20808 (java) S 20793 20795 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668898551432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20809] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20809/stat : 20809 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668897500176 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20810] ppid=20793 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/20795/task/20810/stat : 20810 (java) S 20793 20795 20334 0 -1 4202560 3836 0 0 0 61 0 0 0 20 0 19 0 253321599 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668896446520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20811] ppid=20793 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/20795/task/20811/stat : 20811 (java) S 20793 20795 20334 0 -1 4202560 3928 0 0 0 58 0 0 0 20 0 19 0 253321599 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668895393976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20812] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20812/stat : 20812 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668894341624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20813] ppid=20793 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/20795/task/20813/stat : 20813 (java) S 20793 20795 20334 0 -1 4202560 103 0 0 0 51 29 0 0 20 0 19 0 253321599 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668893289288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20814] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20814/stat : 20814 (java) S 20793 20795 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321706 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668892235048 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.48
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.09 2.03 1.72 3/211 20888
/proc/meminfo: memFree=29291856/32873844 swapFree=7104/7104
[pid=20795] ppid=20793 vsize=9624976 CPUtime=1800.03 cores=1,3,5,7
/proc/20795/stat : 20795 (java) S 20793 20795 20334 0 -1 4202496 12464 0 1 0 179926 77 0 0 20 0 19 0 253321593 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 140735385285344 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/20795/statm: 2406244 76794 2278 9 0 2396937 0
[pid=20795/tid=20797] ppid=20793 vsize=9624976 CPUtime=1793.31 cores=1,3,5,7
/proc/20795/task/20797/stat : 20797 (java) R 20793 20795 20334 0 -1 4202560 2554 0 1 0 179299 32 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669412815136 139669267086816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20798] ppid=20793 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/20795/task/20798/stat : 20798 (java) S 20793 20795 20334 0 -1 4202560 47 0 0 0 21 3 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669385267880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20799] ppid=20793 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/20795/task/20799/stat : 20799 (java) S 20793 20795 20334 0 -1 4202560 114 0 0 0 17 2 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669255269160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20800] ppid=20793 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/20795/task/20800/stat : 20800 (java) S 20793 20795 20334 0 -1 4202560 159 0 0 0 20 2 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669254216616 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20801] ppid=20793 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/20795/task/20801/stat : 20801 (java) S 20793 20795 20334 0 -1 4202560 154 0 0 0 17 4 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669253164072 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20802] ppid=20793 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/20795/task/20802/stat : 20802 (java) S 20793 20795 20334 0 -1 4202560 39 0 0 0 19 3 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669252110504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20803] ppid=20793 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/20795/task/20803/stat : 20803 (java) S 20793 20795 20334 0 -1 4202560 28 0 0 0 16 2 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139669251057960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20804] ppid=20793 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/20795/task/20804/stat : 20804 (java) S 20793 20795 20334 0 -1 4202560 106 0 0 0 18 3 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668913908136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20805] ppid=20793 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/20795/task/20805/stat : 20805 (java) S 20793 20795 20334 0 -1 4202560 41 0 0 0 20 3 0 0 20 0 19 0 253321594 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668912855592 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20806] ppid=20793 vsize=9624976 CPUtime=2.57 cores=1,3,5,7
/proc/20795/task/20806/stat : 20806 (java) S 20793 20795 20334 0 -1 4202560 172 0 0 0 254 3 0 0 20 0 19 0 253321596 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668900657768 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20807] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20807/stat : 20807 (java) S 20793 20795 20334 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668899604088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20808] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20808/stat : 20808 (java) S 20793 20795 20334 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253321596 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668898551432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20809] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20809/stat : 20809 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668897500176 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20795/tid=20810] ppid=20793 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/20795/task/20810/stat : 20810 (java) S 20793 20795 20334 0 -1 4202560 3836 0 0 0 61 0 0 0 20 0 19 0 253321599 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668896446520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20811] ppid=20793 vsize=9624976 CPUtime=0.58 cores=1,3,5,7
/proc/20795/task/20811/stat : 20811 (java) S 20793 20795 20334 0 -1 4202560 3928 0 0 0 58 0 0 0 20 0 19 0 253321599 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668895393976 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20795/tid=20812] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20812/stat : 20812 (java) S 20793 20795 20334 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253321599 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668894341624 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20795/tid=20813] ppid=20793 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/20795/task/20813/stat : 20813 (java) S 20793 20795 20334 0 -1 4202560 105 0 0 0 52 29 0 0 20 0 19 0 253321599 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668893289288 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20795/tid=20814] ppid=20793 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/20795/task/20814/stat : 20814 (java) S 20793 20795 20334 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253321706 9855975424 76794 33554432000 1073741824 1073778376 140735385294208 139668892235048 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9624976

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20795 and gives
#  childrusage.ru_utime.tv_sec=1798
#  childrusage.ru_utime.tv_usec=896526
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=4847
# CPU time returned by wait4() is 1799.9
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.84
CPU time (s): 1800.03
CPU user time (s): 1799.26
CPU system time (s): 0.77
CPU usage (%): 100.178
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.9
system time used= 1.00485
maximum resident set size= 307296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12498
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38806
involuntary context switches= 23103

runsolver used 5.9021 second user time and 15.8126 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-24 17:05:30
IDJOB=3687463
IDBENCH=1479
IDSOLVER=2269
FILE ID=node104/3687463-1337871930
RUNJOBID= node104-1337871880-20351
PBS_JOBID= 14620100
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687463-1337871930/watcher-3687463-1337871930 -o /tmp/evaluation-result-3687463-1337871930/solver-3687463-1337871930 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687463-1337871930.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 939f54a73a83900b8b6d857af47a0b62
RANDOM SEED=341595584

node104.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.266
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29991072 kB
Buffers:          195520 kB
Cached:          1794640 kB
SwapCached:            0 kB
Active:           444676 kB
Inactive:        1649040 kB
Active(anon):     106252 kB
Inactive(anon):        0 kB
Active(file):     338424 kB
Inactive(file):  1649040 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6464 kB
Writeback:            28 kB
AnonPages:        137360 kB
Mapped:            21472 kB
Shmem:               200 kB
Slab:             622408 kB
SReclaimable:      64548 kB
SUnreclaim:       557860 kB
KernelStack:        1560 kB
PageTables:         4296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     685640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node104 at 2012-05-24 17:35:29