Trace number 3689411

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.08 1786.86

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-180.opb
MD5SUM8c3fe83338b70253b33b876e52e7c579
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables311827
Total number of constraints7317246
Number of constraints which are clauses6573583
Number of constraints which are cardinality constraints (but not clauses)22922
Number of constraints which are nor clauses,nor cardinality constraints720741
Minimum length of a constraint2
Maximum length of a constraint2457
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
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-2012 Artois University and CNRS
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.3.2.v20120418
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 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3689411-1337890118.opb
0.10/0.10	c reading problem ... 
59.70/51.01	c ... done. Wall clock time 50.906s.
59.70/51.01	c declared #vars     311827
59.70/51.01	c #constraints  7328728
59.70/51.01	c constraints type 
59.70/51.01	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5056719
59.70/51.01	c org.sat4j.minisat.constraints.card.MinWatchCard => 22923
59.70/51.01	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1528345
59.70/51.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 720741
59.70/51.01	c 7328728 constraints processed.
90.84/81.62	c cleaning 2493 clauses out of 5001 with flag 5001/5001
107.41/97.58	c cleaning 4239 clauses out of 8508 with flag 11001/11001
144.40/134.45	c cleaning 5614 clauses out of 11270 with flag 18002/18002
181.99/171.93	c cleaning 6798 clauses out of 13654 with flag 26000/26000
217.84/207.63	c cleaning 7838 clauses out of 15856 with flag 35000/35000
244.61/234.31	c cleaning 8943 clauses out of 18018 with flag 45000/45000
278.09/267.72	c cleaning 9932 clauses out of 20075 with flag 56000/56000
350.86/340.46	c cleaning 10998 clauses out of 22145 with flag 68002/68002
397.24/386.75	c cleaning 12055 clauses out of 24146 with flag 81001/81001
440.70/430.17	c cleaning 13035 clauses out of 26092 with flag 95002/95002
489.09/478.41	c cleaning 14001 clauses out of 28055 with flag 110000/110000
538.18/527.44	c cleaning 15004 clauses out of 30054 with flag 126000/126000
583.08/572.22	c cleaning 16000 clauses out of 32052 with flag 143002/143002
639.98/629.06	c cleaning 16967 clauses out of 34051 with flag 161001/161001
670.40/659.37	c cleaning 17419 clauses out of 36084 with flag 180001/180001
715.69/704.56	c cleaning 19317 clauses out of 38665 with flag 200001/200001
774.89/763.66	c cleaning 20041 clauses out of 40347 with flag 221000/221000
816.68/805.25	c cleaning 21138 clauses out of 42307 with flag 243001/243001
868.86/857.33	c cleaning 22005 clauses out of 44168 with flag 266000/266000
914.66/903.09	c cleaning 23056 clauses out of 46165 with flag 290002/290002
961.33/949.69	c cleaning 24017 clauses out of 48108 with flag 315001/315001
1025.82/1014.06	c cleaning 24970 clauses out of 50090 with flag 341000/341000
1144.13/1132.11	c cleaning 26036 clauses out of 52121 with flag 368001/368001
1242.45/1230.29	c cleaning 26983 clauses out of 54084 with flag 396000/396000
1345.63/1333.25	c cleaning 27966 clauses out of 56104 with flag 425003/425003
1407.03/1394.43	c cleaning 29032 clauses out of 58135 with flag 455000/455000
1492.60/1479.86	c cleaning 30029 clauses out of 60103 with flag 486000/486000
1653.28/1640.46	c cleaning 30849 clauses out of 62076 with flag 518002/518002
1763.34/1750.32	c cleaning 32055 clauses out of 64228 with flag 551003/551003
1800.08/1786.81	c starts		: 153
1800.08/1786.81	c conflicts		: 562505
1800.08/1786.81	c decisions		: 50147374
1800.08/1786.81	c propagations		: 3230076365
1800.08/1786.81	c inspects		: 12242416820
1800.08/1786.81	c shortcuts		: 0
1800.08/1786.81	c learnt literals	: 0
1800.08/1786.81	c learnt binary clauses	: 571
1800.08/1786.81	c learnt ternary clauses	: 3534
1800.08/1786.81	c learnt constraints	: 562505
1800.08/1786.81	c ignored constraints	: 0
1800.08/1786.81	c root simplifications	: 0
1800.08/1786.81	c removed literals (reason simplification)	: 0
1800.08/1786.81	c reason swapping (by a shorter reason)	: 0
1800.08/1786.81	c Calls to reduceDB	: 29
1800.08/1786.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1786.81	c number of learned constraints concerned by reduction	: 0
1800.08/1786.81	c number of learning phase by resolution	: 0
1800.08/1786.81	c number of learning phase by cutting planes	: 0
1800.08/1786.81	c speed (assignments/second)	: 1860916.4226312046
1800.08/1786.81	c non guided choices	7666818
1800.08/1786.83	c learnt constraints type 
1800.08/1786.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 571
1800.08/1786.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 43110
1800.08/1786.83	c constraints type 
1800.08/1786.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5056719
1800.08/1786.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 22923
1800.08/1786.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1528345
1800.08/1786.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 720741
1800.08/1786.83	c 7328728 constraints processed.
1800.08/1786.83	s UNKNOWN
1800.08/1786.83	c Total wall clock time (in seconds): 1786.734

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-3689411-1337890118/watcher-3689411-1337890118 -o /tmp/evaluation-result-3689411-1337890118/solver-3689411-1337890118 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689411-1337890118.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.39 2.19 3.05 3/194 23450
/proc/meminfo: memFree=29097496/32873844 swapFree=7384/7384
[pid=23450] ppid=23448 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/23450/stat : 23450 (java) S 23448 23450 18255 0 -1 4202496 1160 0 0 0 0 0 0 0 20 0 2 0 255138024 91889664 881 33554432000 1073741824 1073778376 140734418209120 140734418200256 239876472893 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23450/statm: 22434 885 669 9 0 16769 0
[pid=23450/tid=23451] ppid=23448 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23451/stat : 23451 (java) R 23448 23450 18255 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 255138025 91889664 894 33554432000 1073741824 1073778376 140734418209120 140734418198184 239863952234 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.085007 s]
/proc/loadavg: 1.39 2.19 3.05 3/194 23450
/proc/meminfo: memFree=29097496/32873844 swapFree=7384/7384
[pid=23450] ppid=23448 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/23450/stat : 23450 (java) S 23448 23450 18255 0 -1 4202496 4243 0 1 0 8 1 0 0 20 0 18 0 255138024 9787813888 5443 33554432000 1073741824 1073778376 140734418209120 140734418200256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23450/statm: 2389603 5444 2108 9 0 2380296 0
[pid=23450/tid=23451] ppid=23448 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/23450/task/23451/stat : 23451 (java) R 23448 23450 18255 0 -1 4202560 2309 0 1 0 6 0 0 0 20 0 18 0 255138025 9787813888 5444 33554432000 1073741824 1073778376 140734418209120 140716065381144 140716073147219 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.100295 s]
/proc/loadavg: 1.39 2.19 3.05 3/194 23450
/proc/meminfo: memFree=29097496/32873844 swapFree=7384/7384
[pid=23450] ppid=23448 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23450/stat : 23450 (java) S 23448 23450 18255 0 -1 4202496 4424 0 1 0 9 1 0 0 20 0 18 0 255138024 9787813888 6097 33554432000 1073741824 1073778376 140734418209120 140734418200256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23450/statm: 2389603 6097 2137 9 0 2380296 0
[pid=23450/tid=23451] ppid=23448 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/23450/task/23451/stat : 23451 (java) R 23448 23450 18255 0 -1 4202560 2429 0 1 0 7 0 0 0 20 0 18 0 255138025 9787813888 6097 33554432000 1073741824 1073778376 140734418209120 140716065381144 239876498701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300224 s]
/proc/loadavg: 1.39 2.19 3.05 3/194 23450
/proc/meminfo: memFree=29097496/32873844 swapFree=7384/7384
[pid=23450] ppid=23448 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/23450/stat : 23450 (java) S 23448 23450 18255 0 -1 4202496 6053 0 1 0 46 2 0 0 20 0 18 0 255138024 9787813888 19465 33554432000 1073741824 1073778376 140734418209120 140734418200256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23450/statm: 2389603 19465 2216 9 0 2380296 0
[pid=23450/tid=23451] ppid=23448 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/23450/task/23451/stat : 23451 (java) R 23448 23450 18255 0 -1 4202560 2463 0 1 0 25 2 0 0 20 0 18 0 255138025 9787813888 19465 33554432000 1073741824 1073778376 140734418209120 140716065382248 140715896190508 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700296 s]
/proc/loadavg: 1.39 2.19 3.05 3/194 23450
/proc/meminfo: memFree=29097496/32873844 swapFree=7384/7384
[pid=23450] ppid=23448 vsize=9558412 CPUtime=1.19 cores=1,3,5,7
/proc/23450/stat : 23450 (java) S 23448 23450 18255 0 -1 4202496 6931 0 1 0 112 7 0 0 20 0 18 0 255138024 9787813888 65882 33554432000 1073741824 1073778376 140734418209120 140734418200256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23450/statm: 2389603 65882 2247 9 0 2380296 0
[pid=23450/tid=23451] ppid=23448 vsize=9558412 CPUtime=0.65 cores=1,3,5,7
/proc/23450/task/23451/stat : 23451 (java) R 23448 23450 18255 0 -1 4202560 2547 0 1 0 60 5 0 0 20 0 18 0 255138025 9787813888 65882 33554432000 1073741824 1073778376 140734418209120 140716065381624 239876498701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558412

[startup+1.50074 s]
/proc/loadavg: 1.39 2.19 3.05 3/212 23468
/proc/meminfo: memFree=28791212/32873844 swapFree=7384/7384
[pid=23450] ppid=23448 vsize=9558412 CPUtime=2.25 cores=1,3,5,7
/proc/23450/stat : 23450 (java) S 23448 23450 18255 0 -1 4202496 8618 0 1 0 207 18 0 0 20 0 18 0 255138024 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140734418200256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23450/statm: 2389603 145061 2247 9 0 2380296 0
[pid=23450/tid=23451] ppid=23448 vsize=9558412 CPUtime=1.39 cores=1,3,5,7
/proc/23450/task/23451/stat : 23451 (java) R 23448 23450 18255 0 -1 4202560 2680 0 1 0 129 10 0 0 20 0 18 0 255138025 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140716065374112 239876498701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23453] ppid=23448 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/23450/task/23453/stat : 23453 (java) S 23448 23450 18255 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 18 0 255138026 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140716026874664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23454] ppid=23448 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/23450/task/23454/stat : 23454 (java) S 23448 23450 18255 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 255138026 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140716025821864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23455] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23455/stat : 23455 (java) S 23448 23450 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 255138026 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140716024769576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23456] ppid=23448 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/23450/task/23456/stat : 23456 (java) S 23448 23450 18255 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 255138026 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140716023716776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23457] ppid=23448 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/23450/task/23457/stat : 23457 (java) S 23448 23450 18255 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 255138026 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140716022663464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23458] ppid=23448 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/23450/task/23458/stat : 23458 (java) S 23448 23450 18255 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 18 0 255138026 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140716021610664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23459] ppid=23448 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/23450/task/23459/stat : 23459 (java) S 23448 23450 18255 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 255138026 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140716020558376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23460] ppid=23448 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/23450/task/23460/stat : 23460 (java) S 23448 23450 18255 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 255138026 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140716019505576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23461] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23461/stat : 23461 (java) S 23448 23450 18255 0 -1 4202560 445 0 0 0 0 0 0 0 20 0 18 0 255138027 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140715888704232 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23462] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23462/stat : 23462 (java) S 23448 23450 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255138027 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140715887650296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23463] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23463/stat : 23463 (java) S 23448 23450 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255138027 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140715886597896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23464] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23464/stat : 23464 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255138029 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140715885546384 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23465] ppid=23448 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/23450/task/23465/stat : 23465 (java) S 23448 23450 18255 0 -1 4202560 2123 0 0 0 28 0 0 0 20 0 18 0 255138030 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140715884492984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23466] ppid=23448 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/23450/task/23466/stat : 23466 (java) S 23448 23450 18255 0 -1 4202560 2064 0 0 0 25 0 0 0 20 0 18 0 255138030 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140715883440184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23467] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23467/stat : 23467 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255138030 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140715882388088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23468] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23468/stat : 23468 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255138030 9787813888 145061 33554432000 1073741824 1073778376 140734418209120 140715881335496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9558412

[startup+3.10073 s]
/proc/loadavg: 1.39 2.19 3.05 3/212 23468
/proc/meminfo: memFree=28430892/32873844 swapFree=7384/7384
[pid=23450] ppid=23448 vsize=9558412 CPUtime=4.1 cores=1,3,5,7
/proc/23450/stat : 23450 (java) S 23448 23450 18255 0 -1 4202496 9586 0 1 0 375 35 0 0 20 0 18 0 255138024 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140734418200256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23450/statm: 2389603 277799 2247 9 0 2380296 0
[pid=23450/tid=23451] ppid=23448 vsize=9558412 CPUtime=2.91 cores=1,3,5,7
/proc/23450/task/23451/stat : 23451 (java) R 23448 23450 18255 0 -1 4202560 2912 0 1 0 273 18 0 0 20 0 18 0 255138025 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140716065381176 239876498701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23453] ppid=23448 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/23450/task/23453/stat : 23453 (java) S 23448 23450 18255 0 -1 4202560 79 0 0 0 5 4 0 0 20 0 18 0 255138026 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140716026874664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23454] ppid=23448 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/23450/task/23454/stat : 23454 (java) S 23448 23450 18255 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 18 0 255138026 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140716025821864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23455] ppid=23448 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/23450/task/23455/stat : 23455 (java) S 23448 23450 18255 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 255138026 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140716024769576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23456] ppid=23448 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/23450/task/23456/stat : 23456 (java) S 23448 23450 18255 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 255138026 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140716023716776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23457] ppid=23448 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/23450/task/23457/stat : 23457 (java) S 23448 23450 18255 0 -1 4202560 46 0 0 0 2 2 0 0 20 0 18 0 255138026 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140716022663464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23458] ppid=23448 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23450/task/23458/stat : 23458 (java) S 23448 23450 18255 0 -1 4202560 73 0 0 0 7 3 0 0 20 0 18 0 255138026 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140716021610664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23459] ppid=23448 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/23450/task/23459/stat : 23459 (java) S 23448 23450 18255 0 -1 4202560 35 0 0 0 5 2 0 0 20 0 18 0 255138026 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140716020558376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23460] ppid=23448 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/23450/task/23460/stat : 23460 (java) S 23448 23450 18255 0 -1 4202560 47 0 0 0 3 1 0 0 20 0 18 0 255138026 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140716019505576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23461] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23461/stat : 23461 (java) S 23448 23450 18255 0 -1 4202560 949 0 0 0 0 0 0 0 20 0 18 0 255138027 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140715888704232 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23462] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23462/stat : 23462 (java) S 23448 23450 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255138027 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140715887650296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23463] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23463/stat : 23463 (java) S 23448 23450 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255138027 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140715886597896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23464] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23464/stat : 23464 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255138029 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140715885546384 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23465] ppid=23448 vsize=9558412 CPUtime=0.31 cores=1,3,5,7
/proc/23450/task/23465/stat : 23465 (java) S 23448 23450 18255 0 -1 4202560 2142 0 0 0 31 0 0 0 20 0 18 0 255138030 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140715884492984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23466] ppid=23448 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/23450/task/23466/stat : 23466 (java) S 23448 23450 18255 0 -1 4202560 2064 0 0 0 25 0 0 0 20 0 18 0 255138030 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140715883440184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23467] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23467/stat : 23467 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255138030 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140715882388088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23468] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23468/stat : 23468 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255138030 9787813888 277799 33554432000 1073741824 1073778376 140734418209120 140715881335496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9558412

[startup+6.30074 s]
/proc/loadavg: 1.44 2.18 3.04 3/212 23468
/proc/meminfo: memFree=26897752/32873844 swapFree=7384/7384
[pid=23450] ppid=23448 vsize=9558412 CPUtime=7.93 cores=1,3,5,7
/proc/23450/stat : 23450 (java) S 23448 23450 18255 0 -1 4202496 11528 0 1 0 721 72 0 0 20 0 18 0 255138024 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140734418200256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23450/statm: 2389603 553451 2247 9 0 2380296 0
[pid=23450/tid=23451] ppid=23448 vsize=9558412 CPUtime=5.9 cores=1,3,5,7
/proc/23450/task/23451/stat : 23451 (java) R 23448 23450 18255 0 -1 4202560 3802 0 1 0 552 38 0 0 20 0 18 0 255138025 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140716065374304 140715896486408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23453] ppid=23448 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/23450/task/23453/stat : 23453 (java) S 23448 23450 18255 0 -1 4202560 179 0 0 0 12 6 0 0 20 0 18 0 255138026 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140716026874664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23454] ppid=23448 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/23450/task/23454/stat : 23454 (java) S 23448 23450 18255 0 -1 4202560 94 0 0 0 10 4 0 0 20 0 18 0 255138026 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140716025821864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23455] ppid=23448 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23450/task/23455/stat : 23455 (java) S 23448 23450 18255 0 -1 4202560 111 0 0 0 8 2 0 0 20 0 18 0 255138026 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140716024769576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23456] ppid=23448 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/23450/task/23456/stat : 23456 (java) S 23448 23450 18255 0 -1 4202560 91 0 0 0 11 4 0 0 20 0 18 0 255138026 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140716023716776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23457] ppid=23448 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/23450/task/23457/stat : 23457 (java) S 23448 23450 18255 0 -1 4202560 120 0 0 0 9 4 0 0 20 0 18 0 255138026 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140716022663464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23458] ppid=23448 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/23450/task/23458/stat : 23458 (java) S 23448 23450 18255 0 -1 4202560 164 0 0 0 20 7 0 0 20 0 18 0 255138026 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140716021610664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23459] ppid=23448 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/23450/task/23459/stat : 23459 (java) S 23448 23450 18255 0 -1 4202560 190 0 0 0 15 5 0 0 20 0 18 0 255138026 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140716020558376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23460] ppid=23448 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/23450/task/23460/stat : 23460 (java) S 23448 23450 18255 0 -1 4202560 132 0 0 0 10 3 0 0 20 0 18 0 255138026 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140716019505576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23461] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23461/stat : 23461 (java) S 23448 23450 18255 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 255138027 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140715888704232 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23462] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23462/stat : 23462 (java) S 23448 23450 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255138027 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140715887650296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23463] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23463/stat : 23463 (java) S 23448 23450 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255138027 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140715886597896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23464] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23464/stat : 23464 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255138029 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140715885546384 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23465] ppid=23448 vsize=9558412 CPUtime=0.33 cores=1,3,5,7
/proc/23450/task/23465/stat : 23465 (java) S 23448 23450 18255 0 -1 4202560 2146 0 0 0 33 0 0 0 20 0 18 0 255138030 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140715884492984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23466] ppid=23448 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/23450/task/23466/stat : 23466 (java) S 23448 23450 18255 0 -1 4202560 2064 0 0 0 25 0 0 0 20 0 18 0 255138030 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140715883440184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23467] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23467/stat : 23467 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255138030 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140715882388088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23468] ppid=23448 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23468/stat : 23468 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255138030 9787813888 553451 33554432000 1073741824 1073778376 140734418209120 140715881335496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=23450/tid=23465] ppid=23448 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/23450/task/23465/stat : 23465 (java) S 23448 23450 18255 0 -1 4202560 4291 0 0 0 80 0 0 0 20 0 19 0 255138030 9855975424 885134 33554432000 1073741824 1073778376 140734418209120 140715884492984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23466] ppid=23448 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23450/task/23466/stat : 23466 (java) S 23448 23450 18255 0 -1 4202560 2478 0 0 0 50 0 0 0 20 0 19 0 255138030 9855975424 885134 33554432000 1073741824 1073778376 140734418209120 140715883440184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23467] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23467/stat : 23467 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255138030 9855975424 885134 33554432000 1073741824 1073778376 140734418209120 140715882388088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23468] ppid=23448 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/23450/task/23468/stat : 23468 (java) S 23448 23450 18255 0 -1 4202560 99 0 0 0 50 36 0 0 20 0 19 0 255138030 9855975424 885134 33554432000 1073741824 1073778376 140734418209120 140715881335496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23470] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23470/stat : 23470 (java) S 23448 23450 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255143132 9855975424 885134 33554432000 1073741824 1073778376 140734418209120 140714872661416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1735.33
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/213 23542
/proc/meminfo: memFree=25392620/32873844 swapFree=7384/7384
[pid=23450] ppid=23448 vsize=9624976 CPUtime=1795.58 cores=1,3,5,7
/proc/23450/stat : 23450 (java) S 23448 23450 18255 0 -1 4202496 19355 0 1 0 179313 245 0 0 20 0 19 0 255138024 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140734418200256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23450/statm: 2406244 897386 2281 9 0 2396937 0
[pid=23450/tid=23451] ppid=23448 vsize=9624976 CPUtime=1700.47 cores=1,3,5,7
/proc/23450/task/23451/stat : 23451 (java) R 23448 23450 18255 0 -1 4202560 4578 0 1 0 169958 89 0 0 20 0 19 0 255138025 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716065382672 140715896885082 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23453] ppid=23448 vsize=9624976 CPUtime=1.72 cores=1,3,5,7
/proc/23450/task/23453/stat : 23453 (java) S 23448 23450 18255 0 -1 4202560 650 0 0 0 157 15 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716026874664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23454] ppid=23448 vsize=9624976 CPUtime=1.7 cores=1,3,5,7
/proc/23450/task/23454/stat : 23454 (java) S 23448 23450 18255 0 -1 4202560 495 0 0 0 157 13 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716025821864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23455] ppid=23448 vsize=9624976 CPUtime=1.61 cores=1,3,5,7
/proc/23450/task/23455/stat : 23455 (java) S 23448 23450 18255 0 -1 4202560 689 0 0 0 150 11 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716024769576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23456] ppid=23448 vsize=9624976 CPUtime=1.97 cores=1,3,5,7
/proc/23450/task/23456/stat : 23456 (java) S 23448 23450 18255 0 -1 4202560 585 0 0 0 183 14 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716023716776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23457] ppid=23448 vsize=9624976 CPUtime=2.11 cores=1,3,5,7
/proc/23450/task/23457/stat : 23457 (java) S 23448 23450 18255 0 -1 4202560 605 0 0 0 193 18 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716022663464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23458] ppid=23448 vsize=9624976 CPUtime=1.98 cores=1,3,5,7
/proc/23450/task/23458/stat : 23458 (java) S 23448 23450 18255 0 -1 4202560 707 0 0 0 180 18 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716021610664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23459] ppid=23448 vsize=9624976 CPUtime=2.03 cores=1,3,5,7
/proc/23450/task/23459/stat : 23459 (java) S 23448 23450 18255 0 -1 4202560 500 0 0 0 186 17 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716020558376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23460] ppid=23448 vsize=9624976 CPUtime=1.71 cores=1,3,5,7
/proc/23450/task/23460/stat : 23460 (java) S 23448 23450 18255 0 -1 4202560 544 0 0 0 158 13 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716019505576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23461] ppid=23448 vsize=9624976 CPUtime=73.15 cores=1,3,5,7
/proc/23450/task/23461/stat : 23461 (java) S 23448 23450 18255 0 -1 4202560 1949 0 0 0 7310 5 0 0 20 0 19 0 255138027 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715888704232 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23462] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23462/stat : 23462 (java) S 23448 23450 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255138027 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715887650296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23463] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23463/stat : 23463 (java) S 23448 23450 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255138027 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715886597896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23464] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23464/stat : 23464 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255138029 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715885546384 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23465] ppid=23448 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/23450/task/23465/stat : 23465 (java) S 23448 23450 18255 0 -1 4202560 4291 0 0 0 80 0 0 0 20 0 19 0 255138030 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715884492984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23466] ppid=23448 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23450/task/23466/stat : 23466 (java) S 23448 23450 18255 0 -1 4202560 2478 0 0 0 50 0 0 0 20 0 19 0 255138030 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715883440184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23467] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23467/stat : 23467 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255138030 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715882388088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23468] ppid=23448 vsize=9624976 CPUtime=0.89 cores=1,3,5,7
/proc/23450/task/23468/stat : 23468 (java) S 23448 23450 18255 0 -1 4202560 103 0 0 0 51 38 0 0 20 0 19 0 255138030 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715881335496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23470] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23470/stat : 23470 (java) S 23448 23450 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255143132 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140714872661416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1795.58
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.8 s]
/proc/loadavg: 2.00 2.00 2.12 3/213 23542
/proc/meminfo: memFree=25392620/32873844 swapFree=7384/7384
[pid=23450] ppid=23448 vsize=9624976 CPUtime=1800.08 cores=1,3,5,7
/proc/23450/stat : 23450 (java) S 23448 23450 18255 0 -1 4202496 19355 0 1 0 179763 245 0 0 20 0 19 0 255138024 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140734418200256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23450/statm: 2406244 897386 2281 9 0 2396937 0
[pid=23450/tid=23451] ppid=23448 vsize=9624976 CPUtime=1704.97 cores=1,3,5,7
/proc/23450/task/23451/stat : 23451 (java) R 23448 23450 18255 0 -1 4202560 4578 0 1 0 170408 89 0 0 20 0 19 0 255138025 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716065382672 140715896944996 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23453] ppid=23448 vsize=9624976 CPUtime=1.72 cores=1,3,5,7
/proc/23450/task/23453/stat : 23453 (java) S 23448 23450 18255 0 -1 4202560 650 0 0 0 157 15 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716026874664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23454] ppid=23448 vsize=9624976 CPUtime=1.7 cores=1,3,5,7
/proc/23450/task/23454/stat : 23454 (java) S 23448 23450 18255 0 -1 4202560 495 0 0 0 157 13 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716025821864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23455] ppid=23448 vsize=9624976 CPUtime=1.61 cores=1,3,5,7
/proc/23450/task/23455/stat : 23455 (java) S 23448 23450 18255 0 -1 4202560 689 0 0 0 150 11 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716024769576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23456] ppid=23448 vsize=9624976 CPUtime=1.97 cores=1,3,5,7
/proc/23450/task/23456/stat : 23456 (java) S 23448 23450 18255 0 -1 4202560 585 0 0 0 183 14 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716023716776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23457] ppid=23448 vsize=9624976 CPUtime=2.11 cores=1,3,5,7
/proc/23450/task/23457/stat : 23457 (java) S 23448 23450 18255 0 -1 4202560 605 0 0 0 193 18 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716022663464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23458] ppid=23448 vsize=9624976 CPUtime=1.98 cores=1,3,5,7
/proc/23450/task/23458/stat : 23458 (java) S 23448 23450 18255 0 -1 4202560 707 0 0 0 180 18 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716021610664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23459] ppid=23448 vsize=9624976 CPUtime=2.03 cores=1,3,5,7
/proc/23450/task/23459/stat : 23459 (java) S 23448 23450 18255 0 -1 4202560 500 0 0 0 186 17 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716020558376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23460] ppid=23448 vsize=9624976 CPUtime=1.71 cores=1,3,5,7
/proc/23450/task/23460/stat : 23460 (java) S 23448 23450 18255 0 -1 4202560 544 0 0 0 158 13 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716019505576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23461] ppid=23448 vsize=9624976 CPUtime=73.15 cores=1,3,5,7
/proc/23450/task/23461/stat : 23461 (java) S 23448 23450 18255 0 -1 4202560 1949 0 0 0 7310 5 0 0 20 0 19 0 255138027 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715888704232 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23462] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23462/stat : 23462 (java) S 23448 23450 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255138027 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715887650296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23463] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23463/stat : 23463 (java) S 23448 23450 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255138027 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715886597896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23464] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23464/stat : 23464 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255138029 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715885546384 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23465] ppid=23448 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/23450/task/23465/stat : 23465 (java) S 23448 23450 18255 0 -1 4202560 4291 0 0 0 80 0 0 0 20 0 19 0 255138030 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715884492984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23466] ppid=23448 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23450/task/23466/stat : 23466 (java) S 23448 23450 18255 0 -1 4202560 2478 0 0 0 50 0 0 0 20 0 19 0 255138030 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715883440184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23467] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23467/stat : 23467 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255138030 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715882388088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23468] ppid=23448 vsize=9624976 CPUtime=0.89 cores=1,3,5,7
/proc/23450/task/23468/stat : 23468 (java) S 23448 23450 18255 0 -1 4202560 103 0 0 0 51 38 0 0 20 0 19 0 255138030 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715881335496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23470] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23470/stat : 23470 (java) S 23448 23450 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255143132 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140714872661416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1786.8 s]
/proc/loadavg: 2.00 2.00 2.12 3/213 23542
/proc/meminfo: memFree=25392620/32873844 swapFree=7384/7384
[pid=23450] ppid=23448 vsize=9624976 CPUtime=1800.08 cores=1,3,5,7
/proc/23450/stat : 23450 (java) S 23448 23450 18255 0 -1 4202496 19355 0 1 0 179763 245 0 0 20 0 19 0 255138024 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140734418200256 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/23450/statm: 2406244 897386 2281 9 0 2396937 0
[pid=23450/tid=23451] ppid=23448 vsize=9624976 CPUtime=1704.97 cores=1,3,5,7
/proc/23450/task/23451/stat : 23451 (java) R 23448 23450 18255 0 -1 4202560 4578 0 1 0 170408 89 0 0 20 0 19 0 255138025 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716065382672 140715896944996 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23453] ppid=23448 vsize=9624976 CPUtime=1.72 cores=1,3,5,7
/proc/23450/task/23453/stat : 23453 (java) S 23448 23450 18255 0 -1 4202560 650 0 0 0 157 15 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716026874664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23454] ppid=23448 vsize=9624976 CPUtime=1.7 cores=1,3,5,7
/proc/23450/task/23454/stat : 23454 (java) S 23448 23450 18255 0 -1 4202560 495 0 0 0 157 13 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716025821864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23455] ppid=23448 vsize=9624976 CPUtime=1.61 cores=1,3,5,7
/proc/23450/task/23455/stat : 23455 (java) S 23448 23450 18255 0 -1 4202560 689 0 0 0 150 11 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716024769576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23456] ppid=23448 vsize=9624976 CPUtime=1.97 cores=1,3,5,7
/proc/23450/task/23456/stat : 23456 (java) S 23448 23450 18255 0 -1 4202560 585 0 0 0 183 14 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716023716776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23457] ppid=23448 vsize=9624976 CPUtime=2.11 cores=1,3,5,7
/proc/23450/task/23457/stat : 23457 (java) S 23448 23450 18255 0 -1 4202560 605 0 0 0 193 18 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716022663464 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23458] ppid=23448 vsize=9624976 CPUtime=1.98 cores=1,3,5,7
/proc/23450/task/23458/stat : 23458 (java) S 23448 23450 18255 0 -1 4202560 707 0 0 0 180 18 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716021610664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23459] ppid=23448 vsize=9624976 CPUtime=2.03 cores=1,3,5,7
/proc/23450/task/23459/stat : 23459 (java) S 23448 23450 18255 0 -1 4202560 500 0 0 0 186 17 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716020558376 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23450/tid=23460] ppid=23448 vsize=9624976 CPUtime=1.71 cores=1,3,5,7
/proc/23450/task/23460/stat : 23460 (java) S 23448 23450 18255 0 -1 4202560 544 0 0 0 158 13 0 0 20 0 19 0 255138026 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140716019505576 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23461] ppid=23448 vsize=9624976 CPUtime=73.15 cores=1,3,5,7
/proc/23450/task/23461/stat : 23461 (java) S 23448 23450 18255 0 -1 4202560 1949 0 0 0 7310 5 0 0 20 0 19 0 255138027 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715888704232 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23462] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23462/stat : 23462 (java) S 23448 23450 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255138027 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715887650296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23463] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23463/stat : 23463 (java) S 23448 23450 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255138027 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715886597896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23464] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23464/stat : 23464 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255138029 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715885546384 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23450/tid=23465] ppid=23448 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/23450/task/23465/stat : 23465 (java) S 23448 23450 18255 0 -1 4202560 4291 0 0 0 80 0 0 0 20 0 19 0 255138030 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715884492984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23466] ppid=23448 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23450/task/23466/stat : 23466 (java) S 23448 23450 18255 0 -1 4202560 2478 0 0 0 50 0 0 0 20 0 19 0 255138030 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715883440184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23467] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23467/stat : 23467 (java) S 23448 23450 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255138030 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715882388088 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23450/tid=23468] ppid=23448 vsize=9624976 CPUtime=0.89 cores=1,3,5,7
/proc/23450/task/23468/stat : 23468 (java) S 23448 23450 18255 0 -1 4202560 103 0 0 0 51 38 0 0 20 0 19 0 255138030 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140715881335496 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23450/tid=23470] ppid=23448 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23450/task/23470/stat : 23470 (java) S 23448 23450 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255143132 9855975424 897386 33554432000 1073741824 1073778376 140734418209120 140714872661416 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23450 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=798453
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=662595
# CPU time returned by wait4() is 1795.46
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1786.86
CPU time (s): 1800.08
CPU user time (s): 1797.63
CPU system time (s): 2.45
CPU usage (%): 100.74
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.8
system time used= 2.6626
maximum resident set size= 3589788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19432
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39724
involuntary context switches= 29273

runsolver used 6.28005 second user time and 16.0946 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 22:08:46
IDJOB=3689411
IDBENCH=89691
IDSOLVER=2269
FILE ID=node136/3689411-1337890118
RUNJOBID= node136-1337890118-23405
PBS_JOBID= 14620068
Free space on /tmp= 71368 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-180.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689411-1337890118/watcher-3689411-1337890118 -o /tmp/evaluation-result-3689411-1337890118/solver-3689411-1337890118 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689411-1337890118.opb

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

MD5SUM BENCH= 8c3fe83338b70253b33b876e52e7c579
RANDOM SEED=151878613

node136.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.247
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.49
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.247
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		: 2667.247
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.94
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.247
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.90
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.247
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.90
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.247
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.90
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.247
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		: 2667.247
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:        29098024 kB
Buffers:          292772 kB
Cached:          2314072 kB
SwapCached:        24460 kB
Active:          1309456 kB
Inactive:        1677348 kB
Active(anon):     354772 kB
Inactive(anon):    25096 kB
Active(file):     954684 kB
Inactive(file):  1652252 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:            356116 kB
Writeback:             0 kB
AnonPages:        363604 kB
Mapped:            17788 kB
Shmem:                 0 kB
Slab:             648936 kB
SReclaimable:      86696 kB
SUnreclaim:       562240 kB
KernelStack:        1576 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1082112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    335872 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= 71364 MiB
End job on node136 at 2012-05-24 22:38:35