Trace number 3710028

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K183.opb
MD5SUM0350ceeb14af28f3be070cadc324c0d3
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 variables21777
Total number of constraints22145
Number of constraints which are clauses21962
Number of constraints which are cardinality constraints (but not clauses)183
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint183
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 184
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	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@742808b3
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-3710028-1338215306.opb
0.08/0.13	c reading problem ... 
1.13/0.62	c ... done. Wall clock time 0.483s.
1.13/0.62	c declared #vars     21777
1.13/0.62	c #constraints  22145
1.13/0.62	c constraints type 
1.13/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19594
1.13/0.62	c org.sat4j.minisat.constraints.card.MinWatchCard => 183
1.13/0.62	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.13/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2366
1.13/0.62	c 22145 constraints processed.
5.00/4.08	c cleaning 2418 clauses out of 4993 with flag 5000/5000
9.09/8.06	c cleaning 4060 clauses out of 8568 with flag 11000/11000
13.20/12.18	c cleaning 5550 clauses out of 11504 with flag 18000/18000
18.30/17.27	c cleaning 6787 clauses out of 13949 with flag 26000/26000
23.75/22.66	c cleaning 6844 clauses out of 16162 with flag 35001/35001
29.68/28.54	c cleaning 7641 clauses out of 19317 with flag 45000/45000
36.23/35.03	c cleaning 8178 clauses out of 22676 with flag 56000/56000
43.24/42.01	c cleaning 9500 clauses out of 26500 with flag 68002/68002
50.67/49.45	c cleaning 10345 clauses out of 29991 with flag 81000/81000
58.88/57.68	c cleaning 11269 clauses out of 33644 with flag 95000/95000
67.25/65.92	c cleaning 12372 clauses out of 37373 with flag 110000/110000
76.45/75.14	c cleaning 13382 clauses out of 41001 with flag 126000/126000
86.56/85.24	c cleaning 14312 clauses out of 44615 with flag 143000/143000
99.70/98.36	c cleaning 15916 clauses out of 48302 with flag 161000/161000
110.23/108.86	c cleaning 15688 clauses out of 51386 with flag 180000/180000
121.14/119.72	c cleaning 17389 clauses out of 55698 with flag 200000/200000
134.35/132.93	c cleaning 17032 clauses out of 59308 with flag 221000/221000
148.29/146.89	c cleaning 18996 clauses out of 64275 with flag 243000/243000
162.42/160.98	c cleaning 19024 clauses out of 68280 with flag 266004/266004
175.94/174.42	c cleaning 20821 clauses out of 73252 with flag 290000/290000
191.55/190.03	c cleaning 21825 clauses out of 77430 with flag 315000/315000
205.99/204.44	c cleaning 22205 clauses out of 81606 with flag 341001/341001
221.64/220.07	c cleaning 22750 clauses out of 86400 with flag 368000/368000
237.86/236.25	c cleaning 24584 clauses out of 91652 with flag 396003/396003
254.50/252.81	c cleaning 25099 clauses out of 96062 with flag 425000/425000
271.83/270.11	c cleaning 25616 clauses out of 100962 with flag 455000/455000
290.67/288.99	c cleaning 27176 clauses out of 106344 with flag 486000/486000
309.99/308.20	c cleaning 27671 clauses out of 111168 with flag 518000/518000
330.10/328.33	c cleaning 28660 clauses out of 116498 with flag 551002/551002
350.43/348.70	c cleaning 30499 clauses out of 121836 with flag 585000/585000
373.57/371.72	c cleaning 30650 clauses out of 126335 with flag 620000/620000
396.93/395.08	c cleaning 31946 clauses out of 131685 with flag 656000/656000
416.60/414.70	c cleaning 33000 clauses out of 136741 with flag 693002/693002
437.71/435.77	c cleaning 33563 clauses out of 141737 with flag 731000/731000
460.55/458.58	c cleaning 35083 clauses out of 147175 with flag 770001/770001
483.97/481.94	c cleaning 35846 clauses out of 152090 with flag 810000/810000
510.89/508.80	c cleaning 37697 clauses out of 157240 with flag 851000/851000
534.83/532.79	c cleaning 36913 clauses out of 161545 with flag 893002/893002
560.45/558.38	c cleaning 38463 clauses out of 167630 with flag 936000/936000
585.19/583.07	c cleaning 40526 clauses out of 173167 with flag 980000/980000
614.53/612.33	c cleaning 41416 clauses out of 177644 with flag 1025003/1025003
653.71/651.41	c cleaning 43827 clauses out of 182225 with flag 1071000/1071000
685.43/683.10	c cleaning 42587 clauses out of 185398 with flag 1118000/1118000
716.48/714.03	c cleaning 42780 clauses out of 190807 with flag 1166000/1166000
744.31/741.81	c cleaning 44328 clauses out of 197029 with flag 1215002/1215002
773.19/770.67	c cleaning 45378 clauses out of 202702 with flag 1265003/1265003
801.24/798.62	c cleaning 46749 clauses out of 208320 with flag 1316000/1316000
831.38/828.76	c cleaning 48122 clauses out of 213572 with flag 1368001/1368001
865.21/862.50	c cleaning 48549 clauses out of 218450 with flag 1421003/1421003
900.18/897.44	c cleaning 49469 clauses out of 223898 with flag 1475000/1475000
934.45/931.68	c cleaning 51062 clauses out of 229429 with flag 1530000/1530000
971.51/968.63	c cleaning 51583 clauses out of 234367 with flag 1586000/1586000
1009.77/1006.86	c cleaning 52620 clauses out of 239784 with flag 1643000/1643000
1048.81/1045.84	c cleaning 53703 clauses out of 245164 with flag 1701000/1701000
1088.46/1085.47	c cleaning 54637 clauses out of 250461 with flag 1760000/1760000
1129.62/1126.56	c cleaning 55922 clauses out of 255824 with flag 1820000/1820000
1164.87/1161.71	c cleaning 57399 clauses out of 260904 with flag 1881002/1881002
1215.13/1211.72	c cleaning 59269 clauses out of 265503 with flag 1943000/1943000
1255.89/1252.49	c cleaning 58636 clauses out of 269234 with flag 2006000/2006000
1299.67/1296.17	c cleaning 59697 clauses out of 274599 with flag 2070001/2070001
1340.33/1336.78	c cleaning 60848 clauses out of 279901 with flag 2135000/2135000
1387.09/1383.48	c cleaning 62064 clauses out of 285047 with flag 2201000/2201000
1436.78/1433.01	c cleaning 63530 clauses out of 289987 with flag 2268004/2268004
1484.08/1480.26	c cleaning 64562 clauses out of 294453 with flag 2336000/2336000
1533.16/1529.25	c cleaning 65386 clauses out of 298891 with flag 2405000/2405000
1586.02/1582.05	c cleaning 64744 clauses out of 303504 with flag 2475000/2475000
1639.29/1635.26	c cleaning 67148 clauses out of 309763 with flag 2546003/2546003
1688.76/1684.60	c cleaning 67671 clauses out of 314612 with flag 2618000/2618000
1745.23/1741.01	c cleaning 69966 clauses out of 319942 with flag 2691001/2691001
1797.22/1792.97	c cleaning 68260 clauses out of 323975 with flag 2765000/2765000
1800.09/1795.71	c starts		: 229
1800.09/1795.71	c conflicts		: 2769497
1800.09/1795.71	c decisions		: 20756527
1800.09/1795.71	c propagations		: 3325399505
1800.09/1795.71	c inspects		: 6426590871
1800.09/1795.71	c shortcuts		: 0
1800.09/1795.71	c learnt literals	: 45
1800.09/1795.71	c learnt binary clauses	: 220691
1800.09/1795.71	c learnt ternary clauses	: 249657
1800.09/1795.71	c learnt constraints	: 2769452
1800.09/1795.71	c ignored constraints	: 0
1800.09/1795.71	c root simplifications	: 274
1800.09/1795.71	c removed literals (reason simplification)	: 32370507
1800.09/1795.71	c reason swapping (by a shorter reason)	: 0
1800.09/1795.71	c Calls to reduceDB	: 70
1800.09/1795.71	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.71	c number of learned constraints concerned by reduction	: 0
1800.09/1795.71	c number of learning phase by resolution	: 0
1800.09/1795.71	c number of learning phase by cutting planes	: 0
1800.09/1795.71	c speed (assignments/second)	: 1852518.45777602
1800.09/1795.71	c non guided choices	7786
1800.09/1795.78	c learnt constraints type 
1800.09/1795.78	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 220691
1800.09/1795.78	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 39641
1800.09/1795.78	c constraints type 
1800.09/1795.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19594
1800.09/1795.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 183
1800.09/1795.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1795.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2366
1800.09/1795.78	c 22145 constraints processed.
1800.09/1795.78	s UNKNOWN
1800.09/1795.78	c Total wall clock time (in seconds): 1795.648

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-3710028-1338215306/watcher-3710028-1338215306 -o /tmp/evaluation-result-3710028-1338215306/solver-3710028-1338215306 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710028-1338215306.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: 2.00 1.99 1.99 3/196 26173
/proc/meminfo: memFree=30961324/32873844 swapFree=7112/7112
[pid=26173] ppid=26171 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26173/stat : 26173 (java) D 26171 26173 22874 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 287655886 9515008 182 33554432000 1073741824 1073778376 140734362333072 140734362324104 273589026485 0 0 4096 0 18446744072100748580 0 0 17 0 0 0 0 0 0
/proc/26173/statm: 2323 182 140 9 0 71 0

[startup+0.0121959 s]
/proc/loadavg: 2.00 1.99 1.99 3/196 26173
/proc/meminfo: memFree=30961324/32873844 swapFree=7112/7112
[pid=26173] ppid=26171 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/26173/stat : 26173 (java) S 26171 26173 22874 0 -1 4202496 1217 0 0 0 0 0 0 0 20 0 2 0 287655886 95129600 927 33554432000 1073741824 1073778376 140735509898688 140735509889824 273592385597 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26173/statm: 23225 927 703 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 92900

[startup+0.10022 s]
/proc/loadavg: 2.00 1.99 1.99 3/196 26173
/proc/meminfo: memFree=30961324/32873844 swapFree=7112/7112
[pid=26173] ppid=26171 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/26173/stat : 26173 (java) S 26171 26173 22874 0 -1 4202496 3823 0 1 0 7 1 0 0 20 0 18 0 287655886 9787842560 5032 33554432000 1073741824 1073778376 140735509898688 140735509889824 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26173/statm: 2389610 5043 2027 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.30023 s]
/proc/loadavg: 2.00 1.99 1.99 3/196 26173
/proc/meminfo: memFree=30961324/32873844 swapFree=7112/7112
[pid=26173] ppid=26171 vsize=9558440 CPUtime=0.51 cores=0,2,4,6
/proc/26173/stat : 26173 (java) S 26171 26173 22874 0 -1 4202496 7300 0 1 0 49 2 0 0 20 0 18 0 287655886 9787842560 9887 33554432000 1073741824 1073778376 140735509898688 140735509889824 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26173/statm: 2389610 9887 2223 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558440

[startup+0.70023 s]
/proc/loadavg: 2.00 1.99 1.99 3/196 26173
/proc/meminfo: memFree=30961324/32873844 swapFree=7112/7112
[pid=26173] ppid=26171 vsize=9625004 CPUtime=1.36 cores=0,2,4,6
/proc/26173/stat : 26173 (java) S 26171 26173 22874 0 -1 4202496 9499 0 1 0 132 4 0 0 20 0 19 0 287655886 9856004096 40336 33554432000 1073741824 1073778376 140735509898688 140735509889824 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26173/statm: 2406251 40336 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 9625004

[startup+1.50067 s]
/proc/loadavg: 2.00 1.99 1.99 3/215 26192
/proc/meminfo: memFree=30808344/32873844 swapFree=7112/7112
[pid=26173] ppid=26171 vsize=9625004 CPUtime=2.46 cores=0,2,4,6
/proc/26173/stat : 26173 (java) S 26171 26173 22874 0 -1 4202496 9786 0 1 0 242 4 0 0 20 0 19 0 287655886 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140735509889824 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26173/statm: 2406251 40346 2261 9 0 2396937 0
[pid=26173/tid=26175] ppid=26171 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/26173/task/26175/stat : 26175 (java) R 26171 26173 22874 0 -1 4202560 2572 0 1 0 143 4 0 0 20 0 19 0 287655887 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157886001784 140157752500409 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26176] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26176/stat : 26176 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157875063208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26177] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26177/stat : 26177 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157874010664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26178] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26178/stat : 26178 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157872957608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26179] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26179/stat : 26179 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157871905064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26180] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26180/stat : 26180 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157870853032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26181] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26181/stat : 26181 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157724081192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26182] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26182/stat : 26182 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157723028136 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26183] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26183/stat : 26183 (java) S 26171 26173 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157721975592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26184] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26184/stat : 26184 (java) S 26171 26173 22874 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157709777256 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26185] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26185/stat : 26185 (java) S 26171 26173 22874 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157708723576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26186] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26186/stat : 26186 (java) S 26171 26173 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157707670408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26187] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26187/stat : 26187 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157706619152 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26188] ppid=26171 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/26173/task/26188/stat : 26188 (java) S 26171 26173 22874 0 -1 4202560 2199 0 0 0 46 0 0 0 20 0 19 0 287655893 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157705567032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26189] ppid=26171 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/26173/task/26189/stat : 26189 (java) S 26171 26173 22874 0 -1 4202560 3815 0 0 0 49 0 0 0 20 0 19 0 287655893 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157704514488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26190] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26190/stat : 26190 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157703461624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26191] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26191/stat : 26191 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157702409288 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26192] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26192/stat : 26192 (java) S 26171 26173 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287655950 9856004096 40346 33554432000 1073741824 1073778376 140735509898688 140157701354536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 2.00 1.99 1.99 3/215 26192
/proc/meminfo: memFree=30807848/32873844 swapFree=7112/7112
[pid=26173] ppid=26171 vsize=9625004 CPUtime=4.09 cores=0,2,4,6
/proc/26173/stat : 26173 (java) S 26171 26173 22874 0 -1 4202496 9789 0 1 0 404 5 0 0 20 0 19 0 287655886 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140735509889824 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26173/statm: 2406251 40347 2261 9 0 2396937 0
[pid=26173/tid=26175] ppid=26171 vsize=9625004 CPUtime=3.06 cores=0,2,4,6
/proc/26173/task/26175/stat : 26175 (java) R 26171 26173 22874 0 -1 4202560 2574 0 1 0 302 4 0 0 20 0 19 0 287655887 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157886000680 140157752399311 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26176] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26176/stat : 26176 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157875063208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26177] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26177/stat : 26177 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157874010664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26178] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26178/stat : 26178 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157872957608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26179] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26179/stat : 26179 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157871905064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26180] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26180/stat : 26180 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157870853032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26181] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26181/stat : 26181 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157724081192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26182] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26182/stat : 26182 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157723028136 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26183] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26183/stat : 26183 (java) S 26171 26173 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157721975592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26184] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26184/stat : 26184 (java) S 26171 26173 22874 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157709777256 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26185] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26185/stat : 26185 (java) S 26171 26173 22874 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157708723576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26186] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26186/stat : 26186 (java) S 26171 26173 22874 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157707670408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26187] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26187/stat : 26187 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157706619152 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26188] ppid=26171 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/26173/task/26188/stat : 26188 (java) S 26171 26173 22874 0 -1 4202560 2199 0 0 0 49 0 0 0 20 0 19 0 287655893 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157705567032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26189] ppid=26171 vsize=9625004 CPUtime=0.49 cores=0,2,4,6
/proc/26173/task/26189/stat : 26189 (java) S 26171 26173 22874 0 -1 4202560 3815 0 0 0 49 0 0 0 20 0 19 0 287655893 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157704514488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26190] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26190/stat : 26190 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157703461624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26191] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26191/stat : 26191 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157702409288 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26192] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26192/stat : 26192 (java) S 26171 26173 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287655950 9856004096 40347 33554432000 1073741824 1073778376 140735509898688 140157701354536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 9625004

[startup+6.30064 s]
/proc/loadavg: 2.00 1.99 1.99 3/215 26192
/proc/meminfo: memFree=30785072/32873844 swapFree=7112/7112
[pid=26173] ppid=26171 vsize=9625004 CPUtime=7.36 cores=0,2,4,6
/proc/26173/stat : 26173 (java) S 26171 26173 22874 0 -1 4202496 9981 0 1 0 731 5 0 0 20 0 19 0 287655886 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140735509889824 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26173/statm: 2406251 45918 2286 9 0 2396937 0
[pid=26173/tid=26175] ppid=26171 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/26173/task/26175/stat : 26175 (java) R 26171 26173 22874 0 -1 4202560 2579 0 1 0 617 4 0 0 20 0 19 0 287655887 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157886001648 140157752500100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26176] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26176/stat : 26176 (java) S 26171 26173 22874 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157875063208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26177] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26177/stat : 26177 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157874010664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26178] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26178/stat : 26178 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157872957608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26179] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26179/stat : 26179 (java) S 26171 26173 22874 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157871905064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26180] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26180/stat : 26180 (java) S 26171 26173 22874 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157870853032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26181] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26181/stat : 26181 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157724081192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26182] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26182/stat : 26182 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157723028136 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26183] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26183/stat : 26183 (java) S 26171 26173 22874 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 287655888 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157721975592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26184] ppid=26171 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/26173/task/26184/stat : 26184 (java) S 26171 26173 22874 0 -1 4202560 36 0 0 0 2 0 0 0 20 0 19 0 287655890 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157709777256 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26185] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26185/stat : 26185 (java) S 26171 26173 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157708723576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26186] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26186/stat : 26186 (java) S 26171 26173 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157707670408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26187] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26187/stat : 26187 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157706619152 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26188] ppid=26171 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/26173/task/26188/stat : 26188 (java) S 26171 26173 22874 0 -1 4202560 2202 0 0 0 51 0 0 0 20 0 19 0 287655893 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157705567032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26189] ppid=26171 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/26173/task/26189/stat : 26189 (java) S 26171 26173 22874 0 -1 4202560 3944 0 0 0 52 0 0 0 20 0 19 0 287655893 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157704514488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26190] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26190/stat : 26190 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157703461624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26191] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26191/stat : 26191 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157702409288 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26192] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26192/stat : 26192 (java) S 26171 26173 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287655950 9856004096 45918 33554432000 1073741824 1073778376 140735509898688 140157701354536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=26173/tid=26188] ppid=26171 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/26173/task/26188/stat : 26188 (java) S 26171 26173 22874 0 -1 4202560 2229 0 0 0 69 0 0 0 20 0 19 0 287655893 9856004096 98356 33554432000 1073741824 1073778376 140735509898688 140157705567032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26189] ppid=26171 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26173/task/26189/stat : 26189 (java) S 26171 26173 22874 0 -1 4202560 3944 0 0 0 53 0 0 0 20 0 19 0 287655893 9856004096 98356 33554432000 1073741824 1073778376 140735509898688 140157704514488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26190] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26190/stat : 26190 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 98356 33554432000 1073741824 1073778376 140735509898688 140157703461624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26191] ppid=26171 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/26173/task/26191/stat : 26191 (java) S 26171 26173 22874 0 -1 4202560 98 0 0 0 28 23 0 0 20 0 19 0 287655893 9856004096 98356 33554432000 1073741824 1073778376 140735509898688 140157702409288 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26192] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26192/stat : 26192 (java) S 26171 26173 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287655950 9856004096 98356 33554432000 1073741824 1073778376 140735509898688 140157701354536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.52
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 26267
/proc/meminfo: memFree=30635748/32873844 swapFree=7112/7112
[pid=26173] ppid=26171 vsize=9625004 CPUtime=1786.62 cores=0,2,4,6
/proc/26173/stat : 26173 (java) S 26171 26173 22874 0 -1 4202496 11461 0 1 0 178607 55 0 0 20 0 19 0 287655886 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140735509889824 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26173/statm: 2406251 98357 2287 9 0 2396937 0
[pid=26173/tid=26175] ppid=26171 vsize=9625004 CPUtime=1772.21 cores=0,2,4,6
/proc/26173/task/26175/stat : 26175 (java) R 26171 26173 22874 0 -1 4202560 2646 0 1 0 177190 31 0 0 20 0 19 0 287655887 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157886001440 140157752505238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26176] ppid=26171 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26173/task/26176/stat : 26176 (java) S 26171 26173 22874 0 -1 4202560 103 0 0 0 49 4 0 0 20 0 19 0 287655888 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157875063208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26177] ppid=26171 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/26173/task/26177/stat : 26177 (java) S 26171 26173 22874 0 -1 4202560 286 0 0 0 49 3 0 0 20 0 19 0 287655888 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157874010664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26178] ppid=26171 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/26173/task/26178/stat : 26178 (java) S 26171 26173 22874 0 -1 4202560 105 0 0 0 47 3 0 0 20 0 19 0 287655888 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157872957608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26179] ppid=26171 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/26173/task/26179/stat : 26179 (java) S 26171 26173 22874 0 -1 4202560 165 0 0 0 46 4 0 0 20 0 19 0 287655888 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157871905064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26180] ppid=26171 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/26173/task/26180/stat : 26180 (java) S 26171 26173 22874 0 -1 4202560 235 0 0 0 45 5 0 0 20 0 19 0 287655888 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157870853032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26181] ppid=26171 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/26173/task/26181/stat : 26181 (java) S 26171 26173 22874 0 -1 4202560 57 0 0 0 47 3 0 0 20 0 19 0 287655888 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157724081192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26182] ppid=26171 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/26173/task/26182/stat : 26182 (java) S 26171 26173 22874 0 -1 4202560 49 0 0 0 41 2 0 0 20 0 19 0 287655888 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157723028136 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26183] ppid=26171 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/26173/task/26183/stat : 26183 (java) S 26171 26173 22874 0 -1 4202560 183 0 0 0 47 3 0 0 20 0 19 0 287655888 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157721975592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26184] ppid=26171 vsize=9625004 CPUtime=4.22 cores=0,2,4,6
/proc/26173/task/26184/stat : 26184 (java) S 26171 26173 22874 0 -1 4202560 170 0 0 0 421 1 0 0 20 0 19 0 287655890 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157709777256 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26185] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26185/stat : 26185 (java) S 26171 26173 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157708723576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26186] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26186/stat : 26186 (java) S 26171 26173 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157707670408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26187] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26187/stat : 26187 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157706619152 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26188] ppid=26171 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/26173/task/26188/stat : 26188 (java) S 26171 26173 22874 0 -1 4202560 2229 0 0 0 69 0 0 0 20 0 19 0 287655893 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157705567032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26189] ppid=26171 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26173/task/26189/stat : 26189 (java) S 26171 26173 22874 0 -1 4202560 3944 0 0 0 53 0 0 0 20 0 19 0 287655893 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157704514488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26190] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26190/stat : 26190 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157703461624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26191] ppid=26171 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26173/task/26191/stat : 26191 (java) S 26171 26173 22874 0 -1 4202560 102 0 0 0 29 24 0 0 20 0 19 0 287655893 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157702409288 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26192] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26192/stat : 26192 (java) S 26171 26173 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287655950 9856004096 98357 33554432000 1073741824 1073778376 140735509898688 140157701354536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.62
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 26267
/proc/meminfo: memFree=30635624/32873844 swapFree=7112/7112
[pid=26173] ppid=26171 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/26173/stat : 26173 (java) S 26171 26173 22874 0 -1 4202496 11470 0 1 0 179954 55 0 0 20 0 19 0 287655886 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140735509889824 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26173/statm: 2406251 98363 2287 9 0 2396937 0
[pid=26173/tid=26175] ppid=26171 vsize=9625004 CPUtime=1785.47 cores=0,2,4,6
/proc/26173/task/26175/stat : 26175 (java) R 26171 26173 22874 0 -1 4202560 2647 0 1 0 178515 32 0 0 20 0 19 0 287655887 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157886001440 140157752398722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26176] ppid=26171 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/26173/task/26176/stat : 26176 (java) S 26171 26173 22874 0 -1 4202560 106 0 0 0 51 4 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157875063208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26177] ppid=26171 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/26173/task/26177/stat : 26177 (java) S 26171 26173 22874 0 -1 4202560 286 0 0 0 49 3 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157874010664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26178] ppid=26171 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/26173/task/26178/stat : 26178 (java) S 26171 26173 22874 0 -1 4202560 108 0 0 0 48 3 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157872957608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26179] ppid=26171 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/26173/task/26179/stat : 26179 (java) S 26171 26173 22874 0 -1 4202560 165 0 0 0 46 4 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157871905064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26180] ppid=26171 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/26173/task/26180/stat : 26180 (java) S 26171 26173 22874 0 -1 4202560 235 0 0 0 46 5 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157870853032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26181] ppid=26171 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/26173/task/26181/stat : 26181 (java) S 26171 26173 22874 0 -1 4202560 57 0 0 0 49 3 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157724081192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26182] ppid=26171 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/26173/task/26182/stat : 26182 (java) S 26171 26173 22874 0 -1 4202560 49 0 0 0 42 2 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157723028136 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26183] ppid=26171 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/26173/task/26183/stat : 26183 (java) S 26171 26173 22874 0 -1 4202560 183 0 0 0 49 3 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157721975592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26184] ppid=26171 vsize=9625004 CPUtime=4.32 cores=0,2,4,6
/proc/26173/task/26184/stat : 26184 (java) S 26171 26173 22874 0 -1 4202560 172 0 0 0 431 1 0 0 20 0 19 0 287655890 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157709777256 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26185] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26185/stat : 26185 (java) S 26171 26173 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157708723576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26186] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26186/stat : 26186 (java) S 26171 26173 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157707670408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26187] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26187/stat : 26187 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157706619152 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26188] ppid=26171 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/26173/task/26188/stat : 26188 (java) S 26171 26173 22874 0 -1 4202560 2229 0 0 0 69 0 0 0 20 0 19 0 287655893 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157705567032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26189] ppid=26171 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26173/task/26189/stat : 26189 (java) S 26171 26173 22874 0 -1 4202560 3944 0 0 0 53 0 0 0 20 0 19 0 287655893 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157704514488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26190] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26190/stat : 26190 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157703461624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26191] ppid=26171 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26173/task/26191/stat : 26191 (java) S 26171 26173 22874 0 -1 4202560 102 0 0 0 29 24 0 0 20 0 19 0 287655893 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157702409288 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26192] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26192/stat : 26192 (java) S 26171 26173 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287655950 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157701354536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625004

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

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

[startup+1795.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 26267
/proc/meminfo: memFree=30635624/32873844 swapFree=7112/7112
[pid=26173] ppid=26171 vsize=9625004 CPUtime=1800.09 cores=0,2,4,6
/proc/26173/stat : 26173 (java) S 26171 26173 22874 0 -1 4202496 11470 0 1 0 179954 55 0 0 20 0 19 0 287655886 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140735509889824 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/26173/statm: 2406251 98363 2287 9 0 2396937 0
[pid=26173/tid=26175] ppid=26171 vsize=9625004 CPUtime=1785.47 cores=0,2,4,6
/proc/26173/task/26175/stat : 26175 (java) R 26171 26173 22874 0 -1 4202560 2647 0 1 0 178515 32 0 0 20 0 19 0 287655887 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157886001440 140157752398722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26176] ppid=26171 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/26173/task/26176/stat : 26176 (java) S 26171 26173 22874 0 -1 4202560 106 0 0 0 51 4 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157875063208 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26177] ppid=26171 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/26173/task/26177/stat : 26177 (java) S 26171 26173 22874 0 -1 4202560 286 0 0 0 49 3 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157874010664 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26178] ppid=26171 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/26173/task/26178/stat : 26178 (java) S 26171 26173 22874 0 -1 4202560 108 0 0 0 48 3 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157872957608 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26179] ppid=26171 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/26173/task/26179/stat : 26179 (java) S 26171 26173 22874 0 -1 4202560 165 0 0 0 46 4 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157871905064 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26180] ppid=26171 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/26173/task/26180/stat : 26180 (java) S 26171 26173 22874 0 -1 4202560 235 0 0 0 46 5 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157870853032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26181] ppid=26171 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/26173/task/26181/stat : 26181 (java) S 26171 26173 22874 0 -1 4202560 57 0 0 0 49 3 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157724081192 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26182] ppid=26171 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/26173/task/26182/stat : 26182 (java) S 26171 26173 22874 0 -1 4202560 49 0 0 0 42 2 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157723028136 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26173/tid=26183] ppid=26171 vsize=9625004 CPUtime=0.52 cores=0,2,4,6
/proc/26173/task/26183/stat : 26183 (java) S 26171 26173 22874 0 -1 4202560 183 0 0 0 49 3 0 0 20 0 19 0 287655888 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157721975592 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26184] ppid=26171 vsize=9625004 CPUtime=4.32 cores=0,2,4,6
/proc/26173/task/26184/stat : 26184 (java) S 26171 26173 22874 0 -1 4202560 172 0 0 0 431 1 0 0 20 0 19 0 287655890 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157709777256 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26185] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26185/stat : 26185 (java) S 26171 26173 22874 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157708723576 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26186] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26186/stat : 26186 (java) S 26171 26173 22874 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 287655890 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157707670408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26187] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26187/stat : 26187 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157706619152 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26173/tid=26188] ppid=26171 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/26173/task/26188/stat : 26188 (java) S 26171 26173 22874 0 -1 4202560 2229 0 0 0 69 0 0 0 20 0 19 0 287655893 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157705567032 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26189] ppid=26171 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26173/task/26189/stat : 26189 (java) S 26171 26173 22874 0 -1 4202560 3944 0 0 0 53 0 0 0 20 0 19 0 287655893 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157704514488 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26190] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26190/stat : 26190 (java) S 26171 26173 22874 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 287655893 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157703461624 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26173/tid=26191] ppid=26171 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/26173/task/26191/stat : 26191 (java) S 26171 26173 22874 0 -1 4202560 102 0 0 0 29 24 0 0 20 0 19 0 287655893 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157702409288 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26173/tid=26192] ppid=26171 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/26173/task/26192/stat : 26192 (java) S 26171 26173 22874 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 287655950 9856004096 98363 33554432000 1073741824 1073778376 140735509898688 140157701354536 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 26173 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=49111
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=980850
# 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): 1795.79
CPU time (s): 1800.09
CPU user time (s): 1799.54
CPU system time (s): 0.55
CPU usage (%): 100.239
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.05
system time used= 0.98085
maximum resident set size= 393580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11503
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39998
involuntary context switches= 16492

runsolver used 5.96109 second user time and 14.4818 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-28 16:28:26
IDJOB=3710028
IDBENCH=90144
IDSOLVER=2289
FILE ID=node132/3710028-1338215306
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_K183.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-3710028-1338215306/watcher-3710028-1338215306 -o /tmp/evaluation-result-3710028-1338215306/solver-3710028-1338215306 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710028-1338215306.opb

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

MD5SUM BENCH= 0350ceeb14af28f3be070cadc324c0d3
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:        30961596 kB
Buffers:          470988 kB
Cached:           216196 kB
SwapCached:         2284 kB
Active:           821396 kB
Inactive:         182112 kB
Active(anon):     308736 kB
Inactive(anon):     8148 kB
Active(file):     512660 kB
Inactive(file):   173964 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103740 kB
Dirty:              2092 kB
Writeback:            16 kB
AnonPages:        444448 kB
Mapped:            19348 kB
Shmem:                 8 kB
Slab:             751204 kB
SReclaimable:     192600 kB
SUnreclaim:       558604 kB
KernelStack:        1656 kB
PageTables:         5204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 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 16:58:23