Trace number 3689661

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.67 1785.28

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K176.opb
MD5SUM3f678424628fecb2a53891618f9bde8f
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 variables20944
Total number of constraints21298
Number of constraints which are clauses21122
Number of constraints which are cardinality constraints (but not clauses)176
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint176
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 177
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.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689661-1337892142.opb
0.08/0.12	c reading problem ... 
1.20/0.61	c ... done. Wall clock time 0.494s.
1.20/0.61	c declared #vars     20944
1.20/0.61	c #constraints  21298
1.20/0.61	c constraints type 
1.20/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18845
1.20/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 176
1.20/0.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.20/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2275
1.20/0.61	c 21298 constraints processed.
3.81/2.98	c cleaning 2482 clauses out of 4993 with flag 5000/5000
6.60/5.21	c cleaning 4207 clauses out of 8508 with flag 11000/11000
8.82/7.45	c cleaning 5596 clauses out of 11297 with flag 18000/18000
11.83/10.42	c cleaning 6728 clauses out of 13697 with flag 26000/26000
14.79/13.33	c cleaning 7919 clauses out of 15968 with flag 35001/35001
18.22/16.74	c cleaning 8838 clauses out of 18047 with flag 45000/45000
22.23/20.80	c cleaning 9926 clauses out of 20207 with flag 56000/56000
26.15/24.66	c cleaning 11058 clauses out of 22281 with flag 68000/68000
30.27/28.70	c cleaning 11987 clauses out of 24222 with flag 81002/81002
34.50/32.91	c cleaning 12939 clauses out of 26234 with flag 95002/95002
39.12/37.56	c cleaning 13938 clauses out of 28287 with flag 110000/110000
43.75/42.19	c cleaning 15098 clauses out of 30349 with flag 126001/126001
49.88/48.22	c cleaning 15940 clauses out of 32246 with flag 143000/143000
56.22/54.53	c cleaning 16762 clauses out of 34304 with flag 161000/161000
62.04/60.37	c cleaning 17059 clauses out of 36542 with flag 180000/180000
68.69/66.98	c cleaning 18165 clauses out of 39482 with flag 200000/200000
75.61/73.90	c cleaning 18819 clauses out of 42316 with flag 221000/221000
83.42/81.62	c cleaning 19884 clauses out of 45498 with flag 243001/243001
90.50/88.61	c cleaning 20900 clauses out of 48613 with flag 266000/266000
98.94/97.03	c cleaning 21787 clauses out of 51712 with flag 290000/290000
106.58/104.66	c cleaning 22686 clauses out of 54924 with flag 315000/315000
115.50/113.55	c cleaning 23466 clauses out of 58238 with flag 341000/341000
124.57/122.52	c cleaning 24754 clauses out of 61775 with flag 368004/368004
134.01/131.92	c cleaning 25137 clauses out of 65016 with flag 396000/396000
144.23/142.11	c cleaning 26605 clauses out of 68878 with flag 425000/425000
154.26/152.13	c cleaning 27104 clauses out of 72273 with flag 455000/455000
164.51/162.31	c cleaning 28406 clauses out of 76168 with flag 486000/486000
175.85/173.64	c cleaning 28998 clauses out of 79762 with flag 518000/518000
187.18/184.96	c cleaning 29612 clauses out of 83765 with flag 551001/551001
198.63/196.37	c cleaning 31135 clauses out of 88153 with flag 585001/585001
210.65/208.37	c cleaning 31819 clauses out of 92017 with flag 620000/620000
222.68/220.34	c cleaning 32847 clauses out of 96198 with flag 656000/656000
239.31/236.92	c cleaning 35484 clauses out of 100354 with flag 693003/693003
252.69/250.16	c cleaning 35143 clauses out of 102866 with flag 731001/731001
266.52/263.91	c cleaning 35830 clauses out of 106722 with flag 770001/770001
280.67/278.02	c cleaning 36744 clauses out of 110890 with flag 810000/810000
296.00/293.30	c cleaning 37567 clauses out of 115146 with flag 851000/851000
310.76/308.09	c cleaning 38920 clauses out of 119581 with flag 893002/893002
325.59/322.85	c cleaning 39943 clauses out of 123658 with flag 936000/936000
341.54/338.75	c cleaning 41374 clauses out of 127715 with flag 980000/980000
357.18/354.37	c cleaning 41445 clauses out of 131341 with flag 1025000/1025000
376.59/373.50	c cleaning 43385 clauses out of 135897 with flag 1071001/1071001
395.54/392.42	c cleaning 44239 clauses out of 139511 with flag 1118000/1118000
414.63/411.42	c cleaning 44068 clauses out of 143271 with flag 1166000/1166000
434.66/431.48	c cleaning 45210 clauses out of 148215 with flag 1215013/1215013
454.43/451.12	c cleaning 46250 clauses out of 152994 with flag 1265002/1265002
474.21/470.81	c cleaning 47206 clauses out of 157744 with flag 1316002/1316002
494.38/490.93	c cleaning 47981 clauses out of 162537 with flag 1368001/1368001
513.14/509.61	c cleaning 49588 clauses out of 167555 with flag 1421000/1421000
533.71/530.15	c cleaning 49697 clauses out of 171967 with flag 1475000/1475000
554.77/551.11	c cleaning 50825 clauses out of 177270 with flag 1530001/1530001
574.20/570.52	c cleaning 52928 clauses out of 182443 with flag 1586000/1586000
595.61/591.82	c cleaning 53303 clauses out of 186515 with flag 1643000/1643000
624.40/620.45	c cleaning 56108 clauses out of 191212 with flag 1701000/1701000
646.68/642.57	c cleaning 55378 clauses out of 194104 with flag 1760000/1760000
670.88/666.67	c cleaning 55463 clauses out of 198726 with flag 1820000/1820000
694.50/690.11	c cleaning 56562 clauses out of 204267 with flag 1881004/1881004
718.60/714.10	c cleaning 57899 clauses out of 209701 with flag 1943000/1943000
744.10/739.57	c cleaning 59087 clauses out of 214801 with flag 2006000/2006000
769.50/764.84	c cleaning 60435 clauses out of 219715 with flag 2070002/2070002
798.29/793.52	c cleaning 61153 clauses out of 224278 with flag 2135000/2135000
823.88/819.00	c cleaning 63993 clauses out of 229125 with flag 2201000/2201000
851.26/846.32	c cleaning 61822 clauses out of 232133 with flag 2268001/2268001
880.47/875.44	c cleaning 62908 clauses out of 238310 with flag 2336001/2336001
908.26/903.11	c cleaning 65257 clauses out of 244401 with flag 2405000/2405000
936.45/931.23	c cleaning 65288 clauses out of 249144 with flag 2475000/2475000
967.33/962.07	c cleaning 66137 clauses out of 254858 with flag 2546002/2546002
996.00/990.66	c cleaning 67375 clauses out of 260720 with flag 2618001/2618001
1024.21/1018.67	c cleaning 69002 clauses out of 266344 with flag 2691000/2691000
1054.93/1049.24	c cleaning 70155 clauses out of 271341 with flag 2765000/2765000
1083.62/1077.86	c cleaning 70483 clauses out of 276185 with flag 2840000/2840000
1114.92/1109.04	c cleaning 71871 clauses out of 281704 with flag 2916002/2916002
1146.28/1140.32	c cleaning 72013 clauses out of 286832 with flag 2993001/2993001
1179.46/1172.80	c cleaning 75708 clauses out of 292818 with flag 3071000/3071000
1216.22/1209.36	c cleaning 73639 clauses out of 296111 with flag 3150001/3150001
1248.19/1241.08	c cleaning 76033 clauses out of 302471 with flag 3230000/3230000
1289.51/1281.88	c cleaning 78491 clauses out of 307438 with flag 3311000/3311000
1324.68/1316.74	c cleaning 76616 clauses out of 310949 with flag 3393002/3393002
1372.47/1363.04	c cleaning 78770 clauses out of 317331 with flag 3476000/3476000
1412.33/1402.51	c cleaning 78772 clauses out of 322561 with flag 3560000/3560000
1450.96/1440.91	c cleaning 79261 clauses out of 328792 with flag 3645003/3645003
1491.11/1480.65	c cleaning 80901 clauses out of 335532 with flag 3731004/3731004
1531.96/1521.20	c cleaning 82049 clauses out of 341628 with flag 3818001/3818001
1574.49/1563.19	c cleaning 82487 clauses out of 347578 with flag 3906000/3906000
1613.07/1601.04	c cleaning 84964 clauses out of 354092 with flag 3995001/3995001
1653.62/1640.64	c cleaning 85207 clauses out of 359127 with flag 4085000/4085000
1695.78/1682.41	c cleaning 85295 clauses out of 364920 with flag 4176000/4176000
1744.46/1730.25	c cleaning 89180 clauses out of 371625 with flag 4268000/4268000
1789.65/1774.91	c cleaning 88954 clauses out of 375447 with flag 4361002/4361002
1800.09/1785.22	c starts		: 252
1800.09/1785.22	c conflicts		: 4388706
1800.09/1785.22	c decisions		: 108177823
1800.09/1785.22	c propagations		: 3694144545
1800.09/1785.22	c inspects		: 8302388547
1800.09/1785.22	c shortcuts		: 0
1800.09/1785.22	c learnt literals	: 62
1800.09/1785.22	c learnt binary clauses	: 253697
1800.09/1785.22	c learnt ternary clauses	: 253090
1800.09/1785.22	c learnt constraints	: 4388644
1800.09/1785.22	c ignored constraints	: 0
1800.09/1785.22	c root simplifications	: 0
1800.09/1785.22	c removed literals (reason simplification)	: 0
1800.09/1785.22	c reason swapping (by a shorter reason)	: 0
1800.09/1785.22	c Calls to reduceDB	: 89
1800.09/1785.22	c number of reductions to clauses (during analyze)	: 0
1800.09/1785.22	c number of learned constraints concerned by reduction	: 0
1800.09/1785.22	c number of learning phase by resolution	: 0
1800.09/1785.22	c number of learning phase by cutting planes	: 0
1800.09/1785.22	c speed (assignments/second)	: 2070033.5602398769
1800.09/1785.22	c non guided choices	86842
1800.09/1785.27	c learnt constraints type 
1800.09/1785.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 253697
1800.09/1785.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 60578
1800.09/1785.27	c constraints type 
1800.09/1785.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18845
1800.09/1785.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 176
1800.09/1785.27	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1785.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2275
1800.09/1785.27	c 21298 constraints processed.
1800.09/1785.27	s UNKNOWN
1800.09/1785.27	c Total wall clock time (in seconds): 1785.153

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-3689661-1337892142/watcher-3689661-1337892142 -o /tmp/evaluation-result-3689661-1337892142/solver-3689661-1337892142 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689661-1337892142.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.99 1.98 2.10 2/194 30670
/proc/meminfo: memFree=29253644/32873648 swapFree=6856/6856
[pid=30670] ppid=30668 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/30670/stat : 30670 (java) D 30668 30670 24583 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 255339612 2560000 46 33554432000 1073741824 1073778376 140736042853680 140736042850808 270698376487 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/30670/statm: 625 46 37 9 0 29 0

[startup+0.025619 s]
/proc/loadavg: 1.99 1.98 2.10 2/194 30670
/proc/meminfo: memFree=29253644/32873648 swapFree=6856/6856
[pid=30670] ppid=30668 vsize=102664 CPUtime=0 cores=0,2,4,6
/proc/30670/stat : 30670 (java) S 30668 30670 24583 0 -1 4202496 1429 0 1 0 0 0 0 0 20 0 2 0 255339612 105127936 1110 33554432000 1073741824 1073778376 140735310783040 140735310774176 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30670/statm: 25666 1110 857 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100211 s]
/proc/loadavg: 1.99 1.98 2.10 2/194 30670
/proc/meminfo: memFree=29253644/32873648 swapFree=6856/6856
[pid=30670] ppid=30668 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/30670/stat : 30670 (java) S 30668 30670 24583 0 -1 4202496 4175 0 1 0 7 1 0 0 20 0 18 0 255339612 9787813888 5375 33554432000 1073741824 1073778376 140735310783040 140735310774176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30670/statm: 2389603 5376 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300227 s]
/proc/loadavg: 1.99 1.98 2.10 2/194 30670
/proc/meminfo: memFree=29253644/32873648 swapFree=6856/6856
[pid=30670] ppid=30668 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/30670/stat : 30670 (java) S 30668 30670 24583 0 -1 4202496 7075 0 1 0 52 1 0 0 20 0 18 0 255339612 9787813888 11416 33554432000 1073741824 1073778376 140735310783040 140735310774176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30670/statm: 2389603 11416 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700239 s]
/proc/loadavg: 1.99 1.98 2.10 2/194 30670
/proc/meminfo: memFree=29253644/32873648 swapFree=6856/6856
[pid=30670] ppid=30668 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/30670/stat : 30670 (java) S 30668 30670 24583 0 -1 4202496 9426 0 1 0 141 4 0 0 20 0 19 0 255339612 9855975424 38233 33554432000 1073741824 1073778376 140735310783040 140735310774176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30670/statm: 2406244 38233 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 9624976

[startup+1.5007 s]
/proc/loadavg: 1.99 1.98 2.10 3/213 30689
/proc/meminfo: memFree=29109328/32873648 swapFree=6856/6856
[pid=30670] ppid=30668 vsize=9624976 CPUtime=2.39 cores=0,2,4,6
/proc/30670/stat : 30670 (java) S 30668 30670 24583 0 -1 4202496 9429 0 1 0 235 4 0 0 20 0 19 0 255339612 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140735310774176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30670/statm: 2406244 38236 2251 9 0 2396937 0
[pid=30670/tid=30672] ppid=30668 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/30670/task/30672/stat : 30672 (java) R 30668 30670 24583 0 -1 4202560 2513 0 1 0 142 4 0 0 20 0 19 0 255339614 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140593434075448 140593289063672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30673] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30673/stat : 30673 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140593277217064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30674] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30674/stat : 30674 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140593276164264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30675] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30675/stat : 30675 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140593275111976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30676] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30676/stat : 30676 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140593274059176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30677] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30677/stat : 30677 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140593273006888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30678] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30678/stat : 30678 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140592935856808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30679] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30679/stat : 30679 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140592934804520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30680] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30680/stat : 30680 (java) S 30668 30670 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140592933751720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30681] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30681/stat : 30681 (java) S 30668 30670 24583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255339616 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140592921553128 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30682] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30682/stat : 30682 (java) S 30668 30670 24583 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140592920499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30683] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30683/stat : 30683 (java) S 30668 30670 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140592919446792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30684] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30684/stat : 30684 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140592918395280 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30685] ppid=30668 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/30670/task/30685/stat : 30685 (java) S 30668 30670 24583 0 -1 4202560 2810 0 0 0 43 0 0 0 20 0 19 0 255339619 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140592917342904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30686] ppid=30668 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/30670/task/30686/stat : 30686 (java) S 30668 30670 24583 0 -1 4202560 2906 0 0 0 47 0 0 0 20 0 19 0 255339619 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140592916290104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30687] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30687/stat : 30687 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140592915238008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30688] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30688/stat : 30688 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140592914185416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30689] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30689/stat : 30689 (java) S 30668 30670 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255339676 9855975424 38236 33554432000 1073741824 1073778376 140735310783040 140592913097640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 1.99 1.98 2.10 3/213 30689
/proc/meminfo: memFree=29106776/32873648 swapFree=6856/6856
[pid=30670] ppid=30668 vsize=9624976 CPUtime=4.16 cores=0,2,4,6
/proc/30670/stat : 30670 (java) S 30668 30670 24583 0 -1 4202496 13302 0 1 0 410 6 0 0 20 0 19 0 255339612 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140735310774176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30670/statm: 2406244 46054 2281 9 0 2396937 0
[pid=30670/tid=30672] ppid=30668 vsize=9624976 CPUtime=3.02 cores=0,2,4,6
/proc/30670/task/30672/stat : 30672 (java) R 30668 30670 24583 0 -1 4202560 2520 0 1 0 298 4 0 0 20 0 19 0 255339614 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140593434083736 140593288451982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30673] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30673/stat : 30673 (java) S 30668 30670 24583 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140593277217064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30674] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30674/stat : 30674 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140593276164264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30675] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30675/stat : 30675 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140593275111976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30676] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30676/stat : 30676 (java) S 30668 30670 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140593274059176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30677] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30677/stat : 30677 (java) S 30668 30670 24583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140593273006888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30678] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30678/stat : 30678 (java) S 30668 30670 24583 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140592935856808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30679] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30679/stat : 30679 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140592934804520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30680] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30680/stat : 30680 (java) S 30668 30670 24583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140592933751720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30681] ppid=30668 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/30670/task/30681/stat : 30681 (java) S 30668 30670 24583 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255339616 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140592921553128 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30682] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30682/stat : 30682 (java) S 30668 30670 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140592920499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30683] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30683/stat : 30683 (java) S 30668 30670 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140592919446792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30684] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30684/stat : 30684 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140592918395280 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30685] ppid=30668 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/30670/task/30685/stat : 30685 (java) S 30668 30670 24583 0 -1 4202560 2814 0 0 0 46 0 0 0 20 0 19 0 255339619 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140592917342904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30686] ppid=30668 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/30670/task/30686/stat : 30686 (java) R 30668 30670 24583 0 -1 4202560 6713 0 0 0 57 0 0 0 20 0 19 0 255339619 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140592916279608 140593436571939 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30687] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30687/stat : 30687 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140592915238008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30688] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30688/stat : 30688 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140592914185416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30689] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30689/stat : 30689 (java) S 30668 30670 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255339676 9855975424 46054 33554432000 1073741824 1073778376 140735310783040 140592913097640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 9624976

[startup+6.30058 s]
/proc/loadavg: 1.99 1.98 2.10 3/213 30689
/proc/meminfo: memFree=29066144/32873648 swapFree=6856/6856
[pid=30670] ppid=30668 vsize=9624976 CPUtime=7.72 cores=0,2,4,6
/proc/30670/stat : 30670 (java) S 30668 30670 24583 0 -1 4202496 15348 0 1 0 765 7 0 0 20 0 19 0 255339612 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140735310774176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30670/statm: 2406244 48789 2281 9 0 2396937 0
[pid=30670/tid=30672] ppid=30668 vsize=9624976 CPUtime=6.19 cores=0,2,4,6
/proc/30670/task/30672/stat : 30672 (java) R 30668 30670 24583 0 -1 4202560 2523 0 1 0 615 4 0 0 20 0 19 0 255339614 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140593434083768 140593288978156 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30673] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30673/stat : 30673 (java) S 30668 30670 24583 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140593277217064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30674] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30674/stat : 30674 (java) S 30668 30670 24583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140593276164264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30675] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30675/stat : 30675 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140593275111976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30676] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30676/stat : 30676 (java) S 30668 30670 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140593274059176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30677] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30677/stat : 30677 (java) S 30668 30670 24583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140593273006888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30678] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30678/stat : 30678 (java) S 30668 30670 24583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140592935856808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30679] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30679/stat : 30679 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140592934804520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30680] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30680/stat : 30680 (java) S 30668 30670 24583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255339615 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140592933751720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30681] ppid=30668 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/30670/task/30681/stat : 30681 (java) S 30668 30670 24583 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 255339616 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140592921553128 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30682] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30682/stat : 30682 (java) S 30668 30670 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140592920499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30683] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30683/stat : 30683 (java) S 30668 30670 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140592919446792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30684] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30684/stat : 30684 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140592918395280 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30685] ppid=30668 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/30670/task/30685/stat : 30685 (java) S 30668 30670 24583 0 -1 4202560 2814 0 0 0 48 0 0 0 20 0 19 0 255339619 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140592917342904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30686] ppid=30668 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/30670/task/30686/stat : 30686 (java) S 30668 30670 24583 0 -1 4202560 8736 0 0 0 89 2 0 0 20 0 19 0 255339619 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140592916290104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30687] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30687/stat : 30687 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140592915238008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30688] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30688/stat : 30688 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140592914185416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30689] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30689/stat : 30689 (java) S 30668 30670 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255339676 9855975424 48789 33554432000 1073741824 1073778376 140735310783040 140592913097640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=30670/tid=30678] ppid=30668 vsize=9624976 CPUtime=1.97 cores=0,2,4,6
/proc/30670/task/30678/stat : 30678 (java) S 30668 30670 24583 0 -1 4202560 408 0 0 0 187 10 0 0 20 0 19 0 255339615 9855975424 195676 33554432000 1073741824 1073778376 140735310783040 140592935856808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30679] ppid=30668 vsize=9624976 CPUtime=1.97 cores=0,2,4,6
/proc/30670/task/30679/stat : 30679 (java) S 30668 30670 24583 0 -1 4202560 528 0 0 0 185 12 0 0 20 0 19 0 255339615 9855975424 195676 33554432000 1073741824 1073778376 140735310783040 140592934804520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30680] ppid=30668 vsize=9624976 CPUtime=2.14 cores=0,2,4,6
/proc/30670/task/30680/stat : 30680 (java) S 30668 30670 24583 0 -1 4202560 474 0 0 0 202 12 0 0 20 0 19 0 255339615 9855975424 195676 33554432000 1073741824 1073778376 140735310783040 140592933751720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30681] ppid=30668 vsize=9624976 CPUtime=5.98 cores=0,2,4,6
/proc/30670/task/30681/stat : 30681 (java) S 30668 30670 24583 0 -1 4202560 731 0 0 0 594 4 0 0 20 0 19 0 255339616 9855975424 195676 33554432000 1073741824 1073778376 140735310783040 140592921553128 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30682] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30682/stat : 30682 (java) S 30668 30670 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 195676 33554432000 1073741824 1073778376 140735310783040 140592920499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30683] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30683/stat : 30683 (java) S 30668 30670 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 195676 33554432000 1073741824 1073778376 140735310783040 140592919446792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30684] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30684/stat : 30684 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 195676 33554432000 1073741824 1073778376 140735310783040 140592918395280 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30685] ppid=30668 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/30670/task/30685/stat : 30685 (java) S 30668 30670 24583 0 -1 4202560 2826 0 0 0 60 0 0 0 20 0 19 0 255339619 9855975424 195676 33554432000 1073741824 1073778376 140735310783040 140592917342904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30686] ppid=30668 vsize=9624976 CPUtime=0.97 cores=0,2,4,6
/proc/30670/task/30686/stat : 30686 (java) S 30668 30670 24583 0 -1 4202560 8744 0 0 0 95 2 0 0 20 0 19 0 255339619 9855975424 195676 33554432000 1073741824 1073778376 140735310783040 140592916290104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30687] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30687/stat : 30687 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 195676 33554432000 1073741824 1073778376 140735310783040 140592915238008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30688] ppid=30668 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/30670/task/30688/stat : 30688 (java) S 30668 30670 24583 0 -1 4202560 95 0 0 0 22 24 0 0 20 0 19 0 255339619 9855975424 195676 33554432000 1073741824 1073778376 140735310783040 140592914185416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30689] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30689/stat : 30689 (java) S 30668 30670 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255339676 9855975424 195676 33554432000 1073741824 1073778376 140735310783040 140592913097640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1675.54
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 30786
/proc/meminfo: memFree=26541668/32873648 swapFree=6856/6856
[pid=30670] ppid=30668 vsize=9624976 CPUtime=1736.42 cores=0,2,4,6
/proc/30670/stat : 30670 (java) S 30668 30670 24583 0 -1 4202496 20231 0 1 0 173515 127 0 0 20 0 19 0 255339612 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140735310774176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30670/statm: 2406244 177106 2282 9 0 2396937 0
[pid=30670/tid=30672] ppid=30668 vsize=9624976 CPUtime=1711.25 cores=0,2,4,6
/proc/30670/task/30672/stat : 30672 (java) R 30668 30670 24583 0 -1 4202560 2693 0 1 0 171091 34 0 0 20 0 19 0 255339614 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140593434082704 140593288970525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30673] ppid=30668 vsize=9624976 CPUtime=2.2 cores=0,2,4,6
/proc/30670/task/30673/stat : 30673 (java) S 30668 30670 24583 0 -1 4202560 631 0 0 0 211 9 0 0 20 0 19 0 255339615 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140593277217064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30674] ppid=30668 vsize=9624976 CPUtime=2.12 cores=0,2,4,6
/proc/30670/task/30674/stat : 30674 (java) S 30668 30670 24583 0 -1 4202560 537 0 0 0 201 11 0 0 20 0 19 0 255339615 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140593276164264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30675] ppid=30668 vsize=9624976 CPUtime=2.06 cores=0,2,4,6
/proc/30670/task/30675/stat : 30675 (java) S 30668 30670 24583 0 -1 4202560 466 0 0 0 195 11 0 0 20 0 19 0 255339615 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140593275111976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30676] ppid=30668 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/30670/task/30676/stat : 30676 (java) S 30668 30670 24583 0 -1 4202560 308 0 0 0 192 10 0 0 20 0 19 0 255339615 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140593274059176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30677] ppid=30668 vsize=9624976 CPUtime=2.22 cores=0,2,4,6
/proc/30670/task/30677/stat : 30677 (java) S 30668 30670 24583 0 -1 4202560 557 0 0 0 208 14 0 0 20 0 19 0 255339615 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140593273006888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30678] ppid=30668 vsize=9624976 CPUtime=2.12 cores=0,2,4,6
/proc/30670/task/30678/stat : 30678 (java) S 30668 30670 24583 0 -1 4202560 437 0 0 0 202 10 0 0 20 0 19 0 255339615 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140592935856808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30679] ppid=30668 vsize=9624976 CPUtime=2.1 cores=0,2,4,6
/proc/30670/task/30679/stat : 30679 (java) S 30668 30670 24583 0 -1 4202560 533 0 0 0 198 12 0 0 20 0 19 0 255339615 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140592934804520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30680] ppid=30668 vsize=9624976 CPUtime=2.31 cores=0,2,4,6
/proc/30670/task/30680/stat : 30680 (java) S 30668 30670 24583 0 -1 4202560 474 0 0 0 218 13 0 0 20 0 19 0 255339615 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140592933751720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30681] ppid=30668 vsize=9624976 CPUtime=6.14 cores=0,2,4,6
/proc/30670/task/30681/stat : 30681 (java) S 30668 30670 24583 0 -1 4202560 740 0 0 0 610 4 0 0 20 0 19 0 255339616 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140592921553128 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30682] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30682/stat : 30682 (java) S 30668 30670 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140592920499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30683] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30683/stat : 30683 (java) S 30668 30670 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140592919446792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30684] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30684/stat : 30684 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140592918395280 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30685] ppid=30668 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/30670/task/30685/stat : 30685 (java) S 30668 30670 24583 0 -1 4202560 2826 0 0 0 60 0 0 0 20 0 19 0 255339619 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140592917342904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30686] ppid=30668 vsize=9624976 CPUtime=0.97 cores=0,2,4,6
/proc/30670/task/30686/stat : 30686 (java) S 30668 30670 24583 0 -1 4202560 8744 0 0 0 95 2 0 0 20 0 19 0 255339619 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140592916290104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30687] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30687/stat : 30687 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140592915238008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30688] ppid=30668 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/30670/task/30688/stat : 30688 (java) S 30668 30670 24583 0 -1 4202560 99 0 0 0 23 25 0 0 20 0 19 0 255339619 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140592914185416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30689] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30689/stat : 30689 (java) S 30668 30670 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255339676 9855975424 177106 33554432000 1073741824 1073778376 140735310783040 140592913097640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1736.42
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 30786
/proc/meminfo: memFree=26542596/32873648 swapFree=6856/6856
[pid=30670] ppid=30668 vsize=9624976 CPUtime=1797.14 cores=0,2,4,6
/proc/30670/stat : 30670 (java) S 30668 30670 24583 0 -1 4202496 20708 0 1 0 179585 129 0 0 20 0 19 0 255339612 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140735310774176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30670/statm: 2406244 174487 2282 9 0 2396937 0
[pid=30670/tid=30672] ppid=30668 vsize=9624976 CPUtime=1770.75 cores=0,2,4,6
/proc/30670/task/30672/stat : 30672 (java) R 30668 30670 24583 0 -1 4202560 2702 0 1 0 177041 34 0 0 20 0 19 0 255339614 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140593434083616 140593289063813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30673] ppid=30668 vsize=9624976 CPUtime=2.32 cores=0,2,4,6
/proc/30670/task/30673/stat : 30673 (java) S 30668 30670 24583 0 -1 4202560 775 0 0 0 223 9 0 0 20 0 19 0 255339615 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140593277217064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30674] ppid=30668 vsize=9624976 CPUtime=2.25 cores=0,2,4,6
/proc/30670/task/30674/stat : 30674 (java) S 30668 30670 24583 0 -1 4202560 569 0 0 0 214 11 0 0 20 0 19 0 255339615 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140593276164264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30675] ppid=30668 vsize=9624976 CPUtime=2.17 cores=0,2,4,6
/proc/30670/task/30675/stat : 30675 (java) S 30668 30670 24583 0 -1 4202560 469 0 0 0 206 11 0 0 20 0 19 0 255339615 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140593275111976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30676] ppid=30668 vsize=9624976 CPUtime=2.16 cores=0,2,4,6
/proc/30670/task/30676/stat : 30676 (java) S 30668 30670 24583 0 -1 4202560 543 0 0 0 206 10 0 0 20 0 19 0 255339615 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140593274059176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30677] ppid=30668 vsize=9624976 CPUtime=2.33 cores=0,2,4,6
/proc/30670/task/30677/stat : 30677 (java) S 30668 30670 24583 0 -1 4202560 558 0 0 0 218 15 0 0 20 0 19 0 255339615 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140593273006888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30678] ppid=30668 vsize=9624976 CPUtime=2.24 cores=0,2,4,6
/proc/30670/task/30678/stat : 30678 (java) S 30668 30670 24583 0 -1 4202560 439 0 0 0 214 10 0 0 20 0 19 0 255339615 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140592935856808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30679] ppid=30668 vsize=9624976 CPUtime=2.22 cores=0,2,4,6
/proc/30670/task/30679/stat : 30679 (java) S 30668 30670 24583 0 -1 4202560 542 0 0 0 210 12 0 0 20 0 19 0 255339615 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140592934804520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30680] ppid=30668 vsize=9624976 CPUtime=2.44 cores=0,2,4,6
/proc/30670/task/30680/stat : 30680 (java) S 30668 30670 24583 0 -1 4202560 474 0 0 0 231 13 0 0 20 0 19 0 255339615 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140592933751720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30681] ppid=30668 vsize=9624976 CPUtime=6.38 cores=0,2,4,6
/proc/30670/task/30681/stat : 30681 (java) S 30668 30670 24583 0 -1 4202560 778 0 0 0 633 5 0 0 20 0 19 0 255339616 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140592921553128 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30682] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30682/stat : 30682 (java) S 30668 30670 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140592920499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30683] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30683/stat : 30683 (java) S 30668 30670 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140592919446792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30684] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30684/stat : 30684 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140592918395280 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30685] ppid=30668 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/30670/task/30685/stat : 30685 (java) S 30668 30670 24583 0 -1 4202560 2826 0 0 0 60 0 0 0 20 0 19 0 255339619 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140592917342904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30686] ppid=30668 vsize=9624976 CPUtime=0.97 cores=0,2,4,6
/proc/30670/task/30686/stat : 30686 (java) S 30668 30670 24583 0 -1 4202560 8744 0 0 0 95 2 0 0 20 0 19 0 255339619 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140592916290104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30687] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30687/stat : 30687 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140592915238008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30688] ppid=30668 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/30670/task/30688/stat : 30688 (java) S 30668 30670 24583 0 -1 4202560 103 0 0 0 24 25 0 0 20 0 19 0 255339619 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140592914185416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30689] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30689/stat : 30689 (java) S 30668 30670 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255339676 9855975424 174487 33554432000 1073741824 1073778376 140735310783040 140592913097640 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1797.14
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.2 s]
/proc/loadavg: 2.02 2.01 2.00 3/213 30786
/proc/meminfo: memFree=26542596/32873648 swapFree=6856/6856
[pid=30670] ppid=30668 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/30670/stat : 30670 (java) S 30668 30670 24583 0 -1 4202496 20711 0 1 0 179880 129 0 0 20 0 19 0 255339612 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140735310774176 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30670/statm: 2406244 174485 2282 9 0 2396937 0
[pid=30670/tid=30672] ppid=30668 vsize=9624976 CPUtime=1773.64 cores=0,2,4,6
/proc/30670/task/30672/stat : 30672 (java) R 30668 30670 24583 0 -1 4202560 2703 0 1 0 177330 34 0 0 20 0 19 0 255339614 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140593434082704 140593288976740 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30673] ppid=30668 vsize=9624976 CPUtime=2.33 cores=0,2,4,6
/proc/30670/task/30673/stat : 30673 (java) S 30668 30670 24583 0 -1 4202560 775 0 0 0 224 9 0 0 20 0 19 0 255339615 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140593277217064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30674] ppid=30668 vsize=9624976 CPUtime=2.27 cores=0,2,4,6
/proc/30670/task/30674/stat : 30674 (java) S 30668 30670 24583 0 -1 4202560 569 0 0 0 216 11 0 0 20 0 19 0 255339615 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140593276164264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30675] ppid=30668 vsize=9624976 CPUtime=2.17 cores=0,2,4,6
/proc/30670/task/30675/stat : 30675 (java) S 30668 30670 24583 0 -1 4202560 469 0 0 0 206 11 0 0 20 0 19 0 255339615 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140593275111976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30676] ppid=30668 vsize=9624976 CPUtime=2.16 cores=0,2,4,6
/proc/30670/task/30676/stat : 30676 (java) S 30668 30670 24583 0 -1 4202560 543 0 0 0 206 10 0 0 20 0 19 0 255339615 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140593274059176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30677] ppid=30668 vsize=9624976 CPUtime=2.33 cores=0,2,4,6
/proc/30670/task/30677/stat : 30677 (java) S 30668 30670 24583 0 -1 4202560 558 0 0 0 218 15 0 0 20 0 19 0 255339615 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140593273006888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30678] ppid=30668 vsize=9624976 CPUtime=2.25 cores=0,2,4,6
/proc/30670/task/30678/stat : 30678 (java) S 30668 30670 24583 0 -1 4202560 439 0 0 0 215 10 0 0 20 0 19 0 255339615 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140592935856808 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30679] ppid=30668 vsize=9624976 CPUtime=2.24 cores=0,2,4,6
/proc/30670/task/30679/stat : 30679 (java) S 30668 30670 24583 0 -1 4202560 542 0 0 0 212 12 0 0 20 0 19 0 255339615 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140592934804520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30680] ppid=30668 vsize=9624976 CPUtime=2.44 cores=0,2,4,6
/proc/30670/task/30680/stat : 30680 (java) S 30668 30670 24583 0 -1 4202560 474 0 0 0 231 13 0 0 20 0 19 0 255339615 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140592933751720 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30681] ppid=30668 vsize=9624976 CPUtime=6.38 cores=0,2,4,6
/proc/30670/task/30681/stat : 30681 (java) S 30668 30670 24583 0 -1 4202560 780 0 0 0 633 5 0 0 20 0 19 0 255339616 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140592921553128 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30682] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30682/stat : 30682 (java) S 30668 30670 24583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140592920499192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30683] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30683/stat : 30683 (java) S 30668 30670 24583 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255339617 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140592919446792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30684] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30684/stat : 30684 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140592918395280 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30670/tid=30685] ppid=30668 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/30670/task/30685/stat : 30685 (java) S 30668 30670 24583 0 -1 4202560 2826 0 0 0 60 0 0 0 20 0 19 0 255339619 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140592917342904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30686] ppid=30668 vsize=9624976 CPUtime=0.97 cores=0,2,4,6
/proc/30670/task/30686/stat : 30686 (java) S 30668 30670 24583 0 -1 4202560 8744 0 0 0 95 2 0 0 20 0 19 0 255339619 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140592916290104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30670/tid=30687] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30687/stat : 30687 (java) S 30668 30670 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255339619 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140592915238008 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30670/tid=30688] ppid=30668 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/30670/task/30688/stat : 30688 (java) S 30668 30670 24583 0 -1 4202560 103 0 0 0 24 26 0 0 20 0 19 0 255339619 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140592914185416 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30670/tid=30689] ppid=30668 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/30670/task/30689/stat : 30689 (java) S 30668 30670 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255339676 9855975424 174485 33554432000 1073741824 1073778376 140735310783040 140592913097640 270710912937 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) 9624976

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

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

Child status: 143
Real time (s): 1785.28
CPU time (s): 1800.67
CPU user time (s): 1798.95
CPU system time (s): 1.72274
CPU usage (%): 100.862
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.95
system time used= 1.72274
maximum resident set size= 921112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20745
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43313
involuntary context switches= 43400

runsolver used 7.78082 second user time and 13.312 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 22:42:22
IDJOB=3689661
IDBENCH=90147
IDSOLVER=2269
FILE ID=node125/3689661-1337892142
RUNJOBID= node125-1337889880-30315
PBS_JOBID= 14620079
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K176.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689661-1337892142/watcher-3689661-1337892142 -o /tmp/evaluation-result-3689661-1337892142/solver-3689661-1337892142 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689661-1337892142.opb

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

MD5SUM BENCH= 3f678424628fecb2a53891618f9bde8f
RANDOM SEED=2048939964

node125.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.373
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.74
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.373
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.373
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.92
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:        29254024 kB
Buffers:          218656 kB
Cached:          2257244 kB
SwapCached:            0 kB
Active:          1004632 kB
Inactive:        1850784 kB
Active(anon):     382232 kB
Inactive(anon):        0 kB
Active(file):     622400 kB
Inactive(file):  1850784 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:        402656 kB
Mapped:            22584 kB
Shmem:               200 kB
Slab:             627744 kB
SReclaimable:      71880 kB
SUnreclaim:       555864 kB
KernelStack:        1760 kB
PageTables:         4516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1064160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 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= 71672 MiB
End job on node125 at 2012-05-24 23:12:09