Trace number 3710006

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 1794.38

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K129.opb
MD5SUM1a22ba01765c232fe0c8623cfb5d750f
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 variables15351
Total number of constraints15611
Number of constraints which are clauses15482
Number of constraints which are cardinality constraints (but not clauses)129
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint129
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 130
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.10	c version 2.3.2.v20120418
0.02/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.10	c java.vm.version	19.1-b02
0.02/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/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-3710006-1338216263.opb
0.08/0.13	c reading problem ... 
0.93/0.52	c ... done. Wall clock time 0.389s.
0.93/0.52	c declared #vars     15351
0.93/0.52	c #constraints  15611
0.93/0.52	c constraints type 
0.93/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13816
0.93/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 129
0.93/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.93/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1664
0.93/0.52	c 15611 constraints processed.
3.44/2.50	c cleaning 2465 clauses out of 4974 with flag 5000/5000
5.53/4.50	c cleaning 4125 clauses out of 8491 with flag 11001/11001
7.73/6.80	c cleaning 5495 clauses out of 11354 with flag 18000/18000
10.24/9.27	c cleaning 6720 clauses out of 13852 with flag 26000/26000
13.00/11.92	c cleaning 7838 clauses out of 16126 with flag 35000/35000
16.02/14.96	c cleaning 9068 clauses out of 18282 with flag 45000/45000
19.53/18.40	c cleaning 9832 clauses out of 20210 with flag 56000/56000
23.36/22.28	c cleaning 9816 clauses out of 22377 with flag 68000/68000
27.77/26.67	c cleaning 11190 clauses out of 25557 with flag 81000/81000
32.29/31.10	c cleaning 12232 clauses out of 28364 with flag 95000/95000
37.52/36.38	c cleaning 13126 clauses out of 31128 with flag 110001/110001
42.62/41.43	c cleaning 13839 clauses out of 33993 with flag 126001/126001
49.04/47.88	c cleaning 15102 clauses out of 37151 with flag 143000/143000
54.86/53.67	c cleaning 15718 clauses out of 40046 with flag 161000/161000
61.59/60.35	c cleaning 16653 clauses out of 43327 with flag 180000/180000
68.52/67.29	c cleaning 17823 clauses out of 46674 with flag 200002/200002
75.20/73.85	c cleaning 18979 clauses out of 49848 with flag 221000/221000
83.13/81.71	c cleaning 19723 clauses out of 52871 with flag 243003/243003
90.96/89.58	c cleaning 20507 clauses out of 56137 with flag 266000/266000
100.39/98.98	c cleaning 21777 clauses out of 59629 with flag 290001/290001
111.99/110.46	c cleaning 22511 clauses out of 62850 with flag 315000/315000
122.35/120.74	c cleaning 23267 clauses out of 66339 with flag 341002/341002
141.49/139.82	c cleaning 24468 clauses out of 70070 with flag 368000/368000
153.08/151.33	c cleaning 24921 clauses out of 73596 with flag 396000/396000
164.23/162.45	c cleaning 25936 clauses out of 77670 with flag 425001/425001
175.04/173.27	c cleaning 26894 clauses out of 81732 with flag 455000/455000
189.26/187.45	c cleaning 27936 clauses out of 85840 with flag 486002/486002
202.31/200.41	c cleaning 28700 clauses out of 89904 with flag 518002/518002
215.26/213.31	c cleaning 30124 clauses out of 94202 with flag 551002/551002
230.72/228.79	c cleaning 31529 clauses out of 98077 with flag 585001/585001
243.87/241.87	c cleaning 31650 clauses out of 101543 with flag 620000/620000
259.81/257.77	c cleaning 33483 clauses out of 105893 with flag 656000/656000
275.06/272.91	c cleaning 33699 clauses out of 109409 with flag 693000/693000
294.69/292.58	c cleaning 36085 clauses out of 113711 with flag 731002/731002
310.89/308.62	c cleaning 36051 clauses out of 116624 with flag 770000/770000
329.13/326.82	c cleaning 36627 clauses out of 120572 with flag 810000/810000
347.30/344.94	c cleaning 38222 clauses out of 124947 with flag 851002/851002
367.96/365.52	c cleaning 38906 clauses out of 128725 with flag 893002/893002
386.51/384.06	c cleaning 39628 clauses out of 132815 with flag 936000/936000
406.85/404.38	c cleaning 41193 clauses out of 137184 with flag 980000/980000
428.80/426.21	c cleaning 41942 clauses out of 140991 with flag 1025000/1025000
449.66/447.04	c cleaning 42937 clauses out of 145043 with flag 1071000/1071000
476.05/473.38	c cleaning 45116 clauses out of 149106 with flag 1118000/1118000
500.63/497.84	c cleaning 46125 clauses out of 151992 with flag 1166002/1166002
522.78/519.92	c cleaning 45796 clauses out of 154862 with flag 1215001/1215001
549.03/546.14	c cleaning 47158 clauses out of 159060 with flag 1265000/1265000
576.29/573.39	c cleaning 47805 clauses out of 162901 with flag 1316000/1316000
601.04/598.08	c cleaning 49504 clauses out of 167097 with flag 1368001/1368001
627.19/624.16	c cleaning 49985 clauses out of 170591 with flag 1421000/1421000
656.15/653.05	c cleaning 51147 clauses out of 174606 with flag 1475000/1475000
689.74/686.59	c cleaning 53126 clauses out of 178458 with flag 1530006/1530006
724.91/721.64	c cleaning 54791 clauses out of 181326 with flag 1586000/1586000
763.22/759.82	c cleaning 54878 clauses out of 183535 with flag 1643000/1643000
806.50/803.02	c cleaning 55669 clauses out of 186658 with flag 1701001/1701001
837.31/833.77	c cleaning 55726 clauses out of 189986 with flag 1760000/1760000
883.05/879.40	c cleaning 57669 clauses out of 194262 with flag 1820002/1820002
921.85/918.14	c cleaning 58934 clauses out of 197595 with flag 1881004/1881004
953.59/949.77	c cleaning 59122 clauses out of 200657 with flag 1943000/1943000
992.56/988.64	c cleaning 59384 clauses out of 204535 with flag 2006000/2006000
1025.65/1021.66	c cleaning 61261 clauses out of 209149 with flag 2070000/2070000
1065.82/1061.72	c cleaning 62713 clauses out of 212889 with flag 2135004/2135004
1099.02/1094.87	c cleaning 63033 clauses out of 216170 with flag 2201000/2201000
1146.36/1142.12	c cleaning 64419 clauses out of 220141 with flag 2268004/2268004
1182.77/1178.43	c cleaning 65380 clauses out of 223719 with flag 2336001/2336001
1236.15/1231.76	c cleaning 67112 clauses out of 227338 with flag 2405000/2405000
1281.28/1276.78	c cleaning 67157 clauses out of 230228 with flag 2475002/2475002
1344.10/1339.23	c cleaning 68457 clauses out of 234069 with flag 2546000/2546000
1385.69/1380.79	c cleaning 68911 clauses out of 237612 with flag 2618000/2618000
1432.99/1427.96	c cleaning 70185 clauses out of 241701 with flag 2691000/2691000
1477.97/1472.84	c cleaning 72170 clauses out of 245518 with flag 2765002/2765002
1534.07/1528.84	c cleaning 72128 clauses out of 248346 with flag 2840000/2840000
1587.07/1581.75	c cleaning 73980 clauses out of 252217 with flag 2916000/2916000
1644.78/1639.39	c cleaning 74736 clauses out of 255236 with flag 2993000/2993000
1705.17/1699.67	c cleaning 75427 clauses out of 258496 with flag 3071000/3071000
1757.06/1751.49	c cleaning 77159 clauses out of 262069 with flag 3150000/3150000
1800.09/1794.31	c starts		: 229
1800.09/1794.31	c conflicts		: 3212237
1800.09/1794.31	c decisions		: 13505618
1800.09/1794.31	c propagations		: 2484850364
1800.09/1794.31	c inspects		: 6696516267
1800.09/1794.31	c shortcuts		: 0
1800.09/1794.31	c learnt literals	: 98
1800.09/1794.31	c learnt binary clauses	: 151417
1800.09/1794.31	c learnt ternary clauses	: 187885
1800.09/1794.31	c learnt constraints	: 3212139
1800.09/1794.31	c ignored constraints	: 0
1800.09/1794.31	c root simplifications	: 327
1800.09/1794.31	c removed literals (reason simplification)	: 85681060
1800.09/1794.31	c reason swapping (by a shorter reason)	: 0
1800.09/1794.31	c Calls to reduceDB	: 75
1800.09/1794.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.31	c number of learned constraints concerned by reduction	: 0
1800.09/1794.31	c number of learning phase by resolution	: 0
1800.09/1794.31	c number of learning phase by cutting planes	: 0
1800.09/1794.31	c speed (assignments/second)	: 1385270.9189888306
1800.09/1794.31	c non guided choices	2639
1800.09/1794.37	c learnt constraints type 
1800.09/1794.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 151377
1800.09/1794.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95802
1800.09/1794.37	c constraints type 
1800.09/1794.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13816
1800.09/1794.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 129
1800.09/1794.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1794.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1664
1800.09/1794.37	c 15611 constraints processed.
1800.09/1794.37	s UNKNOWN
1800.09/1794.37	c Total wall clock time (in seconds): 1794.232

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 26241
/proc/meminfo: memFree=30982456/32873844 swapFree=7112/7112
[pid=26241] ppid=26239 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26241/stat : 26241 (java) D 26239 26241 22874 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 287751649 9515008 183 33554432000 1073741824 1073778376 140736726586000 140736726577032 273589026485 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/26241/statm: 2323 183 140 9 0 71 0

[startup+0.038934 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 26241
/proc/meminfo: memFree=30982456/32873844 swapFree=7112/7112
[pid=26241] ppid=26239 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/26241/stat : 26241 (java) S 26239 26241 22874 0 -1 4202496 2940 0 1 0 1 1 0 0 20 0 11 0 287751649 9310650368 3128 33554432000 1073741824 1073778376 140734104858352 140734104849488 273592385597 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26241/statm: 2273108 3129 1629 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.100317 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 26241
/proc/meminfo: memFree=30982456/32873844 swapFree=7112/7112
[pid=26241] ppid=26239 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/26241/stat : 26241 (java) S 26239 26241 22874 0 -1 4202496 3734 0 1 0 7 1 0 0 20 0 18 0 287751649 9787842560 4431 33554432000 1073741824 1073778376 140734104858352 140734104849488 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26241/statm: 2389610 4432 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300272 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 26241
/proc/meminfo: memFree=30982456/32873844 swapFree=7112/7112
[pid=26241] ppid=26239 vsize=9558440 CPUtime=0.52 cores=1,3,5,7
/proc/26241/stat : 26241 (java) S 26239 26241 22874 0 -1 4202496 7381 0 1 0 50 2 0 0 20 0 18 0 287751649 9787842560 9517 33554432000 1073741824 1073778376 140734104858352 140734104849488 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26241/statm: 2389610 9517 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558440

[startup+0.700291 s]
/proc/loadavg: 1.92 1.98 1.99 3/196 26241
/proc/meminfo: memFree=30982456/32873844 swapFree=7112/7112
[pid=26241] ppid=26239 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/26241/stat : 26241 (java) S 26239 26241 22874 0 -1 4202496 8365 0 1 0 141 4 0 0 20 0 19 0 287751649 9856004096 28400 33554432000 1073741824 1073778376 140734104858352 140734104849488 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26241/statm: 2406251 28400 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9625004

[startup+1.50073 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 26260
/proc/meminfo: memFree=30878004/32873844 swapFree=7112/7112
[pid=26241] ppid=26239 vsize=9625004 CPUtime=2.41 cores=1,3,5,7
/proc/26241/stat : 26241 (java) S 26239 26241 22874 0 -1 4202496 8394 0 1 0 237 4 0 0 20 0 19 0 287751649 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 140734104849488 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26241/statm: 2406251 28429 2262 9 0 2396937 0
[pid=26241/tid=26243] ppid=26239 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 22874 0 -1 4202560 2601 0 1 0 143 3 0 0 20 0 19 0 287751650 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692869247496 139692809651709 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26244] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692807977896 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26245] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692806925352 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26246] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692805872296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26247] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692709985064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692708932008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692707879464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692706826408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26251] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692705773864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26252] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 22874 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287751652 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692693363560 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 22874 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287751653 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692692309880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26254] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287751653 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692691256712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26255] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26255/stat : 26255 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692690205456 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26256] ppid=26239 vsize=9625004 CPUtime=0.45 cores=1,3,5,7
/proc/26241/task/26256/stat : 26256 (java) S 26239 26241 22874 0 -1 4202560 1976 0 0 0 45 0 0 0 20 0 19 0 287751656 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692689152312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26257] ppid=26239 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/26241/task/26257/stat : 26257 (java) S 26239 26241 22874 0 -1 4202560 2617 0 0 0 46 0 0 0 20 0 19 0 287751656 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692688099768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26258] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26258/stat : 26258 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692687046904 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26259] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26259/stat : 26259 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692685994568 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26260] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26260/stat : 26260 (java) S 26239 26241 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287751704 9856004096 28429 33554432000 1073741824 1073778376 140734104858352 139692684940840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 1.92 1.98 1.99 3/215 26260
/proc/meminfo: memFree=30875204/32873844 swapFree=7112/7112
[pid=26241] ppid=26239 vsize=9625004 CPUtime=4.1 cores=1,3,5,7
/proc/26241/stat : 26241 (java) S 26239 26241 22874 0 -1 4202496 8459 0 1 0 405 5 0 0 20 0 19 0 287751649 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 140734104849488 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26241/statm: 2406251 32576 2287 9 0 2396937 0
[pid=26241/tid=26243] ppid=26239 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 22874 0 -1 4202560 2605 0 1 0 298 3 0 0 20 0 19 0 287751650 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692869247240 139692809757250 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26244] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692807977896 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26245] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692806925352 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26246] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692805872296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26247] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692709985064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692708932008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692707879464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692706826408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26251] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692705773864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26252] ppid=26239 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 22874 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 287751652 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692693363560 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287751653 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692692309880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26254] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287751653 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692691256712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26255] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26255/stat : 26255 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692690205456 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26256] ppid=26239 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/26241/task/26256/stat : 26256 (java) S 26239 26241 22874 0 -1 4202560 1984 0 0 0 49 0 0 0 20 0 19 0 287751656 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692689152312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26257] ppid=26239 vsize=9625004 CPUtime=0.48 cores=1,3,5,7
/proc/26241/task/26257/stat : 26257 (java) S 26239 26241 22874 0 -1 4202560 2622 0 0 0 48 0 0 0 20 0 19 0 287751656 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692688099768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26258] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26258/stat : 26258 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692687046904 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26259] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26259/stat : 26259 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692685994568 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26260] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26260/stat : 26260 (java) S 26239 26241 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287751704 9856004096 32576 33554432000 1073741824 1073778376 140734104858352 139692684940840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 1.93 1.98 1.99 3/215 26260
/proc/meminfo: memFree=30856276/32873844 swapFree=7112/7112
[pid=26241] ppid=26239 vsize=9625004 CPUtime=7.33 cores=1,3,5,7
/proc/26241/stat : 26241 (java) S 26239 26241 22874 0 -1 4202496 8477 0 1 0 728 5 0 0 20 0 19 0 287751649 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 140734104849488 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26241/statm: 2406251 33402 2287 9 0 2396937 0
[pid=26241/tid=26243] ppid=26239 vsize=9625004 CPUtime=6.17 cores=1,3,5,7
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 22874 0 -1 4202560 2608 0 1 0 614 3 0 0 20 0 19 0 287751650 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692869247400 139692809205728 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26244] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692807977896 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26245] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 22874 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692806925352 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26246] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692805872296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26247] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 22874 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692709985064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692708932008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692707879464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692706826408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26251] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287751651 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692705773864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26252] ppid=26239 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 22874 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 287751652 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692693363560 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287751653 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692692309880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26254] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287751653 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692691256712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26255] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26255/stat : 26255 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692690205456 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26256] ppid=26239 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/26241/task/26256/stat : 26256 (java) S 26239 26241 22874 0 -1 4202560 1986 0 0 0 50 0 0 0 20 0 19 0 287751656 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692689152312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26257] ppid=26239 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/26241/task/26257/stat : 26257 (java) S 26239 26241 22874 0 -1 4202560 2626 0 0 0 49 0 0 0 20 0 19 0 287751656 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692688099768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26258] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26258/stat : 26258 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692687046904 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26259] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26259/stat : 26259 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692685994568 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26260] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26260/stat : 26260 (java) S 26239 26241 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287751704 9856004096 33402 33554432000 1073741824 1073778376 140734104858352 139692684940840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=26241/tid=26256] ppid=26239 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/26241/task/26256/stat : 26256 (java) S 26239 26241 22874 0 -1 4202560 2857 0 0 0 62 0 0 0 20 0 19 0 287751656 9856004096 100062 33554432000 1073741824 1073778376 140734104858352 139692689152312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26257] ppid=26239 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/26241/task/26257/stat : 26257 (java) S 26239 26241 22874 0 -1 4202560 3250 0 0 0 55 0 0 0 20 0 19 0 287751656 9856004096 100062 33554432000 1073741824 1073778376 140734104858352 139692688099768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26258] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26258/stat : 26258 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 100062 33554432000 1073741824 1073778376 140734104858352 139692687046904 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26259] ppid=26239 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/26241/task/26259/stat : 26259 (java) S 26239 26241 22874 0 -1 4202560 99 0 0 0 31 26 0 0 20 0 19 0 287751656 9856004096 100062 33554432000 1073741824 1073778376 140734104858352 139692685994568 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26260] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26260/stat : 26260 (java) S 26239 26241 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287751704 9856004096 100062 33554432000 1073741824 1073778376 140734104858352 139692684940840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.96
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/215 26358
/proc/meminfo: memFree=30611188/32873844 swapFree=7112/7112
[pid=26241] ppid=26239 vsize=9625004 CPUtime=1788.08 cores=1,3,5,7
/proc/26241/stat : 26241 (java) S 26239 26241 22874 0 -1 4202496 11457 0 1 0 178736 72 0 0 20 0 19 0 287751649 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 140734104849488 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26241/statm: 2406251 100066 2288 9 0 2396937 0
[pid=26241/tid=26243] ppid=26239 vsize=9625004 CPUtime=1771.15 cores=1,3,5,7
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 22874 0 -1 4202560 2698 0 1 0 177083 32 0 0 20 0 19 0 287751650 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692869247280 139692809645568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26244] ppid=26239 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 22874 0 -1 4202560 240 0 0 0 70 4 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692807977896 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26245] ppid=26239 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 22874 0 -1 4202560 92 0 0 0 81 5 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692806925352 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26246] ppid=26239 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 22874 0 -1 4202560 164 0 0 0 61 4 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692805872296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26247] ppid=26239 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 22874 0 -1 4202560 102 0 0 0 66 5 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692709985064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 22874 0 -1 4202560 249 0 0 0 74 4 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692708932008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 22874 0 -1 4202560 203 0 0 0 79 6 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692707879464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 22874 0 -1 4202560 77 0 0 0 66 4 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692706826408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26251] ppid=26239 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 22874 0 -1 4202560 80 0 0 0 66 5 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692705773864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26252] ppid=26239 vsize=9625004 CPUtime=4.71 cores=1,3,5,7
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 22874 0 -1 4202560 156 0 0 0 469 2 0 0 20 0 19 0 287751652 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692693363560 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287751653 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692692309880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26254] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287751653 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692691256712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26255] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26255/stat : 26255 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692690205456 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26256] ppid=26239 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/26241/task/26256/stat : 26256 (java) S 26239 26241 22874 0 -1 4202560 2857 0 0 0 62 0 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692689152312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26257] ppid=26239 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/26241/task/26257/stat : 26257 (java) S 26239 26241 22874 0 -1 4202560 3250 0 0 0 55 0 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692688099768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26258] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26258/stat : 26258 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692687046904 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26259] ppid=26239 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/26241/task/26259/stat : 26259 (java) S 26239 26241 22874 0 -1 4202560 103 0 0 0 32 27 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692685994568 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26260] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26260/stat : 26260 (java) S 26239 26241 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287751704 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692684940840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1788.08
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/215 26358
/proc/meminfo: memFree=30611312/32873844 swapFree=7112/7112
[pid=26241] ppid=26239 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/26241/stat : 26241 (java) S 26239 26241 22874 0 -1 4202496 11457 0 1 0 179936 73 0 0 20 0 19 0 287751649 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 140734104849488 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26241/statm: 2406251 100066 2288 9 0 2396937 0
[pid=26241/tid=26243] ppid=26239 vsize=9625004 CPUtime=1783.13 cores=1,3,5,7
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 22874 0 -1 4202560 2698 0 1 0 178280 33 0 0 20 0 19 0 287751650 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692869247280 139692809655056 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26244] ppid=26239 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 22874 0 -1 4202560 240 0 0 0 70 4 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692807977896 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26245] ppid=26239 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 22874 0 -1 4202560 92 0 0 0 81 5 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692806925352 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26246] ppid=26239 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 22874 0 -1 4202560 164 0 0 0 61 4 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692805872296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26247] ppid=26239 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 22874 0 -1 4202560 102 0 0 0 66 5 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692709985064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 22874 0 -1 4202560 249 0 0 0 74 4 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692708932008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 22874 0 -1 4202560 203 0 0 0 79 6 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692707879464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 22874 0 -1 4202560 77 0 0 0 66 4 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692706826408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26251] ppid=26239 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 22874 0 -1 4202560 80 0 0 0 66 5 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692705773864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26252] ppid=26239 vsize=9625004 CPUtime=4.71 cores=1,3,5,7
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 22874 0 -1 4202560 156 0 0 0 469 2 0 0 20 0 19 0 287751652 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692693363560 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287751653 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692692309880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26254] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287751653 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692691256712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26255] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26255/stat : 26255 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692690205456 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26256] ppid=26239 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/26241/task/26256/stat : 26256 (java) S 26239 26241 22874 0 -1 4202560 2857 0 0 0 62 0 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692689152312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26257] ppid=26239 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/26241/task/26257/stat : 26257 (java) S 26239 26241 22874 0 -1 4202560 3250 0 0 0 55 0 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692688099768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26258] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26258/stat : 26258 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692687046904 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26259] ppid=26239 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26241/task/26259/stat : 26259 (java) S 26239 26241 22874 0 -1 4202560 103 0 0 0 32 28 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692685994568 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26260] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26260/stat : 26260 (java) S 26239 26241 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287751704 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692684940840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 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+1794.3 s]
/proc/loadavg: 2.07 2.06 2.01 3/215 26358
/proc/meminfo: memFree=30611312/32873844 swapFree=7112/7112
[pid=26241] ppid=26239 vsize=9625004 CPUtime=1800.09 cores=1,3,5,7
/proc/26241/stat : 26241 (java) S 26239 26241 22874 0 -1 4202496 11457 0 1 0 179936 73 0 0 20 0 19 0 287751649 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 140734104849488 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26241/statm: 2406251 100066 2288 9 0 2396937 0
[pid=26241/tid=26243] ppid=26239 vsize=9625004 CPUtime=1783.13 cores=1,3,5,7
/proc/26241/task/26243/stat : 26243 (java) R 26239 26241 22874 0 -1 4202560 2698 0 1 0 178280 33 0 0 20 0 19 0 287751650 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692869247280 139692809655056 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26244] ppid=26239 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/26241/task/26244/stat : 26244 (java) S 26239 26241 22874 0 -1 4202560 240 0 0 0 70 4 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692807977896 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26245] ppid=26239 vsize=9625004 CPUtime=0.86 cores=1,3,5,7
/proc/26241/task/26245/stat : 26245 (java) S 26239 26241 22874 0 -1 4202560 92 0 0 0 81 5 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692806925352 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26246] ppid=26239 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/26241/task/26246/stat : 26246 (java) S 26239 26241 22874 0 -1 4202560 164 0 0 0 61 4 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692805872296 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26247] ppid=26239 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/26241/task/26247/stat : 26247 (java) S 26239 26241 22874 0 -1 4202560 102 0 0 0 66 5 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692709985064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26248] ppid=26239 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/26241/task/26248/stat : 26248 (java) S 26239 26241 22874 0 -1 4202560 249 0 0 0 74 4 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692708932008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26249] ppid=26239 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/26241/task/26249/stat : 26249 (java) S 26239 26241 22874 0 -1 4202560 203 0 0 0 79 6 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692707879464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26241/tid=26250] ppid=26239 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/26241/task/26250/stat : 26250 (java) S 26239 26241 22874 0 -1 4202560 77 0 0 0 66 4 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692706826408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26251] ppid=26239 vsize=9625004 CPUtime=0.71 cores=1,3,5,7
/proc/26241/task/26251/stat : 26251 (java) S 26239 26241 22874 0 -1 4202560 80 0 0 0 66 5 0 0 20 0 19 0 287751651 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692705773864 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26252] ppid=26239 vsize=9625004 CPUtime=4.71 cores=1,3,5,7
/proc/26241/task/26252/stat : 26252 (java) S 26239 26241 22874 0 -1 4202560 156 0 0 0 469 2 0 0 20 0 19 0 287751652 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692693363560 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26253] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26253/stat : 26253 (java) S 26239 26241 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287751653 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692692309880 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26254] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26254/stat : 26254 (java) S 26239 26241 22874 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 287751653 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692691256712 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26255] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26255/stat : 26255 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692690205456 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26256] ppid=26239 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/26241/task/26256/stat : 26256 (java) S 26239 26241 22874 0 -1 4202560 2857 0 0 0 62 0 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692689152312 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26241/tid=26257] ppid=26239 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/26241/task/26257/stat : 26257 (java) S 26239 26241 22874 0 -1 4202560 3250 0 0 0 55 0 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692688099768 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26258] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26258/stat : 26258 (java) S 26239 26241 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692687046904 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26241/tid=26259] ppid=26239 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/26241/task/26259/stat : 26259 (java) S 26239 26241 22874 0 -1 4202560 103 0 0 0 32 28 0 0 20 0 19 0 287751656 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692685994568 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26241/tid=26260] ppid=26239 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/26241/task/26260/stat : 26260 (java) S 26239 26241 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287751704 9856004096 100066 33554432000 1073741824 1073778376 140734104858352 139692684940840 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 26241 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=888135
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=142826
# CPU time returned by wait4() is 1796.03
# 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): 1794.38
CPU time (s): 1800.09
CPU user time (s): 1799.36
CPU system time (s): 0.73
CPU usage (%): 100.318
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.89
system time used= 1.14283
maximum resident set size= 400388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11491
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39972
involuntary context switches= 20793

runsolver used 7.96179 second user time and 13.5729 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-28 16:44:23
IDJOB=3710006
IDBENCH=90161
IDSOLVER=2289
FILE ID=node132/3710006-1338216263
RUNJOBID= node132-1338207301-25485
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_K129.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-3710006-1338216263/watcher-3710006-1338216263 -o /tmp/evaluation-result-3710006-1338216263/solver-3710006-1338216263 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710006-1338216263.opb

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

MD5SUM BENCH= 1a22ba01765c232fe0c8623cfb5d750f
RANDOM SEED=731147033

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:        30983140 kB
Buffers:          471648 kB
Cached:           217132 kB
SwapCached:         2284 kB
Active:           816580 kB
Inactive:         182904 kB
Active(anon):     303016 kB
Inactive(anon):     8148 kB
Active(file):     513564 kB
Inactive(file):   174756 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103740 kB
Dirty:              2028 kB
Writeback:             0 kB
AnonPages:        313860 kB
Mapped:            19240 kB
Shmem:                 8 kB
Slab:             751120 kB
SReclaimable:     192592 kB
SUnreclaim:       558528 kB
KernelStack:        1624 kB
PageTables:         4520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    288768 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:14:20