Trace number 3710025

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.09 1795.97

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K177.opb
MD5SUM8e674dc671e8e6c3e0a48d5fff5f7edd
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 variables21063
Total number of constraints21419
Number of constraints which are clauses21242
Number of constraints which are cardinality constraints (but not clauses)177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint177
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 178
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.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.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
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
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=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710025-1338217692.opb
0.09/0.12	c reading problem ... 
0.92/0.58	c ... done. Wall clock time 0.461s.
0.92/0.58	c declared #vars     21063
0.92/0.58	c #constraints  21419
0.92/0.58	c constraints type 
0.92/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18952
0.92/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 177
0.92/0.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.92/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2288
0.92/0.58	c 21419 constraints processed.
4.65/3.76	c cleaning 2427 clauses out of 4995 with flag 5002/5002
8.15/7.18	c cleaning 4144 clauses out of 8564 with flag 11000/11000
12.26/11.23	c cleaning 5521 clauses out of 11411 with flag 18001/18001
16.77/15.71	c cleaning 6869 clauses out of 13889 with flag 26000/26000
21.72/20.60	c cleaning 7576 clauses out of 16018 with flag 35000/35000
27.32/26.22	c cleaning 7797 clauses out of 18437 with flag 45000/45000
33.36/32.23	c cleaning 8954 clauses out of 21642 with flag 56002/56002
39.48/38.39	c cleaning 9781 clauses out of 24686 with flag 68000/68000
46.36/45.14	c cleaning 10919 clauses out of 27901 with flag 81000/81000
54.77/53.59	c cleaning 10884 clauses out of 30980 with flag 95000/95000
62.91/61.69	c cleaning 12586 clauses out of 35095 with flag 110000/110000
71.62/70.35	c cleaning 12870 clauses out of 38507 with flag 126000/126000
80.85/79.51	c cleaning 14437 clauses out of 42638 with flag 143001/143001
89.57/88.25	c cleaning 15236 clauses out of 46200 with flag 161000/161000
99.48/98.14	c cleaning 16507 clauses out of 49962 with flag 180000/180000
110.45/109.09	c cleaning 16640 clauses out of 53456 with flag 200002/200002
122.76/121.32	c cleaning 17800 clauses out of 57814 with flag 221001/221001
134.79/133.31	c cleaning 18826 clauses out of 62011 with flag 243000/243000
148.21/146.74	c cleaning 19228 clauses out of 66186 with flag 266001/266001
160.42/158.97	c cleaning 21603 clauses out of 70958 with flag 290001/290001
174.54/173.03	c cleaning 21023 clauses out of 74354 with flag 315000/315000
188.97/187.46	c cleaning 21797 clauses out of 79327 with flag 341000/341000
205.78/204.20	c cleaning 23904 clauses out of 84531 with flag 368001/368001
222.62/221.07	c cleaning 24865 clauses out of 88624 with flag 396000/396000
237.06/235.46	c cleaning 26123 clauses out of 92756 with flag 425000/425000
252.30/250.64	c cleaning 26211 clauses out of 96633 with flag 455000/455000
269.92/268.25	c cleaning 26870 clauses out of 101420 with flag 486000/486000
290.67/288.94	c cleaning 28832 clauses out of 106550 with flag 518000/518000
308.96/307.10	c cleaning 29185 clauses out of 110718 with flag 551000/551000
329.70/327.88	c cleaning 29639 clauses out of 115531 with flag 585000/585000
350.22/348.39	c cleaning 30860 clauses out of 120893 with flag 620001/620001
368.75/366.87	c cleaning 32091 clauses out of 126029 with flag 656000/656000
391.97/390.02	c cleaning 33642 clauses out of 130938 with flag 693000/693000
413.90/411.94	c cleaning 33699 clauses out of 135298 with flag 731002/731002
436.12/434.13	c cleaning 34691 clauses out of 140597 with flag 770000/770000
459.56/457.57	c cleaning 35687 clauses out of 145906 with flag 810000/810000
485.16/483.12	c cleaning 36988 clauses out of 151219 with flag 851000/851000
509.99/507.96	c cleaning 37204 clauses out of 156229 with flag 893000/893000
537.31/535.29	c cleaning 39078 clauses out of 162025 with flag 936000/936000
564.23/562.17	c cleaning 39754 clauses out of 166944 with flag 980000/980000
591.79/589.61	c cleaning 40663 clauses out of 172190 with flag 1025000/1025000
622.01/619.85	c cleaning 41719 clauses out of 177527 with flag 1071000/1071000
650.66/648.44	c cleaning 42277 clauses out of 182806 with flag 1118000/1118000
679.50/677.22	c cleaning 43049 clauses out of 188524 with flag 1166000/1166000
710.63/708.36	c cleaning 44233 clauses out of 194476 with flag 1215002/1215002
743.75/741.43	c cleaning 45720 clauses out of 200241 with flag 1265000/1265000
777.14/774.74	c cleaning 45902 clauses out of 205523 with flag 1316002/1316002
813.96/811.52	c cleaning 46833 clauses out of 211619 with flag 1368000/1368000
848.53/846.04	c cleaning 48211 clauses out of 217782 with flag 1421000/1421000
881.68/879.15	c cleaning 50381 clauses out of 223571 with flag 1475000/1475000
916.00/913.40	c cleaning 50631 clauses out of 228192 with flag 1530003/1530003
959.56/956.94	c cleaning 53771 clauses out of 233558 with flag 1586000/1586000
1018.36/1015.69	c cleaning 55630 clauses out of 236787 with flag 1643000/1643000
1078.67/1075.85	c cleaning 55360 clauses out of 239157 with flag 1701000/1701000
1119.66/1116.74	c cleaning 54519 clauses out of 242797 with flag 1760002/1760002
1158.21/1155.25	c cleaning 55812 clauses out of 248278 with flag 1820002/1820002
1197.97/1194.98	c cleaning 57221 clauses out of 253467 with flag 1881003/1881003
1235.53/1232.50	c cleaning 58097 clauses out of 258245 with flag 1943002/1943002
1276.48/1273.36	c cleaning 59542 clauses out of 263145 with flag 2006000/2006000
1332.19/1328.82	c cleaning 61472 clauses out of 267603 with flag 2070000/2070000
1408.23/1404.78	c cleaning 63837 clauses out of 271131 with flag 2135000/2135000
1454.53/1450.98	c cleaning 61918 clauses out of 273294 with flag 2201000/2201000
1497.61/1493.97	c cleaning 62478 clauses out of 278376 with flag 2268000/2268000
1542.98/1539.21	c cleaning 65520 clauses out of 283898 with flag 2336000/2336000
1586.14/1582.30	c cleaning 64761 clauses out of 287378 with flag 2405000/2405000
1637.40/1633.58	c cleaning 65620 clauses out of 292617 with flag 2475000/2475000
1687.08/1683.12	c cleaning 67028 clauses out of 297998 with flag 2546001/2546001
1735.15/1731.11	c cleaning 68508 clauses out of 302967 with flag 2618000/2618000
1782.92/1778.83	c cleaning 68834 clauses out of 307457 with flag 2691001/2691001
1800.09/1795.91	c starts		: 228
1800.09/1795.91	c conflicts		: 2720369
1800.09/1795.91	c decisions		: 18532811
1800.09/1795.91	c propagations		: 3010410922
1800.09/1795.91	c inspects		: 6156796105
1800.09/1795.91	c shortcuts		: 0
1800.09/1795.91	c learnt literals	: 45
1800.09/1795.91	c learnt binary clauses	: 205361
1800.09/1795.91	c learnt ternary clauses	: 228019
1800.09/1795.91	c learnt constraints	: 2720324
1800.09/1795.91	c ignored constraints	: 0
1800.09/1795.91	c root simplifications	: 273
1800.09/1795.91	c removed literals (reason simplification)	: 39823001
1800.09/1795.91	c reason swapping (by a shorter reason)	: 0
1800.09/1795.91	c Calls to reduceDB	: 69
1800.09/1795.91	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.91	c number of learned constraints concerned by reduction	: 0
1800.09/1795.91	c number of learning phase by resolution	: 0
1800.09/1795.91	c number of learning phase by cutting planes	: 0
1800.09/1795.91	c speed (assignments/second)	: 1676822.4448520504
1800.09/1795.91	c non guided choices	4801
1800.09/1795.96	c learnt constraints type 
1800.09/1795.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 205340
1800.09/1795.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 62721
1800.09/1795.96	c constraints type 
1800.09/1795.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18952
1800.09/1795.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 177
1800.09/1795.96	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1795.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2288
1800.09/1795.96	c 21419 constraints processed.
1800.09/1795.96	s UNKNOWN
1800.09/1795.96	c Total wall clock time (in seconds): 1795.84

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-3710025-1338217692/watcher-3710025-1338217692 -o /tmp/evaluation-result-3710025-1338217692/solver-3710025-1338217692 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710025-1338217692.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: 2.06 2.02 2.00 3/194 16037
/proc/meminfo: memFree=26891780/32873660 swapFree=7120/7120
[pid=16037] ppid=16035 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16037/stat : 16037 (java) R 16035 16037 13800 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 287894965 9515008 175 33554432000 1073741824 1073778376 140733459662512 140733459645240 270330053520 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16037/statm: 2331 183 140 9 0 79 0

[startup+0.0104381 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 16037
/proc/meminfo: memFree=26891780/32873660 swapFree=7120/7120
[pid=16037] ppid=16035 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/16037/stat : 16037 (java) R 16035 16037 13800 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 287894965 23793664 714 33554432000 1073741824 1073778376 140736147665632 140736147655624 270320833417 0 0 4096 0 0 0 0 17 7 0 0 0 0 0
/proc/16037/statm: 5809 714 528 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100212 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 16037
/proc/meminfo: memFree=26891780/32873660 swapFree=7120/7120
[pid=16037] ppid=16035 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/16037/stat : 16037 (java) S 16035 16037 13800 0 -1 4202496 4282 0 1 0 8 1 0 0 20 0 18 0 287894965 9787842560 5489 33554432000 1073741824 1073778376 140736147665632 140736147656768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16037/statm: 2389610 5489 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300244 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 16037
/proc/meminfo: memFree=26891780/32873660 swapFree=7120/7120
[pid=16037] ppid=16035 vsize=9558440 CPUtime=0.54 cores=1,3,5,7
/proc/16037/stat : 16037 (java) S 16035 16037 13800 0 -1 4202496 7167 0 1 0 53 1 0 0 20 0 18 0 287894965 9787842560 11246 33554432000 1073741824 1073778376 140736147665632 140736147656768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16037/statm: 2389610 11246 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558440

[startup+0.700241 s]
/proc/loadavg: 2.06 2.02 2.00 3/194 16037
/proc/meminfo: memFree=26891780/32873660 swapFree=7120/7120
[pid=16037] ppid=16035 vsize=9625004 CPUtime=1.42 cores=1,3,5,7
/proc/16037/stat : 16037 (java) S 16035 16037 13800 0 -1 4202496 9525 0 1 0 139 3 0 0 20 0 19 0 287894965 9856004096 38812 33554432000 1073741824 1073778376 140736147665632 140736147656768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16037/statm: 2406251 38812 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 16056
/proc/meminfo: memFree=26744912/32873660 swapFree=7120/7120
[pid=16037] ppid=16035 vsize=9625004 CPUtime=2.42 cores=1,3,5,7
/proc/16037/stat : 16037 (java) S 16035 16037 13800 0 -1 4202496 9965 0 1 0 239 3 0 0 20 0 19 0 287894965 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140736147656768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16037/statm: 2406251 38817 2262 9 0 2396937 0
[pid=16037/tid=16039] ppid=16035 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 13800 0 -1 4202560 2577 0 1 0 144 2 0 0 20 0 19 0 287894966 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489692480232 140489538723740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489664932264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489663879720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489662826664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489661774120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489660722088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489659669544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489658616488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489657563944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 13800 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489045018984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 13800 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489043965304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489042912136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489041860880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 13800 0 -1 4202560 2398 0 0 0 43 0 0 0 20 0 19 0 287894971 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489040808760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 13800 0 -1 4202560 3795 0 0 0 48 0 0 0 20 0 19 0 287894971 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489039756216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489038703352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489037651016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287895025 9856004096 38817 33554432000 1073741824 1073778376 140736147665632 140489036596264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 16056
/proc/meminfo: memFree=26742264/32873660 swapFree=7120/7120
[pid=16037] ppid=16035 vsize=9625004 CPUtime=4.04 cores=1,3,5,7
/proc/16037/stat : 16037 (java) S 16035 16037 13800 0 -1 4202496 9969 0 1 0 401 3 0 0 20 0 19 0 287894965 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140736147656768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16037/statm: 2406251 39330 2262 9 0 2396937 0
[pid=16037/tid=16039] ppid=16035 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 13800 0 -1 4202560 2580 0 1 0 303 2 0 0 20 0 19 0 287894966 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489692480152 140489538442283 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489664932264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489663879720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489662826664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489661774120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489660722088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489659669544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489658616488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489657563944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 13800 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489045018984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 13800 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489043965304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489042912136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489041860880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 13800 0 -1 4202560 2398 0 0 0 43 0 0 0 20 0 19 0 287894971 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489040808760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 13800 0 -1 4202560 3795 0 0 0 51 0 0 0 20 0 19 0 287894971 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489039756216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489038703352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489037651016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287895025 9856004096 39330 33554432000 1073741824 1073778376 140736147665632 140489036596264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 16056
/proc/meminfo: memFree=26723460/32873660 swapFree=7120/7120
[pid=16037] ppid=16035 vsize=9625004 CPUtime=7.33 cores=1,3,5,7
/proc/16037/stat : 16037 (java) S 16035 16037 13800 0 -1 4202496 10166 0 1 0 729 4 0 0 20 0 19 0 287894965 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140736147656768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16037/statm: 2406251 43959 2287 9 0 2396937 0
[pid=16037/tid=16039] ppid=16035 vsize=9625004 CPUtime=6.21 cores=1,3,5,7
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 13800 0 -1 4202560 2584 0 1 0 619 2 0 0 20 0 19 0 287894966 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489692479992 140489538669866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489664932264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489663879720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489662826664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 13800 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489661774120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 13800 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489660722088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489659669544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489658616488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 13800 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287894967 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489657563944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 13800 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 287894968 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489045018984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489043965304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489042912136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489041860880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 13800 0 -1 4202560 2524 0 0 0 46 0 0 0 20 0 19 0 287894971 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489040808760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 13800 0 -1 4202560 3800 0 0 0 53 0 0 0 20 0 19 0 287894971 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489039756216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489038703352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489037651016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287895025 9856004096 43959 33554432000 1073741824 1073778376 140736147665632 140489036596264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=16037/tid=16052] ppid=16035 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 13800 0 -1 4202560 2600 0 0 0 64 0 0 0 20 0 19 0 287894971 9856004096 104278 33554432000 1073741824 1073778376 140736147665632 140489040808760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 13800 0 -1 4202560 3801 0 0 0 55 0 0 0 20 0 19 0 287894971 9856004096 104278 33554432000 1073741824 1073778376 140736147665632 140489039756216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 104278 33554432000 1073741824 1073778376 140736147665632 140489038703352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 13800 0 -1 4202560 99 0 0 0 17 23 0 0 20 0 19 0 287894971 9856004096 104278 33554432000 1073741824 1073778376 140736147665632 140489037651016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287895025 9856004096 104278 33554432000 1073741824 1073778376 140736147665632 140489036596264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.35
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16131
/proc/meminfo: memFree=26405804/32873660 swapFree=7120/7120
[pid=16037] ppid=16035 vsize=9625004 CPUtime=1786.48 cores=1,3,5,7
/proc/16037/stat : 16037 (java) S 16035 16037 13800 0 -1 4202496 11893 0 1 0 178592 56 0 0 20 0 19 0 287894965 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140736147656768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16037/statm: 2406251 104290 2288 9 0 2396937 0
[pid=16037/tid=16039] ppid=16035 vsize=9625004 CPUtime=1772.16 cores=1,3,5,7
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 13800 0 -1 4202560 2654 0 1 0 177185 31 0 0 20 0 19 0 287894966 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489692479792 140489538592001 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 13800 0 -1 4202560 239 0 0 0 51 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489664932264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 13800 0 -1 4202560 151 0 0 0 43 2 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489663879720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 13800 0 -1 4202560 83 0 0 0 49 3 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489662826664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 13800 0 -1 4202560 127 0 0 0 48 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489661774120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 13800 0 -1 4202560 283 0 0 0 52 3 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489660722088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 13800 0 -1 4202560 255 0 0 0 50 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489659669544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 13800 0 -1 4202560 76 0 0 0 52 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489658616488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 13800 0 -1 4202560 188 0 0 0 47 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489657563944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=9625004 CPUtime=4.06 cores=1,3,5,7
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 13800 0 -1 4202560 151 0 0 0 404 2 0 0 20 0 19 0 287894968 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489045018984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489043965304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489042912136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489041860880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 13800 0 -1 4202560 2600 0 0 0 64 0 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489040808760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 13800 0 -1 4202560 3801 0 0 0 55 0 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489039756216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489038703352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=9625004 CPUtime=0.42 cores=1,3,5,7
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 13800 0 -1 4202560 103 0 0 0 18 24 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489037651016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287895025 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489036596264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.48
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16131
/proc/meminfo: memFree=26405808/32873660 swapFree=7120/7120
[pid=16037] ppid=16035 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/16037/stat : 16037 (java) S 16035 16037 13800 0 -1 4202496 11893 0 1 0 179953 56 0 0 20 0 19 0 287894965 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140736147656768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16037/statm: 2406251 104290 2288 9 0 2396937 0
[pid=16037/tid=16039] ppid=16035 vsize=9625004 CPUtime=1785.73 cores=1,3,5,7
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 13800 0 -1 4202560 2654 0 1 0 178541 32 0 0 20 0 19 0 287894966 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489692479792 140489538606220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 13800 0 -1 4202560 239 0 0 0 51 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489664932264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 13800 0 -1 4202560 151 0 0 0 43 2 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489663879720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 13800 0 -1 4202560 83 0 0 0 49 3 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489662826664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 13800 0 -1 4202560 127 0 0 0 48 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489661774120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 13800 0 -1 4202560 283 0 0 0 52 3 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489660722088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 13800 0 -1 4202560 255 0 0 0 50 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489659669544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 13800 0 -1 4202560 76 0 0 0 52 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489658616488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 13800 0 -1 4202560 188 0 0 0 47 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489657563944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=9625004 CPUtime=4.06 cores=1,3,5,7
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 13800 0 -1 4202560 151 0 0 0 404 2 0 0 20 0 19 0 287894968 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489045018984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489043965304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489042912136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489041860880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 13800 0 -1 4202560 2600 0 0 0 64 0 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489040808760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 13800 0 -1 4202560 3801 0 0 0 55 0 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489039756216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489038703352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 13800 0 -1 4202560 103 0 0 0 18 25 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489037651016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287895025 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489036596264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1795.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 16131
/proc/meminfo: memFree=26405808/32873660 swapFree=7120/7120
[pid=16037] ppid=16035 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/16037/stat : 16037 (java) S 16035 16037 13800 0 -1 4202496 11893 0 1 0 179953 56 0 0 20 0 19 0 287894965 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140736147656768 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16037/statm: 2406251 104290 2288 9 0 2396937 0
[pid=16037/tid=16039] ppid=16035 vsize=9625004 CPUtime=1785.73 cores=1,3,5,7
/proc/16037/task/16039/stat : 16039 (java) R 16035 16037 13800 0 -1 4202560 2654 0 1 0 178541 32 0 0 20 0 19 0 287894966 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489692479792 140489538606220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16040] ppid=16035 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/16037/task/16040/stat : 16040 (java) S 16035 16037 13800 0 -1 4202560 239 0 0 0 51 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489664932264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16041] ppid=16035 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/16037/task/16041/stat : 16041 (java) S 16035 16037 13800 0 -1 4202560 151 0 0 0 43 2 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489663879720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16042] ppid=16035 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/16037/task/16042/stat : 16042 (java) S 16035 16037 13800 0 -1 4202560 83 0 0 0 49 3 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489662826664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16043] ppid=16035 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/16037/task/16043/stat : 16043 (java) S 16035 16037 13800 0 -1 4202560 127 0 0 0 48 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489661774120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16044] ppid=16035 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/16037/task/16044/stat : 16044 (java) S 16035 16037 13800 0 -1 4202560 283 0 0 0 52 3 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489660722088 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16045] ppid=16035 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/16037/task/16045/stat : 16045 (java) S 16035 16037 13800 0 -1 4202560 255 0 0 0 50 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489659669544 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16046] ppid=16035 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/16037/task/16046/stat : 16046 (java) S 16035 16037 13800 0 -1 4202560 76 0 0 0 52 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489658616488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16047] ppid=16035 vsize=9625004 CPUtime=0.51 cores=1,3,5,7
/proc/16037/task/16047/stat : 16047 (java) S 16035 16037 13800 0 -1 4202560 188 0 0 0 47 4 0 0 20 0 19 0 287894967 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489657563944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16037/tid=16048] ppid=16035 vsize=9625004 CPUtime=4.06 cores=1,3,5,7
/proc/16037/task/16048/stat : 16048 (java) S 16035 16037 13800 0 -1 4202560 151 0 0 0 404 2 0 0 20 0 19 0 287894968 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489045018984 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16049] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16049/stat : 16049 (java) S 16035 16037 13800 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489043965304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16050] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16050/stat : 16050 (java) S 16035 16037 13800 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287894968 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489042912136 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16051] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16051/stat : 16051 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489041860880 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16052] ppid=16035 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/16037/task/16052/stat : 16052 (java) S 16035 16037 13800 0 -1 4202560 2600 0 0 0 64 0 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489040808760 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16037/tid=16053] ppid=16035 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/16037/task/16053/stat : 16053 (java) S 16035 16037 13800 0 -1 4202560 3801 0 0 0 55 0 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489039756216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16054] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16054/stat : 16054 (java) S 16035 16037 13800 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489038703352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16037/tid=16055] ppid=16035 vsize=9625004 CPUtime=0.43 cores=1,3,5,7
/proc/16037/task/16055/stat : 16055 (java) S 16035 16037 13800 0 -1 4202560 103 0 0 0 18 25 0 0 20 0 19 0 287894971 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489037651016 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16037/tid=16056] ppid=16035 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16037/task/16056/stat : 16056 (java) S 16035 16037 13800 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287895025 9856004096 104290 33554432000 1073741824 1073778376 140736147665632 140489036596264 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16037 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=9117
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=12846
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.97
CPU time (s): 1800.09
CPU user time (s): 1799.53
CPU system time (s): 0.56
CPU usage (%): 100.23
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.01
system time used= 1.01285
maximum resident set size= 417288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11927
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39894
involuntary context switches= 32172

runsolver used 6.35003 second user time and 14.1139 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 17:08:12
IDJOB=3710025
IDBENCH=90182
IDSOLVER=2289
FILE ID=node117/3710025-1338217692
RUNJOBID= node117-1338194296-13817
PBS_JOBID= 14624597
Free space on /tmp= 70048 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K177.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710025-1338217692/watcher-3710025-1338217692 -o /tmp/evaluation-result-3710025-1338217692/solver-3710025-1338217692 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710025-1338217692.opb

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

MD5SUM BENCH= 8e674dc671e8e6c3e0a48d5fff5f7edd
RANDOM SEED=1657594470

node117.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.148
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.29
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.148
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.148
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.91
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.148
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.95
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.148
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		: 2667.148
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.148
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:       32873660 kB
MemFree:        26891936 kB
Buffers:          586392 kB
Cached:          4121144 kB
SwapCached:            0 kB
Active:          2839368 kB
Inactive:        2227796 kB
Active(anon):     343912 kB
Inactive(anon):    11352 kB
Active(file):    2495456 kB
Inactive(file):  2216444 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2376 kB
Writeback:             0 kB
AnonPages:        361792 kB
Mapped:            22564 kB
Shmem:               200 kB
Slab:             773680 kB
SReclaimable:     217496 kB
SUnreclaim:       556184 kB
KernelStack:        1608 kB
PageTables:         4944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     828372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    329728 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= 70044 MiB
End job on node117 at 2012-05-28 17:38:10