Trace number 3717976

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
Sat4j PB 2012-05-28? (TO) 1800.06 1797.54

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-16reduc_wcsp.wbo
MD5SUMe51a1e905ff19ece48b75fd81968c4c3
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1921
Total number of constraints124511
Number of soft constraints124429
Number of constraints which are clauses124429
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint28
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 44162576
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120528
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3717976-1338257487.wbo
0.09/0.11	c reading problem ... 
1.71/1.05	c ... done. Wall clock time 0.94s.
1.71/1.05	c declared #vars     1921
1.71/1.05	c internal #vars     126350
1.71/1.05	c #constraints  124594
1.71/1.05	c constraints type 
1.71/1.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 123937
1.71/1.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
1.71/1.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 574
1.71/1.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.71/1.05	c 124594 constraints processed.
1.71/1.05	c objective function length is 124429 literals
31.88/30.64	c cleaning 2500 clauses out of 5000 with flag 33904/5000
58.87/57.25	c cleaning 4248 clauses out of 8500 with flag 67755/11000
86.48/84.82	c cleaning 5624 clauses out of 11253 with flag 109608/18001
116.99/115.35	c cleaning 6804 clauses out of 13628 with flag 152706/26000
154.35/152.60	c cleaning 7890 clauses out of 15825 with flag 214413/35001
191.56/189.82	c cleaning 8955 clauses out of 17934 with flag 294405/45000
243.85/242.14	c cleaning 9986 clauses out of 19980 with flag 378385/56001
292.59/290.82	c cleaning 10996 clauses out of 21993 with flag 471088/68000
357.70/355.94	c cleaning 11992 clauses out of 23998 with flag 586573/81001
416.30/414.57	c cleaning 12984 clauses out of 26005 with flag 671715/95000
477.84/476.03	c cleaning 14005 clauses out of 28021 with flag 768249/110000
543.07/541.23	c cleaning 15001 clauses out of 30016 with flag 897295/126000
616.27/614.43	c cleaning 16003 clauses out of 32017 with flag 1031629/143002
693.20/691.32	c cleaning 17004 clauses out of 34013 with flag 1142136/161001
776.35/774.47	c cleaning 18003 clauses out of 36009 with flag 1269516/180001
859.28/857.39	c cleaning 19003 clauses out of 38005 with flag 1425503/200000
944.99/943.08	c cleaning 19981 clauses out of 40002 with flag 1557723/221000
1041.45/1039.47	c cleaning 21003 clauses out of 42021 with flag 1731991/243000
1143.49/1141.45	c cleaning 22005 clauses out of 44020 with flag 1899459/266002
1243.45/1241.36	c cleaning 22978 clauses out of 46014 with flag 2067407/290001
1359.61/1357.44	c cleaning 24008 clauses out of 48036 with flag 2263740/315001
1479.06/1476.81	c cleaning 24986 clauses out of 50027 with flag 2435953/341000
1608.31/1605.91	c cleaning 25980 clauses out of 52041 with flag 2685585/368000
1735.39/1732.99	c cleaning 27023 clauses out of 54061 with flag 2911811/396000
1800.06/1797.51	c starts		: 148
1800.06/1797.51	c conflicts		: 410803
1800.06/1797.51	c decisions		: 3153328
1800.06/1797.51	c propagations		: 2439883607
1800.06/1797.51	c inspects		: 303801820
1800.06/1797.51	c shortcuts		: 0
1800.06/1797.51	c learnt literals	: 0
1800.06/1797.51	c learnt binary clauses	: 0
1800.06/1797.51	c learnt ternary clauses	: 0
1800.06/1797.51	c learnt constraints	: 410802
1800.06/1797.51	c ignored constraints	: 0
1800.06/1797.51	c root simplifications	: 0
1800.06/1797.51	c removed literals (reason simplification)	: 0
1800.06/1797.51	c reason swapping (by a shorter reason)	: 0
1800.06/1797.51	c Calls to reduceDB	: 24
1800.06/1797.51	c Number of update (reduction) of LBD	: 152078
1800.06/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.51	c number of learned constraints concerned by reduction	: 0
1800.06/1797.51	c number of learning phase by resolution	: 0
1800.06/1797.51	c number of learning phase by cutting planes	: 0
1800.06/1797.51	c speed (assignments/second)	: 1358233.0143189083
1800.06/1797.51	c non guided choices	2171
1800.06/1797.53	c learnt constraints type 
1800.06/1797.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 41842
1800.06/1797.53	c constraints type 
1800.06/1797.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 123937
1800.06/1797.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 82
1800.06/1797.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 574
1800.06/1797.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.06/1797.53	c 124594 constraints processed.
1800.06/1797.53	s UNKNOWN
1800.06/1797.53	c Total wall clock time (in seconds): 1797.417

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-3717976-1338257487/watcher-3717976-1338257487 -o /tmp/evaluation-result-3717976-1338257487/solver-3717976-1338257487 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3717976-1338257487.wbo 

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: 1.92 1.98 1.99 3/194 17780
/proc/meminfo: memFree=30290896/32873648 swapFree=6852/6852
[pid=17780] ppid=17778 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/17780/stat : 17780 (java) D 17778 17780 15870 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 291874625 9515008 183 33554432000 1073741824 1073778376 140735133029568 140735133020600 259112386229 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/17780/statm: 2323 183 140 9 0 71 0

[startup+0.0985291 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 17780
/proc/meminfo: memFree=30290896/32873648 swapFree=6852/6852
[pid=17780] ppid=17778 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/17780/stat : 17780 (java) S 17778 17780 15870 0 -1 4202496 4306 0 1 0 8 1 0 0 20 0 18 0 291874625 9787817984 5493 33554432000 1073741824 1073778376 140736398672000 140736398663136 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17780/statm: 2389604 5493 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.100183 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 17780
/proc/meminfo: memFree=30290896/32873648 swapFree=6852/6852
[pid=17780] ppid=17778 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/17780/stat : 17780 (java) S 17778 17780 15870 0 -1 4202496 4342 0 1 0 8 1 0 0 20 0 18 0 291874625 9787817984 5529 33554432000 1073741824 1073778376 140736398672000 140736398663136 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17780/statm: 2389604 5530 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300234 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 17780
/proc/meminfo: memFree=30290896/32873648 swapFree=6852/6852
[pid=17780] ppid=17778 vsize=9558416 CPUtime=0.5 cores=1,3,5,7
/proc/17780/stat : 17780 (java) S 17778 17780 15870 0 -1 4202496 5733 0 1 0 49 1 0 0 20 0 18 0 291874625 9787817984 9407 33554432000 1073741824 1073778376 140736398672000 140736398663136 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17780/statm: 2389604 9407 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558416

[startup+0.700243 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 17780
/proc/meminfo: memFree=30290896/32873648 swapFree=6852/6852
[pid=17780] ppid=17778 vsize=9558416 CPUtime=1.22 cores=1,3,5,7
/proc/17780/stat : 17780 (java) S 17778 17780 15870 0 -1 4202496 7768 0 1 0 116 6 0 0 20 0 18 0 291874625 9787817984 44407 33554432000 1073741824 1073778376 140736398672000 140736398663136 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17780/statm: 2389604 44407 2249 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558416

[startup+1.50134 s]
/proc/loadavg: 1.92 1.98 1.99 4/212 17798
/proc/meminfo: memFree=30079596/32873648 swapFree=6852/6852
[pid=17780] ppid=17778 vsize=9624980 CPUtime=2.69 cores=1,3,5,7
/proc/17780/stat : 17780 (java) S 17778 17780 15870 0 -1 4202496 9995 0 1 0 258 11 0 0 20 0 19 0 291874625 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140736398663136 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17780/statm: 2406245 55680 2268 9 0 2396937 0
[pid=17780/tid=17782] ppid=17778 vsize=9624980 CPUtime=1.37 cores=1,3,5,7
/proc/17780/task/17782/stat : 17782 (java) R 17778 17780 15870 0 -1 4202560 2521 0 1 0 134 3 0 0 20 0 19 0 291874626 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140244131381480 140243987320145 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17783] ppid=17778 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17780/task/17783/stat : 17783 (java) S 17778 17780 15870 0 -1 4202560 54 0 0 0 3 0 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243975412264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17784] ppid=17778 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17780/task/17784/stat : 17784 (java) S 17778 17780 15870 0 -1 4202560 115 0 0 0 4 1 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243974359464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17785] ppid=17778 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17780/task/17785/stat : 17785 (java) S 17778 17780 15870 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243973306664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17780/tid=17786] ppid=17778 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17780/task/17786/stat : 17786 (java) S 17778 17780 15870 0 -1 4202560 101 0 0 0 3 2 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243972253864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17787] ppid=17778 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17780/task/17787/stat : 17787 (java) S 17778 17780 15870 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243971202088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17788] ppid=17778 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17780/task/17788/stat : 17788 (java) S 17778 17780 15870 0 -1 4202560 86 0 0 0 2 0 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243634219944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17780/tid=17789] ppid=17778 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/17780/task/17789/stat : 17789 (java) S 17778 17780 15870 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243633167144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17790] ppid=17778 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17780/task/17790/stat : 17790 (java) S 17778 17780 15870 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243632114344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17791] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17791/stat : 17791 (java) S 17778 17780 15870 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243619916264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17792] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17792/stat : 17792 (java) S 17778 17780 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243618862328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17793] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17793/stat : 17793 (java) S 17778 17780 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243617809416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17794] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17794/stat : 17794 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243616757904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17795] ppid=17778 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/17780/task/17795/stat : 17795 (java) S 17778 17780 15870 0 -1 4202560 3120 0 0 0 47 0 0 0 20 0 19 0 291874631 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243615706040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17796] ppid=17778 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/17780/task/17796/stat : 17796 (java) S 17778 17780 15870 0 -1 4202560 2616 0 0 0 47 0 0 0 20 0 19 0 291874631 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243614653240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17797] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17797/stat : 17797 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243613600632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17798] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17798/stat : 17798 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243612548040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 9624980

[startup+3.10074 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 17799
/proc/meminfo: memFree=30076232/32873648 swapFree=6852/6852
[pid=17780] ppid=17778 vsize=9624980 CPUtime=4.34 cores=1,3,5,7
/proc/17780/stat : 17780 (java) S 17778 17780 15870 0 -1 4202496 9996 0 1 0 423 11 0 0 20 0 19 0 291874625 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140736398663136 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17780/statm: 2406245 55680 2268 9 0 2396937 0
[pid=17780/tid=17782] ppid=17778 vsize=9624980 CPUtime=2.96 cores=1,3,5,7
/proc/17780/task/17782/stat : 17782 (java) R 17778 17780 15870 0 -1 4202560 2522 0 1 0 293 3 0 0 20 0 19 0 291874626 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140244131381560 140243987303988 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17783] ppid=17778 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17780/task/17783/stat : 17783 (java) S 17778 17780 15870 0 -1 4202560 54 0 0 0 3 0 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243975412264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17784] ppid=17778 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17780/task/17784/stat : 17784 (java) S 17778 17780 15870 0 -1 4202560 115 0 0 0 4 1 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243974359464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17785] ppid=17778 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17780/task/17785/stat : 17785 (java) S 17778 17780 15870 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243973306664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17780/tid=17786] ppid=17778 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17780/task/17786/stat : 17786 (java) S 17778 17780 15870 0 -1 4202560 101 0 0 0 3 2 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243972253864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17787] ppid=17778 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17780/task/17787/stat : 17787 (java) S 17778 17780 15870 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243971202088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17788] ppid=17778 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17780/task/17788/stat : 17788 (java) S 17778 17780 15870 0 -1 4202560 86 0 0 0 2 0 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243634219944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17780/tid=17789] ppid=17778 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/17780/task/17789/stat : 17789 (java) S 17778 17780 15870 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243633167144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17790] ppid=17778 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17780/task/17790/stat : 17790 (java) S 17778 17780 15870 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291874627 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243632114344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17791] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17791/stat : 17791 (java) S 17778 17780 15870 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243619916264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17792] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17792/stat : 17792 (java) S 17778 17780 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243618862328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17793] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17793/stat : 17793 (java) S 17778 17780 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243617809416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17794] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17794/stat : 17794 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243616757904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17795] ppid=17778 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/17780/task/17795/stat : 17795 (java) S 17778 17780 15870 0 -1 4202560 3120 0 0 0 47 0 0 0 20 0 19 0 291874631 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243615706040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17796] ppid=17778 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/17780/task/17796/stat : 17796 (java) S 17778 17780 15870 0 -1 4202560 2616 0 0 0 52 0 0 0 20 0 19 0 291874631 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243614653240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17797] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17797/stat : 17797 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243613600632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17798] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17798/stat : 17798 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243612548040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17799] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17799/stat : 17799 (java) S 17778 17780 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291874740 9855979520 55680 33554432000 1073741824 1073778376 140736398672000 140243611456680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9624980

[startup+6.30092 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 17799
/proc/meminfo: memFree=30076232/32873648 swapFree=6852/6852
[pid=17780] ppid=17778 vsize=9624980 CPUtime=7.54 cores=1,3,5,7
/proc/17780/stat : 17780 (java) S 17778 17780 15870 0 -1 4202496 9997 0 1 0 743 11 0 0 20 0 19 0 291874625 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140736398663136 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17780/statm: 2406245 55661 2268 9 0 2396937 0
[pid=17780/tid=17782] ppid=17778 vsize=9624980 CPUtime=6.15 cores=1,3,5,7
/proc/17780/task/17782/stat : 17782 (java) R 17778 17780 15870 0 -1 4202560 2523 0 1 0 612 3 0 0 20 0 19 0 291874626 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140244131381824 140243986777607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17783] ppid=17778 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/17780/task/17783/stat : 17783 (java) S 17778 17780 15870 0 -1 4202560 54 0 0 0 3 0 0 0 20 0 19 0 291874627 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243975412264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17784] ppid=17778 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17780/task/17784/stat : 17784 (java) S 17778 17780 15870 0 -1 4202560 115 0 0 0 4 1 0 0 20 0 19 0 291874627 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243974359464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17785] ppid=17778 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17780/task/17785/stat : 17785 (java) S 17778 17780 15870 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 291874627 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243973306664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17780/tid=17786] ppid=17778 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/17780/task/17786/stat : 17786 (java) S 17778 17780 15870 0 -1 4202560 101 0 0 0 3 2 0 0 20 0 19 0 291874627 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243972253864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17787] ppid=17778 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17780/task/17787/stat : 17787 (java) S 17778 17780 15870 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 19 0 291874627 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243971202088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17788] ppid=17778 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17780/task/17788/stat : 17788 (java) S 17778 17780 15870 0 -1 4202560 86 0 0 0 2 0 0 0 20 0 19 0 291874627 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243634219944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17780/tid=17789] ppid=17778 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/17780/task/17789/stat : 17789 (java) S 17778 17780 15870 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291874627 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243633167144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17790] ppid=17778 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/17780/task/17790/stat : 17790 (java) S 17778 17780 15870 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291874627 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243632114344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17791] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17791/stat : 17791 (java) S 17778 17780 15870 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243619916264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17792] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17792/stat : 17792 (java) S 17778 17780 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243618862328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17793] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17793/stat : 17793 (java) S 17778 17780 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243617809416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17794] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17794/stat : 17794 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243616757904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17795] ppid=17778 vsize=9624980 CPUtime=0.47 cores=1,3,5,7
/proc/17780/task/17795/stat : 17795 (java) S 17778 17780 15870 0 -1 4202560 3120 0 0 0 47 0 0 0 20 0 19 0 291874631 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243615706040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17796] ppid=17778 vsize=9624980 CPUtime=0.52 cores=1,3,5,7
/proc/17780/task/17796/stat : 17796 (java) S 17778 17780 15870 0 -1 4202560 2616 0 0 0 52 0 0 0 20 0 19 0 291874631 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243614653240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17797] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17797/stat : 17797 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243613600632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17798] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17798/stat : 17798 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243612548040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17799] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17799/stat : 17799 (java) S 17778 17780 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291874740 9855979520 55661 33554432000 1073741824 1073778376 140736398672000 140243611456680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 17799
/proc/meminfo: memFree=30076124/32873648 swapFree=6852/6852

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

[pid=17780/tid=17795] ppid=17778 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/17780/task/17795/stat : 17795 (java) S 17778 17780 15870 0 -1 4202560 3136 0 0 0 53 0 0 0 20 0 19 0 291874631 9855979520 99153 33554432000 1073741824 1073778376 140736398672000 140243615706040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17780/tid=17796] ppid=17778 vsize=9624980 CPUtime=0.76 cores=1,3,5,7
/proc/17780/task/17796/stat : 17796 (java) S 17778 17780 15870 0 -1 4202560 8270 0 0 0 76 0 0 0 20 0 19 0 291874631 9855979520 99153 33554432000 1073741824 1073778376 140736398672000 140243614653240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17797] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17797/stat : 17797 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 99153 33554432000 1073741824 1073778376 140736398672000 140243613600632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17798] ppid=17778 vsize=9624980 CPUtime=0.66 cores=1,3,5,7
/proc/17780/task/17798/stat : 17798 (java) S 17778 17780 15870 0 -1 4202560 99 0 0 0 29 37 0 0 20 0 19 0 291874631 9855979520 99153 33554432000 1073741824 1073778376 140736398672000 140243612548040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17799] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17799/stat : 17799 (java) S 17778 17780 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291874740 9855979520 99153 33554432000 1073741824 1073778376 140736398672000 140243611456680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.78
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17873
/proc/meminfo: memFree=29945288/32873648 swapFree=6852/6852
[pid=17780] ppid=17778 vsize=9624980 CPUtime=1784.85 cores=1,3,5,7
/proc/17780/stat : 17780 (java) S 17778 17780 15870 0 -1 4202496 16214 0 1 0 178417 68 0 0 20 0 19 0 291874625 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140736398663136 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17780/statm: 2406245 99154 2282 9 0 2396937 0
[pid=17780/tid=17782] ppid=17778 vsize=9624980 CPUtime=1773.02 cores=1,3,5,7
/proc/17780/task/17782/stat : 17782 (java) R 17778 17780 15870 0 -1 4202560 2548 0 1 0 177270 32 0 0 20 0 19 0 291874626 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140244131381536 140243987364736 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17783] ppid=17778 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/17780/task/17783/stat : 17783 (java) S 17778 17780 15870 0 -1 4202560 98 0 0 0 13 4 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243975412264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17784] ppid=17778 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/17780/task/17784/stat : 17784 (java) S 17778 17780 15870 0 -1 4202560 161 0 0 0 19 4 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243974359464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17785] ppid=17778 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/17780/task/17785/stat : 17785 (java) S 17778 17780 15870 0 -1 4202560 51 0 0 0 16 3 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243973306664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17786] ppid=17778 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/17780/task/17786/stat : 17786 (java) S 17778 17780 15870 0 -1 4202560 136 0 0 0 13 4 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243972253864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17787] ppid=17778 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/17780/task/17787/stat : 17787 (java) S 17778 17780 15870 0 -1 4202560 107 0 0 0 10 2 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243971202088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17788] ppid=17778 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/17780/task/17788/stat : 17788 (java) S 17778 17780 15870 0 -1 4202560 143 0 0 0 15 3 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243634219944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17789] ppid=17778 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/17780/task/17789/stat : 17789 (java) S 17778 17780 15870 0 -1 4202560 51 0 0 0 15 2 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243633167144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17790] ppid=17778 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/17780/task/17790/stat : 17790 (java) S 17778 17780 15870 0 -1 4202560 58 0 0 0 14 3 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243632114344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17791] ppid=17778 vsize=9624980 CPUtime=4.07 cores=1,3,5,7
/proc/17780/task/17791/stat : 17791 (java) S 17778 17780 15870 0 -1 4202560 172 0 0 0 404 3 0 0 20 0 19 0 291874628 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243619916264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17792] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17792/stat : 17792 (java) S 17778 17780 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243618862328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17793] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17793/stat : 17793 (java) S 17778 17780 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243617809416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17794] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17794/stat : 17794 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243616757904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17795] ppid=17778 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/17780/task/17795/stat : 17795 (java) S 17778 17780 15870 0 -1 4202560 3136 0 0 0 53 0 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243615706040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17780/tid=17796] ppid=17778 vsize=9624980 CPUtime=0.76 cores=1,3,5,7
/proc/17780/task/17796/stat : 17796 (java) S 17778 17780 15870 0 -1 4202560 8270 0 0 0 76 0 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243614653240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17797] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17797/stat : 17797 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243613600632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17798] ppid=17778 vsize=9624980 CPUtime=0.68 cores=1,3,5,7
/proc/17780/task/17798/stat : 17798 (java) S 17778 17780 15870 0 -1 4202560 103 0 0 0 30 38 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243612548040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17799] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17799/stat : 17799 (java) S 17778 17780 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291874740 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243611456680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.85
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17874
/proc/meminfo: memFree=29945168/32873648 swapFree=6852/6852
[pid=17780] ppid=17778 vsize=9624980 CPUtime=1800.06 cores=1,3,5,7
/proc/17780/stat : 17780 (java) S 17778 17780 15870 0 -1 4202496 16214 0 1 0 179938 68 0 0 20 0 19 0 291874625 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140736398663136 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17780/statm: 2406245 99154 2282 9 0 2396937 0
[pid=17780/tid=17782] ppid=17778 vsize=9624980 CPUtime=1788.19 cores=1,3,5,7
/proc/17780/task/17782/stat : 17782 (java) R 17778 17780 15870 0 -1 4202560 2548 0 1 0 178786 33 0 0 20 0 19 0 291874626 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140244131381536 140243987435731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17783] ppid=17778 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/17780/task/17783/stat : 17783 (java) S 17778 17780 15870 0 -1 4202560 98 0 0 0 13 4 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243975412264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17784] ppid=17778 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/17780/task/17784/stat : 17784 (java) S 17778 17780 15870 0 -1 4202560 161 0 0 0 19 4 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243974359464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17785] ppid=17778 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/17780/task/17785/stat : 17785 (java) S 17778 17780 15870 0 -1 4202560 51 0 0 0 16 3 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243973306664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17786] ppid=17778 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/17780/task/17786/stat : 17786 (java) S 17778 17780 15870 0 -1 4202560 136 0 0 0 13 4 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243972253864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17787] ppid=17778 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/17780/task/17787/stat : 17787 (java) S 17778 17780 15870 0 -1 4202560 107 0 0 0 10 2 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243971202088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17788] ppid=17778 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/17780/task/17788/stat : 17788 (java) S 17778 17780 15870 0 -1 4202560 143 0 0 0 15 3 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243634219944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17789] ppid=17778 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/17780/task/17789/stat : 17789 (java) S 17778 17780 15870 0 -1 4202560 51 0 0 0 15 2 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243633167144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17790] ppid=17778 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/17780/task/17790/stat : 17790 (java) S 17778 17780 15870 0 -1 4202560 58 0 0 0 14 3 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243632114344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17791] ppid=17778 vsize=9624980 CPUtime=4.07 cores=1,3,5,7
/proc/17780/task/17791/stat : 17791 (java) S 17778 17780 15870 0 -1 4202560 172 0 0 0 404 3 0 0 20 0 19 0 291874628 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243619916264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17792] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17792/stat : 17792 (java) S 17778 17780 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243618862328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17793] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17793/stat : 17793 (java) S 17778 17780 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243617809416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17794] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17794/stat : 17794 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243616757904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17795] ppid=17778 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/17780/task/17795/stat : 17795 (java) S 17778 17780 15870 0 -1 4202560 3136 0 0 0 53 0 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243615706040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17780/tid=17796] ppid=17778 vsize=9624980 CPUtime=0.76 cores=1,3,5,7
/proc/17780/task/17796/stat : 17796 (java) S 17778 17780 15870 0 -1 4202560 8270 0 0 0 76 0 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243614653240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17797] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17797/stat : 17797 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243613600632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17798] ppid=17778 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/17780/task/17798/stat : 17798 (java) S 17778 17780 15870 0 -1 4202560 103 0 0 0 30 39 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243612548040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17799] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17799/stat : 17799 (java) S 17778 17780 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291874740 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243611456680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624980

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

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

[startup+1797.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 17874
/proc/meminfo: memFree=29945168/32873648 swapFree=6852/6852
[pid=17780] ppid=17778 vsize=9624980 CPUtime=1800.06 cores=1,3,5,7
/proc/17780/stat : 17780 (java) S 17778 17780 15870 0 -1 4202496 16214 0 1 0 179938 68 0 0 20 0 19 0 291874625 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140736398663136 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/17780/statm: 2406245 99154 2282 9 0 2396937 0
[pid=17780/tid=17782] ppid=17778 vsize=9624980 CPUtime=1788.19 cores=1,3,5,7
/proc/17780/task/17782/stat : 17782 (java) R 17778 17780 15870 0 -1 4202560 2548 0 1 0 178786 33 0 0 20 0 19 0 291874626 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140244131381536 140243987435731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17783] ppid=17778 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/17780/task/17783/stat : 17783 (java) S 17778 17780 15870 0 -1 4202560 98 0 0 0 13 4 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243975412264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17784] ppid=17778 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/17780/task/17784/stat : 17784 (java) S 17778 17780 15870 0 -1 4202560 161 0 0 0 19 4 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243974359464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17785] ppid=17778 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/17780/task/17785/stat : 17785 (java) S 17778 17780 15870 0 -1 4202560 51 0 0 0 16 3 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243973306664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17786] ppid=17778 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/17780/task/17786/stat : 17786 (java) S 17778 17780 15870 0 -1 4202560 136 0 0 0 13 4 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243972253864 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17787] ppid=17778 vsize=9624980 CPUtime=0.12 cores=1,3,5,7
/proc/17780/task/17787/stat : 17787 (java) S 17778 17780 15870 0 -1 4202560 107 0 0 0 10 2 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243971202088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17788] ppid=17778 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/17780/task/17788/stat : 17788 (java) S 17778 17780 15870 0 -1 4202560 143 0 0 0 15 3 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243634219944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17789] ppid=17778 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/17780/task/17789/stat : 17789 (java) S 17778 17780 15870 0 -1 4202560 51 0 0 0 15 2 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243633167144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17790] ppid=17778 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/17780/task/17790/stat : 17790 (java) S 17778 17780 15870 0 -1 4202560 58 0 0 0 14 3 0 0 20 0 19 0 291874627 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243632114344 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17791] ppid=17778 vsize=9624980 CPUtime=4.07 cores=1,3,5,7
/proc/17780/task/17791/stat : 17791 (java) S 17778 17780 15870 0 -1 4202560 172 0 0 0 404 3 0 0 20 0 19 0 291874628 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243619916264 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17792] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17792/stat : 17792 (java) S 17778 17780 15870 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243618862328 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17793] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17793/stat : 17793 (java) S 17778 17780 15870 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291874628 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243617809416 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17794] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17794/stat : 17794 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243616757904 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17795] ppid=17778 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/17780/task/17795/stat : 17795 (java) S 17778 17780 15870 0 -1 4202560 3136 0 0 0 53 0 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243615706040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17780/tid=17796] ppid=17778 vsize=9624980 CPUtime=0.76 cores=1,3,5,7
/proc/17780/task/17796/stat : 17796 (java) S 17778 17780 15870 0 -1 4202560 8270 0 0 0 76 0 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243614653240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17780/tid=17797] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17797/stat : 17797 (java) S 17778 17780 15870 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243613600632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17780/tid=17798] ppid=17778 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/17780/task/17798/stat : 17798 (java) S 17778 17780 15870 0 -1 4202560 103 0 0 0 30 39 0 0 20 0 19 0 291874631 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243612548040 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17780/tid=17799] ppid=17778 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/17780/task/17799/stat : 17799 (java) S 17778 17780 15870 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291874740 9855979520 99154 33554432000 1073741824 1073778376 140736398672000 140243611456680 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624980

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17780 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=808147
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=141826
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.54
CPU time (s): 1800.06
CPU user time (s): 1799.38
CPU system time (s): 0.68
CPU usage (%): 100.14
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.81
system time used= 1.14183
maximum resident set size= 396736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16247
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38666
involuntary context switches= 15073

runsolver used 5.87111 second user time and 15.8436 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-29 04:11:28
IDJOB=3717976
IDBENCH=79567
IDSOLVER=2301
FILE ID=node124/3717976-1338257487
RUNJOBID= node124-1338248599-15887
PBS_JOBID= 14624663
Free space on /tmp= 71428 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-16reduc_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717976-1338257487/watcher-3717976-1338257487 -o /tmp/evaluation-result-3717976-1338257487/solver-3717976-1338257487 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717976-1338257487.wbo

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

MD5SUM BENCH= e51a1e905ff19ece48b75fd81968c4c3
RANDOM SEED=655404990

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30291556 kB
Buffers:          433532 kB
Cached:          1003500 kB
SwapCached:         2160 kB
Active:          1306868 kB
Inactive:         411420 kB
Active(anon):     271096 kB
Inactive(anon):    12184 kB
Active(file):    1035772 kB
Inactive(file):   399236 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67105496 kB
Dirty:              3912 kB
Writeback:             0 kB
AnonPages:        285356 kB
Mapped:            22632 kB
Shmem:                84 kB
Slab:             724324 kB
SReclaimable:     168440 kB
SUnreclaim:       555884 kB
KernelStack:        1592 kB
PageTables:         4404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     827108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71428 MiB
End job on node124 at 2012-05-29 04:41:27