Trace number 3710019

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.01 1795.37

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K163.opb
MD5SUM5c9e224cdd9eef3594ee47236fa33798
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 variables19397
Total number of constraints19725
Number of constraints which are clauses19562
Number of constraints which are cardinality constraints (but not clauses)163
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint163
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 164
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.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.06/0.09	c version 2.3.2.v20120418
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		501472288
0.06/0.09	c Max memory 		7480803328
0.06/0.09	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3710019-1338217103.opb
0.08/0.13	c reading problem ... 
0.89/0.58	c ... done. Wall clock time 0.444s.
0.89/0.58	c declared #vars     19397
0.89/0.58	c #constraints  19725
0.89/0.58	c constraints type 
0.89/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17454
0.89/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 163
0.89/0.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.89/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2106
0.89/0.58	c 19725 constraints processed.
4.30/3.47	c cleaning 2476 clauses out of 4994 with flag 5000/5000
7.61/6.62	c cleaning 4249 clauses out of 8497 with flag 11000/11000
11.32/10.38	c cleaning 5491 clauses out of 11246 with flag 18000/18000
15.43/14.43	c cleaning 6736 clauses out of 13753 with flag 26000/26000
20.29/19.21	c cleaning 7662 clauses out of 16016 with flag 35000/35000
24.92/23.83	c cleaning 8347 clauses out of 18351 with flag 45000/45000
30.65/29.50	c cleaning 8970 clauses out of 21001 with flag 56000/56000
37.08/35.92	c cleaning 9600 clauses out of 24030 with flag 68000/68000
43.09/41.98	c cleaning 11006 clauses out of 27431 with flag 81001/81001
50.30/49.16	c cleaning 12019 clauses out of 30422 with flag 95000/95000
57.83/56.69	c cleaning 12510 clauses out of 33400 with flag 110000/110000
65.62/64.37	c cleaning 13420 clauses out of 36890 with flag 126000/126000
74.14/72.84	c cleaning 14523 clauses out of 40472 with flag 143002/143002
82.96/81.68	c cleaning 15636 clauses out of 43947 with flag 161000/161000
92.69/91.37	c cleaning 16216 clauses out of 47311 with flag 180000/180000
102.16/100.75	c cleaning 17509 clauses out of 51094 with flag 200000/200000
113.00/111.53	c cleaning 17995 clauses out of 54585 with flag 221000/221000
123.90/122.43	c cleaning 18859 clauses out of 58589 with flag 243000/243000
137.41/135.97	c cleaning 21080 clauses out of 62730 with flag 266004/266004
149.04/147.57	c cleaning 20725 clauses out of 65646 with flag 290000/290000
162.36/160.81	c cleaning 22018 clauses out of 69922 with flag 315002/315002
175.78/174.24	c cleaning 23093 clauses out of 73902 with flag 341000/341000
189.49/187.91	c cleaning 23622 clauses out of 77807 with flag 368000/368000
204.12/202.58	c cleaning 24408 clauses out of 82185 with flag 396000/396000
224.15/222.57	c cleaning 25141 clauses out of 86777 with flag 425000/425000
241.90/240.22	c cleaning 26951 clauses out of 91636 with flag 455000/455000
260.10/258.38	c cleaning 27396 clauses out of 95685 with flag 486000/486000
277.75/275.97	c cleaning 27811 clauses out of 100288 with flag 518000/518000
295.97/294.15	c cleaning 29875 clauses out of 105477 with flag 551000/551000
312.50/310.63	c cleaning 30225 clauses out of 109603 with flag 585001/585001
333.32/331.48	c cleaning 31881 clauses out of 114375 with flag 620001/620001
352.56/350.67	c cleaning 32531 clauses out of 118492 with flag 656000/656000
371.29/369.37	c cleaning 32399 clauses out of 122961 with flag 693000/693000
393.02/391.08	c cleaning 34364 clauses out of 128558 with flag 731001/731001
415.34/413.36	c cleaning 35172 clauses out of 133193 with flag 770000/770000
435.78/433.70	c cleaning 36527 clauses out of 138019 with flag 810000/810000
457.72/455.63	c cleaning 38372 clauses out of 142492 with flag 851000/851000
481.47/479.32	c cleaning 39247 clauses out of 146119 with flag 893000/893000
506.20/504.00	c cleaning 39320 clauses out of 149872 with flag 936000/936000
534.16/531.93	c cleaning 40429 clauses out of 154553 with flag 980001/980001
559.45/557.12	c cleaning 41140 clauses out of 159120 with flag 1025000/1025000
589.59/587.29	c cleaning 43363 clauses out of 163980 with flag 1071000/1071000
616.57/614.13	c cleaning 42493 clauses out of 167619 with flag 1118002/1118002
647.01/644.51	c cleaning 44456 clauses out of 173124 with flag 1166000/1166000
673.46/670.90	c cleaning 44463 clauses out of 177668 with flag 1215000/1215000
701.40/698.80	c cleaning 45489 clauses out of 183205 with flag 1265000/1265000
731.86/729.25	c cleaning 47230 clauses out of 188716 with flag 1316000/1316000
766.21/763.59	c cleaning 48133 clauses out of 193486 with flag 1368000/1368000
798.27/795.50	c cleaning 47766 clauses out of 198353 with flag 1421000/1421000
831.03/828.28	c cleaning 49624 clauses out of 204588 with flag 1475001/1475001
863.72/860.86	c cleaning 51363 clauses out of 209963 with flag 1530000/1530000
895.91/892.94	c cleaning 51547 clauses out of 214600 with flag 1586000/1586000
928.17/925.19	c cleaning 52867 clauses out of 220055 with flag 1643002/1643002
965.92/962.81	c cleaning 53740 clauses out of 225184 with flag 1701000/1701000
1002.29/999.14	c cleaning 54966 clauses out of 230445 with flag 1760001/1760001
1039.97/1036.76	c cleaning 55259 clauses out of 235477 with flag 1820000/1820000
1079.64/1076.34	c cleaning 57392 clauses out of 241219 with flag 1881001/1881001
1135.12/1131.78	c cleaning 58674 clauses out of 245826 with flag 1943000/1943000
1171.34/1167.82	c cleaning 58901 clauses out of 250154 with flag 2006002/2006002
1211.49/1207.95	c cleaning 60688 clauses out of 255252 with flag 2070001/2070001
1254.46/1250.80	c cleaning 61071 clauses out of 259561 with flag 2135000/2135000
1298.13/1294.46	c cleaning 63389 clauses out of 264491 with flag 2201001/2201001
1344.30/1340.50	c cleaning 63937 clauses out of 268098 with flag 2268000/2268000
1388.42/1384.52	c cleaning 64510 clauses out of 272166 with flag 2336005/2336005
1429.69/1425.74	c cleaning 64848 clauses out of 276651 with flag 2405000/2405000
1477.80/1473.79	c cleaning 67207 clauses out of 281805 with flag 2475002/2475002
1527.08/1522.97	c cleaning 67633 clauses out of 285596 with flag 2546000/2546000
1573.48/1569.22	c cleaning 67924 clauses out of 289963 with flag 2618000/2618000
1640.08/1635.71	c cleaning 70305 clauses out of 295039 with flag 2691000/2691000
1689.69/1685.21	c cleaning 70616 clauses out of 298734 with flag 2765000/2765000
1747.49/1742.94	c cleaning 71795 clauses out of 303115 with flag 2840000/2840000
1800.01/1795.31	c starts		: 229
1800.01/1795.31	c conflicts		: 2915952
1800.01/1795.31	c decisions		: 17084198
1800.01/1795.31	c propagations		: 2830910095
1800.01/1795.31	c inspects		: 6000480333
1800.01/1795.31	c shortcuts		: 0
1800.01/1795.31	c learnt literals	: 45
1800.01/1795.31	c learnt binary clauses	: 198136
1800.01/1795.31	c learnt ternary clauses	: 227052
1800.01/1795.31	c learnt constraints	: 2915907
1800.01/1795.31	c ignored constraints	: 0
1800.01/1795.31	c root simplifications	: 274
1800.01/1795.31	c removed literals (reason simplification)	: 42288658
1800.01/1795.31	c reason swapping (by a shorter reason)	: 0
1800.01/1795.31	c Calls to reduceDB	: 71
1800.01/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.01/1795.31	c number of learned constraints concerned by reduction	: 0
1800.01/1795.31	c number of learning phase by resolution	: 0
1800.01/1795.31	c number of learning phase by cutting planes	: 0
1800.01/1795.31	c speed (assignments/second)	: 1577362.906339795
1800.01/1795.31	c non guided choices	11638
1800.01/1795.36	c learnt constraints type 
1800.01/1795.36	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 198117
1800.01/1795.36	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 109182
1800.01/1795.36	c constraints type 
1800.01/1795.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17454
1800.01/1795.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 163
1800.01/1795.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.01/1795.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2106
1800.01/1795.36	c 19725 constraints processed.
1800.01/1795.36	s UNKNOWN
1800.01/1795.36	c Total wall clock time (in seconds): 1795.23

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-3710019-1338217103/watcher-3710019-1338217103 -o /tmp/evaluation-result-3710019-1338217103/solver-3710019-1338217103 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710019-1338217103.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/196 26307
/proc/meminfo: memFree=31015916/32873844 swapFree=7112/7112
[pid=26307] ppid=26305 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26307/stat : 26307 (java) D 26305 26307 22874 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 287835683 9515008 176 33554432000 1073741824 1073778376 140735342518480 140735342501208 273589027728 0 0 4096 0 18446744072100748580 0 0 17 2 0 0 0 0 0
/proc/26307/statm: 2323 176 133 9 0 71 0

[startup+0.0830831 s]
/proc/loadavg: 1.92 1.98 1.99 4/196 26307
/proc/meminfo: memFree=31015916/32873844 swapFree=7112/7112
[pid=26307] ppid=26305 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/26307/stat : 26307 (java) S 26305 26307 22874 0 -1 4202496 3311 0 1 0 5 1 0 0 20 0 18 0 287835683 9787842560 4519 33554432000 1073741824 1073778376 140733405590928 140733405582064 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26307/statm: 2389610 4520 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558440

[startup+0.101162 s]
/proc/loadavg: 1.92 1.98 1.99 4/196 26307
/proc/meminfo: memFree=31015916/32873844 swapFree=7112/7112
[pid=26307] ppid=26305 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/26307/stat : 26307 (java) S 26305 26307 22874 0 -1 4202496 3793 0 1 0 7 1 0 0 20 0 18 0 287835683 9787842560 5001 33554432000 1073741824 1073778376 140733405590928 140733405582064 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26307/statm: 2389610 5005 2000 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300167 s]
/proc/loadavg: 1.92 1.98 1.99 4/196 26307
/proc/meminfo: memFree=31015916/32873844 swapFree=7112/7112
[pid=26307] ppid=26305 vsize=9558440 CPUtime=0.51 cores=0,2,4,6
/proc/26307/stat : 26307 (java) S 26305 26307 22874 0 -1 4202496 6953 0 1 0 49 2 0 0 20 0 18 0 287835683 9787842560 10407 33554432000 1073741824 1073778376 140733405590928 140733405582064 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26307/statm: 2389610 10407 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.700168 s]
/proc/loadavg: 1.92 1.98 1.99 4/196 26307
/proc/meminfo: memFree=31015916/32873844 swapFree=7112/7112
[pid=26307] ppid=26305 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/26307/stat : 26307 (java) S 26305 26307 22874 0 -1 4202496 8710 0 1 0 137 5 0 0 20 0 19 0 287835683 9856004096 35908 33554432000 1073741824 1073778376 140733405590928 140733405582064 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26307/statm: 2406251 35908 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 26326
/proc/meminfo: memFree=30882980/32873844 swapFree=7112/7112
[pid=26307] ppid=26305 vsize=9625004 CPUtime=2.38 cores=0,2,4,6
/proc/26307/stat : 26307 (java) S 26305 26307 22874 0 -1 4202496 8712 0 1 0 233 5 0 0 20 0 19 0 287835683 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 140733405582064 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26307/statm: 2406251 35910 2260 9 0 2396937 0
[pid=26307/tid=26309] ppid=26305 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/26307/task/26309/stat : 26309 (java) R 26305 26307 22874 0 -1 4202560 2558 0 1 0 143 3 0 0 20 0 19 0 287835684 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139942017954040 139941863017696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26307/tid=26310] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26310/stat : 26310 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941990406824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26311] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26311/stat : 26311 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941989354280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26312] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26312/stat : 26312 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941988301736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26313] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26313/stat : 26313 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941987249192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26307/tid=26314] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26314/stat : 26314 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941986195624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26315] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26315/stat : 26315 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941985143080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26307/tid=26316] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26316/stat : 26316 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941984090536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26317] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26317/stat : 26317 (java) S 26305 26307 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941983037992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26318] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26318/stat : 26318 (java) S 26305 26307 22874 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941371685480 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26319] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26319/stat : 26319 (java) S 26305 26307 22874 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941370631800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26320] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26320/stat : 26320 (java) S 26305 26307 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941369579144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26321] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26321/stat : 26321 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941368527888 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26322] ppid=26305 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/26307/task/26322/stat : 26322 (java) S 26305 26307 22874 0 -1 4202560 2683 0 0 0 45 0 0 0 20 0 19 0 287835690 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941367474232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26323] ppid=26305 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/26307/task/26323/stat : 26323 (java) S 26305 26307 22874 0 -1 4202560 2271 0 0 0 43 0 0 0 20 0 19 0 287835690 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941366421688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26324] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26324/stat : 26324 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941365369336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26325] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26325/stat : 26325 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941364317000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26326] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26326/stat : 26326 (java) S 26305 26307 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287835743 9856004096 35910 33554432000 1073741824 1073778376 140733405590928 139941363262760 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625004

[startup+3.10069 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 26326
/proc/meminfo: memFree=30882484/32873844 swapFree=7112/7112
[pid=26307] ppid=26305 vsize=9625004 CPUtime=3.99 cores=0,2,4,6
/proc/26307/stat : 26307 (java) S 26305 26307 22874 0 -1 4202496 8718 0 1 0 394 5 0 0 20 0 19 0 287835683 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 140733405582064 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26307/statm: 2406251 36426 2263 9 0 2396937 0
[pid=26307/tid=26309] ppid=26305 vsize=9625004 CPUtime=3.05 cores=0,2,4,6
/proc/26307/task/26309/stat : 26309 (java) R 26305 26307 22874 0 -1 4202560 2560 0 1 0 302 3 0 0 20 0 19 0 287835684 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139942017954440 139941863280051 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26307/tid=26310] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26310/stat : 26310 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941990406824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26311] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26311/stat : 26311 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941989354280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26312] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26312/stat : 26312 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941988301736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26313] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26313/stat : 26313 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941987249192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26307/tid=26314] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26314/stat : 26314 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941986195624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26315] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26315/stat : 26315 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941985143080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26307/tid=26316] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26316/stat : 26316 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941984090536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26317] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26317/stat : 26317 (java) S 26305 26307 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941983037992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26318] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26318/stat : 26318 (java) S 26305 26307 22874 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941371685480 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26319] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26319/stat : 26319 (java) S 26305 26307 22874 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941370631800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26320] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26320/stat : 26320 (java) S 26305 26307 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941369579144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26321] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26321/stat : 26321 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941368527888 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26322] ppid=26305 vsize=9625004 CPUtime=0.45 cores=0,2,4,6
/proc/26307/task/26322/stat : 26322 (java) S 26305 26307 22874 0 -1 4202560 2686 0 0 0 45 0 0 0 20 0 19 0 287835690 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941367474232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26323] ppid=26305 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/26307/task/26323/stat : 26323 (java) S 26305 26307 22874 0 -1 4202560 2271 0 0 0 43 0 0 0 20 0 19 0 287835690 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941366421688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26324] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26324/stat : 26324 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941365369336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26325] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26325/stat : 26325 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941364317000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26326] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26326/stat : 26326 (java) S 26305 26307 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287835743 9856004096 36426 33554432000 1073741824 1073778376 140733405590928 139941363262760 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9625004

[startup+6.30074 s]
/proc/loadavg: 1.93 1.98 1.99 3/215 26326
/proc/meminfo: memFree=30861260/32873844 swapFree=7112/7112
[pid=26307] ppid=26305 vsize=9625004 CPUtime=7.3 cores=0,2,4,6
/proc/26307/stat : 26307 (java) S 26305 26307 22874 0 -1 4202496 8884 0 1 0 725 5 0 0 20 0 19 0 287835683 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 140733405582064 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26307/statm: 2406251 40959 2290 9 0 2396937 0
[pid=26307/tid=26309] ppid=26305 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/26307/task/26309/stat : 26309 (java) R 26305 26307 22874 0 -1 4202560 2564 0 1 0 618 3 0 0 20 0 19 0 287835684 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139942017954296 139941863258724 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26307/tid=26310] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26310/stat : 26310 (java) S 26305 26307 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941990406824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26311] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26311/stat : 26311 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941989354280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26312] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26312/stat : 26312 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941988301736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26313] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26313/stat : 26313 (java) S 26305 26307 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941987249192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26307/tid=26314] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26314/stat : 26314 (java) S 26305 26307 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941986195624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26307/tid=26315] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26315/stat : 26315 (java) S 26305 26307 22874 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941985143080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26316] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26316/stat : 26316 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941984090536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26317] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26317/stat : 26317 (java) S 26305 26307 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287835685 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941983037992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26318] ppid=26305 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/26307/task/26318/stat : 26318 (java) S 26305 26307 22874 0 -1 4202560 35 0 0 0 1 0 0 0 20 0 19 0 287835687 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941371685480 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26319] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26319/stat : 26319 (java) S 26305 26307 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941370631800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26320] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26320/stat : 26320 (java) S 26305 26307 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941369579144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26321] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26321/stat : 26321 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941368527888 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26322] ppid=26305 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/26307/task/26322/stat : 26322 (java) S 26305 26307 22874 0 -1 4202560 2781 0 0 0 52 0 0 0 20 0 19 0 287835690 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941367474232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26323] ppid=26305 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/26307/task/26323/stat : 26323 (java) S 26305 26307 22874 0 -1 4202560 2277 0 0 0 46 0 0 0 20 0 19 0 287835690 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941366421688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26324] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26324/stat : 26324 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941365369336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26325] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26325/stat : 26325 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941364317000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26326] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26326/stat : 26326 (java) S 26305 26307 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287835743 9856004096 40959 33554432000 1073741824 1073778376 140733405590928 139941363262760 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=26307/tid=26322] ppid=26305 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/26307/task/26322/stat : 26322 (java) S 26305 26307 22874 0 -1 4202560 2801 0 0 0 58 0 0 0 20 0 19 0 287835690 9856004096 81793 33554432000 1073741824 1073778376 140733405590928 139941367474232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26323] ppid=26305 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/26307/task/26323/stat : 26323 (java) S 26305 26307 22874 0 -1 4202560 2908 0 0 0 58 0 0 0 20 0 19 0 287835690 9856004096 81793 33554432000 1073741824 1073778376 140733405590928 139941366421688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26324] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26324/stat : 26324 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 81793 33554432000 1073741824 1073778376 140733405590928 139941365369336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26325] ppid=26305 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/26307/task/26325/stat : 26325 (java) S 26305 26307 22874 0 -1 4202560 99 0 0 0 27 23 0 0 20 0 19 0 287835690 9856004096 81793 33554432000 1073741824 1073778376 140733405590928 139941364317000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26326] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26326/stat : 26326 (java) S 26305 26307 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287835743 9856004096 81793 33554432000 1073741824 1073778376 140733405590928 139941363262760 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.88
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 26423
/proc/meminfo: memFree=30634716/32873844 swapFree=7112/7112
[pid=26307] ppid=26305 vsize=9625004 CPUtime=1787 cores=0,2,4,6
/proc/26307/stat : 26307 (java) S 26305 26307 22874 0 -1 4202496 10957 0 1 0 178649 51 0 0 20 0 19 0 287835683 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 140733405582064 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26307/statm: 2406251 89988 2291 9 0 2396937 0
[pid=26307/tid=26309] ppid=26305 vsize=9625004 CPUtime=1772.35 cores=0,2,4,6
/proc/26307/task/26309/stat : 26309 (java) R 26305 26307 22874 0 -1 4202560 2639 0 1 0 177206 29 0 0 20 0 19 0 287835684 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139942017954096 139941863172184 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26310] ppid=26305 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/26307/task/26310/stat : 26310 (java) S 26305 26307 22874 0 -1 4202560 234 0 0 0 47 4 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941990406824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26311] ppid=26305 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/26307/task/26311/stat : 26311 (java) S 26305 26307 22874 0 -1 4202560 61 0 0 0 48 2 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941989354280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26312] ppid=26305 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/26307/task/26312/stat : 26312 (java) S 26305 26307 22874 0 -1 4202560 153 0 0 0 56 4 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941988301736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26313] ppid=26305 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/26307/task/26313/stat : 26313 (java) S 26305 26307 22874 0 -1 4202560 164 0 0 0 56 4 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941987249192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26314] ppid=26305 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/26307/task/26314/stat : 26314 (java) S 26305 26307 22874 0 -1 4202560 238 0 0 0 55 3 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941986195624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26307/tid=26315] ppid=26305 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/26307/task/26315/stat : 26315 (java) S 26305 26307 22874 0 -1 4202560 67 0 0 0 60 3 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941985143080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26316] ppid=26305 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/26307/task/26316/stat : 26316 (java) S 26305 26307 22874 0 -1 4202560 165 0 0 0 54 2 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941984090536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26317] ppid=26305 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26307/task/26317/stat : 26317 (java) S 26305 26307 22874 0 -1 4202560 71 0 0 0 51 2 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941983037992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26318] ppid=26305 vsize=9625004 CPUtime=4.08 cores=0,2,4,6
/proc/26307/task/26318/stat : 26318 (java) S 26305 26307 22874 0 -1 4202560 167 0 0 0 407 1 0 0 20 0 19 0 287835687 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941371685480 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26319] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26319/stat : 26319 (java) S 26305 26307 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941370631800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26320] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26320/stat : 26320 (java) S 26305 26307 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941369579144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26321] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26321/stat : 26321 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941368527888 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26322] ppid=26305 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/26307/task/26322/stat : 26322 (java) S 26305 26307 22874 0 -1 4202560 2801 0 0 0 58 0 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941367474232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26323] ppid=26305 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/26307/task/26323/stat : 26323 (java) S 26305 26307 22874 0 -1 4202560 2908 0 0 0 58 0 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941366421688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26324] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26324/stat : 26324 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941365369336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26325] ppid=26305 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26307/task/26325/stat : 26325 (java) S 26305 26307 22874 0 -1 4202560 103 0 0 0 29 24 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941364317000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26326] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26326/stat : 26326 (java) S 26305 26307 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287835743 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941363262760 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 26423
/proc/meminfo: memFree=30634716/32873844 swapFree=7112/7112
[pid=26307] ppid=26305 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/26307/stat : 26307 (java) S 26305 26307 22874 0 -1 4202496 10957 0 1 0 179950 51 0 0 20 0 19 0 287835683 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 140733405582064 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26307/statm: 2406251 89988 2291 9 0 2396937 0
[pid=26307/tid=26309] ppid=26305 vsize=9625004 CPUtime=1785.32 cores=0,2,4,6
/proc/26307/task/26309/stat : 26309 (java) R 26305 26307 22874 0 -1 4202560 2639 0 1 0 178502 30 0 0 20 0 19 0 287835684 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139942017954096 139941863172636 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26310] ppid=26305 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/26307/task/26310/stat : 26310 (java) S 26305 26307 22874 0 -1 4202560 234 0 0 0 47 4 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941990406824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26311] ppid=26305 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/26307/task/26311/stat : 26311 (java) S 26305 26307 22874 0 -1 4202560 61 0 0 0 48 2 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941989354280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26312] ppid=26305 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/26307/task/26312/stat : 26312 (java) S 26305 26307 22874 0 -1 4202560 153 0 0 0 56 4 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941988301736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26313] ppid=26305 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/26307/task/26313/stat : 26313 (java) S 26305 26307 22874 0 -1 4202560 164 0 0 0 56 4 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941987249192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26314] ppid=26305 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/26307/task/26314/stat : 26314 (java) S 26305 26307 22874 0 -1 4202560 238 0 0 0 55 3 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941986195624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26307/tid=26315] ppid=26305 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/26307/task/26315/stat : 26315 (java) S 26305 26307 22874 0 -1 4202560 67 0 0 0 60 3 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941985143080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26316] ppid=26305 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/26307/task/26316/stat : 26316 (java) S 26305 26307 22874 0 -1 4202560 165 0 0 0 54 2 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941984090536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26317] ppid=26305 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26307/task/26317/stat : 26317 (java) S 26305 26307 22874 0 -1 4202560 71 0 0 0 51 2 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941983037992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26318] ppid=26305 vsize=9625004 CPUtime=4.08 cores=0,2,4,6
/proc/26307/task/26318/stat : 26318 (java) S 26305 26307 22874 0 -1 4202560 167 0 0 0 407 1 0 0 20 0 19 0 287835687 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941371685480 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26319] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26319/stat : 26319 (java) S 26305 26307 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941370631800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26320] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26320/stat : 26320 (java) S 26305 26307 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941369579144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26321] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26321/stat : 26321 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941368527888 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26322] ppid=26305 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/26307/task/26322/stat : 26322 (java) S 26305 26307 22874 0 -1 4202560 2801 0 0 0 58 0 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941367474232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26323] ppid=26305 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/26307/task/26323/stat : 26323 (java) S 26305 26307 22874 0 -1 4202560 2908 0 0 0 58 0 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941366421688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26324] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26324/stat : 26324 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941365369336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26325] ppid=26305 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26307/task/26325/stat : 26325 (java) S 26305 26307 22874 0 -1 4202560 103 0 0 0 29 24 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941364317000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26326] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26326/stat : 26326 (java) S 26305 26307 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287835743 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941363262760 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 26423
/proc/meminfo: memFree=30634716/32873844 swapFree=7112/7112
[pid=26307] ppid=26305 vsize=9625004 CPUtime=1800.01 cores=0,2,4,6
/proc/26307/stat : 26307 (java) S 26305 26307 22874 0 -1 4202496 10957 0 1 0 179950 51 0 0 20 0 19 0 287835683 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 140733405582064 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26307/statm: 2406251 89988 2291 9 0 2396937 0
[pid=26307/tid=26309] ppid=26305 vsize=9625004 CPUtime=1785.32 cores=0,2,4,6
/proc/26307/task/26309/stat : 26309 (java) R 26305 26307 22874 0 -1 4202560 2639 0 1 0 178502 30 0 0 20 0 19 0 287835684 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139942017954096 139941863172636 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26310] ppid=26305 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/26307/task/26310/stat : 26310 (java) S 26305 26307 22874 0 -1 4202560 234 0 0 0 47 4 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941990406824 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26311] ppid=26305 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/26307/task/26311/stat : 26311 (java) S 26305 26307 22874 0 -1 4202560 61 0 0 0 48 2 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941989354280 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26312] ppid=26305 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/26307/task/26312/stat : 26312 (java) S 26305 26307 22874 0 -1 4202560 153 0 0 0 56 4 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941988301736 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26313] ppid=26305 vsize=9625004 CPUtime=0.6 cores=0,2,4,6
/proc/26307/task/26313/stat : 26313 (java) S 26305 26307 22874 0 -1 4202560 164 0 0 0 56 4 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941987249192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26314] ppid=26305 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/26307/task/26314/stat : 26314 (java) S 26305 26307 22874 0 -1 4202560 238 0 0 0 55 3 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941986195624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26307/tid=26315] ppid=26305 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/26307/task/26315/stat : 26315 (java) S 26305 26307 22874 0 -1 4202560 67 0 0 0 60 3 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941985143080 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26316] ppid=26305 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/26307/task/26316/stat : 26316 (java) S 26305 26307 22874 0 -1 4202560 165 0 0 0 54 2 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941984090536 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26317] ppid=26305 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26307/task/26317/stat : 26317 (java) S 26305 26307 22874 0 -1 4202560 71 0 0 0 51 2 0 0 20 0 19 0 287835685 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941983037992 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26318] ppid=26305 vsize=9625004 CPUtime=4.08 cores=0,2,4,6
/proc/26307/task/26318/stat : 26318 (java) S 26305 26307 22874 0 -1 4202560 167 0 0 0 407 1 0 0 20 0 19 0 287835687 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941371685480 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26319] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26319/stat : 26319 (java) S 26305 26307 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941370631800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26320] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26320/stat : 26320 (java) S 26305 26307 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287835687 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941369579144 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26321] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26321/stat : 26321 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941368527888 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26307/tid=26322] ppid=26305 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/26307/task/26322/stat : 26322 (java) S 26305 26307 22874 0 -1 4202560 2801 0 0 0 58 0 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941367474232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26323] ppid=26305 vsize=9625004 CPUtime=0.58 cores=0,2,4,6
/proc/26307/task/26323/stat : 26323 (java) S 26305 26307 22874 0 -1 4202560 2908 0 0 0 58 0 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941366421688 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26324] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26324/stat : 26324 (java) S 26305 26307 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941365369336 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26307/tid=26325] ppid=26305 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26307/task/26325/stat : 26325 (java) S 26305 26307 22874 0 -1 4202560 103 0 0 0 29 24 0 0 20 0 19 0 287835690 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941364317000 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26307/tid=26326] ppid=26305 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26307/task/26326/stat : 26326 (java) S 26305 26307 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287835743 9856004096 89988 33554432000 1073741824 1073778376 140733405590928 139941363262760 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1795.37
CPU time (s): 1800.01
CPU user time (s): 1799.5
CPU system time (s): 0.51
CPU usage (%): 100.258
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.09
system time used= 0.932858
maximum resident set size= 360076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10991
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= 39920
involuntary context switches= 9952

runsolver used 6.05008 second user time and 14.6348 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-28 16:58:24
IDJOB=3710019
IDBENCH=90172
IDSOLVER=2289
FILE ID=node132/3710019-1338217103
RUNJOBID= node132-1338207301-25484
PBS_JOBID= 14624592
Free space on /tmp= 71636 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K163.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-3710019-1338217103/watcher-3710019-1338217103 -o /tmp/evaluation-result-3710019-1338217103/solver-3710019-1338217103 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710019-1338217103.opb

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

MD5SUM BENCH= 5c9e224cdd9eef3594ee47236fa33798
RANDOM SEED=749430076

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31022472 kB
Buffers:          472236 kB
Cached:           217108 kB
SwapCached:         2284 kB
Active:           767996 kB
Inactive:         183552 kB
Active(anon):     254500 kB
Inactive(anon):     8148 kB
Active(file):     513496 kB
Inactive(file):   175404 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103740 kB
Dirty:              2032 kB
Writeback:             8 kB
AnonPages:        273396 kB
Mapped:            19220 kB
Shmem:                 8 kB
Slab:             751184 kB
SReclaimable:     192608 kB
SUnreclaim:       558576 kB
KernelStack:        1624 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71632 MiB
End job on node132 at 2012-05-28 17:28:21