Trace number 3741558

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.05 898.929

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-544324.opb
MD5SUM02fa27f3dafb4f59cf08d669298a5bbe
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark465.377
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10080
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint168
Maximum length of a constraint3680
Number of terms in the objective function 10080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10080
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 10080
Number of bits of the biggest sum of numbers14
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
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 Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
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 phase appearing in latest learned clause 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 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	
0.09/0.11	c solving HOME/instance-3741558-1338764654.opb
0.09/0.11	c reading problem ... 
2.90/2.54	c ... done. Wall clock time 2.429s.
2.90/2.54	c #vars     10080
2.90/2.54	c #constraints  732
2.90/2.54	c constraints type 
2.90/2.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 732
2.90/2.54	c constraints type 
2.90/2.54	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 732
47.65/24.16	c cleaning 2497 clauses out of 5000 with flag 5000/5000
108.26/54.37	c cleaning 4257 clauses out of 8520 with flag 11017/11017
192.80/96.55	c cleaning 5633 clauses out of 11266 with flag 18020/18020
242.05/121.19	c cleaning 6813 clauses out of 13631 with flag 26018/26018
291.13/145.65	c cleaning 7902 clauses out of 15810 with flag 35010/35010
606.17/302.87	c cleaning 8942 clauses out of 17898 with flag 45000/45000
703.57/351.48	c cleaning 9473 clauses out of 18961 with flag 55005/55005
795.51/397.37	c cleaning 9546 clauses out of 19484 with flag 65001/65001
1128.71/563.78	c cleaning 9960 clauses out of 19937 with flag 75000/75000
1328.43/663.47	c cleaning 9962 clauses out of 19977 with flag 85000/85000
1604.12/801.04	c cleaning 9996 clauses out of 20015 with flag 95000/95000
1723.81/860.80	c cleaning 9986 clauses out of 20031 with flag 105012/105012
1800.05/898.91	c starts		: 91
1800.05/898.91	c conflicts		: 108857
1800.05/898.91	c decisions		: 2188376
1800.05/898.91	c propagations		: 47841913
1800.05/898.91	c inspects		: 43142930
1800.05/898.91	c learnt literals	: 0
1800.05/898.91	c learnt binary clauses	: 0
1800.05/898.91	c learnt ternary clauses	: 0
1800.05/898.91	c learnt clauses	: 108856
1800.05/898.91	c ignored clauses	: 0
1800.05/898.91	c root simplifications	: 0
1800.05/898.91	c removed literals (reason simplification)	: 6238181
1800.05/898.91	c reason swapping (by a shorter reason)	: 0
1800.05/898.91	c Calls to reduceDB	: 12
1800.05/898.91	c number of reductions to clauses (during analyze)	: 0
1800.05/898.91	c number of learned constraints concerned by reduction	: 0
1800.05/898.91	c number of learning phase by resolution	: 0
1800.05/898.91	c number of learning phase by cutting planes	: 0
1800.05/898.91	c speed (assignments/second)	: 53372.832930970624
1800.05/898.91	c non guided choices	4788
1800.05/898.92	c learnt constraints type 
1800.05/898.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13891
1800.05/898.92	c constraints type 
1800.05/898.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 732
1800.05/898.92	c constraints type 
1800.05/898.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 732
1800.05/898.92	s UNKNOWN
1800.05/898.92	c Total wall clock time (in seconds): 898.811

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-3741558-1338764654/watcher-3741558-1338764654 -o /tmp/evaluation-result-3741558-1338764654/solver-3741558-1338764654 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741558-1338764654.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: 1.67 1.81 2.46 2/195 30466
/proc/meminfo: memFree=28872784/32873648 swapFree=6860/6860
[pid=30466] ppid=30464 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/30466/stat : 30466 (java6) D 30464 30466 22552 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342591348 9515008 183 33554432000 1073741824 1073778376 140735966405984 140735966397016 259112386229 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/30466/statm: 2323 183 140 9 0 71 0

[startup+0.0309181 s]
/proc/loadavg: 1.67 1.81 2.46 2/195 30466
/proc/meminfo: memFree=28872784/32873648 swapFree=6860/6860
[pid=30466] ppid=30464 vsize=2158136 CPUtime=0 cores=1,3,5,7
/proc/30466/stat : 30466 (java) S 30464 30466 22552 0 -1 4202496 3512 0 1 0 0 0 0 0 20 0 10 0 342591348 2209931264 3700 33554432000 1073741824 1073778376 140736003326960 140736003318096 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30466/statm: 539534 3700 1539 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100251 s]
/proc/loadavg: 1.67 1.81 2.46 2/195 30466
/proc/meminfo: memFree=28872784/32873648 swapFree=6860/6860
[pid=30466] ppid=30464 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/30466/stat : 30466 (java) S 30464 30466 22552 0 -1 4202496 4802 0 1 0 8 1 0 0 20 0 18 0 342591348 2764726272 5976 33554432000 1073741824 1073778376 140736003326960 140736003318096 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30466/statm: 674982 5976 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300239 s]
/proc/loadavg: 1.67 1.81 2.46 2/195 30466
/proc/meminfo: memFree=28872784/32873648 swapFree=6860/6860
[pid=30466] ppid=30464 vsize=2699928 CPUtime=0.51 cores=1,3,5,7
/proc/30466/stat : 30466 (java) S 30464 30466 22552 0 -1 4202496 6082 0 1 0 50 1 0 0 20 0 18 0 342591348 2764726272 11879 33554432000 1073741824 1073778376 140736003326960 140736003318096 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30466/statm: 674982 11879 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700259 s]
/proc/loadavg: 1.67 1.81 2.46 2/195 30466
/proc/meminfo: memFree=28872784/32873648 swapFree=6860/6860
[pid=30466] ppid=30464 vsize=2699928 CPUtime=0.92 cores=1,3,5,7
/proc/30466/stat : 30466 (java) S 30464 30466 22552 0 -1 4202496 6188 0 1 0 87 5 0 0 20 0 18 0 342591348 2764726272 57961 33554432000 1073741824 1073778376 140736003326960 140736003318096 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30466/statm: 674982 57961 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 2699928

[startup+1.50075 s]
/proc/loadavg: 1.67 1.81 2.46 2/213 30484
/proc/meminfo: memFree=28511528/32873648 swapFree=6860/6860
[pid=30466] ppid=30464 vsize=2699928 CPUtime=1.76 cores=1,3,5,7
/proc/30466/stat : 30466 (java) S 30464 30466 22552 0 -1 4202496 6304 0 1 0 167 9 0 0 20 0 18 0 342591348 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140736003318096 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30466/statm: 674982 95875 2237 9 0 665676 0
[pid=30466/tid=30468] ppid=30464 vsize=2699928 CPUtime=1.45 cores=1,3,5,7
/proc/30466/task/30468/stat : 30468 (java) R 30464 30466 22552 0 -1 4202560 3008 0 1 0 138 7 0 0 20 0 18 0 342591349 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557972189104 259115771149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30469] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30469/stat : 30469 (java) S 30464 30466 22552 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 342591350 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557906148136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30470] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30470/stat : 30470 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342591350 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557837920936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30471] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30471/stat : 30471 (java) S 30464 30466 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342591350 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557836868648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30472] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30472/stat : 30472 (java) S 30464 30466 22552 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 18 0 342591350 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557835815848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30473] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30473/stat : 30473 (java) S 30464 30466 22552 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 342591350 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557834762536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30474] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30474/stat : 30474 (java) S 30464 30466 22552 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 18 0 342591350 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557833709736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30475] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30475/stat : 30475 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342591350 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557832657448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30476] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30476/stat : 30476 (java) S 30464 30466 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 342591350 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557831604648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30477] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30477/stat : 30477 (java) S 30464 30466 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342591351 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557819194088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30478] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30478/stat : 30478 (java) S 30464 30466 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342591352 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557818140152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30479] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30479/stat : 30479 (java) S 30464 30466 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342591352 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557817087752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30480] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30480/stat : 30480 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342591354 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557816036240 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30481] ppid=30464 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/30466/task/30481/stat : 30481 (java) S 30464 30466 22552 0 -1 4202560 853 0 0 0 11 0 0 0 20 0 18 0 342591354 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557814982840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30482] ppid=30464 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/30466/task/30482/stat : 30482 (java) S 30464 30466 22552 0 -1 4202560 1219 0 0 0 13 0 0 0 20 0 18 0 342591354 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557813930040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30483] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30483/stat : 30483 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342591354 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557812877944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30484] ppid=30464 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30484/stat : 30484 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342591354 2764726272 95875 33554432000 1073741824 1073778376 140736003326960 140557811825352 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 2699928

[startup+3.10061 s]
/proc/loadavg: 1.62 1.79 2.45 2/213 30484
/proc/meminfo: memFree=28474168/32873648 swapFree=6860/6860
[pid=30466] ppid=30464 vsize=2966184 CPUtime=4.42 cores=1,3,5,7
/proc/30466/stat : 30466 (java) S 30464 30466 22552 0 -1 4202496 9755 0 1 0 427 15 0 0 20 0 22 0 342591348 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140736003318096 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30466/statm: 741546 107460 2260 9 0 732240 0
[pid=30466/tid=30468] ppid=30464 vsize=2966184 CPUtime=2.44 cores=1,3,5,7
/proc/30466/task/30468/stat : 30468 (java) S 30464 30466 22552 0 -1 4202560 3022 0 1 0 236 8 0 0 20 0 22 0 342591349 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557972198552 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30469] ppid=30464 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/30466/task/30469/stat : 30469 (java) S 30464 30466 22552 0 -1 4202560 27 0 0 0 1 1 0 0 20 0 22 0 342591350 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557906148136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30470] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30470/stat : 30470 (java) S 30464 30466 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342591350 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557837920936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30471] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30471/stat : 30471 (java) S 30464 30466 22552 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342591350 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557836868648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30472] ppid=30464 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30466/task/30472/stat : 30472 (java) S 30464 30466 22552 0 -1 4202560 37 0 0 0 2 1 0 0 20 0 22 0 342591350 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557835815848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30473] ppid=30464 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30466/task/30473/stat : 30473 (java) S 30464 30466 22552 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 342591350 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557834762536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30474] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30474/stat : 30474 (java) S 30464 30466 22552 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342591350 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557833709736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30475] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30475/stat : 30475 (java) S 30464 30466 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342591350 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557832657448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30476] ppid=30464 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30466/task/30476/stat : 30476 (java) S 30464 30466 22552 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 342591350 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557831604648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30477] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30477/stat : 30477 (java) S 30464 30466 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342591351 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557819194088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30478] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30478/stat : 30478 (java) S 30464 30466 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342591352 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557818140152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30479] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30479/stat : 30479 (java) S 30464 30466 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342591352 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557817087752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30480] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30480/stat : 30480 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342591354 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557816036240 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30481] ppid=30464 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/30466/task/30481/stat : 30481 (java) S 30464 30466 22552 0 -1 4202560 2794 0 0 0 29 0 0 0 20 0 22 0 342591354 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557814982840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30482] ppid=30464 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/30466/task/30482/stat : 30482 (java) S 30464 30466 22552 0 -1 4202560 2584 0 0 0 33 0 0 0 20 0 22 0 342591354 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557813930040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30483] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30483/stat : 30483 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342591354 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557812877944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30484] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30484/stat : 30484 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342591354 3037372416 107460 33554432000 1073741824 1073778376 140736003326960 140557811825352 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 2966184

[startup+6.30079 s]
/proc/loadavg: 1.62 1.79 2.45 3/217 30488
/proc/meminfo: memFree=28441988/32873648 swapFree=6860/6860
[pid=30466] ppid=30464 vsize=2966184 CPUtime=11.61 cores=1,3,5,7
/proc/30466/stat : 30466 (java) S 30464 30466 22552 0 -1 4202496 14259 0 1 0 1144 17 0 0 20 0 22 0 342591348 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140736003318096 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30466/statm: 741546 109311 2262 9 0 732240 0
[pid=30466/tid=30468] ppid=30464 vsize=2966184 CPUtime=2.44 cores=1,3,5,7
/proc/30466/task/30468/stat : 30468 (java) S 30464 30466 22552 0 -1 4202560 3022 0 1 0 236 8 0 0 20 0 22 0 342591349 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557972198552 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30469] ppid=30464 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/30466/task/30469/stat : 30469 (java) S 30464 30466 22552 0 -1 4202560 27 0 0 0 1 1 0 0 20 0 22 0 342591350 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557906148136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30470] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30470/stat : 30470 (java) S 30464 30466 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342591350 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557837920936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30471] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30471/stat : 30471 (java) S 30464 30466 22552 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 342591350 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557836868648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30472] ppid=30464 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30466/task/30472/stat : 30472 (java) S 30464 30466 22552 0 -1 4202560 37 0 0 0 2 1 0 0 20 0 22 0 342591350 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557835815848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30473] ppid=30464 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/30466/task/30473/stat : 30473 (java) S 30464 30466 22552 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 342591350 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557834762536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30474] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30474/stat : 30474 (java) S 30464 30466 22552 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 342591350 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557833709736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30475] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30475/stat : 30475 (java) S 30464 30466 22552 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 342591350 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557832657448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30476] ppid=30464 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/30466/task/30476/stat : 30476 (java) S 30464 30466 22552 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 342591350 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557831604648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30477] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30477/stat : 30477 (java) S 30464 30466 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342591351 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557819194088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30478] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30478/stat : 30478 (java) S 30464 30466 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342591352 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557818140152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30479] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30479/stat : 30479 (java) S 30464 30466 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342591352 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557817087752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30480] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30480/stat : 30480 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342591354 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557816036240 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30481] ppid=30464 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/30466/task/30481/stat : 30481 (java) S 30464 30466 22552 0 -1 4202560 5336 0 0 0 75 1 0 0 20 0 22 0 342591354 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557814982840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30482] ppid=30464 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/30466/task/30482/stat : 30482 (java) S 30464 30466 22552 0 -1 4202560 4479 0 0 0 66 1 0 0 20 0 22 0 342591354 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557813930040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30483] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30483/stat : 30483 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342591354 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557812877944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30484] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30484/stat : 30484 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342591354 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557811825352 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30485] ppid=30464 vsize=2966184 CPUtime=3.71 cores=1,3,5,7
/proc/30466/task/30485/stat : 30485 (java) R 30464 30466 22552 0 -1 4202560 37 0 0 0 371 0 0 0 20 0 22 0 342591602 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557810740392 140557912757278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30486] ppid=30464 vsize=2966184 CPUtime=3.69 cores=1,3,5,7
/proc/30466/task/30486/stat : 30486 (java) R 30464 30466 22552 0 -1 4202560 69 0 0 0 369 0 0 0 20 0 22 0 342591602 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557809688776 140557912639636 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30487] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30487/stat : 30487 (java) S 30464 30466 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342591615 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557808637608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30488] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30488/stat : 30488 (java) S 30464 30466 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342591615 3037372416 109311 33554432000 1073741824 1073778376 140736003326960 140557807584808 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.61
Current children cumulated vsize (KiB) 2966184

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

/proc/30466/statm: 741546 200948 2274 9 0 732240 0
[pid=30466/tid=30468] ppid=30464 vsize=2966184 CPUtime=2.46 cores=1,3,5,7
/proc/30466/task/30468/stat : 30468 (java) S 30464 30466 22552 0 -1 4202560 3026 0 1 0 238 8 0 0 20 0 22 0 342591349 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557972198552 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30469] ppid=30464 vsize=2966184 CPUtime=1.93 cores=1,3,5,7
/proc/30466/task/30469/stat : 30469 (java) S 30464 30466 22552 0 -1 4202560 172 0 0 0 186 7 0 0 20 0 22 0 342591350 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557906148136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30470] ppid=30464 vsize=2966184 CPUtime=1.87 cores=1,3,5,7
/proc/30466/task/30470/stat : 30470 (java) S 30464 30466 22552 0 -1 4202560 173 0 0 0 181 6 0 0 20 0 22 0 342591350 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557837920936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30471] ppid=30464 vsize=2966184 CPUtime=1.92 cores=1,3,5,7
/proc/30466/task/30471/stat : 30471 (java) S 30464 30466 22552 0 -1 4202560 146 0 0 0 185 7 0 0 20 0 22 0 342591350 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557836868648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30472] ppid=30464 vsize=2966184 CPUtime=1.92 cores=1,3,5,7
/proc/30466/task/30472/stat : 30472 (java) S 30464 30466 22552 0 -1 4202560 211 0 0 0 183 9 0 0 20 0 22 0 342591350 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557835815848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30473] ppid=30464 vsize=2966184 CPUtime=1.96 cores=1,3,5,7
/proc/30466/task/30473/stat : 30473 (java) S 30464 30466 22552 0 -1 4202560 174 0 0 0 189 7 0 0 20 0 22 0 342591350 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557834762536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30474] ppid=30464 vsize=2966184 CPUtime=1.87 cores=1,3,5,7
/proc/30466/task/30474/stat : 30474 (java) S 30464 30466 22552 0 -1 4202560 150 0 0 0 180 7 0 0 20 0 22 0 342591350 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557833709736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30475] ppid=30464 vsize=2966184 CPUtime=1.81 cores=1,3,5,7
/proc/30466/task/30475/stat : 30475 (java) S 30464 30466 22552 0 -1 4202560 136 0 0 0 174 7 0 0 20 0 22 0 342591350 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557832657448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30476] ppid=30464 vsize=2966184 CPUtime=1.96 cores=1,3,5,7
/proc/30466/task/30476/stat : 30476 (java) S 30464 30466 22552 0 -1 4202560 178 0 0 0 186 10 0 0 20 0 22 0 342591350 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557831604648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30477] ppid=30464 vsize=2966184 CPUtime=2.17 cores=1,3,5,7
/proc/30466/task/30477/stat : 30477 (java) S 30464 30466 22552 0 -1 4202560 207 0 0 0 162 55 0 0 20 0 22 0 342591351 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557819194088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30478] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30478/stat : 30478 (java) S 30464 30466 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342591352 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557818140152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30479] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30479/stat : 30479 (java) S 30464 30466 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342591352 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557817087752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30480] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30480/stat : 30480 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342591354 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557816036240 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30481] ppid=30464 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/30466/task/30481/stat : 30481 (java) S 30464 30466 22552 0 -1 4202560 8361 0 0 0 101 2 0 0 20 0 22 0 342591354 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557814982840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30482] ppid=30464 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/30466/task/30482/stat : 30482 (java) S 30464 30466 22552 0 -1 4202560 4514 0 0 0 84 2 0 0 20 0 22 0 342591354 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557813930040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30483] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30483/stat : 30483 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342591354 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557812877944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30484] ppid=30464 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/30466/task/30484/stat : 30484 (java) S 30464 30466 22552 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 342591354 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557811825352 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30485] ppid=30464 vsize=2966184 CPUtime=870.03 cores=1,3,5,7
/proc/30466/task/30485/stat : 30485 (java) R 30464 30466 22552 0 -1 4202560 661 0 0 0 86984 19 0 0 20 0 22 0 342591602 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557810741024 140557912757816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30486] ppid=30464 vsize=2966184 CPUtime=870.1 cores=1,3,5,7
/proc/30466/task/30486/stat : 30486 (java) R 30464 30466 22552 0 -1 4202560 699 0 0 0 86992 18 0 0 20 0 22 0 342591602 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557809686912 140557912713012 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30487] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30487/stat : 30487 (java) S 30464 30466 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342591615 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557808637608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30488] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30488/stat : 30488 (java) S 30464 30466 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342591615 3037372416 200948 33554432000 1073741824 1073778376 140736003326960 140557807584808 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1766.72
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.902 s]
/proc/loadavg: 3.99 3.66 3.05 5/219 30561
/proc/meminfo: memFree=28341512/32873648 swapFree=6860/6860
[pid=30466] ppid=30464 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/30466/stat : 30466 (java) S 30464 30466 22552 0 -1 4202496 20081 0 1 0 179852 153 0 0 20 0 22 0 342591348 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140736003318096 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30466/statm: 741546 200951 2275 9 0 732240 0
[pid=30466/tid=30468] ppid=30464 vsize=2966184 CPUtime=2.46 cores=1,3,5,7
/proc/30466/task/30468/stat : 30468 (java) S 30464 30466 22552 0 -1 4202560 3026 0 1 0 238 8 0 0 20 0 22 0 342591349 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557972198552 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30469] ppid=30464 vsize=2966184 CPUtime=1.97 cores=1,3,5,7
/proc/30466/task/30469/stat : 30469 (java) S 30464 30466 22552 0 -1 4202560 173 0 0 0 190 7 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557906148136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30470] ppid=30464 vsize=2966184 CPUtime=1.91 cores=1,3,5,7
/proc/30466/task/30470/stat : 30470 (java) S 30464 30466 22552 0 -1 4202560 174 0 0 0 185 6 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557837920936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30471] ppid=30464 vsize=2966184 CPUtime=1.95 cores=1,3,5,7
/proc/30466/task/30471/stat : 30471 (java) S 30464 30466 22552 0 -1 4202560 146 0 0 0 188 7 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557836868648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30472] ppid=30464 vsize=2966184 CPUtime=1.96 cores=1,3,5,7
/proc/30466/task/30472/stat : 30472 (java) S 30464 30466 22552 0 -1 4202560 211 0 0 0 187 9 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557835815848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30473] ppid=30464 vsize=2966184 CPUtime=1.99 cores=1,3,5,7
/proc/30466/task/30473/stat : 30473 (java) S 30464 30466 22552 0 -1 4202560 174 0 0 0 191 8 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557834762536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30474] ppid=30464 vsize=2966184 CPUtime=1.91 cores=1,3,5,7
/proc/30466/task/30474/stat : 30474 (java) S 30464 30466 22552 0 -1 4202560 150 0 0 0 184 7 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557833709736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30475] ppid=30464 vsize=2966184 CPUtime=1.86 cores=1,3,5,7
/proc/30466/task/30475/stat : 30475 (java) S 30464 30466 22552 0 -1 4202560 136 0 0 0 179 7 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557832657448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30476] ppid=30464 vsize=2966184 CPUtime=1.99 cores=1,3,5,7
/proc/30466/task/30476/stat : 30476 (java) S 30464 30466 22552 0 -1 4202560 178 0 0 0 189 10 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557831604648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30477] ppid=30464 vsize=2966184 CPUtime=2.17 cores=1,3,5,7
/proc/30466/task/30477/stat : 30477 (java) S 30464 30466 22552 0 -1 4202560 207 0 0 0 162 55 0 0 20 0 22 0 342591351 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557819194088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30478] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30478/stat : 30478 (java) S 30464 30466 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342591352 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557818140152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30479] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30479/stat : 30479 (java) S 30464 30466 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342591352 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557817087752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30480] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30480/stat : 30480 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342591354 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557816036240 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30481] ppid=30464 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/30466/task/30481/stat : 30481 (java) S 30464 30466 22552 0 -1 4202560 8361 0 0 0 101 2 0 0 20 0 22 0 342591354 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557814982840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30482] ppid=30464 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/30466/task/30482/stat : 30482 (java) S 30464 30466 22552 0 -1 4202560 4516 0 0 0 85 2 0 0 20 0 22 0 342591354 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557813930040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30483] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30483/stat : 30483 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342591354 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557812877944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30484] ppid=30464 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/30466/task/30484/stat : 30484 (java) S 30464 30466 22552 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 342591354 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557811825352 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30485] ppid=30464 vsize=2966184 CPUtime=886.49 cores=1,3,5,7
/proc/30466/task/30485/stat : 30485 (java) R 30464 30466 22552 0 -1 4202560 675 0 0 0 88630 19 0 0 20 0 22 0 342591602 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557810741008 140557912633727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30486] ppid=30464 vsize=2966184 CPUtime=886.56 cores=1,3,5,7
/proc/30466/task/30486/stat : 30486 (java) R 30464 30466 22552 0 -1 4202560 715 0 0 0 88638 18 0 0 20 0 22 0 342591602 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557809687048 140557912924340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30487] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30487/stat : 30487 (java) S 30464 30466 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342591615 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557808637608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30488] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30488/stat : 30488 (java) S 30464 30466 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342591615 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557807584808 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2966184

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

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

[startup+898.902 s]
/proc/loadavg: 3.99 3.66 3.05 5/219 30561
/proc/meminfo: memFree=28341512/32873648 swapFree=6860/6860
[pid=30466] ppid=30464 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/30466/stat : 30466 (java) S 30464 30466 22552 0 -1 4202496 20081 0 1 0 179852 153 0 0 20 0 22 0 342591348 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140736003318096 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/30466/statm: 741546 200951 2275 9 0 732240 0
[pid=30466/tid=30468] ppid=30464 vsize=2966184 CPUtime=2.46 cores=1,3,5,7
/proc/30466/task/30468/stat : 30468 (java) S 30464 30466 22552 0 -1 4202560 3026 0 1 0 238 8 0 0 20 0 22 0 342591349 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557972198552 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30469] ppid=30464 vsize=2966184 CPUtime=1.97 cores=1,3,5,7
/proc/30466/task/30469/stat : 30469 (java) S 30464 30466 22552 0 -1 4202560 173 0 0 0 190 7 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557906148136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30470] ppid=30464 vsize=2966184 CPUtime=1.91 cores=1,3,5,7
/proc/30466/task/30470/stat : 30470 (java) S 30464 30466 22552 0 -1 4202560 174 0 0 0 185 6 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557837920936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30471] ppid=30464 vsize=2966184 CPUtime=1.95 cores=1,3,5,7
/proc/30466/task/30471/stat : 30471 (java) S 30464 30466 22552 0 -1 4202560 146 0 0 0 188 7 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557836868648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30472] ppid=30464 vsize=2966184 CPUtime=1.96 cores=1,3,5,7
/proc/30466/task/30472/stat : 30472 (java) S 30464 30466 22552 0 -1 4202560 211 0 0 0 187 9 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557835815848 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30473] ppid=30464 vsize=2966184 CPUtime=1.99 cores=1,3,5,7
/proc/30466/task/30473/stat : 30473 (java) S 30464 30466 22552 0 -1 4202560 174 0 0 0 191 8 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557834762536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30474] ppid=30464 vsize=2966184 CPUtime=1.91 cores=1,3,5,7
/proc/30466/task/30474/stat : 30474 (java) S 30464 30466 22552 0 -1 4202560 150 0 0 0 184 7 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557833709736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30475] ppid=30464 vsize=2966184 CPUtime=1.86 cores=1,3,5,7
/proc/30466/task/30475/stat : 30475 (java) S 30464 30466 22552 0 -1 4202560 136 0 0 0 179 7 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557832657448 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30476] ppid=30464 vsize=2966184 CPUtime=1.99 cores=1,3,5,7
/proc/30466/task/30476/stat : 30476 (java) S 30464 30466 22552 0 -1 4202560 178 0 0 0 189 10 0 0 20 0 22 0 342591350 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557831604648 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30477] ppid=30464 vsize=2966184 CPUtime=2.17 cores=1,3,5,7
/proc/30466/task/30477/stat : 30477 (java) S 30464 30466 22552 0 -1 4202560 207 0 0 0 162 55 0 0 20 0 22 0 342591351 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557819194088 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30478] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30478/stat : 30478 (java) S 30464 30466 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342591352 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557818140152 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30479] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30479/stat : 30479 (java) S 30464 30466 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342591352 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557817087752 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30480] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30480/stat : 30480 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342591354 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557816036240 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30481] ppid=30464 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/30466/task/30481/stat : 30481 (java) S 30464 30466 22552 0 -1 4202560 8361 0 0 0 101 2 0 0 20 0 22 0 342591354 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557814982840 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30482] ppid=30464 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/30466/task/30482/stat : 30482 (java) S 30464 30466 22552 0 -1 4202560 4516 0 0 0 85 2 0 0 20 0 22 0 342591354 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557813930040 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30466/tid=30483] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30483/stat : 30483 (java) S 30464 30466 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342591354 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557812877944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30484] ppid=30464 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/30466/task/30484/stat : 30484 (java) S 30464 30466 22552 0 -1 4202560 51 0 0 0 12 18 0 0 20 0 22 0 342591354 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557811825352 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30485] ppid=30464 vsize=2966184 CPUtime=886.49 cores=1,3,5,7
/proc/30466/task/30485/stat : 30485 (java) R 30464 30466 22552 0 -1 4202560 675 0 0 0 88630 19 0 0 20 0 22 0 342591602 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557810741008 140557912633727 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30466/tid=30486] ppid=30464 vsize=2966184 CPUtime=886.56 cores=1,3,5,7
/proc/30466/task/30486/stat : 30486 (java) R 30464 30466 22552 0 -1 4202560 715 0 0 0 88638 18 0 0 20 0 22 0 342591602 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557809687048 140557912924340 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30466/tid=30487] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30487/stat : 30487 (java) S 30464 30466 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342591615 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557808637608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30466/tid=30488] ppid=30464 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/30466/task/30488/stat : 30488 (java) S 30464 30466 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342591615 3037372416 200951 33554432000 1073741824 1073778376 140736003326960 140557807584808 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30466 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=760306
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=981698
# CPU time returned by wait4() is 1795.74
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.929
CPU time (s): 1800.05
CPU user time (s): 1798.52
CPU system time (s): 1.53
CPU usage (%): 200.244
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.76
system time used= 1.9817
maximum resident set size= 803940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20116
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54484
involuntary context switches= 63324

runsolver used 3.41048 second user time and 7.84381 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 01:04:15
IDJOB=3741558
IDBENCH=89877
IDSOLVER=2324
FILE ID=node124/3741558-1338764654
RUNJOBID= node124-1338748776-22569
PBS_JOBID= 14636791
Free space on /tmp= 70684 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-544324.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741558-1338764654/watcher-3741558-1338764654 -o /tmp/evaluation-result-3741558-1338764654/solver-3741558-1338764654 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741558-1338764654.opb

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

MD5SUM BENCH= 02fa27f3dafb4f59cf08d669298a5bbe
RANDOM SEED=204273710

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:        28873428 kB
Buffers:          229492 kB
Cached:          1541812 kB
SwapCached:         8268 kB
Active:          1904712 kB
Inactive:        1319624 kB
Active(anon):    1447188 kB
Inactive(anon):     8240 kB
Active(file):     457524 kB
Inactive(file):  1311384 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:             15224 kB
Writeback:             0 kB
AnonPages:       1452208 kB
Mapped:            17212 kB
Shmem:                 0 kB
Slab:             634964 kB
SReclaimable:      79276 kB
SUnreclaim:       555688 kB
KernelStack:        1616 kB
PageTables:         7044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1429504 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= 70644 MiB
End job on node124 at 2012-06-04 01:19:16