Trace number 3733458

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.19 901.133

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc06.opb
MD5SUM0662414c0fee45075e37f5c5e2481506
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51018
Total number of constraints820
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 211324891222433894400
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 23205541583449342163452
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.06/0.10	c version 2.2.0.v20100531
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		1349517296
0.06/0.10	c Max memory 		1356595200
0.06/0.10	c Total memory 		1356595200
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3733458-1338743377.opb
0.06/0.13	c reading problem ... 
1.54/0.95	c ... done. Wall clock time 0.819s.
1.54/0.95	c #vars     51018
1.54/0.95	c #constraints  19000
1.54/0.95	c constraints type 
1.74/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1070
1.74/1.02	c constraints type 
1.74/1.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1070
138.35/68.37	c cleaning 2487 clauses out of 4986 with flag 5004/5004
173.09/85.56	c cleaning 4245 clauses out of 8491 with flag 11001/11001
207.39/102.72	c cleaning 5621 clauses out of 11245 with flag 18001/18001
329.40/163.73	c cleaning 6799 clauses out of 13607 with flag 26000/26000
410.40/204.39	c cleaning 7906 clauses out of 15811 with flag 35003/35003
560.05/279.08	c cleaning 8943 clauses out of 17902 with flag 45000/45000
696.43/346.92	c cleaning 9470 clauses out of 18958 with flag 55001/55001
750.69/374.19	c cleaning 9734 clauses out of 19486 with flag 65000/65000
814.08/405.96	c cleaning 9869 clauses out of 19752 with flag 75000/75000
857.84/427.85	c cleaning 9932 clauses out of 19876 with flag 85000/85000
1020.44/509.00	c cleaning 9962 clauses out of 19944 with flag 95000/95000
1084.65/541.24	c cleaning 9983 clauses out of 19983 with flag 105001/105001
1222.35/610.15	c cleaning 9974 clauses out of 19999 with flag 115000/115000
1284.86/641.49	c cleaning 10002 clauses out of 20025 with flag 125000/125000
1323.47/660.87	c cleaning 10001 clauses out of 20023 with flag 135000/135000
1370.84/684.67	c cleaning 10015 clauses out of 20037 with flag 145015/145015
1397.06/697.95	c cleaning 9998 clauses out of 20007 with flag 155000/155000
1425.37/712.14	c cleaning 10001 clauses out of 20009 with flag 165000/165000
1452.53/725.84	c cleaning 9997 clauses out of 20008 with flag 175000/175000
1477.46/738.47	c cleaning 10005 clauses out of 20016 with flag 185005/185005
1501.64/750.77	c cleaning 9992 clauses out of 20006 with flag 195001/195001
1524.93/762.54	c cleaning 9992 clauses out of 20012 with flag 205000/205000
1556.17/778.21	c cleaning 10003 clauses out of 20019 with flag 215001/215001
1583.72/792.19	c cleaning 9998 clauses out of 20011 with flag 225001/225001
1610.88/805.97	c cleaning 9999 clauses out of 20012 with flag 235000/235000
1652.48/826.86	c cleaning 9968 clauses out of 20013 with flag 245000/245000
1711.59/856.47	c cleaning 9990 clauses out of 20045 with flag 255000/255000
1772.28/886.90	c cleaning 9994 clauses out of 20056 with flag 265001/265001
1800.19/901.11	c starts		: 129
1800.19/901.11	c conflicts		: 274582
1800.19/901.11	c decisions		: 575647
1800.19/901.11	c propagations		: 21850360
1800.19/901.11	c inspects		: 118298543
1800.19/901.11	c learnt literals	: 60
1800.19/901.11	c learnt binary clauses	: 135
1800.19/901.11	c learnt ternary clauses	: 169
1800.19/901.11	c learnt clauses	: 274523
1800.19/901.11	c ignored clauses	: 0
1800.19/901.11	c root simplifications	: 0
1800.19/901.11	c removed literals (reason simplification)	: 48395982
1800.19/901.11	c reason swapping (by a shorter reason)	: 0
1800.19/901.11	c Calls to reduceDB	: 28
1800.19/901.11	c number of reductions to clauses (during analyze)	: 0
1800.19/901.11	c number of learned constraints concerned by reduction	: 0
1800.19/901.11	c number of learning phase by resolution	: 0
1800.19/901.11	c number of learning phase by cutting planes	: 0
1800.19/901.11	c speed (assignments/second)	: 24273.953321476143
1800.19/901.11	c non guided choices	145376
1800.19/901.12	c learnt constraints type 
1800.19/901.12	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19581
1800.19/901.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 135
1800.19/901.12	c constraints type 
1800.19/901.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1070
1800.19/901.12	c constraints type 
1800.19/901.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1070
1800.19/901.12	s UNKNOWN
1800.19/901.12	c Total wall clock time (in seconds): 900.991

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-3733458-1338743377/watcher-3733458-1338743377 -o /tmp/evaluation-result-3733458-1338743377/solver-3733458-1338743377 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733458-1338743377.opb 

running on 4 cores: 0,2,4,6

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.79 2.23 3.01 2/195 15223
/proc/meminfo: memFree=27543280/32873844 swapFree=7644/7644
[pid=15223] ppid=15221 vsize=9212 CPUtime=0 cores=0,2,4,6
/proc/15223/stat : 15223 (java6) R 15221 15223 13986 0 -1 4202496 108 0 0 0 0 0 0 0 20 0 1 0 340462078 9433088 60 33554432000 1073741824 1073778376 140733428510752 140733428507880 239228514183 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/15223/statm: 2304 69 54 9 0 36 0

[startup+0.053648 s]
/proc/loadavg: 1.79 2.23 3.01 2/195 15223
/proc/meminfo: memFree=27543280/32873844 swapFree=7644/7644
[pid=15223] ppid=15221 vsize=2367080 CPUtime=0.02 cores=0,2,4,6
/proc/15223/stat : 15223 (java) S 15221 15223 13986 0 -1 4202496 3695 0 1 0 2 0 0 0 20 0 13 0 340462078 2423889920 4902 33554432000 1073741824 1073778376 140735160353792 140735160344928 239241035837 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15223/statm: 591770 4902 1677 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100308 s]
/proc/loadavg: 1.79 2.23 3.01 2/195 15223
/proc/meminfo: memFree=27543280/32873844 swapFree=7644/7644
[pid=15223] ppid=15221 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/15223/stat : 15223 (java) S 15221 15223 13986 0 -1 4202496 3898 0 1 0 6 0 0 0 20 0 18 0 340462078 2764726272 5616 33554432000 1073741824 1073778376 140735160353792 140735160344928 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15223/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300167 s]
/proc/loadavg: 1.79 2.23 3.01 2/195 15223
/proc/meminfo: memFree=27543280/32873844 swapFree=7644/7644
[pid=15223] ppid=15221 vsize=2699928 CPUtime=0.55 cores=0,2,4,6
/proc/15223/stat : 15223 (java) S 15221 15223 13986 0 -1 4202496 12682 0 1 0 52 3 0 0 20 0 18 0 340462078 2764726272 14379 33554432000 1073741824 1073778376 140735160353792 140735160344928 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15223/statm: 674982 14379 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.700292 s]
/proc/loadavg: 1.79 2.23 3.01 2/195 15223
/proc/meminfo: memFree=27543280/32873844 swapFree=7644/7644
[pid=15223] ppid=15221 vsize=2699928 CPUtime=1.34 cores=0,2,4,6
/proc/15223/stat : 15223 (java) S 15221 15223 13986 0 -1 4202496 15214 0 1 0 128 6 0 0 20 0 18 0 340462078 2764726272 44346 33554432000 1073741824 1073778376 140735160353792 140735160344928 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15223/statm: 674982 44346 2221 9 0 665676 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 2699928

[startup+1.50074 s]
/proc/loadavg: 1.72 2.21 3.00 4/215 15243
/proc/meminfo: memFree=27293532/32873844 swapFree=7644/7644
[pid=15223] ppid=15221 vsize=2966184 CPUtime=3.12 cores=0,2,4,6
/proc/15223/stat : 15223 (java) S 15221 15223 13986 0 -1 4202496 16955 0 1 0 304 8 0 0 20 0 22 0 340462078 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 140735160344928 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15223/statm: 741546 72662 2242 9 0 732240 0
[pid=15223/tid=15225] ppid=15221 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/15223/task/15225/stat : 15225 (java) S 15221 15223 13986 0 -1 4202560 2888 0 1 0 86 4 0 0 20 0 22 0 340462079 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802246554776 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15226] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15226/stat : 15226 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462081 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802230835368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15227] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15227/stat : 15227 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462081 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802229782824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15228] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15228/stat : 15228 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462081 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802228730280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15229] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15229/stat : 15229 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462081 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802227677736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15230] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15230/stat : 15230 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462081 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802226625192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15231] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15231/stat : 15231 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462081 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802225572648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15232] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15232/stat : 15232 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462081 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802224520104 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15233] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15233/stat : 15233 (java) S 15221 15223 13986 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340462081 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802223467560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15234] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15234/stat : 15234 (java) S 15221 15223 13986 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340462082 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802211055720 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15235] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15235/stat : 15235 (java) S 15221 15223 13986 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340462083 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802210002040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15236] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15236/stat : 15236 (java) S 15221 15223 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340462083 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802208949384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15237] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15237/stat : 15237 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802207898128 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15238] ppid=15221 vsize=2966184 CPUtime=0.48 cores=0,2,4,6
/proc/15223/task/15238/stat : 15238 (java) S 15221 15223 13986 0 -1 4202560 5069 0 0 0 47 1 0 0 20 0 22 0 340462086 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802206845496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15239] ppid=15221 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/15223/task/15239/stat : 15239 (java) S 15221 15223 13986 0 -1 4202560 7672 0 0 0 60 2 0 0 20 0 22 0 340462086 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802205792952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15240] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15240/stat : 15240 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802204740600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15241] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15241/stat : 15241 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802203688264 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15242] ppid=15221 vsize=2966184 CPUtime=0.52 cores=0,2,4,6
/proc/15223/task/15242/stat : 15242 (java) R 15221 15223 13986 0 -1 4202560 47 0 0 0 52 0 0 0 20 0 22 0 340462173 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802202632552 139802075380587 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15243] ppid=15221 vsize=2966184 CPUtime=0.52 cores=0,2,4,6
/proc/15223/task/15243/stat : 15243 (java) R 15221 15223 13986 0 -1 4202560 76 0 0 0 52 0 0 0 20 0 22 0 340462173 3037372416 72662 33554432000 1073741824 1073778376 140735160353792 139802201579672 139802075548592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 2966184

[startup+3.10081 s]
/proc/loadavg: 1.72 2.21 3.00 3/217 15245
/proc/meminfo: memFree=27212280/32873844 swapFree=7644/7644
[pid=15223] ppid=15221 vsize=2966184 CPUtime=6.83 cores=0,2,4,6
/proc/15223/stat : 15223 (java) S 15221 15223 13986 0 -1 4202496 17516 0 1 0 666 17 0 0 20 0 22 0 340462078 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 140735160344928 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15223/statm: 741546 113750 2255 9 0 732240 0
[pid=15223/tid=15225] ppid=15221 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/15223/task/15225/stat : 15225 (java) S 15221 15223 13986 0 -1 4202560 2888 0 1 0 86 4 0 0 20 0 22 0 340462079 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802246554776 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15226] ppid=15221 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15223/task/15226/stat : 15226 (java) S 15221 15223 13986 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 340462081 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802230835368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15227] ppid=15221 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15223/task/15227/stat : 15227 (java) S 15221 15223 13986 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 340462081 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802229782824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15228] ppid=15221 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15223/task/15228/stat : 15228 (java) S 15221 15223 13986 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 22 0 340462081 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802228730280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15229] ppid=15221 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/15223/task/15229/stat : 15229 (java) S 15221 15223 13986 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 340462081 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802227677736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15230] ppid=15221 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15223/task/15230/stat : 15230 (java) S 15221 15223 13986 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 340462081 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802226625192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15231] ppid=15221 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15223/task/15231/stat : 15231 (java) S 15221 15223 13986 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 340462081 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802225572648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15232] ppid=15221 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15223/task/15232/stat : 15232 (java) S 15221 15223 13986 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 340462081 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802224520104 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15233] ppid=15221 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15223/task/15233/stat : 15233 (java) S 15221 15223 13986 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 340462081 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802223467560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15234] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15234/stat : 15234 (java) S 15221 15223 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340462082 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802211055720 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15235] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15235/stat : 15235 (java) S 15221 15223 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340462083 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802210002040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15236] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15236/stat : 15236 (java) S 15221 15223 13986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340462083 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802208949384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15237] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15237/stat : 15237 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802207898128 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15238] ppid=15221 vsize=2966184 CPUtime=0.59 cores=0,2,4,6
/proc/15223/task/15238/stat : 15238 (java) S 15221 15223 13986 0 -1 4202560 5328 0 0 0 58 1 0 0 20 0 22 0 340462086 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802206845496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15239] ppid=15221 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/15223/task/15239/stat : 15239 (java) S 15221 15223 13986 0 -1 4202560 7774 0 0 0 87 2 0 0 20 0 22 0 340462086 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802205792952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15240] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15240/stat : 15240 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802204740600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15241] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15241/stat : 15241 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802203688264 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15242] ppid=15221 vsize=2966184 CPUtime=2.04 cores=0,2,4,6
/proc/15223/task/15242/stat : 15242 (java) R 15221 15223 13986 0 -1 4202560 53 0 0 0 204 0 0 0 20 0 22 0 340462173 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802202630480 139802075380833 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15243] ppid=15221 vsize=2966184 CPUtime=2.05 cores=0,2,4,6
/proc/15223/task/15243/stat : 15243 (java) R 15221 15223 13986 0 -1 4202560 125 0 0 0 202 3 0 0 20 0 22 0 340462173 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802201578824 139802075559742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15244] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15244/stat : 15244 (java) S 15221 15223 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340462182 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802200527912 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15245] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15245/stat : 15245 (java) S 15221 15223 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340462182 3037372416 113750 33554432000 1073741824 1073778376 140735160353792 139802199475368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 2966184

[startup+6.30087 s]
/proc/loadavg: 1.75 2.21 3.00 3/217 15245
/proc/meminfo: memFree=27035904/32873844 swapFree=7644/7644
[pid=15223] ppid=15221 vsize=2966184 CPUtime=13.96 cores=0,2,4,6
/proc/15223/stat : 15223 (java) S 15221 15223 13986 0 -1 4202496 18292 0 1 0 1364 32 0 0 20 0 22 0 340462078 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 140735160344928 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15223/statm: 741546 142959 2259 9 0 732240 0
[pid=15223/tid=15225] ppid=15221 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/15223/task/15225/stat : 15225 (java) S 15221 15223 13986 0 -1 4202560 2888 0 1 0 86 4 0 0 20 0 22 0 340462079 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802246554776 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15226] ppid=15221 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/15223/task/15226/stat : 15226 (java) S 15221 15223 13986 0 -1 4202560 62 0 0 0 13 2 0 0 20 0 22 0 340462081 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802230835368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15227] ppid=15221 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/15223/task/15227/stat : 15227 (java) S 15221 15223 13986 0 -1 4202560 38 0 0 0 11 2 0 0 20 0 22 0 340462081 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802229782824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15228] ppid=15221 vsize=2966184 CPUtime=0.14 cores=0,2,4,6
/proc/15223/task/15228/stat : 15228 (java) S 15221 15223 13986 0 -1 4202560 50 0 0 0 12 2 0 0 20 0 22 0 340462081 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802228730280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15229] ppid=15221 vsize=2966184 CPUtime=0.18 cores=0,2,4,6
/proc/15223/task/15229/stat : 15229 (java) S 15221 15223 13986 0 -1 4202560 76 0 0 0 14 4 0 0 20 0 22 0 340462081 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802227677736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15230] ppid=15221 vsize=2966184 CPUtime=0.19 cores=0,2,4,6
/proc/15223/task/15230/stat : 15230 (java) S 15221 15223 13986 0 -1 4202560 68 0 0 0 16 3 0 0 20 0 22 0 340462081 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802226625192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15231] ppid=15221 vsize=2966184 CPUtime=0.23 cores=0,2,4,6
/proc/15223/task/15231/stat : 15231 (java) S 15221 15223 13986 0 -1 4202560 77 0 0 0 20 3 0 0 20 0 22 0 340462081 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802225572648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15232] ppid=15221 vsize=2966184 CPUtime=0.15 cores=0,2,4,6
/proc/15223/task/15232/stat : 15232 (java) S 15221 15223 13986 0 -1 4202560 60 0 0 0 12 3 0 0 20 0 22 0 340462081 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802224520104 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15233] ppid=15221 vsize=2966184 CPUtime=0.17 cores=0,2,4,6
/proc/15223/task/15233/stat : 15233 (java) S 15221 15223 13986 0 -1 4202560 60 0 0 0 14 3 0 0 20 0 22 0 340462081 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802223467560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15234] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15234/stat : 15234 (java) S 15221 15223 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340462082 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802211055720 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15235] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15235/stat : 15235 (java) S 15221 15223 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340462083 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802210002040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15236] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15236/stat : 15236 (java) S 15221 15223 13986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340462083 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802208949384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15237] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15237/stat : 15237 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802207898128 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15238] ppid=15221 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/15223/task/15238/stat : 15238 (java) S 15221 15223 13986 0 -1 4202560 5752 0 0 0 63 2 0 0 20 0 22 0 340462086 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802206845496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15239] ppid=15221 vsize=2966184 CPUtime=1.01 cores=0,2,4,6
/proc/15223/task/15239/stat : 15239 (java) S 15221 15223 13986 0 -1 4202560 7775 0 0 0 99 2 0 0 20 0 22 0 340462086 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802205792952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15240] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15240/stat : 15240 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 142959 33554432000 1073741824 1073778376 140735160353792 139802204740600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/15223/statm: 741546 230848 2272 9 0 732240 0
[pid=15223/tid=15225] ppid=15221 vsize=2966184 CPUtime=0.92 cores=0,2,4,6
/proc/15223/task/15225/stat : 15225 (java) S 15221 15223 13986 0 -1 4202560 2901 0 1 0 87 5 0 0 20 0 22 0 340462079 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802246554776 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15226] ppid=15221 vsize=2966184 CPUtime=3.01 cores=0,2,4,6
/proc/15223/task/15226/stat : 15226 (java) S 15221 15223 13986 0 -1 4202560 275 0 0 0 293 8 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802230835368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15227] ppid=15221 vsize=2966184 CPUtime=2.93 cores=0,2,4,6
/proc/15223/task/15227/stat : 15227 (java) S 15221 15223 13986 0 -1 4202560 229 0 0 0 285 8 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802229782824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15228] ppid=15221 vsize=2966184 CPUtime=3.03 cores=0,2,4,6
/proc/15223/task/15228/stat : 15228 (java) S 15221 15223 13986 0 -1 4202560 264 0 0 0 296 7 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802228730280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15229] ppid=15221 vsize=2966184 CPUtime=3.08 cores=0,2,4,6
/proc/15223/task/15229/stat : 15229 (java) S 15221 15223 13986 0 -1 4202560 316 0 0 0 298 10 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802227677736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15230] ppid=15221 vsize=2966184 CPUtime=3.09 cores=0,2,4,6
/proc/15223/task/15230/stat : 15230 (java) S 15221 15223 13986 0 -1 4202560 292 0 0 0 300 9 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802226625192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15231] ppid=15221 vsize=2966184 CPUtime=3.16 cores=0,2,4,6
/proc/15223/task/15231/stat : 15231 (java) S 15221 15223 13986 0 -1 4202560 286 0 0 0 309 7 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802225572648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15232] ppid=15221 vsize=2966184 CPUtime=3.01 cores=0,2,4,6
/proc/15223/task/15232/stat : 15232 (java) S 15221 15223 13986 0 -1 4202560 252 0 0 0 293 8 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802224520104 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15233] ppid=15221 vsize=2966184 CPUtime=2.94 cores=0,2,4,6
/proc/15223/task/15233/stat : 15233 (java) S 15221 15223 13986 0 -1 4202560 291 0 0 0 286 8 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802223467560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15234] ppid=15221 vsize=2966184 CPUtime=10.18 cores=0,2,4,6
/proc/15223/task/15234/stat : 15234 (java) S 15221 15223 13986 0 -1 4202560 61145 0 0 0 933 85 0 0 20 0 22 0 340462082 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802211055720 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15235] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15235/stat : 15235 (java) S 15221 15223 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340462083 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802210002040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15236] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15236/stat : 15236 (java) S 15221 15223 13986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340462083 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802208949384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15237] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15237/stat : 15237 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802207898128 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15238] ppid=15221 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/15223/task/15238/stat : 15238 (java) S 15221 15223 13986 0 -1 4202560 5767 0 0 0 84 2 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802206845496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15239] ppid=15221 vsize=2966184 CPUtime=1.6 cores=0,2,4,6
/proc/15223/task/15239/stat : 15239 (java) S 15221 15223 13986 0 -1 4202560 11313 0 0 0 157 3 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802205792952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15240] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15240/stat : 15240 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802204740600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15241] ppid=15221 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/15223/task/15241/stat : 15241 (java) S 15221 15223 13986 0 -1 4202560 51 0 0 0 18 13 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802203688264 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15242] ppid=15221 vsize=2966184 CPUtime=860.59 cores=0,2,4,6
/proc/15223/task/15242/stat : 15242 (java) R 15221 15223 13986 0 -1 4202560 532 0 0 0 86042 17 0 0 20 0 22 0 340462173 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802202630496 139802075774713 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15243] ppid=15221 vsize=2966184 CPUtime=860.62 cores=0,2,4,6
/proc/15223/task/15243/stat : 15243 (java) R 15221 15223 13986 0 -1 4202560 860 0 0 0 86044 18 0 0 20 0 22 0 340462173 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802201578368 139802075131472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15244] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15244/stat : 15244 (java) S 15221 15223 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340462182 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802200527912 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15245] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15245/stat : 15245 (java) S 15221 15223 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340462182 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802199475368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1763.06
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.101 s]
/proc/loadavg: 3.97 2.86 2.68 5/219 15378
/proc/meminfo: memFree=27364732/32873844 swapFree=7644/7644
[pid=15223] ppid=15221 vsize=2966184 CPUtime=1800.19 cores=0,2,4,6
/proc/15223/stat : 15223 (java) S 15221 15223 13986 0 -1 4202496 85972 0 1 0 179841 178 0 0 20 0 22 0 340462078 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 140735160344928 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15223/statm: 741546 230848 2272 9 0 732240 0
[pid=15223/tid=15225] ppid=15221 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/15223/task/15225/stat : 15225 (java) S 15221 15223 13986 0 -1 4202560 2901 0 1 0 88 5 0 0 20 0 22 0 340462079 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802246554776 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15226] ppid=15221 vsize=2966184 CPUtime=3.05 cores=0,2,4,6
/proc/15223/task/15226/stat : 15226 (java) S 15221 15223 13986 0 -1 4202560 275 0 0 0 297 8 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802230835368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15227] ppid=15221 vsize=2966184 CPUtime=2.99 cores=0,2,4,6
/proc/15223/task/15227/stat : 15227 (java) S 15221 15223 13986 0 -1 4202560 229 0 0 0 291 8 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802229782824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15228] ppid=15221 vsize=2966184 CPUtime=3.06 cores=0,2,4,6
/proc/15223/task/15228/stat : 15228 (java) S 15221 15223 13986 0 -1 4202560 264 0 0 0 299 7 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802228730280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15229] ppid=15221 vsize=2966184 CPUtime=3.11 cores=0,2,4,6
/proc/15223/task/15229/stat : 15229 (java) S 15221 15223 13986 0 -1 4202560 316 0 0 0 301 10 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802227677736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15230] ppid=15221 vsize=2966184 CPUtime=3.12 cores=0,2,4,6
/proc/15223/task/15230/stat : 15230 (java) S 15221 15223 13986 0 -1 4202560 292 0 0 0 302 10 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802226625192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15231] ppid=15221 vsize=2966184 CPUtime=3.21 cores=0,2,4,6
/proc/15223/task/15231/stat : 15231 (java) S 15221 15223 13986 0 -1 4202560 286 0 0 0 314 7 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802225572648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15232] ppid=15221 vsize=2966184 CPUtime=3.07 cores=0,2,4,6
/proc/15223/task/15232/stat : 15232 (java) S 15221 15223 13986 0 -1 4202560 252 0 0 0 299 8 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802224520104 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15233] ppid=15221 vsize=2966184 CPUtime=2.98 cores=0,2,4,6
/proc/15223/task/15233/stat : 15233 (java) S 15221 15223 13986 0 -1 4202560 291 0 0 0 290 8 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802223467560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15234] ppid=15221 vsize=2966184 CPUtime=10.81 cores=0,2,4,6
/proc/15223/task/15234/stat : 15234 (java) S 15221 15223 13986 0 -1 4202560 61145 0 0 0 995 86 0 0 20 0 22 0 340462082 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802211055720 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15235] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15235/stat : 15235 (java) S 15221 15223 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340462083 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802210002040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15236] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15236/stat : 15236 (java) S 15221 15223 13986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340462083 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802208949384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15237] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15237/stat : 15237 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802207898128 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15238] ppid=15221 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/15223/task/15238/stat : 15238 (java) S 15221 15223 13986 0 -1 4202560 5767 0 0 0 84 2 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802206845496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15239] ppid=15221 vsize=2966184 CPUtime=1.6 cores=0,2,4,6
/proc/15223/task/15239/stat : 15239 (java) S 15221 15223 13986 0 -1 4202560 11313 0 0 0 157 3 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802205792952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15240] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15240/stat : 15240 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802204740600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15241] ppid=15221 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/15223/task/15241/stat : 15241 (java) S 15221 15223 13986 0 -1 4202560 51 0 0 0 19 13 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802203688264 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15242] ppid=15221 vsize=2966184 CPUtime=878.62 cores=0,2,4,6
/proc/15223/task/15242/stat : 15242 (java) R 15221 15223 13986 0 -1 4202560 534 0 0 0 87845 17 0 0 20 0 22 0 340462173 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802202631280 139802075733249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15243] ppid=15221 vsize=2966184 CPUtime=878.66 cores=0,2,4,6
/proc/15223/task/15243/stat : 15243 (java) R 15221 15223 13986 0 -1 4202560 865 0 0 0 87848 18 0 0 20 0 22 0 340462173 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802201577952 139802075256841 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15244] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15244/stat : 15244 (java) S 15221 15223 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340462182 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802200527912 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15245] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15245/stat : 15245 (java) S 15221 15223 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340462182 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802199475368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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+901.101 s]
/proc/loadavg: 3.97 2.86 2.68 5/219 15378
/proc/meminfo: memFree=27364732/32873844 swapFree=7644/7644
[pid=15223] ppid=15221 vsize=2966184 CPUtime=1800.19 cores=0,2,4,6
/proc/15223/stat : 15223 (java) S 15221 15223 13986 0 -1 4202496 85972 0 1 0 179841 178 0 0 20 0 22 0 340462078 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 140735160344928 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15223/statm: 741546 230848 2272 9 0 732240 0
[pid=15223/tid=15225] ppid=15221 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/15223/task/15225/stat : 15225 (java) S 15221 15223 13986 0 -1 4202560 2901 0 1 0 88 5 0 0 20 0 22 0 340462079 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802246554776 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15226] ppid=15221 vsize=2966184 CPUtime=3.05 cores=0,2,4,6
/proc/15223/task/15226/stat : 15226 (java) S 15221 15223 13986 0 -1 4202560 275 0 0 0 297 8 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802230835368 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15227] ppid=15221 vsize=2966184 CPUtime=2.99 cores=0,2,4,6
/proc/15223/task/15227/stat : 15227 (java) S 15221 15223 13986 0 -1 4202560 229 0 0 0 291 8 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802229782824 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15228] ppid=15221 vsize=2966184 CPUtime=3.06 cores=0,2,4,6
/proc/15223/task/15228/stat : 15228 (java) S 15221 15223 13986 0 -1 4202560 264 0 0 0 299 7 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802228730280 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15229] ppid=15221 vsize=2966184 CPUtime=3.11 cores=0,2,4,6
/proc/15223/task/15229/stat : 15229 (java) S 15221 15223 13986 0 -1 4202560 316 0 0 0 301 10 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802227677736 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15230] ppid=15221 vsize=2966184 CPUtime=3.12 cores=0,2,4,6
/proc/15223/task/15230/stat : 15230 (java) S 15221 15223 13986 0 -1 4202560 292 0 0 0 302 10 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802226625192 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15231] ppid=15221 vsize=2966184 CPUtime=3.21 cores=0,2,4,6
/proc/15223/task/15231/stat : 15231 (java) S 15221 15223 13986 0 -1 4202560 286 0 0 0 314 7 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802225572648 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15232] ppid=15221 vsize=2966184 CPUtime=3.07 cores=0,2,4,6
/proc/15223/task/15232/stat : 15232 (java) S 15221 15223 13986 0 -1 4202560 252 0 0 0 299 8 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802224520104 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15233] ppid=15221 vsize=2966184 CPUtime=2.98 cores=0,2,4,6
/proc/15223/task/15233/stat : 15233 (java) S 15221 15223 13986 0 -1 4202560 291 0 0 0 290 8 0 0 20 0 22 0 340462081 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802223467560 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15234] ppid=15221 vsize=2966184 CPUtime=10.81 cores=0,2,4,6
/proc/15223/task/15234/stat : 15234 (java) S 15221 15223 13986 0 -1 4202560 61145 0 0 0 995 86 0 0 20 0 22 0 340462082 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802211055720 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15235] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15235/stat : 15235 (java) S 15221 15223 13986 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340462083 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802210002040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15236] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15236/stat : 15236 (java) S 15221 15223 13986 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340462083 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802208949384 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15237] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15237/stat : 15237 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802207898128 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15238] ppid=15221 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/15223/task/15238/stat : 15238 (java) S 15221 15223 13986 0 -1 4202560 5767 0 0 0 84 2 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802206845496 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15239] ppid=15221 vsize=2966184 CPUtime=1.6 cores=0,2,4,6
/proc/15223/task/15239/stat : 15239 (java) S 15221 15223 13986 0 -1 4202560 11313 0 0 0 157 3 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802205792952 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15240] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15240/stat : 15240 (java) S 15221 15223 13986 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802204740600 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15223/tid=15241] ppid=15221 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/15223/task/15241/stat : 15241 (java) S 15221 15223 13986 0 -1 4202560 51 0 0 0 19 13 0 0 20 0 22 0 340462086 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802203688264 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15242] ppid=15221 vsize=2966184 CPUtime=878.62 cores=0,2,4,6
/proc/15223/task/15242/stat : 15242 (java) R 15221 15223 13986 0 -1 4202560 534 0 0 0 87845 17 0 0 20 0 22 0 340462173 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802202631280 139802075733249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15223/tid=15243] ppid=15221 vsize=2966184 CPUtime=878.66 cores=0,2,4,6
/proc/15223/task/15243/stat : 15243 (java) R 15221 15223 13986 0 -1 4202560 865 0 0 0 87848 18 0 0 20 0 22 0 340462173 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802201577952 139802075256841 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15223/tid=15244] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15244/stat : 15244 (java) S 15221 15223 13986 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340462182 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802200527912 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15223/tid=15245] ppid=15221 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15223/task/15245/stat : 15245 (java) S 15221 15223 13986 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340462182 3037372416 230848 33554432000 1073741824 1073778376 140735160353792 139802199475368 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15223 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=490196
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=260656
# CPU time returned by wait4() is 1796.75
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.133
CPU time (s): 1800.19
CPU user time (s): 1798.41
CPU system time (s): 1.78
CPU usage (%): 199.77
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.49
system time used= 2.26066
maximum resident set size= 929700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86011
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55067
involuntary context switches= 77690

runsolver used 3.41048 second user time and 8.18475 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-03 19:09:37
IDJOB=3733458
IDBENCH=2466
IDSOLVER=2324
FILE ID=node147/3733458-1338743377
RUNJOBID= node147-1338737348-14002
PBS_JOBID= 14636764
Free space on /tmp= 70780 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc06.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733458-1338743377/watcher-3733458-1338743377 -o /tmp/evaluation-result-3733458-1338743377/solver-3733458-1338743377 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733458-1338743377.opb

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

MD5SUM BENCH= 0662414c0fee45075e37f5c5e2481506
RANDOM SEED=1476923175

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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	: 5333.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27543280 kB
Buffers:          456204 kB
Cached:          2568340 kB
SwapCached:         3380 kB
Active:          2913848 kB
Inactive:        1552392 kB
Active(anon):    1437664 kB
Inactive(anon):     5908 kB
Active(file):    1476184 kB
Inactive(file):  1546484 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100236 kB
Dirty:              3192 kB
Writeback:             0 kB
AnonPages:       1445912 kB
Mapped:            17712 kB
Shmem:                 0 kB
Slab:             722460 kB
SReclaimable:     163388 kB
SUnreclaim:       559072 kB
KernelStack:        1664 kB
PageTables:         6968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1423360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70776 MiB
End job on node147 at 2012-06-03 19:24:40