Trace number 3710012

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.52 1794.47

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K140.opb
MD5SUM59945e7fb6f70b0a7aeb9a0267c89f72
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 variables16660
Total number of constraints16942
Number of constraints which are clauses16802
Number of constraints which are cardinality constraints (but not clauses)140
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint140
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 141
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3710012-1338218891.opb
0.10/0.12	c reading problem ... 
0.94/0.52	c ... done. Wall clock time 0.405s.
0.94/0.52	c declared #vars     16660
0.94/0.52	c #constraints  16942
0.94/0.52	c constraints type 
0.94/0.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14993
0.94/0.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
0.94/0.52	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.94/0.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1807
0.94/0.52	c 16942 constraints processed.
3.49/2.58	c cleaning 2452 clauses out of 4988 with flag 5001/5001
6.16/4.80	c cleaning 4183 clauses out of 8536 with flag 11001/11001
8.76/7.34	c cleaning 5523 clauses out of 11346 with flag 18000/18000
11.57/10.14	c cleaning 6718 clauses out of 13821 with flag 26000/26000
14.72/13.26	c cleaning 7832 clauses out of 16100 with flag 35000/35000
18.52/17.08	c cleaning 8938 clauses out of 18270 with flag 45002/45002
22.14/20.65	c cleaning 9448 clauses out of 20325 with flag 56000/56000
26.85/25.31	c cleaning 9793 clauses out of 22875 with flag 68000/68000
31.25/29.77	c cleaning 10856 clauses out of 26078 with flag 81000/81000
36.26/34.78	c cleaning 11843 clauses out of 29222 with flag 95000/95000
44.26/42.79	c cleaning 13215 clauses out of 32377 with flag 110000/110000
51.80/50.28	c cleaning 14346 clauses out of 35162 with flag 126000/126000
58.04/56.42	c cleaning 14705 clauses out of 37814 with flag 143000/143000
64.90/63.21	c cleaning 15260 clauses out of 41106 with flag 161000/161000
71.61/69.93	c cleaning 16565 clauses out of 44846 with flag 180001/180001
79.23/77.59	c cleaning 17916 clauses out of 48280 with flag 200000/200000
86.87/85.16	c cleaning 18609 clauses out of 51364 with flag 221000/221000
94.66/92.84	c cleaning 19454 clauses out of 54751 with flag 243001/243001
107.78/105.96	c cleaning 21050 clauses out of 58296 with flag 266000/266000
117.13/115.21	c cleaning 21662 clauses out of 61248 with flag 290002/290002
127.35/125.46	c cleaning 22191 clauses out of 64583 with flag 315001/315001
136.68/134.73	c cleaning 23169 clauses out of 68391 with flag 341000/341000
147.80/145.84	c cleaning 24431 clauses out of 72222 with flag 368000/368000
159.42/157.41	c cleaning 24757 clauses out of 75791 with flag 396000/396000
177.16/175.19	c cleaning 26736 clauses out of 80035 with flag 425004/425004
189.04/186.93	c cleaning 27183 clauses out of 83296 with flag 455001/455001
202.86/200.74	c cleaning 28048 clauses out of 87112 with flag 486000/486000
215.49/213.33	c cleaning 28372 clauses out of 91064 with flag 518000/518000
227.61/225.43	c cleaning 29869 clauses out of 95694 with flag 551003/551003
243.94/241.74	c cleaning 31383 clauses out of 99822 with flag 585000/585000
258.77/256.52	c cleaning 31387 clauses out of 103440 with flag 620001/620001
275.92/273.62	c cleaning 32948 clauses out of 108052 with flag 656000/656000
292.80/290.41	c cleaning 33396 clauses out of 112103 with flag 693001/693001
310.73/308.34	c cleaning 34440 clauses out of 116706 with flag 731000/731000
327.78/325.33	c cleaning 35187 clauses out of 121267 with flag 770001/770001
347.42/344.98	c cleaning 35714 clauses out of 126079 with flag 810000/810000
370.58/368.06	c cleaning 38418 clauses out of 131365 with flag 851000/851000
387.94/385.30	c cleaning 38668 clauses out of 134949 with flag 893002/893002
416.39/413.75	c cleaning 40581 clauses out of 139279 with flag 936000/936000
444.28/441.59	c cleaning 41330 clauses out of 142698 with flag 980000/980000
466.54/463.70	c cleaning 41829 clauses out of 146368 with flag 1025000/1025000
488.90/486.03	c cleaning 42695 clauses out of 150539 with flag 1071000/1071000
510.06/507.18	c cleaning 43772 clauses out of 154842 with flag 1118000/1118000
533.78/530.83	c cleaning 44320 clauses out of 159067 with flag 1166000/1166000
558.42/555.41	c cleaning 45038 clauses out of 163748 with flag 1215003/1215003
579.27/576.29	c cleaning 46442 clauses out of 168707 with flag 1265000/1265000
604.51/601.47	c cleaning 47227 clauses out of 173268 with flag 1316003/1316003
630.35/627.24	c cleaning 48406 clauses out of 178038 with flag 1368000/1368000
656.80/653.69	c cleaning 49336 clauses out of 182632 with flag 1421000/1421000
684.45/681.22	c cleaning 50882 clauses out of 187295 with flag 1475000/1475000
714.02/710.74	c cleaning 51393 clauses out of 191413 with flag 1530000/1530000
743.35/740.05	c cleaning 52810 clauses out of 196020 with flag 1586000/1586000
770.42/767.06	c cleaning 53128 clauses out of 200210 with flag 1643000/1643000
805.49/802.07	c cleaning 55314 clauses out of 205085 with flag 1701003/1701003
834.97/831.43	c cleaning 55809 clauses out of 208768 with flag 1760000/1760000
869.32/865.75	c cleaning 56418 clauses out of 212960 with flag 1820001/1820001
914.79/911.16	c cleaning 57570 clauses out of 217541 with flag 1881000/1881000
946.19/942.47	c cleaning 58537 clauses out of 221971 with flag 1943000/1943000
984.24/980.40	c cleaning 59976 clauses out of 226436 with flag 2006002/2006002
1021.31/1017.44	c cleaning 60408 clauses out of 230461 with flag 2070003/2070003
1055.37/1051.49	c cleaning 61302 clauses out of 235050 with flag 2135000/2135000
1100.40/1096.39	c cleaning 63609 clauses out of 239746 with flag 2201000/2201000
1172.86/1168.57	c cleaning 65012 clauses out of 243138 with flag 2268001/2268001
1223.96/1219.55	c cleaning 65877 clauses out of 246128 with flag 2336003/2336003
1266.56/1262.03	c cleaning 65882 clauses out of 249248 with flag 2405000/2405000
1304.95/1300.36	c cleaning 66618 clauses out of 253366 with flag 2475000/2475000
1343.58/1338.94	c cleaning 68147 clauses out of 257748 with flag 2546000/2546000
1383.99/1379.20	c cleaning 68850 clauses out of 261601 with flag 2618000/2618000
1430.96/1426.17	c cleaning 70135 clauses out of 265751 with flag 2691000/2691000
1479.55/1474.68	c cleaning 70056 clauses out of 269616 with flag 2765000/2765000
1528.91/1523.94	c cleaning 71702 clauses out of 274560 with flag 2840000/2840000
1588.13/1582.91	c cleaning 72149 clauses out of 278858 with flag 2916000/2916000
1635.85/1630.66	c cleaning 73187 clauses out of 283710 with flag 2993001/2993001
1680.72/1675.48	c cleaning 75347 clauses out of 288522 with flag 3071000/3071000
1741.68/1736.24	c cleaning 76002 clauses out of 292175 with flag 3150000/3150000
1789.93/1784.42	c cleaning 77284 clauses out of 296176 with flag 3230003/3230003
1800.02/1794.41	c starts		: 231
1800.02/1794.41	c conflicts		: 3248591
1800.02/1794.41	c decisions		: 14943092
1800.02/1794.41	c propagations		: 2571521293
1800.02/1794.41	c inspects		: 6378087320
1800.02/1794.41	c shortcuts		: 0
1800.02/1794.41	c learnt literals	: 37
1800.02/1794.41	c learnt binary clauses	: 181168
1800.02/1794.41	c learnt ternary clauses	: 212990
1800.02/1794.41	c learnt constraints	: 3248553
1800.02/1794.41	c ignored constraints	: 0
1800.02/1794.41	c root simplifications	: 268
1800.02/1794.41	c removed literals (reason simplification)	: 76393355
1800.02/1794.41	c reason swapping (by a shorter reason)	: 0
1800.02/1794.41	c Calls to reduceDB	: 76
1800.02/1794.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1794.41	c number of learned constraints concerned by reduction	: 0
1800.02/1794.41	c number of learning phase by resolution	: 0
1800.02/1794.41	c number of learning phase by cutting planes	: 0
1800.02/1794.41	c speed (assignments/second)	: 1433508.8164382493
1800.02/1794.41	c non guided choices	3527
1800.02/1794.46	c learnt constraints type 
1800.02/1794.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 181156
1800.02/1794.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56404
1800.02/1794.46	c constraints type 
1800.02/1794.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14993
1800.02/1794.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
1800.02/1794.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.02/1794.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1807
1800.02/1794.46	c 16942 constraints processed.
1800.02/1794.46	s UNKNOWN
1800.02/1794.46	c Total wall clock time (in seconds): 1794.338

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-3710012-1338218891/watcher-3710012-1338218891 -o /tmp/evaluation-result-3710012-1338218891/solver-3710012-1338218891 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710012-1338218891.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.07 2.02 2.00 3/194 6236
/proc/meminfo: memFree=27528408/32873648 swapFree=7104/7104
[pid=6236] ppid=6234 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/6236/stat : 6236 (java) D 6234 6236 32675 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 288014540 9515008 182 33554432000 1073741824 1073778376 140734849735360 140734849726392 214537420469 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/6236/statm: 2323 182 140 9 0 71 0

[startup+0.105663 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 6236
/proc/meminfo: memFree=27528408/32873648 swapFree=7104/7104
[pid=6236] ppid=6234 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/6236/stat : 6236 (java) S 6234 6236 32675 0 -1 4202496 4290 0 1 0 9 1 0 0 20 0 18 0 288014540 9787842560 6009 33554432000 1073741824 1073778376 140735983577936 140735983569072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6236/statm: 2389610 6009 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.200221 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 6236
/proc/meminfo: memFree=27528408/32873648 swapFree=7104/7104
[pid=6236] ppid=6234 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/6236/stat : 6236 (java) S 6234 6236 32675 0 -1 4202496 4901 0 1 0 26 1 0 0 20 0 18 0 288014540 9787842560 7052 33554432000 1073741824 1073778376 140735983577936 140735983569072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6236/statm: 2389610 7052 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558440

[startup+0.300214 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 6236
/proc/meminfo: memFree=27528408/32873648 swapFree=7104/7104
[pid=6236] ppid=6234 vsize=9558440 CPUtime=0.55 cores=0,2,4,6
/proc/6236/stat : 6236 (java) S 6234 6236 32675 0 -1 4202496 7259 0 1 0 54 1 0 0 20 0 18 0 288014540 9787842560 10983 33554432000 1073741824 1073778376 140735983577936 140735983569072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6236/statm: 2389610 10983 2225 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558440

[startup+0.700176 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 6236
/proc/meminfo: memFree=27528408/32873648 swapFree=7104/7104
[pid=6236] ppid=6234 vsize=9625004 CPUtime=1.48 cores=0,2,4,6
/proc/6236/stat : 6236 (java) S 6234 6236 32675 0 -1 4202496 8736 0 1 0 145 3 0 0 20 0 19 0 288014540 9856004096 30539 33554432000 1073741824 1073778376 140735983577936 140735983569072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6236/statm: 2406251 30539 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9625004

[startup+1.50061 s]
/proc/loadavg: 2.15 2.04 2.01 3/213 6255
/proc/meminfo: memFree=27414072/32873648 swapFree=7104/7104
[pid=6236] ppid=6234 vsize=9625004 CPUtime=2.46 cores=0,2,4,6
/proc/6236/stat : 6236 (java) S 6234 6236 32675 0 -1 4202496 8756 0 1 0 243 3 0 0 20 0 19 0 288014540 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140735983569072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6236/statm: 2406251 30543 2262 9 0 2396937 0
[pid=6236/tid=6238] ppid=6234 vsize=9625004 CPUtime=1.47 cores=0,2,4,6
/proc/6236/task/6238/stat : 6238 (java) R 6234 6236 32675 0 -1 4202560 2558 0 1 0 144 3 0 0 20 0 19 0 288014541 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140671176241688 140671000967369 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6239] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6239/stat : 6239 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140671137733160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6240] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6240/stat : 6240 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140671136680360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6241] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6241/stat : 6241 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140671135627560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6236/tid=6242] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6242/stat : 6242 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140671134574760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6243] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6243/stat : 6243 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140671133522984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6244] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6244/stat : 6244 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140671132470184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6245] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6245/stat : 6245 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140671131417384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6236/tid=6246] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6246/stat : 6246 (java) S 6234 6236 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140671130364584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6247] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6247/stat : 6247 (java) S 6234 6236 32675 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 288014543 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140671000242664 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6248] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6248/stat : 6248 (java) S 6234 6236 32675 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140670999188728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6249] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6249/stat : 6249 (java) S 6234 6236 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140670998135816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6250] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6250/stat : 6250 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140670997084304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6251] ppid=6234 vsize=9625004 CPUtime=0.42 cores=0,2,4,6
/proc/6236/task/6251/stat : 6251 (java) S 6234 6236 32675 0 -1 4202560 2404 0 0 0 42 0 0 0 20 0 19 0 288014546 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140670996032440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6252] ppid=6234 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/6236/task/6252/stat : 6252 (java) S 6234 6236 32675 0 -1 4202560 2595 0 0 0 53 0 0 0 20 0 19 0 288014546 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140670994979640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6253] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6253/stat : 6253 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140670993927032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6254] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6254/stat : 6254 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140670992874440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6255] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6255/stat : 6255 (java) S 6234 6236 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288014595 9856004096 30543 33554432000 1073741824 1073778376 140735983577936 140670991819944 214540793769 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.10064 s]
/proc/loadavg: 2.15 2.04 2.01 3/213 6255
/proc/meminfo: memFree=27411644/32873648 swapFree=7104/7104
[pid=6236] ppid=6234 vsize=9625004 CPUtime=4.53 cores=0,2,4,6
/proc/6236/stat : 6236 (java) S 6234 6236 32675 0 -1 4202496 15196 0 1 0 448 5 0 0 20 0 19 0 288014540 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140735983569072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6236/statm: 2406251 39335 2287 9 0 2396937 0
[pid=6236/tid=6238] ppid=6234 vsize=9625004 CPUtime=3.04 cores=0,2,4,6
/proc/6236/task/6238/stat : 6238 (java) R 6234 6236 32675 0 -1 4202560 2563 0 1 0 301 3 0 0 20 0 19 0 288014541 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140671176241544 140671000957156 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6239] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6239/stat : 6239 (java) S 6234 6236 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140671137733160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6240] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6240/stat : 6240 (java) S 6234 6236 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140671136680360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6241] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6241/stat : 6241 (java) S 6234 6236 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140671135627560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6236/tid=6242] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6242/stat : 6242 (java) S 6234 6236 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140671134574760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6243] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6243/stat : 6243 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140671133522984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6244] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6244/stat : 6244 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140671132470184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6245] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6245/stat : 6245 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140671131417384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6236/tid=6246] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6246/stat : 6246 (java) S 6234 6236 32675 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140671130364584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6236/tid=6247] ppid=6234 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/6236/task/6247/stat : 6247 (java) S 6234 6236 32675 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 288014543 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140671000242664 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6248] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6248/stat : 6248 (java) S 6234 6236 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140670999188728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6249] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6249/stat : 6249 (java) S 6234 6236 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140670998135816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6250] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6250/stat : 6250 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140670997084304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6251] ppid=6234 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/6236/task/6251/stat : 6251 (java) S 6234 6236 32675 0 -1 4202560 2407 0 0 0 46 0 0 0 20 0 19 0 288014546 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140670996032440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6252] ppid=6234 vsize=9625004 CPUtime=0.94 cores=0,2,4,6
/proc/6236/task/6252/stat : 6252 (java) S 6234 6236 32675 0 -1 4202560 8965 0 0 0 93 1 0 0 20 0 19 0 288014546 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140670994979640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6253] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6253/stat : 6253 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140670993927032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6254] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6254/stat : 6254 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140670992874440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6255] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6255/stat : 6255 (java) S 6234 6236 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288014595 9856004096 39335 33554432000 1073741824 1073778376 140735983577936 140670991819944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.53
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 2.15 2.04 2.01 3/213 6255
/proc/meminfo: memFree=27376284/32873648 swapFree=7104/7104
[pid=6236] ppid=6234 vsize=9625004 CPUtime=7.76 cores=0,2,4,6
/proc/6236/stat : 6236 (java) S 6234 6236 32675 0 -1 4202496 15205 0 1 0 771 5 0 0 20 0 19 0 288014540 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140735983569072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6236/statm: 2406251 39892 2287 9 0 2396937 0
[pid=6236/tid=6238] ppid=6234 vsize=9625004 CPUtime=6.21 cores=0,2,4,6
/proc/6236/task/6238/stat : 6238 (java) R 6234 6236 32675 0 -1 4202560 2566 0 1 0 618 3 0 0 20 0 19 0 288014541 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140671176241784 140671001070513 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6239] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6239/stat : 6239 (java) S 6234 6236 32675 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140671137733160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6240] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6240/stat : 6240 (java) S 6234 6236 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140671136680360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6241] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6241/stat : 6241 (java) S 6234 6236 32675 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140671135627560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6242] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6242/stat : 6242 (java) S 6234 6236 32675 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140671134574760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6243] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6243/stat : 6243 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140671133522984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6244] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6244/stat : 6244 (java) S 6234 6236 32675 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140671132470184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6245] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6245/stat : 6245 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140671131417384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6236/tid=6246] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6246/stat : 6246 (java) S 6234 6236 32675 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 288014542 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140671130364584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6236/tid=6247] ppid=6234 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/6236/task/6247/stat : 6247 (java) S 6234 6236 32675 0 -1 4202560 35 0 0 0 3 0 0 0 20 0 19 0 288014543 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140671000242664 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6248] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6248/stat : 6248 (java) S 6234 6236 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140670999188728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6249] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6249/stat : 6249 (java) S 6234 6236 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140670998135816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6250] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6250/stat : 6250 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140670997084304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6251] ppid=6234 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6236/task/6251/stat : 6251 (java) S 6234 6236 32675 0 -1 4202560 2407 0 0 0 47 0 0 0 20 0 19 0 288014546 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140670996032440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6252] ppid=6234 vsize=9625004 CPUtime=0.96 cores=0,2,4,6
/proc/6236/task/6252/stat : 6252 (java) S 6234 6236 32675 0 -1 4202560 8965 0 0 0 95 1 0 0 20 0 19 0 288014546 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140670994979640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6253] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6253/stat : 6253 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140670993927032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6254] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6254/stat : 6254 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140670992874440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6255] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6255/stat : 6255 (java) S 6234 6236 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288014595 9856004096 39892 33554432000 1073741824 1073778376 140735983577936 140670991819944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=6236/tid=6244] ppid=6234 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/6236/task/6244/stat : 6244 (java) S 6234 6236 32675 0 -1 4202560 201 0 0 0 64 4 0 0 20 0 19 0 288014542 9856004096 104900 33554432000 1073741824 1073778376 140735983577936 140671132470184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6245] ppid=6234 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/6236/task/6245/stat : 6245 (java) S 6234 6236 32675 0 -1 4202560 80 0 0 0 62 4 0 0 20 0 19 0 288014542 9856004096 104900 33554432000 1073741824 1073778376 140735983577936 140671131417384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6246] ppid=6234 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/6236/task/6246/stat : 6246 (java) S 6234 6236 32675 0 -1 4202560 120 0 0 0 56 5 0 0 20 0 19 0 288014542 9856004096 104900 33554432000 1073741824 1073778376 140735983577936 140671130364584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6247] ppid=6234 vsize=9625004 CPUtime=3.94 cores=0,2,4,6
/proc/6236/task/6247/stat : 6247 (java) S 6234 6236 32675 0 -1 4202560 154 0 0 0 393 1 0 0 20 0 19 0 288014543 9856004096 104900 33554432000 1073741824 1073778376 140735983577936 140671000242664 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6248] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6248/stat : 6248 (java) S 6234 6236 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 104900 33554432000 1073741824 1073778376 140735983577936 140670999188728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6249] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6249/stat : 6249 (java) S 6234 6236 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 104900 33554432000 1073741824 1073778376 140735983577936 140670998135816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6250] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6250/stat : 6250 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 104900 33554432000 1073741824 1073778376 140735983577936 140670997084304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6251] ppid=6234 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6236/task/6251/stat : 6251 (java) S 6234 6236 32675 0 -1 4202560 2407 0 0 0 47 0 0 0 20 0 19 0 288014546 9856004096 104900 33554432000 1073741824 1073778376 140735983577936 140670996032440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6252] ppid=6234 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/6236/task/6252/stat : 6252 (java) S 6234 6236 32675 0 -1 4202560 8994 0 0 0 111 2 0 0 20 0 19 0 288014546 9856004096 104900 33554432000 1073741824 1073778376 140735983577936 140670994979640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6253] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6253/stat : 6253 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 104900 33554432000 1073741824 1073778376 140735983577936 140670993927032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6254] ppid=6234 vsize=9625004 CPUtime=0.39 cores=0,2,4,6
/proc/6236/task/6254/stat : 6254 (java) S 6234 6236 32675 0 -1 4202560 99 0 0 0 19 20 0 0 20 0 19 0 288014546 9856004096 104900 33554432000 1073741824 1073778376 140735983577936 140670992874440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6255] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6255/stat : 6255 (java) S 6234 6236 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288014595 9856004096 104900 33554432000 1073741824 1073778376 140735983577936 140670991819944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.67
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6329
/proc/meminfo: memFree=27101172/32873648 swapFree=7104/7104
[pid=6236] ppid=6234 vsize=9625004 CPUtime=1787.83 cores=0,2,4,6
/proc/6236/stat : 6236 (java) S 6234 6236 32675 0 -1 4202496 16847 0 1 0 178724 59 0 0 20 0 19 0 288014540 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140735983569072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6236/statm: 2406251 104902 2288 9 0 2396937 0
[pid=6236/tid=6238] ppid=6234 vsize=9625004 CPUtime=1776.72 cores=0,2,4,6
/proc/6236/task/6238/stat : 6238 (java) R 6234 6236 32675 0 -1 4202560 2654 0 1 0 177641 31 0 0 20 0 19 0 288014541 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140671176241456 140671000943991 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6239] ppid=6234 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/6236/task/6239/stat : 6239 (java) S 6234 6236 32675 0 -1 4202560 112 0 0 0 61 4 0 0 20 0 19 0 288014542 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140671137733160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6240] ppid=6234 vsize=9625004 CPUtime=0.61 cores=0,2,4,6
/proc/6236/task/6240/stat : 6240 (java) S 6234 6236 32675 0 -1 4202560 269 0 0 0 56 5 0 0 20 0 19 0 288014542 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140671136680360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6241] ppid=6234 vsize=9625004 CPUtime=0.65 cores=0,2,4,6
/proc/6236/task/6241/stat : 6241 (java) S 6234 6236 32675 0 -1 4202560 208 0 0 0 60 5 0 0 20 0 19 0 288014542 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140671135627560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6242] ppid=6234 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/6236/task/6242/stat : 6242 (java) S 6234 6236 32675 0 -1 4202560 190 0 0 0 60 3 0 0 20 0 19 0 288014542 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140671134574760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6243] ppid=6234 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/6236/task/6243/stat : 6243 (java) S 6234 6236 32675 0 -1 4202560 167 0 0 0 60 3 0 0 20 0 19 0 288014542 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140671133522984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6236/tid=6244] ppid=6234 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/6236/task/6244/stat : 6244 (java) S 6234 6236 32675 0 -1 4202560 201 0 0 0 65 4 0 0 20 0 19 0 288014542 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140671132470184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6245] ppid=6234 vsize=9625004 CPUtime=0.68 cores=0,2,4,6
/proc/6236/task/6245/stat : 6245 (java) S 6234 6236 32675 0 -1 4202560 80 0 0 0 64 4 0 0 20 0 19 0 288014542 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140671131417384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6246] ppid=6234 vsize=9625004 CPUtime=0.63 cores=0,2,4,6
/proc/6236/task/6246/stat : 6246 (java) S 6234 6236 32675 0 -1 4202560 121 0 0 0 58 5 0 0 20 0 19 0 288014542 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140671130364584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6247] ppid=6234 vsize=9625004 CPUtime=4.03 cores=0,2,4,6
/proc/6236/task/6247/stat : 6247 (java) S 6234 6236 32675 0 -1 4202560 156 0 0 0 402 1 0 0 20 0 19 0 288014543 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140671000242664 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6248] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6248/stat : 6248 (java) S 6234 6236 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140670999188728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6249] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6249/stat : 6249 (java) S 6234 6236 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140670998135816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6250] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6250/stat : 6250 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140670997084304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6251] ppid=6234 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6236/task/6251/stat : 6251 (java) S 6234 6236 32675 0 -1 4202560 2407 0 0 0 47 0 0 0 20 0 19 0 288014546 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140670996032440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6252] ppid=6234 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/6236/task/6252/stat : 6252 (java) S 6234 6236 32675 0 -1 4202560 8994 0 0 0 111 2 0 0 20 0 19 0 288014546 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140670994979640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6253] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6253/stat : 6253 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140670993927032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6254] ppid=6234 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/6236/task/6254/stat : 6254 (java) S 6234 6236 32675 0 -1 4202560 103 0 0 0 19 21 0 0 20 0 19 0 288014546 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140670992874440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6255] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6255/stat : 6255 (java) S 6234 6236 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288014595 9856004096 104902 33554432000 1073741824 1073778376 140735983577936 140670991819944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.83
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6329
/proc/meminfo: memFree=27097324/32873648 swapFree=7104/7104
[pid=6236] ppid=6234 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/6236/stat : 6236 (java) S 6234 6236 32675 0 -1 4202496 16853 0 1 0 179943 59 0 0 20 0 19 0 288014540 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140735983569072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6236/statm: 2406251 104905 2288 9 0 2396937 0
[pid=6236/tid=6238] ppid=6234 vsize=9625004 CPUtime=1788.68 cores=0,2,4,6
/proc/6236/task/6238/stat : 6238 (java) R 6234 6236 32675 0 -1 4202560 2655 0 1 0 178837 31 0 0 20 0 19 0 288014541 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671176241456 140671001070082 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6239] ppid=6234 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/6236/task/6239/stat : 6239 (java) S 6234 6236 32675 0 -1 4202560 112 0 0 0 62 4 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671137733160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6240] ppid=6234 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/6236/task/6240/stat : 6240 (java) S 6234 6236 32675 0 -1 4202560 269 0 0 0 57 5 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671136680360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6241] ppid=6234 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/6236/task/6241/stat : 6241 (java) S 6234 6236 32675 0 -1 4202560 208 0 0 0 61 5 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671135627560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6242] ppid=6234 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/6236/task/6242/stat : 6242 (java) S 6234 6236 32675 0 -1 4202560 190 0 0 0 61 3 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671134574760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6243] ppid=6234 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/6236/task/6243/stat : 6243 (java) S 6234 6236 32675 0 -1 4202560 167 0 0 0 63 3 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671133522984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6236/tid=6244] ppid=6234 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/6236/task/6244/stat : 6244 (java) S 6234 6236 32675 0 -1 4202560 201 0 0 0 68 4 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671132470184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6245] ppid=6234 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/6236/task/6245/stat : 6245 (java) S 6234 6236 32675 0 -1 4202560 80 0 0 0 65 4 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671131417384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6246] ppid=6234 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/6236/task/6246/stat : 6246 (java) S 6234 6236 32675 0 -1 4202560 124 0 0 0 59 5 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671130364584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6247] ppid=6234 vsize=9625004 CPUtime=4.14 cores=0,2,4,6
/proc/6236/task/6247/stat : 6247 (java) S 6234 6236 32675 0 -1 4202560 158 0 0 0 413 1 0 0 20 0 19 0 288014543 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671000242664 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6248] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6248/stat : 6248 (java) S 6234 6236 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670999188728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6249] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6249/stat : 6249 (java) S 6234 6236 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670998135816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6250] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6250/stat : 6250 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670997084304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6251] ppid=6234 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6236/task/6251/stat : 6251 (java) S 6234 6236 32675 0 -1 4202560 2407 0 0 0 47 0 0 0 20 0 19 0 288014546 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670996032440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6252] ppid=6234 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/6236/task/6252/stat : 6252 (java) S 6234 6236 32675 0 -1 4202560 8994 0 0 0 111 2 0 0 20 0 19 0 288014546 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670994979640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6253] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6253/stat : 6253 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670993927032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6254] ppid=6234 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/6236/task/6254/stat : 6254 (java) S 6234 6236 32675 0 -1 4202560 103 0 0 0 20 21 0 0 20 0 19 0 288014546 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670992874440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6255] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6255/stat : 6255 (java) S 6234 6236 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288014595 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670991819944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6329
/proc/meminfo: memFree=27097324/32873648 swapFree=7104/7104
[pid=6236] ppid=6234 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/6236/stat : 6236 (java) S 6234 6236 32675 0 -1 4202496 16853 0 1 0 179943 59 0 0 20 0 19 0 288014540 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140735983569072 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6236/statm: 2406251 104905 2288 9 0 2396937 0
[pid=6236/tid=6238] ppid=6234 vsize=9625004 CPUtime=1788.68 cores=0,2,4,6
/proc/6236/task/6238/stat : 6238 (java) R 6234 6236 32675 0 -1 4202560 2655 0 1 0 178837 31 0 0 20 0 19 0 288014541 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671176241456 140671001070082 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6239] ppid=6234 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/6236/task/6239/stat : 6239 (java) S 6234 6236 32675 0 -1 4202560 112 0 0 0 62 4 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671137733160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6240] ppid=6234 vsize=9625004 CPUtime=0.62 cores=0,2,4,6
/proc/6236/task/6240/stat : 6240 (java) S 6234 6236 32675 0 -1 4202560 269 0 0 0 57 5 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671136680360 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6241] ppid=6234 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/6236/task/6241/stat : 6241 (java) S 6234 6236 32675 0 -1 4202560 208 0 0 0 61 5 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671135627560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6242] ppid=6234 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/6236/task/6242/stat : 6242 (java) S 6234 6236 32675 0 -1 4202560 190 0 0 0 61 3 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671134574760 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6243] ppid=6234 vsize=9625004 CPUtime=0.66 cores=0,2,4,6
/proc/6236/task/6243/stat : 6243 (java) S 6234 6236 32675 0 -1 4202560 167 0 0 0 63 3 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671133522984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6236/tid=6244] ppid=6234 vsize=9625004 CPUtime=0.72 cores=0,2,4,6
/proc/6236/task/6244/stat : 6244 (java) S 6234 6236 32675 0 -1 4202560 201 0 0 0 68 4 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671132470184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6245] ppid=6234 vsize=9625004 CPUtime=0.69 cores=0,2,4,6
/proc/6236/task/6245/stat : 6245 (java) S 6234 6236 32675 0 -1 4202560 80 0 0 0 65 4 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671131417384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6246] ppid=6234 vsize=9625004 CPUtime=0.64 cores=0,2,4,6
/proc/6236/task/6246/stat : 6246 (java) S 6234 6236 32675 0 -1 4202560 124 0 0 0 59 5 0 0 20 0 19 0 288014542 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671130364584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6247] ppid=6234 vsize=9625004 CPUtime=4.14 cores=0,2,4,6
/proc/6236/task/6247/stat : 6247 (java) S 6234 6236 32675 0 -1 4202560 158 0 0 0 413 1 0 0 20 0 19 0 288014543 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140671000242664 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6248] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6248/stat : 6248 (java) S 6234 6236 32675 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670999188728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6249] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6249/stat : 6249 (java) S 6234 6236 32675 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 288014544 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670998135816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6250] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6250/stat : 6250 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670997084304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6251] ppid=6234 vsize=9625004 CPUtime=0.47 cores=0,2,4,6
/proc/6236/task/6251/stat : 6251 (java) S 6234 6236 32675 0 -1 4202560 2407 0 0 0 47 0 0 0 20 0 19 0 288014546 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670996032440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6236/tid=6252] ppid=6234 vsize=9625004 CPUtime=1.13 cores=0,2,4,6
/proc/6236/task/6252/stat : 6252 (java) S 6234 6236 32675 0 -1 4202560 8994 0 0 0 111 2 0 0 20 0 19 0 288014546 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670994979640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6253] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6253/stat : 6253 (java) S 6234 6236 32675 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 288014546 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670993927032 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6236/tid=6254] ppid=6234 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/6236/task/6254/stat : 6254 (java) S 6234 6236 32675 0 -1 4202560 103 0 0 0 20 21 0 0 20 0 19 0 288014546 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670992874440 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6236/tid=6255] ppid=6234 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6236/task/6255/stat : 6255 (java) S 6234 6236 32675 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 288014595 9856004096 104905 33554432000 1073741824 1073778376 140735983577936 140670991819944 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Child status: 143
Real time (s): 1794.47
CPU time (s): 1800.52
CPU user time (s): 1799.5
CPU system time (s): 1.02084
CPU usage (%): 100.337
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 1.02084
maximum resident set size= 419740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16942
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= 40101
involuntary context switches= 16347

runsolver used 6.13207 second user time and 14.4428 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-28 17:28:11
IDJOB=3710012
IDBENCH=90196
IDSOLVER=2289
FILE ID=node127/3710012-1338218891
RUNJOBID= node127-1338206934-5254
PBS_JOBID= 14624582
Free space on /tmp= 71168 MiB

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

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

MD5SUM BENCH= 59945e7fb6f70b0a7aeb9a0267c89f72
RANDOM SEED=1321371166

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.94
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.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
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.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27528944 kB
Buffers:          496940 kB
Cached:          3630584 kB
SwapCached:            0 kB
Active:          1590240 kB
Inactive:        2870156 kB
Active(anon):     335084 kB
Inactive(anon):        0 kB
Active(file):    1255156 kB
Inactive(file):  2870156 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2008 kB
Writeback:             0 kB
AnonPages:        339404 kB
Mapped:            22632 kB
Shmem:               200 kB
Slab:             745748 kB
SReclaimable:     189856 kB
SUnreclaim:       555892 kB
KernelStack:        1600 kB
PageTables:         4768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     703604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71168 MiB
End job on node127 at 2012-05-28 17:58:07