Trace number 3689698

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 RES // CP 2.3.2 Snapshot? (TO) 1800.85 919.175

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K125.opb
MD5SUMd572050902dbd97a5ce685e3ceb3e01a
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 variables14875
Total number of constraints15127
Number of constraints which are clauses15002
Number of constraints which are cardinality constraints (but not clauses)125
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint125
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
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.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689698-1337884359.opb
0.09/0.12	c reading problem ... 
1.29/0.63	c ... done. Wall clock time 0.514s.
1.29/0.63	c declared #vars     14875
1.29/0.63	c #constraints  15127
1.29/0.63	c constraints type 
1.29/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13388
1.29/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 125
1.29/0.63	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.29/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1612
1.29/0.63	c 15127 constraints processed.
1.29/0.63	c constraints type 
1.29/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1612
1.29/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13388
1.29/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 125
1.29/0.63	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.29/0.63	c 15127 constraints processed.
6.32/2.43	c cleaning 2488 clauses out of 4987 with flag 5000/5000
10.38/4.13	c cleaning 4219 clauses out of 8494 with flag 11000/11000
14.74/6.30	c cleaning 5601 clauses out of 11274 with flag 18001/18001
19.11/8.54	c cleaning 6796 clauses out of 13669 with flag 26000/26000
24.04/11.03	c cleaning 7841 clauses out of 15873 with flag 35001/35001
29.94/14.08	c cleaning 8904 clauses out of 18030 with flag 45002/45002
36.42/17.37	c cleaning 9942 clauses out of 20123 with flag 56000/56000
43.87/21.13	c cleaning 10921 clauses out of 22181 with flag 68004/68004
55.03/26.80	c cleaning 11978 clauses out of 24253 with flag 81002/81002
64.53/31.62	c cleaning 12987 clauses out of 26262 with flag 95000/95000
74.47/36.63	c cleaning 13865 clauses out of 28273 with flag 110001/110001
84.65/41.89	c cleaning 15096 clauses out of 30400 with flag 126001/126001
94.39/46.99	c cleaning 16001 clauses out of 32298 with flag 143000/143000
106.52/53.19	c cleaning 17015 clauses out of 34296 with flag 161001/161001
119.08/59.53	c cleaning 17975 clauses out of 36277 with flag 180000/180000
135.81/68.08	c cleaning 18951 clauses out of 38299 with flag 200000/200000
148.30/74.55	c cleaning 19973 clauses out of 40347 with flag 221002/221002
162.73/81.97	c cleaning 20979 clauses out of 42370 with flag 243001/243001
178.19/89.89	c cleaning 21902 clauses out of 44391 with flag 266002/266002
195.57/98.62	c cleaning 22991 clauses out of 46482 with flag 290000/290000
213.17/107.78	c cleaning 23967 clauses out of 48491 with flag 315000/315000
236.01/119.33	c cleaning 25035 clauses out of 50524 with flag 341001/341001
258.66/130.85	c cleaning 26076 clauses out of 52489 with flag 368001/368001
278.26/141.35	c cleaning 26617 clauses out of 54409 with flag 396001/396001
300.42/152.61	c cleaning 27065 clauses out of 56790 with flag 425000/425000
322.26/163.84	c cleaning 28271 clauses out of 59727 with flag 455003/455003
353.89/179.92	c cleaning 29212 clauses out of 62451 with flag 486000/486000
376.45/191.80	c cleaning 30246 clauses out of 65235 with flag 518000/518000
414.15/210.98	c cleaning 31496 clauses out of 67991 with flag 551003/551003
456.57/232.43	c cleaning 32056 clauses out of 70492 with flag 585000/585000
490.39/249.71	c cleaning 32917 clauses out of 73435 with flag 620000/620000
522.92/266.66	c cleaning 33699 clauses out of 76519 with flag 656002/656002
556.00/283.59	c cleaning 34739 clauses out of 79818 with flag 693001/693001
583.34/297.62	c cleaning 36041 clauses out of 83077 with flag 731001/731001
592.71/302.86	c cleaning 0 clauses out of 5000 with flag 0/5000
625.65/320.58	c cleaning 37031 clauses out of 86035 with flag 770000/770000
659.34/337.84	c cleaning 38379 clauses out of 89005 with flag 810002/810002
690.93/354.05	c cleaning 38279 clauses out of 91624 with flag 851001/851001
757.32/387.71	c cleaning 39836 clauses out of 95351 with flag 893007/893007
791.04/405.08	c cleaning 40437 clauses out of 98508 with flag 936000/936000
845.52/432.64	c cleaning 41713 clauses out of 102071 with flag 980000/980000
883.25/451.94	c cleaning 42795 clauses out of 105359 with flag 1025002/1025002
927.18/474.77	c cleaning 43286 clauses out of 108562 with flag 1071002/1071002
997.55/510.27	c cleaning 44988 clauses out of 112275 with flag 1118001/1118001
1079.79/551.88	c cleaning 46397 clauses out of 115286 with flag 1166000/1166000
1131.49/578.17	c cleaning 46533 clauses out of 117888 with flag 1215001/1215001
1182.69/604.69	c cleaning 47143 clauses out of 121355 with flag 1265002/1265002
1291.45/659.23	c cleaning 49180 clauses out of 125210 with flag 1316000/1316000
1336.40/682.24	c cleaning 49741 clauses out of 128030 with flag 1368000/1368000
1395.58/712.43	c cleaning 50447 clauses out of 131287 with flag 1421000/1421000
1449.63/740.55	c cleaning 51177 clauses out of 134840 with flag 1475000/1475000
1505.60/769.10	c cleaning 52658 clauses out of 138664 with flag 1530001/1530001
1575.54/804.68	c cleaning 53393 clauses out of 142004 with flag 1586000/1586000
1657.88/846.21	c cleaning 54974 clauses out of 145611 with flag 1643000/1643000
1726.93/881.80	c cleaning 55928 clauses out of 148637 with flag 1701000/1701000
1800.17/919.11	c starts		: 190
1800.17/919.11	c conflicts		: 1748873
1800.17/919.11	c decisions		: 18527739
1800.17/919.11	c propagations		: 1228705399
1800.17/919.11	c inspects		: 2559166274
1800.17/919.11	c shortcuts		: 0
1800.17/919.11	c learnt literals	: 114
1800.17/919.11	c learnt binary clauses	: 78960
1800.17/919.11	c learnt ternary clauses	: 93322
1800.17/919.11	c learnt constraints	: 1748758
1800.17/919.11	c ignored constraints	: 0
1800.17/919.11	c root simplifications	: 0
1800.17/919.11	c removed literals (reason simplification)	: 23688044
1800.17/919.11	c reason swapping (by a shorter reason)	: 0
1800.17/919.11	c Calls to reduceDB	: 54
1800.17/919.11	c number of reductions to clauses (during analyze)	: 0
1800.17/919.11	c number of learned constraints concerned by reduction	: 0
1800.17/919.11	c number of learning phase by resolution	: 0
1800.17/919.11	c number of learning phase by cutting planes	: 0
1800.17/919.11	c speed (assignments/second)	: 1337810.537375673
1800.17/919.11	c non guided choices	10347
1800.17/919.15	c learnt constraints type 
1800.17/919.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 78971
1800.17/919.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 61646
1800.17/919.15	c constraints type 
1800.17/919.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13388
1800.17/919.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 125
1800.17/919.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.17/919.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1612
1800.17/919.15	c 15127 constraints processed.
1800.17/919.15	c constraints type 
1800.17/919.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1612
1800.17/919.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13388
1800.17/919.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 125
1800.17/919.15	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.17/919.15	c 15127 constraints processed.
1800.17/919.15	s UNKNOWN
1800.17/919.15	c Total wall clock time (in seconds): 919.037

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-3689698-1337884359/watcher-3689698-1337884359 -o /tmp/evaluation-result-3689698-1337884359/solver-3689698-1337884359 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689698-1337884359.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: 3.79 3.80 3.77 4/197 27580
/proc/meminfo: memFree=24883280/32873648 swapFree=6864/6864
[pid=27580] ppid=27578 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/27580/stat : 27580 (runsolver) D 27578 27580 22184 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 254561933 12095488 51 33554432000 4194304 5436572 140736301759936 140736301756232 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/27580/statm: 2953 51 31 304 0 2645 0

[startup+0.0546841 s]
/proc/loadavg: 3.79 3.80 3.77 4/197 27580
/proc/meminfo: memFree=24883280/32873648 swapFree=6864/6864
[pid=27580] ppid=27578 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/27580/stat : 27580 (java) S 27578 27580 22184 0 -1 4202496 3112 0 1 0 2 0 0 0 20 0 13 0 254561933 9446973440 3298 33554432000 1073741824 1073778376 140735453972464 140735453963600 226087698493 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27580/statm: 2306390 3298 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100202 s]
/proc/loadavg: 3.79 3.80 3.77 4/197 27580
/proc/meminfo: memFree=24883280/32873648 swapFree=6864/6864
[pid=27580] ppid=27578 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/27580/stat : 27580 (java) S 27578 27580 22184 0 -1 4202496 4352 0 1 0 8 1 0 0 20 0 18 0 254561933 9787813888 5026 33554432000 1073741824 1073778376 140735453972464 140735453963600 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27580/statm: 2389603 5026 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300169 s]
/proc/loadavg: 3.79 3.80 3.77 4/197 27580
/proc/meminfo: memFree=24883280/32873648 swapFree=6864/6864
[pid=27580] ppid=27578 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/27580/stat : 27580 (java) S 27578 27580 22184 0 -1 4202496 7536 0 1 0 53 1 0 0 20 0 18 0 254561933 9787813888 11087 33554432000 1073741824 1073778376 140735453972464 140735453963600 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27580/statm: 2389603 11087 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700181 s]
/proc/loadavg: 3.79 3.80 3.77 4/197 27580
/proc/meminfo: memFree=24883280/32873648 swapFree=6864/6864
[pid=27580] ppid=27578 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/27580/stat : 27580 (java) S 27578 27580 22184 0 -1 4202496 14482 0 1 0 162 4 0 0 20 0 22 0 254561933 10060460032 38359 33554432000 1073741824 1073778376 140735453972464 140735453963600 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27580/statm: 2456167 38359 2251 9 0 2446860 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 3.79 3.80 3.77 7/219 27602
/proc/meminfo: memFree=24727804/32873648 swapFree=6864/6864
[pid=27580] ppid=27578 vsize=9824668 CPUtime=4.4 cores=0,2,4,6
/proc/27580/stat : 27580 (java) S 27578 27580 22184 0 -1 4202496 20066 0 1 0 433 7 0 0 20 0 22 0 254561933 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 140735453963600 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27580/statm: 2456167 49353 2272 9 0 2446860 0
[pid=27580/tid=27582] ppid=27578 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/27580/task/27582/stat : 27582 (java) S 27578 27580 22184 0 -1 4202560 2557 0 1 0 57 3 0 0 20 0 22 0 254561935 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991782249464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27583] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27583/stat : 27583 (java) S 27578 27580 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254561936 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991626201640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27584] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27584/stat : 27584 (java) S 27578 27580 22184 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254561936 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991625148840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27585] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27585/stat : 27585 (java) S 27578 27580 22184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254561936 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991624096040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27586] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27586/stat : 27586 (java) S 27578 27580 22184 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254561936 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991623043240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27587] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27587/stat : 27587 (java) S 27578 27580 22184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254561936 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991621991464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27588] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27588/stat : 27588 (java) S 27578 27580 22184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254561936 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991620938664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27589] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27589/stat : 27589 (java) S 27578 27580 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254561936 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991619885864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27590] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27590/stat : 27590 (java) S 27578 27580 22184 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254561936 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991618833064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27591] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27591/stat : 27591 (java) S 27578 27580 22184 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991606421992 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27592] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27592/stat : 27592 (java) S 27578 27580 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991605368056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27593] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27593/stat : 27593 (java) S 27578 27580 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991604315144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27594] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27594/stat : 27594 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991603263632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27595] ppid=27578 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/27580/task/27595/stat : 27595 (java) S 27578 27580 22184 0 -1 4202560 10302 0 0 0 100 2 0 0 20 0 22 0 254561940 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991602211768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27596] ppid=27578 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/27580/task/27596/stat : 27596 (java) S 27578 27580 22184 0 -1 4202560 5780 0 0 0 100 0 0 0 20 0 22 0 254561940 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991601158968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27597] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27597/stat : 27597 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991600106360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27598] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27598/stat : 27598 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991599053768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27599] ppid=27578 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/27580/task/27599/stat : 27599 (java) R 27578 27580 22184 0 -1 4202560 23 0 0 0 82 0 0 0 20 0 22 0 254561997 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991597998840 139991654835815 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27600] ppid=27578 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/27580/task/27600/stat : 27600 (java) R 27578 27580 22184 0 -1 4202560 91 0 0 0 82 0 0 0 20 0 22 0 254561997 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991596945800 139991655186142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27601] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27601/stat : 27601 (java) S 27578 27580 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254562000 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991595893672 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27602] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27602/stat : 27602 (java) S 27578 27580 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254562000 10060460032 49353 33554432000 1073741824 1073778376 140735453972464 139991594840872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9824668

[startup+3.10072 s]
/proc/loadavg: 3.79 3.80 3.77 5/219 27602
/proc/meminfo: memFree=24696652/32873648 swapFree=6864/6864
[pid=27580] ppid=27578 vsize=9824668 CPUtime=8.14 cores=0,2,4,6
/proc/27580/stat : 27580 (java) S 27578 27580 22184 0 -1 4202496 20542 0 1 0 802 12 0 0 20 0 22 0 254561933 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 140735453963600 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27580/statm: 2456167 65604 2285 9 0 2446860 0
[pid=27580/tid=27582] ppid=27578 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/27580/task/27582/stat : 27582 (java) S 27578 27580 22184 0 -1 4202560 2557 0 1 0 57 3 0 0 20 0 22 0 254561935 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991782249464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27583] ppid=27578 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27580/task/27583/stat : 27583 (java) S 27578 27580 22184 0 -1 4202560 42 0 0 0 1 0 0 0 20 0 22 0 254561936 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991626201640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27584] ppid=27578 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27580/task/27584/stat : 27584 (java) S 27578 27580 22184 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 22 0 254561936 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991625148840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27585] ppid=27578 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27580/task/27585/stat : 27585 (java) S 27578 27580 22184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254561936 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991624096040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27586] ppid=27578 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27580/task/27586/stat : 27586 (java) S 27578 27580 22184 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 22 0 254561936 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991623043240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27587] ppid=27578 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/27580/task/27587/stat : 27587 (java) S 27578 27580 22184 0 -1 4202560 80 0 0 0 3 1 0 0 20 0 22 0 254561936 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991621991464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27588] ppid=27578 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27580/task/27588/stat : 27588 (java) S 27578 27580 22184 0 -1 4202560 41 0 0 0 1 0 0 0 20 0 22 0 254561936 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991620938664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27589] ppid=27578 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27580/task/27589/stat : 27589 (java) S 27578 27580 22184 0 -1 4202560 81 0 0 0 3 0 0 0 20 0 22 0 254561936 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991619885864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27590] ppid=27578 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27580/task/27590/stat : 27590 (java) S 27578 27580 22184 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 254561936 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991618833064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27591] ppid=27578 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/27580/task/27591/stat : 27591 (java) S 27578 27580 22184 0 -1 4202560 102 0 0 0 5 1 0 0 20 0 22 0 254561937 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991606421992 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27592] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27592/stat : 27592 (java) S 27578 27580 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991605368056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27593] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27593/stat : 27593 (java) S 27578 27580 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991604315144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27594] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27594/stat : 27594 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991603263632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27595] ppid=27578 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/27580/task/27595/stat : 27595 (java) S 27578 27580 22184 0 -1 4202560 10416 0 0 0 146 2 0 0 20 0 22 0 254561940 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991602211768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27596] ppid=27578 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/27580/task/27596/stat : 27596 (java) S 27578 27580 22184 0 -1 4202560 5787 0 0 0 107 0 0 0 20 0 22 0 254561940 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991601158968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27597] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27597/stat : 27597 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991600106360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27598] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27598/stat : 27598 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991599053768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27599] ppid=27578 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/27580/task/27599/stat : 27599 (java) R 27578 27580 22184 0 -1 4202560 23 0 0 0 227 0 0 0 20 0 22 0 254561997 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991597998744 139991654903165 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27600] ppid=27578 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/27580/task/27600/stat : 27600 (java) R 27578 27580 22184 0 -1 4202560 93 0 0 0 230 0 0 0 20 0 22 0 254561997 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991596943672 139991654832732 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27601] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27601/stat : 27601 (java) S 27578 27580 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254562000 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991595893672 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27602] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27602/stat : 27602 (java) S 27578 27580 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254562000 10060460032 65604 33554432000 1073741824 1073778376 140735453972464 139991594840872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 9824668

[startup+6.30085 s]
/proc/loadavg: 3.80 3.81 3.77 5/219 27602
/proc/meminfo: memFree=24506988/32873648 swapFree=6864/6864
[pid=27580] ppid=27578 vsize=9824668 CPUtime=14.74 cores=0,2,4,6
/proc/27580/stat : 27580 (java) S 27578 27580 22184 0 -1 4202496 22041 0 1 0 1459 15 0 0 20 0 22 0 254561933 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 140735453963600 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27580/statm: 2456167 125145 2285 9 0 2446860 0
[pid=27580/tid=27582] ppid=27578 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/27580/task/27582/stat : 27582 (java) S 27578 27580 22184 0 -1 4202560 2557 0 1 0 57 3 0 0 20 0 22 0 254561935 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991782249464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27583] ppid=27578 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27580/task/27583/stat : 27583 (java) S 27578 27580 22184 0 -1 4202560 45 0 0 0 3 0 0 0 20 0 22 0 254561936 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991626201640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27584] ppid=27578 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27580/task/27584/stat : 27584 (java) S 27578 27580 22184 0 -1 4202560 50 0 0 0 2 0 0 0 20 0 22 0 254561936 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991625148840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27585] ppid=27578 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27580/task/27585/stat : 27585 (java) S 27578 27580 22184 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 254561936 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991624096040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27586] ppid=27578 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27580/task/27586/stat : 27586 (java) S 27578 27580 22184 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 22 0 254561936 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991623043240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27587] ppid=27578 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/27580/task/27587/stat : 27587 (java) S 27578 27580 22184 0 -1 4202560 82 0 0 0 5 2 0 0 20 0 22 0 254561936 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991621991464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27588] ppid=27578 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27580/task/27588/stat : 27588 (java) S 27578 27580 22184 0 -1 4202560 43 0 0 0 3 0 0 0 20 0 22 0 254561936 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991620938664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27589] ppid=27578 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/27580/task/27589/stat : 27589 (java) S 27578 27580 22184 0 -1 4202560 83 0 0 0 4 0 0 0 20 0 22 0 254561936 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991619885864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27590] ppid=27578 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/27580/task/27590/stat : 27590 (java) S 27578 27580 22184 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 22 0 254561936 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991618833064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27591] ppid=27578 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/27580/task/27591/stat : 27591 (java) S 27578 27580 22184 0 -1 4202560 238 0 0 0 13 2 0 0 20 0 22 0 254561937 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991606421992 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27592] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27592/stat : 27592 (java) S 27578 27580 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991605368056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27593] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27593/stat : 27593 (java) S 27578 27580 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991604315144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27594] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27594/stat : 27594 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991603263632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27595] ppid=27578 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/27580/task/27595/stat : 27595 (java) S 27578 27580 22184 0 -1 4202560 10419 0 0 0 160 2 0 0 20 0 22 0 254561940 10060460032 125145 33554432000 1073741824 1073778376 140735453972464 139991602211768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=27580/tid=27600] ppid=27578 vsize=9824668 CPUtime=763.4 cores=0,2,4,6
/proc/27580/task/27600/stat : 27600 (java) R 27578 27580 22184 0 -1 4202560 1666 0 0 0 76312 28 0 0 20 0 22 0 254561997 10060460032 788625 33554432000 1073741824 1073778376 140735453972464 139991596944784 139991655210125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27601] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27601/stat : 27601 (java) S 27578 27580 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254562000 10060460032 788625 33554432000 1073741824 1073778376 140735453972464 139991595893672 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27602] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27602/stat : 27602 (java) S 27578 27580 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254562000 10060460032 788625 33554432000 1073741824 1073778376 140735453972464 139991594840872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1609.55
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.93 3.93 3.87 4/219 27796
/proc/meminfo: memFree=24539660/32873648 swapFree=6864/6864
[pid=27580] ppid=27578 vsize=9824668 CPUtime=1727.62 cores=0,2,4,6
/proc/27580/stat : 27580 (java) S 27578 27580 22184 0 -1 4202496 35777 0 1 0 172519 243 0 0 20 0 22 0 254561933 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 140735453963600 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27580/statm: 2456167 838521 2286 9 0 2446860 0
[pid=27580/tid=27582] ppid=27578 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/27580/task/27582/stat : 27582 (java) S 27578 27580 22184 0 -1 4202560 2594 0 1 0 59 4 0 0 20 0 22 0 254561935 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991782249176 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27583] ppid=27578 vsize=9824668 CPUtime=3.97 cores=0,2,4,6
/proc/27580/task/27583/stat : 27583 (java) S 27578 27580 22184 0 -1 4202560 894 0 0 0 372 25 0 0 20 0 22 0 254561936 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991626201640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27584] ppid=27578 vsize=9824668 CPUtime=3.53 cores=0,2,4,6
/proc/27580/task/27584/stat : 27584 (java) S 27578 27580 22184 0 -1 4202560 640 0 0 0 332 21 0 0 20 0 22 0 254561936 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991625148840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27585] ppid=27578 vsize=9824668 CPUtime=4.04 cores=0,2,4,6
/proc/27580/task/27585/stat : 27585 (java) S 27578 27580 22184 0 -1 4202560 948 0 0 0 377 27 0 0 20 0 22 0 254561936 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991624096040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27586] ppid=27578 vsize=9824668 CPUtime=3.63 cores=0,2,4,6
/proc/27580/task/27586/stat : 27586 (java) S 27578 27580 22184 0 -1 4202560 756 0 0 0 343 20 0 0 20 0 22 0 254561936 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991623043240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27587] ppid=27578 vsize=9824668 CPUtime=3.76 cores=0,2,4,6
/proc/27580/task/27587/stat : 27587 (java) S 27578 27580 22184 0 -1 4202560 861 0 0 0 356 20 0 0 20 0 22 0 254561936 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991621991464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27588] ppid=27578 vsize=9824668 CPUtime=4.35 cores=0,2,4,6
/proc/27580/task/27588/stat : 27588 (java) S 27578 27580 22184 0 -1 4202560 955 0 0 0 408 27 0 0 20 0 22 0 254561936 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991620938664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27589] ppid=27578 vsize=9824668 CPUtime=3.77 cores=0,2,4,6
/proc/27580/task/27589/stat : 27589 (java) S 27578 27580 22184 0 -1 4202560 738 0 0 0 354 23 0 0 20 0 22 0 254561936 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991619885864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27590] ppid=27578 vsize=9824668 CPUtime=3.65 cores=0,2,4,6
/proc/27580/task/27590/stat : 27590 (java) S 27578 27580 22184 0 -1 4202560 1396 0 0 0 340 25 0 0 20 0 22 0 254561936 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991618833064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27591] ppid=27578 vsize=9824668 CPUtime=53.96 cores=0,2,4,6
/proc/27580/task/27591/stat : 27591 (java) R 27578 27580 22184 0 -1 4202560 3377 0 0 0 5378 18 0 0 20 0 22 0 254561937 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991606420840 139991786385732 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27592] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27592/stat : 27592 (java) S 27578 27580 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991605368056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27593] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27593/stat : 27593 (java) S 27578 27580 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991604315144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27594] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27594/stat : 27594 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991603263632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27595] ppid=27578 vsize=9824668 CPUtime=2.04 cores=0,2,4,6
/proc/27580/task/27595/stat : 27595 (java) S 27578 27580 22184 0 -1 4202560 12837 0 0 0 201 3 0 0 20 0 22 0 254561940 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991602211768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27596] ppid=27578 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/27580/task/27596/stat : 27596 (java) S 27578 27580 22184 0 -1 4202560 6750 0 0 0 140 1 0 0 20 0 22 0 254561940 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991601158968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27597] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27597/stat : 27597 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991600106360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27598] ppid=27578 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/27580/task/27598/stat : 27598 (java) S 27578 27580 22184 0 -1 4202560 50 0 0 0 16 14 0 0 20 0 22 0 254561940 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991599053768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27599] ppid=27578 vsize=9824668 CPUtime=819.35 cores=0,2,4,6
/proc/27580/task/27599/stat : 27599 (java) S 27578 27580 22184 0 -1 4202560 125 0 0 0 81920 15 0 0 20 0 22 0 254561997 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991597998360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27600] ppid=27578 vsize=9824668 CPUtime=819.41 cores=0,2,4,6
/proc/27580/task/27600/stat : 27600 (java) S 27578 27580 22184 0 -1 4202560 1667 0 0 0 81912 29 0 0 20 0 22 0 254561997 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991596943896 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27601] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27601/stat : 27601 (java) S 27578 27580 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254562000 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991595893672 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27602] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27602/stat : 27602 (java) S 27578 27580 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254562000 10060460032 838521 33554432000 1073741824 1073778376 140735453972464 139991594840872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.62
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+919.101 s]
/proc/loadavg: 4.01 3.95 3.87 6/219 27796
/proc/meminfo: memFree=24373028/32873648 swapFree=6864/6864
[pid=27580] ppid=27578 vsize=9824668 CPUtime=1800.17 cores=0,2,4,6
/proc/27580/stat : 27580 (java) S 27578 27580 22184 0 -1 4202496 35985 0 1 0 179766 251 0 0 20 0 22 0 254561933 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 140735453963600 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27580/statm: 2456167 863644 2286 9 0 2446860 0
[pid=27580/tid=27582] ppid=27578 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/27580/task/27582/stat : 27582 (java) S 27578 27580 22184 0 -1 4202560 2594 0 1 0 59 4 0 0 20 0 22 0 254561935 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991782249464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27583] ppid=27578 vsize=9824668 CPUtime=4.01 cores=0,2,4,6
/proc/27580/task/27583/stat : 27583 (java) S 27578 27580 22184 0 -1 4202560 900 0 0 0 376 25 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991626201640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27584] ppid=27578 vsize=9824668 CPUtime=3.67 cores=0,2,4,6
/proc/27580/task/27584/stat : 27584 (java) S 27578 27580 22184 0 -1 4202560 681 0 0 0 345 22 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991625148840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27585] ppid=27578 vsize=9824668 CPUtime=4.19 cores=0,2,4,6
/proc/27580/task/27585/stat : 27585 (java) S 27578 27580 22184 0 -1 4202560 988 0 0 0 390 29 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991624096040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27586] ppid=27578 vsize=9824668 CPUtime=3.67 cores=0,2,4,6
/proc/27580/task/27586/stat : 27586 (java) S 27578 27580 22184 0 -1 4202560 766 0 0 0 346 21 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991623043240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27587] ppid=27578 vsize=9824668 CPUtime=3.84 cores=0,2,4,6
/proc/27580/task/27587/stat : 27587 (java) S 27578 27580 22184 0 -1 4202560 876 0 0 0 363 21 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991621991464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27588] ppid=27578 vsize=9824668 CPUtime=4.45 cores=0,2,4,6
/proc/27580/task/27588/stat : 27588 (java) S 27578 27580 22184 0 -1 4202560 956 0 0 0 418 27 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991620938664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27589] ppid=27578 vsize=9824668 CPUtime=3.83 cores=0,2,4,6
/proc/27580/task/27589/stat : 27589 (java) S 27578 27580 22184 0 -1 4202560 750 0 0 0 360 23 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991619885864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27590] ppid=27578 vsize=9824668 CPUtime=3.79 cores=0,2,4,6
/proc/27580/task/27590/stat : 27590 (java) S 27578 27580 22184 0 -1 4202560 1429 0 0 0 353 26 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991618833064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27591] ppid=27578 vsize=9824668 CPUtime=55.36 cores=0,2,4,6
/proc/27580/task/27591/stat : 27591 (java) S 27578 27580 22184 0 -1 4202560 3423 0 0 0 5518 18 0 0 20 0 22 0 254561937 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991606421992 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27592] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27592/stat : 27592 (java) S 27578 27580 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991605368056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27593] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27593/stat : 27593 (java) S 27578 27580 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991604315144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27594] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27594/stat : 27594 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991603263632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27595] ppid=27578 vsize=9824668 CPUtime=2.04 cores=0,2,4,6
/proc/27580/task/27595/stat : 27595 (java) S 27578 27580 22184 0 -1 4202560 12837 0 0 0 201 3 0 0 20 0 22 0 254561940 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991602211768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27596] ppid=27578 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/27580/task/27596/stat : 27596 (java) S 27578 27580 22184 0 -1 4202560 6750 0 0 0 140 1 0 0 20 0 22 0 254561940 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991601158968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27597] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27597/stat : 27597 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991600106360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27598] ppid=27578 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/27580/task/27598/stat : 27598 (java) S 27578 27580 22184 0 -1 4202560 52 0 0 0 16 14 0 0 20 0 22 0 254561940 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991599053768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27599] ppid=27578 vsize=9824668 CPUtime=854.57 cores=0,2,4,6
/proc/27580/task/27599/stat : 27599 (java) R 27578 27580 22184 0 -1 4202560 126 0 0 0 85442 15 0 0 20 0 22 0 254561997 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991597996560 139991654835016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27600] ppid=27578 vsize=9824668 CPUtime=854.62 cores=0,2,4,6
/proc/27580/task/27600/stat : 27600 (java) R 27578 27580 22184 0 -1 4202560 1668 0 0 0 85433 29 0 0 20 0 22 0 254561997 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991596944704 139991655210602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27601] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27601/stat : 27601 (java) S 27578 27580 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254562000 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991595893672 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27602] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27602/stat : 27602 (java) S 27578 27580 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254562000 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991594840872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

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

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

[startup+919.101 s]
/proc/loadavg: 4.01 3.95 3.87 6/219 27796
/proc/meminfo: memFree=24373028/32873648 swapFree=6864/6864
[pid=27580] ppid=27578 vsize=9824668 CPUtime=1800.17 cores=0,2,4,6
/proc/27580/stat : 27580 (java) S 27578 27580 22184 0 -1 4202496 35985 0 1 0 179766 251 0 0 20 0 22 0 254561933 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 140735453963600 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27580/statm: 2456167 863644 2286 9 0 2446860 0
[pid=27580/tid=27582] ppid=27578 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/27580/task/27582/stat : 27582 (java) S 27578 27580 22184 0 -1 4202560 2594 0 1 0 59 4 0 0 20 0 22 0 254561935 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991782249464 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27583] ppid=27578 vsize=9824668 CPUtime=4.01 cores=0,2,4,6
/proc/27580/task/27583/stat : 27583 (java) S 27578 27580 22184 0 -1 4202560 900 0 0 0 376 25 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991626201640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27584] ppid=27578 vsize=9824668 CPUtime=3.67 cores=0,2,4,6
/proc/27580/task/27584/stat : 27584 (java) S 27578 27580 22184 0 -1 4202560 681 0 0 0 345 22 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991625148840 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27585] ppid=27578 vsize=9824668 CPUtime=4.19 cores=0,2,4,6
/proc/27580/task/27585/stat : 27585 (java) S 27578 27580 22184 0 -1 4202560 988 0 0 0 390 29 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991624096040 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27586] ppid=27578 vsize=9824668 CPUtime=3.67 cores=0,2,4,6
/proc/27580/task/27586/stat : 27586 (java) S 27578 27580 22184 0 -1 4202560 766 0 0 0 346 21 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991623043240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27587] ppid=27578 vsize=9824668 CPUtime=3.84 cores=0,2,4,6
/proc/27580/task/27587/stat : 27587 (java) S 27578 27580 22184 0 -1 4202560 876 0 0 0 363 21 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991621991464 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27588] ppid=27578 vsize=9824668 CPUtime=4.45 cores=0,2,4,6
/proc/27580/task/27588/stat : 27588 (java) S 27578 27580 22184 0 -1 4202560 956 0 0 0 418 27 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991620938664 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27589] ppid=27578 vsize=9824668 CPUtime=3.83 cores=0,2,4,6
/proc/27580/task/27589/stat : 27589 (java) S 27578 27580 22184 0 -1 4202560 750 0 0 0 360 23 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991619885864 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27590] ppid=27578 vsize=9824668 CPUtime=3.79 cores=0,2,4,6
/proc/27580/task/27590/stat : 27590 (java) S 27578 27580 22184 0 -1 4202560 1429 0 0 0 353 26 0 0 20 0 22 0 254561936 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991618833064 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27591] ppid=27578 vsize=9824668 CPUtime=55.36 cores=0,2,4,6
/proc/27580/task/27591/stat : 27591 (java) S 27578 27580 22184 0 -1 4202560 3423 0 0 0 5518 18 0 0 20 0 22 0 254561937 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991606421992 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27592] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27592/stat : 27592 (java) S 27578 27580 22184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991605368056 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27593] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27593/stat : 27593 (java) S 27578 27580 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254561937 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991604315144 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27594] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27594/stat : 27594 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991603263632 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27595] ppid=27578 vsize=9824668 CPUtime=2.04 cores=0,2,4,6
/proc/27580/task/27595/stat : 27595 (java) S 27578 27580 22184 0 -1 4202560 12837 0 0 0 201 3 0 0 20 0 22 0 254561940 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991602211768 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27596] ppid=27578 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/27580/task/27596/stat : 27596 (java) S 27578 27580 22184 0 -1 4202560 6750 0 0 0 140 1 0 0 20 0 22 0 254561940 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991601158968 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27597] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27597/stat : 27597 (java) S 27578 27580 22184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254561940 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991600106360 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27598] ppid=27578 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/27580/task/27598/stat : 27598 (java) S 27578 27580 22184 0 -1 4202560 52 0 0 0 16 14 0 0 20 0 22 0 254561940 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991599053768 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27580/tid=27599] ppid=27578 vsize=9824668 CPUtime=854.57 cores=0,2,4,6
/proc/27580/task/27599/stat : 27599 (java) R 27578 27580 22184 0 -1 4202560 126 0 0 0 85442 15 0 0 20 0 22 0 254561997 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991597996560 139991654835016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27580/tid=27600] ppid=27578 vsize=9824668 CPUtime=854.62 cores=0,2,4,6
/proc/27580/task/27600/stat : 27600 (java) R 27578 27580 22184 0 -1 4202560 1668 0 0 0 85433 29 0 0 20 0 22 0 254561997 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991596944704 139991655210602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27580/tid=27601] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27601/stat : 27601 (java) S 27578 27580 22184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254562000 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991595893672 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27580/tid=27602] ppid=27578 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27580/task/27602/stat : 27602 (java) S 27578 27580 22184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254562000 10060460032 863644 33554432000 1073741824 1073778376 140735453972464 139991594840872 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 919.175
CPU time (s): 1800.85
CPU user time (s): 1797.9
CPU system time (s): 2.95155
CPU usage (%): 195.92
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 2.95155
maximum resident set size= 3454700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36018
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27189
involuntary context switches= 46366

runsolver used 3.2735 second user time and 8.12377 second system time

The end

Launcher Data

Begin job on node120 at 2012-05-24 20:32:40
IDJOB=3689698
IDBENCH=90201
IDSOLVER=2268
FILE ID=node120/3689698-1337884359
RUNJOBID= node120-1337871880-22200
PBS_JOBID= 14620084
Free space on /tmp= 71632 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K125.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689698-1337884359/watcher-3689698-1337884359 -o /tmp/evaluation-result-3689698-1337884359/solver-3689698-1337884359 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689698-1337884359.opb

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

MD5SUM BENCH= d572050902dbd97a5ce685e3ceb3e01a
RANDOM SEED=769678183

node120.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.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
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.456
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.456
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.92
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.456
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.88
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.456
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.456
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.83
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.456
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.456
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:       32873648 kB
MemFree:        24883280 kB
Buffers:          190344 kB
Cached:          3253676 kB
SwapCached:          492 kB
Active:          4301212 kB
Inactive:        2906988 kB
Active(anon):    3754808 kB
Inactive(anon):    12388 kB
Active(file):     546404 kB
Inactive(file):  2894600 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67107896 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:       3807564 kB
Mapped:            21644 kB
Shmem:               120 kB
Slab:             626432 kB
SReclaimable:      70788 kB
SUnreclaim:       555644 kB
KernelStack:        1792 kB
PageTables:        11400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4116960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3737600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71628 MiB
End job on node120 at 2012-05-24 20:48:01