Trace number 4084626

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 2.3.6 Resolution PB16? (TO) 1800.68 1795.88

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K200.opb
MD5SUM4ffc81aa318dee614e51a62344fd339d
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 variables23800
Total number of constraints24202
Number of constraints which are clauses24002
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint200
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 201
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-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084626-1465285397.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
1.08/0.61	c ... done. Wall clock time 0.499s.
1.08/0.61	c declared #vars     23800
1.08/0.61	c #constraints  24202
1.08/0.61	c constraints type 
1.08/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21413
1.08/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 200
1.08/0.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.08/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2587
1.08/0.61	c 24202 constraints processed.
3.83/3.10	c cleaning 2488 clauses out of 4994 with flag 20438/5000
6.92/6.05	c cleaning 4244 clauses out of 8497 with flag 50529/11001
10.53/9.64	c cleaning 5594 clauses out of 11248 with flag 87795/18000
14.43/13.53	c cleaning 6798 clauses out of 13649 with flag 128486/26000
18.25/17.38	c cleaning 7794 clauses out of 15849 with flag 173311/35000
23.15/22.23	c cleaning 8087 clauses out of 18057 with flag 219581/45004
28.85/27.93	c cleaning 8446 clauses out of 20963 with flag 272933/56001
34.65/33.75	c cleaning 9505 clauses out of 24512 with flag 333624/68001
40.96/40.03	c cleaning 10386 clauses out of 28004 with flag 395603/81001
48.27/47.32	c cleaning 10991 clauses out of 31620 with flag 468061/95003
55.66/54.71	c cleaning 12083 clauses out of 35625 with flag 541119/110000
63.27/62.31	c cleaning 12914 clauses out of 39541 with flag 619782/126002
71.67/70.76	c cleaning 13672 clauses out of 43624 with flag 710554/143001
80.87/79.92	c cleaning 14364 clauses out of 47950 with flag 805026/161000
90.45/89.45	c cleaning 15062 clauses out of 52585 with flag 905272/180003
100.75/99.70	c cleaning 15765 clauses out of 57519 with flag 1009082/200000
111.55/110.50	c cleaning 16786 clauses out of 62754 with flag 1123175/221001
122.75/121.79	c cleaning 17506 clauses out of 67967 with flag 1241344/243000
134.76/133.79	c cleaning 18249 clauses out of 73461 with flag 1364267/266000
147.26/146.24	c cleaning 19296 clauses out of 79210 with flag 1486443/290001
160.66/159.61	c cleaning 19921 clauses out of 84911 with flag 1623591/315001
174.26/173.10	c cleaning 20894 clauses out of 90985 with flag 1759518/341000
188.85/187.72	c cleaning 21934 clauses out of 97090 with flag 1903113/368001
204.66/203.54	c cleaning 22381 clauses out of 103151 with flag 2052817/396000
220.95/219.84	c cleaning 23272 clauses out of 109771 with flag 2207176/425002
238.75/237.62	c cleaning 24045 clauses out of 116494 with flag 2371264/455000
256.35/255.26	c cleaning 25429 clauses out of 123442 with flag 2537511/486000
275.36/274.02	c cleaning 26016 clauses out of 130012 with flag 2711305/518002
294.76/293.49	c cleaning 26699 clauses out of 136988 with flag 2892709/551000
314.06/312.79	c cleaning 27598 clauses out of 144286 with flag 3079537/585001
335.37/334.06	c cleaning 28360 clauses out of 151686 with flag 3273637/620002
356.67/355.37	c cleaning 29493 clauses out of 159321 with flag 3475631/656001
379.19/377.66	c cleaning 30060 clauses out of 166821 with flag 3687154/693000
403.80/402.22	c cleaning 30648 clauses out of 174756 with flag 3901900/731000
427.20/425.65	c cleaning 32001 clauses out of 183106 with flag 4121203/770000
452.71/451.11	c cleaning 32887 clauses out of 191103 with flag 4353078/810000
478.56/476.74	c cleaning 33596 clauses out of 199216 with flag 4582384/851001
505.76/503.97	c cleaning 34370 clauses out of 207615 with flag 4826739/893000
534.26/532.43	c cleaning 35211 clauses out of 216244 with flag 5072402/936003
563.31/561.13	c cleaning 36216 clauses out of 225027 with flag 5328139/980000
593.10/590.94	c cleaning 37089 clauses out of 233813 with flag 5596108/1025004
624.61/622.42	c cleaning 37883 clauses out of 242720 with flag 5864217/1071001
655.30/653.09	c cleaning 38864 clauses out of 251834 with flag 6139332/1118000
687.71/685.46	c cleaning 39770 clauses out of 260969 with flag 6425697/1166000
721.65/719.28	c cleaning 40532 clauses out of 270197 with flag 6723918/1215000
755.96/753.57	c cleaning 41472 clauses out of 279664 with flag 7026847/1265000
791.86/789.48	c cleaning 42368 clauses out of 289189 with flag 7333469/1316000
828.82/826.14	c cleaning 43200 clauses out of 298819 with flag 7645712/1368000
866.22/863.54	c cleaning 44322 clauses out of 308621 with flag 7964392/1421003
905.32/902.43	c cleaning 45252 clauses out of 318292 with flag 8294359/1475000
945.13/942.26	c cleaning 46178 clauses out of 328040 with flag 8631481/1530000
986.51/983.54	c cleaning 46810 clauses out of 337861 with flag 8972867/1586000
1027.32/1024.26	c cleaning 48216 clauses out of 348047 with flag 9318623/1643000
1073.70/1070.61	c cleaning 48655 clauses out of 357832 with flag 9687971/1701001
1119.62/1116.49	c cleaning 49918 clauses out of 368173 with flag 10058586/1760000
1166.92/1163.76	c cleaning 50358 clauses out of 378255 with flag 10435331/1820000
1213.29/1210.02	c cleaning 51783 clauses out of 388897 with flag 10825328/1881000
1261.00/1257.68	c cleaning 52165 clauses out of 399113 with flag 11221218/1943000
1312.10/1308.78	c cleaning 52995 clauses out of 409949 with flag 11636613/2006002
1361.25/1357.75	c cleaning 54473 clauses out of 420955 with flag 12047273/2070003
1412.54/1408.98	c cleaning 54963 clauses out of 431476 with flag 12467692/2135000
1463.06/1459.32	c cleaning 56317 clauses out of 442515 with flag 12892147/2201002
1516.15/1512.42	c cleaning 56859 clauses out of 453194 with flag 13326562/2268000
1571.46/1567.64	c cleaning 57756 clauses out of 464336 with flag 13776028/2336001
1627.46/1623.50	c cleaning 59150 clauses out of 475578 with flag 14231085/2405000
1683.15/1679.19	c cleaning 60138 clauses out of 486427 with flag 14680517/2475000
1740.65/1736.50	c cleaning 61108 clauses out of 497290 with flag 15144174/2546001
1800.07/1795.80	c starts		: 14672
1800.07/1795.80	c conflicts		: 2615947
1800.07/1795.80	c decisions		: 133246580
1800.07/1795.80	c propagations		: 3117195583
1800.07/1795.80	c inspects		: 9806722040
1800.07/1795.80	c shortcuts		: 0
1800.07/1795.80	c learnt literals	: 164
1800.07/1795.80	c learnt binary clauses	: 213451
1800.07/1795.80	c learnt ternary clauses	: 164443
1800.07/1795.80	c learnt constraints	: 2615783
1800.07/1795.80	c ignored constraints	: 0
1800.07/1795.80	c root simplifications	: 0
1800.07/1795.80	c removed literals (reason simplification)	: 0
1800.07/1795.80	c reason swapping (by a shorter reason)	: 0
1800.07/1795.80	c Calls to reduceDB	: 67
1800.07/1795.80	c Number of update (reduction) of LBD	: 1608912
1800.07/1795.80	c Imported unit clauses	: 0
1800.07/1795.80	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.80	c number of learned constraints concerned by reduction	: 0
1800.07/1795.80	c number of learning phase by resolution	: 0
1800.07/1795.80	c number of learning phase by cutting planes	: 0
1800.07/1795.80	c speed (assignments/second)	: 1736435.7244359723
1800.07/1795.80	c non guided choices	81045
1800.07/1795.80	c timeout
1800.07/1795.87	c learnt constraints type 
1800.07/1795.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 213451
1800.07/1795.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 292677
1800.07/1795.87	s UNKNOWN
1800.07/1795.87	c Total wall clock time (in seconds): 1795.757

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4084626-1465285397/watcher-4084626-1465285397 -o /tmp/evaluation-result-4084626-1465285397/solver-4084626-1465285397 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5696 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084626-1465285397.opb 

pid=12563
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.13 2.15 2.16 3/194 12566
/proc/meminfo: memFree=30055940/32872528 swapFree=13072/1184284
[pid=12566] ppid=12563 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/12566/stat : 12566 (java) D 12563 12566 5680 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 110474368 2560000 47 33554432000 1073741824 1073778376 140737098624752 140737098621880 271778409767 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/12566/statm: 625 47 37 9 0 29 0

[startup+0.100173 s]
/proc/loadavg: 2.13 2.15 2.16 3/194 12566
/proc/meminfo: memFree=30055940/32872528 swapFree=13072/1184284
[pid=12566] ppid=12563 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/12566/stat : 12566 (java) S 12563 12566 5680 0 -1 4202496 4414 0 1 0 8 1 0 0 20 0 18 0 110474368 9787879424 6045 33554432000 1073741824 1073778376 140737098624752 140737098615888 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12566/statm: 2389619 6045 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 2.13 2.15 2.16 3/194 12566
/proc/meminfo: memFree=30055940/32872528 swapFree=13072/1184284
[pid=12566] ppid=12563 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/12566/stat : 12566 (java) S 12563 12566 5680 0 -1 4202496 5256 0 1 0 28 1 0 0 20 0 18 0 110474368 9787879424 7069 33554432000 1073741824 1073778376 140737098624752 140737098615888 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12566/statm: 2389619 7069 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 2.13 2.15 2.16 3/194 12566
/proc/meminfo: memFree=30055940/32872528 swapFree=13072/1184284
[pid=12566] ppid=12563 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/12566/stat : 12566 (java) S 12563 12566 5680 0 -1 4202496 7546 0 1 0 54 2 0 0 20 0 18 0 110474368 9787879424 11987 33554432000 1073741824 1073778376 140737098624752 140737098615888 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12566/statm: 2389619 11987 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700183 s]
/proc/loadavg: 2.13 2.15 2.16 3/194 12566
/proc/meminfo: memFree=30055940/32872528 swapFree=13072/1184284
[pid=12566] ppid=12563 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/12566/stat : 12566 (java) S 12563 12566 5680 0 -1 4202496 8315 0 1 0 125 5 0 0 20 0 19 0 110474368 9856040960 41809 33554432000 1073741824 1073778376 140737098624752 140737098615888 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12566/statm: 2406260 41809 2275 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.13 2.15 2.16 3/213 12585
/proc/meminfo: memFree=29896420/32872528 swapFree=13072/1184284
[pid=12566] ppid=12563 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/12566/stat : 12566 (java) S 12563 12566 5680 0 -1 4202496 9157 0 1 0 227 5 0 0 20 0 19 0 110474368 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 140737098615888 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12566/statm: 2406260 41901 2277 9 0 2396937 0
[pid=12566/tid=12568] ppid=12563 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/12566/task/12568/stat : 12568 (java) R 12563 12566 5680 0 -1 4202560 2487 0 1 0 142 3 0 0 20 0 19 0 110474369 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850440728920 139850381257501 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12569] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12569/stat : 12569 (java) S 12563 12566 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850379458856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12570] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12570/stat : 12570 (java) S 12563 12566 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850378406056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12571] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12571/stat : 12571 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850377353768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12572] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12572/stat : 12572 (java) S 12563 12566 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850281597352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12573] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12573/stat : 12573 (java) S 12563 12566 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850280545064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12574] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12574/stat : 12574 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850279492264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12575] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12575/stat : 12575 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850278439976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12576] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12576/stat : 12576 (java) S 12563 12566 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850277387176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12577] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12577/stat : 12577 (java) S 12563 12566 5680 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 110474371 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850264975592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12578] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12578/stat : 12578 (java) S 12563 12566 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850263921656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12579] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12579/stat : 12579 (java) S 12563 12566 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850262869256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12580] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12580/stat : 12580 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850261817744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12581] ppid=12563 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/12566/task/12581/stat : 12581 (java) S 12563 12566 5680 0 -1 4202560 2337 0 0 0 34 0 0 0 20 0 19 0 110474374 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850260765368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12582] ppid=12563 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12566/task/12582/stat : 12582 (java) S 12563 12566 5680 0 -1 4202560 2961 0 0 0 46 0 0 0 20 0 19 0 110474374 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850259712568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12583] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12583/stat : 12583 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850258660472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12584] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12584/stat : 12584 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850257607880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12585] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12585/stat : 12585 (java) S 12563 12566 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110474432 9856040960 41901 33554432000 1073741824 1073778376 140737098624752 139850256503720 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 9625040

[startup+3.10612 s]
/proc/loadavg: 2.13 2.15 2.16 3/213 12585
/proc/meminfo: memFree=29896296/32872528 swapFree=13072/1184284
[pid=12566] ppid=12563 vsize=9625040 CPUtime=3.97 cores=0,2,4,6
/proc/12566/stat : 12566 (java) S 12563 12566 5680 0 -1 4202496 9171 0 1 0 392 5 0 0 20 0 19 0 110474368 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 140737098615888 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12566/statm: 2406260 41912 2284 9 0 2396937 0
[pid=12566/tid=12568] ppid=12563 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12566/task/12568/stat : 12568 (java) R 12563 12566 5680 0 -1 4202560 2489 0 1 0 303 3 0 0 20 0 19 0 110474369 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850440728920 139850380532822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12569] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12569/stat : 12569 (java) S 12563 12566 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850379458856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12570] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12570/stat : 12570 (java) S 12563 12566 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850378406056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12571] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12571/stat : 12571 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850377353768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12572] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12572/stat : 12572 (java) S 12563 12566 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850281597352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12573] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12573/stat : 12573 (java) S 12563 12566 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850280545064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12574] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12574/stat : 12574 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850279492264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12575] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12575/stat : 12575 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850278439976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12576] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12576/stat : 12576 (java) S 12563 12566 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850277387176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12577] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12577/stat : 12577 (java) S 12563 12566 5680 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 110474371 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850264975592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12578] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12578/stat : 12578 (java) S 12563 12566 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850263921656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12579] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12579/stat : 12579 (java) S 12563 12566 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850262869256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12580] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12580/stat : 12580 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850261817744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12581] ppid=12563 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/12566/task/12581/stat : 12581 (java) R 12563 12566 5680 0 -1 4202560 2348 0 0 0 36 0 0 0 20 0 19 0 110474374 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850260759208 139850443337210 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12582] ppid=12563 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/12566/task/12582/stat : 12582 (java) S 12563 12566 5680 0 -1 4202560 2962 0 0 0 47 0 0 0 20 0 19 0 110474374 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850259712568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12583] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12583/stat : 12583 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850258660472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12584] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12584/stat : 12584 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850257607880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12585] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12585/stat : 12585 (java) S 12563 12566 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110474432 9856040960 41912 33554432000 1073741824 1073778376 140737098624752 139850256503720 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.12 2.14 2.16 4/213 12585
/proc/meminfo: memFree=29895888/32872528 swapFree=13072/1184284
[pid=12566] ppid=12563 vsize=9625040 CPUtime=7.22 cores=0,2,4,6
/proc/12566/stat : 12566 (java) S 12563 12566 5680 0 -1 4202496 9173 0 1 0 717 5 0 0 20 0 19 0 110474368 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 140737098615888 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12566/statm: 2406260 41904 2284 9 0 2396937 0
[pid=12566/tid=12568] ppid=12563 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/12566/task/12568/stat : 12568 (java) R 12563 12566 5680 0 -1 4202560 2491 0 1 0 622 3 0 0 20 0 19 0 110474369 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850440727032 139850381257526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12569] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12569/stat : 12569 (java) S 12563 12566 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850379458856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12570] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12570/stat : 12570 (java) S 12563 12566 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850378406056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12571] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12571/stat : 12571 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850377353768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12572] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12572/stat : 12572 (java) S 12563 12566 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850281597352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12573] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12573/stat : 12573 (java) S 12563 12566 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850280545064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12574] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12574/stat : 12574 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850279492264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12575] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12575/stat : 12575 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850278439976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12576] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12576/stat : 12576 (java) S 12563 12566 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110474370 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850277387176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12577] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12577/stat : 12577 (java) S 12563 12566 5680 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 110474371 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850264975592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12578] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12578/stat : 12578 (java) S 12563 12566 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850263921656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12579] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12579/stat : 12579 (java) S 12563 12566 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850262869256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12580] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12580/stat : 12580 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850261817744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12581] ppid=12563 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/12566/task/12581/stat : 12581 (java) S 12563 12566 5680 0 -1 4202560 2348 0 0 0 41 0 0 0 20 0 19 0 110474374 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850260765368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12582] ppid=12563 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12566/task/12582/stat : 12582 (java) S 12563 12566 5680 0 -1 4202560 2962 0 0 0 49 0 0 0 20 0 19 0 110474374 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850259712568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12583] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12583/stat : 12583 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850258660472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12584] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12584/stat : 12584 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850257607880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12585] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12585/stat : 12585 (java) S 12563 12566 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110474432 9856040960 41904 33554432000 1073741824 1073778376 140737098624752 139850256503720 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 9625040


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

[pid=12566/tid=12578] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12578/stat : 12578 (java) S 12563 12566 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 171119 33554432000 1073741824 1073778376 140737098624752 139850263921656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12579] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12579/stat : 12579 (java) S 12563 12566 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 171119 33554432000 1073741824 1073778376 140737098624752 139850262869256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12580] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12580/stat : 12580 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 171119 33554432000 1073741824 1073778376 140737098624752 139850261817744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12581] ppid=12563 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/12566/task/12581/stat : 12581 (java) S 12563 12566 5680 0 -1 4202560 2358 0 0 0 44 0 0 0 20 0 19 0 110474374 9856040960 171119 33554432000 1073741824 1073778376 140737098624752 139850260765368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12582] ppid=12563 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12566/task/12582/stat : 12582 (java) S 12563 12566 5680 0 -1 4202560 2962 0 0 0 51 0 0 0 20 0 19 0 110474374 9856040960 171119 33554432000 1073741824 1073778376 140737098624752 139850259712568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12583] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12583/stat : 12583 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 171119 33554432000 1073741824 1073778376 140737098624752 139850258660472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12584] ppid=12563 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/12566/task/12584/stat : 12584 (java) S 12563 12566 5680 0 -1 4202560 97 0 0 0 29 30 0 0 20 0 19 0 110474374 9856040960 171119 33554432000 1073741824 1073778376 140737098624752 139850257607880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12585] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12585/stat : 12585 (java) S 12563 12566 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110474432 9856040960 171119 33554432000 1073741824 1073778376 140737098624752 139850256503720 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1666.33
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.23 2.18 2.11 3/213 12714
/proc/meminfo: memFree=29242368/32872528 swapFree=13072/1184284
[pid=12566] ppid=12563 vsize=9625040 CPUtime=1726.34 cores=0,2,4,6
/proc/12566/stat : 12566 (java) S 12563 12566 5680 0 -1 4202496 11862 0 1 0 172530 104 0 0 20 0 19 0 110474368 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 140737098615888 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12566/statm: 2406260 168026 2293 9 0 2396937 0
[pid=12566/tid=12568] ppid=12563 vsize=9625040 CPUtime=1720.01 cores=0,2,4,6
/proc/12566/task/12568/stat : 12568 (java) R 12563 12566 5680 0 -1 4202560 2512 0 1 0 171969 32 0 0 20 0 19 0 110474369 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850440720080 139850381126018 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12569] ppid=12563 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/12566/task/12569/stat : 12569 (java) S 12563 12566 5680 0 -1 4202560 358 0 0 0 43 11 0 0 20 0 19 0 110474370 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850379458856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12570] ppid=12563 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/12566/task/12570/stat : 12570 (java) S 12563 12566 5680 0 -1 4202560 312 0 0 0 41 9 0 0 20 0 19 0 110474370 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850378406056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12571] ppid=12563 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12566/task/12571/stat : 12571 (java) S 12563 12566 5680 0 -1 4202560 164 0 0 0 43 8 0 0 20 0 19 0 110474370 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850377353768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12572] ppid=12563 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12566/task/12572/stat : 12572 (java) S 12563 12566 5680 0 -1 4202560 266 0 0 0 45 10 0 0 20 0 19 0 110474370 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850281597352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12573] ppid=12563 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12566/task/12573/stat : 12573 (java) S 12563 12566 5680 0 -1 4202560 318 0 0 0 42 11 0 0 20 0 19 0 110474370 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850280545064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12574] ppid=12563 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/12566/task/12574/stat : 12574 (java) S 12563 12566 5680 0 -1 4202560 264 0 0 0 41 8 0 0 20 0 19 0 110474370 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850279492264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12575] ppid=12563 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/12566/task/12575/stat : 12575 (java) S 12563 12566 5680 0 -1 4202560 332 0 0 0 36 8 0 0 20 0 19 0 110474370 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850278439976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12576] ppid=12563 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12566/task/12576/stat : 12576 (java) S 12563 12566 5680 0 -1 4202560 323 0 0 0 45 10 0 0 20 0 19 0 110474370 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850277387176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12577] ppid=12563 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/12566/task/12577/stat : 12577 (java) S 12563 12566 5680 0 -1 4202560 337 0 0 0 90 2 0 0 20 0 19 0 110474371 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850264975592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12578] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12578/stat : 12578 (java) S 12563 12566 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850263921656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12579] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12579/stat : 12579 (java) S 12563 12566 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850262869256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12580] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12580/stat : 12580 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850261817744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12581] ppid=12563 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/12566/task/12581/stat : 12581 (java) S 12563 12566 5680 0 -1 4202560 2358 0 0 0 44 0 0 0 20 0 19 0 110474374 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850260765368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12582] ppid=12563 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12566/task/12582/stat : 12582 (java) S 12563 12566 5680 0 -1 4202560 2962 0 0 0 51 0 0 0 20 0 19 0 110474374 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850259712568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12583] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12583/stat : 12583 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850258660472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12584] ppid=12563 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12566/task/12584/stat : 12584 (java) S 12563 12566 5680 0 -1 4202560 99 0 0 0 30 30 0 0 20 0 19 0 110474374 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850257607880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12585] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12585/stat : 12585 (java) S 12563 12566 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110474432 9856040960 168026 33554432000 1073741824 1073778376 140737098624752 139850256503720 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1726.34
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.16 2.10 8/213 12715
/proc/meminfo: memFree=29267496/32872528 swapFree=13072/1184284
[pid=12566] ppid=12563 vsize=9625040 CPUtime=1786.45 cores=0,2,4,6
/proc/12566/stat : 12566 (java) S 12563 12566 5680 0 -1 4202496 11906 0 1 0 178540 105 0 0 20 0 19 0 110474368 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 140737098615888 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12566/statm: 2406260 164887 2293 9 0 2396937 0
[pid=12566/tid=12568] ppid=12563 vsize=9625040 CPUtime=1779.95 cores=0,2,4,6
/proc/12566/task/12568/stat : 12568 (java) R 12563 12566 5680 0 -1 4202560 2513 0 1 0 177961 34 0 0 20 0 19 0 110474369 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850440729288 139850381181489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12569] ppid=12563 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12566/task/12569/stat : 12569 (java) S 12563 12566 5680 0 -1 4202560 373 0 0 0 44 11 0 0 20 0 19 0 110474370 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850379458856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12570] ppid=12563 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12566/task/12570/stat : 12570 (java) S 12563 12566 5680 0 -1 4202560 312 0 0 0 43 9 0 0 20 0 19 0 110474370 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850378406056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12571] ppid=12563 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/12566/task/12571/stat : 12571 (java) S 12563 12566 5680 0 -1 4202560 164 0 0 0 46 8 0 0 20 0 19 0 110474370 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850377353768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12572] ppid=12563 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/12566/task/12572/stat : 12572 (java) S 12563 12566 5680 0 -1 4202560 267 0 0 0 46 10 0 0 20 0 19 0 110474370 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850281597352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12573] ppid=12563 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/12566/task/12573/stat : 12573 (java) S 12563 12566 5680 0 -1 4202560 325 0 0 0 46 11 0 0 20 0 19 0 110474370 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850280545064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12574] ppid=12563 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/12566/task/12574/stat : 12574 (java) S 12563 12566 5680 0 -1 4202560 266 0 0 0 42 8 0 0 20 0 19 0 110474370 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850279492264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12575] ppid=12563 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/12566/task/12575/stat : 12575 (java) S 12563 12566 5680 0 -1 4202560 335 0 0 0 38 8 0 0 20 0 19 0 110474370 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850278439976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12576] ppid=12563 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/12566/task/12576/stat : 12576 (java) S 12563 12566 5680 0 -1 4202560 330 0 0 0 46 10 0 0 20 0 19 0 110474370 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850277387176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12577] ppid=12563 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/12566/task/12577/stat : 12577 (java) S 12563 12566 5680 0 -1 4202560 339 0 0 0 90 2 0 0 20 0 19 0 110474371 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850264975592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12578] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12578/stat : 12578 (java) S 12563 12566 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850263921656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12579] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12579/stat : 12579 (java) S 12563 12566 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850262869256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12580] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12580/stat : 12580 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850261817744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12581] ppid=12563 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/12566/task/12581/stat : 12581 (java) S 12563 12566 5680 0 -1 4202560 2360 0 0 0 44 0 0 0 20 0 19 0 110474374 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850260765368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12582] ppid=12563 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12566/task/12582/stat : 12582 (java) S 12563 12566 5680 0 -1 4202560 2962 0 0 0 51 0 0 0 20 0 19 0 110474374 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850259712568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12583] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12583/stat : 12583 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850258660472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12584] ppid=12563 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/12566/task/12584/stat : 12584 (java) S 12563 12566 5680 0 -1 4202560 103 0 0 0 31 31 0 0 20 0 19 0 110474374 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850257607880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12585] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12585/stat : 12585 (java) S 12563 12566 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110474432 9856040960 164887 33554432000 1073741824 1073778376 140737098624752 139850256503720 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1786.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.11 2.15 2.10 3/213 12716
/proc/meminfo: memFree=29328552/32872528 swapFree=13072/1184284
[pid=12566] ppid=12563 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/12566/stat : 12566 (java) S 12563 12566 5680 0 -1 4202496 11944 0 1 0 179901 106 0 0 20 0 19 0 110474368 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 140737098615888 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12566/statm: 2406260 161717 2293 9 0 2396937 0
[pid=12566/tid=12568] ppid=12563 vsize=9625040 CPUtime=1793.41 cores=0,2,4,6
/proc/12566/task/12568/stat : 12568 (java) R 12563 12566 5680 0 -1 4202560 2514 0 1 0 179307 34 0 0 20 0 19 0 110474369 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850440727792 139850381096513 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12569] ppid=12563 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/12566/task/12569/stat : 12569 (java) S 12563 12566 5680 0 -1 4202560 376 0 0 0 46 11 0 0 20 0 19 0 110474370 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850379458856 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12570] ppid=12563 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/12566/task/12570/stat : 12570 (java) S 12563 12566 5680 0 -1 4202560 312 0 0 0 43 9 0 0 20 0 19 0 110474370 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850378406056 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12571] ppid=12563 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/12566/task/12571/stat : 12571 (java) S 12563 12566 5680 0 -1 4202560 164 0 0 0 47 8 0 0 20 0 19 0 110474370 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850377353768 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12572] ppid=12563 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/12566/task/12572/stat : 12572 (java) S 12563 12566 5680 0 -1 4202560 269 0 0 0 50 10 0 0 20 0 19 0 110474370 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850281597352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12566/tid=12573] ppid=12563 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/12566/task/12573/stat : 12573 (java) S 12563 12566 5680 0 -1 4202560 335 0 0 0 47 11 0 0 20 0 19 0 110474370 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850280545064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12574] ppid=12563 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12566/task/12574/stat : 12574 (java) S 12563 12566 5680 0 -1 4202560 278 0 0 0 43 8 0 0 20 0 19 0 110474370 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850279492264 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12575] ppid=12563 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/12566/task/12575/stat : 12575 (java) S 12563 12566 5680 0 -1 4202560 337 0 0 0 42 8 0 0 20 0 19 0 110474370 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850278439976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12576] ppid=12563 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/12566/task/12576/stat : 12576 (java) S 12563 12566 5680 0 -1 4202560 337 0 0 0 47 10 0 0 20 0 19 0 110474370 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850277387176 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12577] ppid=12563 vsize=9625040 CPUtime=0.92 cores=0,2,4,6
/proc/12566/task/12577/stat : 12577 (java) S 12563 12566 5680 0 -1 4202560 340 0 0 0 90 2 0 0 20 0 19 0 110474371 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850264975592 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12578] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12578/stat : 12578 (java) S 12563 12566 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850263921656 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12579] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12579/stat : 12579 (java) S 12563 12566 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110474372 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850262869256 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12580] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12580/stat : 12580 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850261817744 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12581] ppid=12563 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/12566/task/12581/stat : 12581 (java) S 12563 12566 5680 0 -1 4202560 2360 0 0 0 44 0 0 0 20 0 19 0 110474374 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850260765368 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12566/tid=12582] ppid=12563 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/12566/task/12582/stat : 12582 (java) S 12563 12566 5680 0 -1 4202560 2962 0 0 0 51 0 0 0 20 0 19 0 110474374 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850259712568 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12583] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12583/stat : 12583 (java) S 12563 12566 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110474374 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850258660472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12566/tid=12584] ppid=12563 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/12566/task/12584/stat : 12584 (java) S 12563 12566 5680 0 -1 4202560 103 0 0 0 32 31 0 0 20 0 19 0 110474374 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850257607880 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12566/tid=12585] ppid=12563 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12566/task/12585/stat : 12585 (java) S 12563 12566 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110474432 9856040960 161717 33554432000 1073741824 1073778376 140737098624752 139850256503720 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 12566 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.88
CPU time (s): 1800.68
CPU user time (s): 1799.12
CPU system time (s): 1.56176
CPU usage (%): 100.267
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.56176
maximum resident set size= 766064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11976
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38675
involuntary context switches= 20046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4614 second user time and 13.6029 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-07 09:43:17
IDJOB=4084626
IDBENCH=90143
IDSOLVER=2546
FILE ID=node115/4084626-1465285397
RUNJOBID= node115-1465253623-5696
PBS_JOBID= 19843266
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K200.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084626-1465285397/watcher-4084626-1465285397 -o /tmp/evaluation-result-4084626-1465285397/solver-4084626-1465285397 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5696 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084626-1465285397.opb

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

MD5SUM BENCH= 4ffc81aa318dee614e51a62344fd339d
RANDOM SEED=1675422576

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30056096 kB
Buffers:          111748 kB
Cached:           286080 kB
SwapCached:         2020 kB
Active:           537180 kB
Inactive:         315560 kB
Active(anon):     455320 kB
Inactive(anon):     2100 kB
Active(file):      81860 kB
Inactive(file):   313460 kB
Unevictable:     1184284 kB
Mlocked:           13072 kB
SwapTotal:      67108856 kB
SwapFree:       67098836 kB
Dirty:              2024 kB
Writeback:             0 kB
AnonPages:       1788020 kB
Mapped:            16464 kB
Shmem:                 0 kB
Slab:             616716 kB
SReclaimable:      60604 kB
SUnreclaim:       556112 kB
KernelStack:        1768 kB
PageTables:         7980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2096804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1736704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node115 at 2016-06-07 10:13:13