Trace number 3729919

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.93 900.453

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k3_l5_n550.opb
MD5SUMb656932a938990470d09f3771b5047c2
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark904.992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1650
Total number of constraints113164
Number of constraints which are clauses112614
Number of constraints which are cardinality constraints (but not clauses)550
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
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 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
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 Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
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 phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3729919-1338729833.opb
0.09/0.11	c reading problem ... 
1.73/1.24	c ... done. Wall clock time 1.131s.
1.73/1.24	c #vars     1650
1.73/1.24	c #constraints  113714
1.73/1.24	c constraints type 
1.73/1.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
1.73/1.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
1.73/1.24	c constraints type 
1.73/1.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 113164
1.73/1.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 550
5.32/2.43	c cleaning 2490 clauses out of 5000 with flag 5000/5000
7.54/3.50	c cleaning 4248 clauses out of 8510 with flag 11000/11000
9.70/4.67	c cleaning 5624 clauses out of 11262 with flag 18000/18000
10.44/5.07	c cleaning 0 clauses out of 5001 with flag 0/5001
13.04/6.22	c cleaning 6806 clauses out of 13638 with flag 26000/26000
16.23/7.71	c cleaning 7907 clauses out of 15833 with flag 35001/35001
19.15/9.27	c cleaning 8944 clauses out of 17925 with flag 45000/45000
22.90/11.17	c cleaning 9972 clauses out of 19981 with flag 56000/56000
23.19/11.35	c cleaning 0 clauses out of 11000 with flag 0/11000
26.91/13.21	c cleaning 10994 clauses out of 22009 with flag 68000/68000
31.06/15.39	c cleaning 12003 clauses out of 24016 with flag 81001/81001
36.18/17.91	c cleaning 12998 clauses out of 26014 with flag 95002/95002
41.49/20.67	c cleaning 13997 clauses out of 28014 with flag 110000/110000
47.06/23.41	c cleaning 15003 clauses out of 30017 with flag 126000/126000
50.18/25.02	c cleaning 0 clauses out of 18000 with flag 0/18000
53.10/26.52	c cleaning 15997 clauses out of 32014 with flag 143000/143000
60.01/30.05	c cleaning 16987 clauses out of 34017 with flag 161000/161000
67.15/33.68	c cleaning 18009 clauses out of 36030 with flag 180000/180000
74.50/37.31	c cleaning 19000 clauses out of 38021 with flag 200000/200000
82.25/41.22	c cleaning 19999 clauses out of 40021 with flag 221000/221000
90.75/45.55	c cleaning 20991 clauses out of 42024 with flag 243002/243002
101.09/50.78	c cleaning 22004 clauses out of 44031 with flag 266000/266000
106.22/53.30	c cleaning 0 clauses out of 26000 with flag 0/26000
109.93/55.28	c cleaning 22998 clauses out of 46027 with flag 290000/290000
121.43/61.04	c cleaning 24007 clauses out of 48029 with flag 315000/315000
133.00/66.88	c cleaning 25000 clauses out of 50023 with flag 341001/341001
144.74/72.78	c cleaning 25973 clauses out of 52022 with flag 368000/368000
158.13/79.42	c cleaning 27022 clauses out of 54049 with flag 396000/396000
169.83/85.32	c cleaning 27992 clauses out of 56027 with flag 425000/425000
183.18/92.05	c cleaning 28998 clauses out of 58035 with flag 455000/455000
199.19/100.07	c cleaning 30003 clauses out of 60037 with flag 486000/486000
210.71/105.82	c cleaning 0 clauses out of 35000 with flag 0/35000
217.58/109.34	c cleaning 31005 clauses out of 62034 with flag 518000/518000
233.54/117.37	c cleaning 31977 clauses out of 64029 with flag 551000/551000
254.94/128.04	c cleaning 33019 clauses out of 66053 with flag 585001/585001
269.30/135.24	c cleaning 34007 clauses out of 68034 with flag 620001/620001
284.16/142.78	c cleaning 34997 clauses out of 70026 with flag 656000/656000
301.14/151.26	c cleaning 35959 clauses out of 72029 with flag 693000/693000
320.46/160.90	c cleaning 37016 clauses out of 74070 with flag 731000/731000
346.30/173.86	c cleaning 38018 clauses out of 76056 with flag 770002/770002
361.63/181.55	c cleaning 0 clauses out of 45003 with flag 0/45003
366.10/183.81	c cleaning 38991 clauses out of 78036 with flag 810000/810000
395.75/198.69	c cleaning 39990 clauses out of 80045 with flag 851000/851000
420.98/211.27	c cleaning 41010 clauses out of 82055 with flag 893000/893000
441.66/221.63	c cleaning 42007 clauses out of 84045 with flag 936000/936000
463.26/232.46	c cleaning 42999 clauses out of 86040 with flag 980002/980002
487.45/244.50	c cleaning 44002 clauses out of 88040 with flag 1025001/1025001
518.09/259.88	c cleaning 44997 clauses out of 90037 with flag 1071000/1071000
550.47/276.04	c cleaning 46010 clauses out of 92041 with flag 1118001/1118001
587.91/294.75	c cleaning 46998 clauses out of 94030 with flag 1166000/1166000
617.52/309.59	c cleaning 47982 clauses out of 96032 with flag 1215000/1215000
631.45/316.56	c cleaning 0 clauses out of 56002 with flag 0/56002
654.14/327.96	c cleaning 48991 clauses out of 98050 with flag 1265000/1265000
689.58/345.61	c cleaning 50002 clauses out of 100061 with flag 1316002/1316002
715.82/358.76	c cleaning 51021 clauses out of 102057 with flag 1368000/1368000
743.44/372.57	c cleaning 52003 clauses out of 104036 with flag 1421000/1421000
776.19/388.94	c cleaning 53006 clauses out of 106033 with flag 1475000/1475000
806.18/403.92	c cleaning 54005 clauses out of 108029 with flag 1530002/1530002
848.29/424.91	c cleaning 55000 clauses out of 110022 with flag 1586000/1586000
882.91/442.29	c cleaning 55995 clauses out of 112022 with flag 1643000/1643000
920.46/461.09	c cleaning 56988 clauses out of 114029 with flag 1701002/1701002
969.74/485.63	c cleaning 57986 clauses out of 116039 with flag 1760000/1760000
997.35/499.41	c cleaning 0 clauses out of 68002 with flag 0/68002
1013.84/507.78	c cleaning 58997 clauses out of 118053 with flag 1820000/1820000
1053.42/527.59	c cleaning 59980 clauses out of 120057 with flag 1881001/1881001
1104.90/553.29	c cleaning 61000 clauses out of 122076 with flag 1943000/1943000
1153.73/577.64	c cleaning 62024 clauses out of 124076 with flag 2006000/2006000
1186.72/594.13	c cleaning 63018 clauses out of 126053 with flag 2070001/2070001
1224.07/612.87	c cleaning 64001 clauses out of 128034 with flag 2135000/2135000
1271.91/636.73	c cleaning 64977 clauses out of 130033 with flag 2201000/2201000
1339.75/670.51	c cleaning 65991 clauses out of 132057 with flag 2268001/2268001
1393.49/697.35	c cleaning 67026 clauses out of 134066 with flag 2336001/2336001
1461.76/731.45	c cleaning 68009 clauses out of 136040 with flag 2405001/2405001
1508.65/754.84	c cleaning 69003 clauses out of 138030 with flag 2475000/2475000
1573.01/786.97	c cleaning 69971 clauses out of 140027 with flag 2546000/2546000
1574.27/787.61	c cleaning 0 clauses out of 81001 with flag 0/81001
1639.02/820.06	c cleaning 70999 clauses out of 142056 with flag 2618000/2618000
1685.96/843.41	c cleaning 72006 clauses out of 144058 with flag 2691001/2691001
1748.11/874.43	c cleaning 72999 clauses out of 146052 with flag 2765001/2765001
1800.19/900.41	c starts		: 231
1800.19/900.41	c conflicts		: 2827835
1800.19/900.41	c decisions		: 3495812
1800.19/900.41	c propagations		: 332766423
1800.19/900.41	c inspects		: 6552316258
1800.19/900.41	c learnt literals	: 0
1800.19/900.41	c learnt binary clauses	: 0
1800.19/900.41	c learnt ternary clauses	: 0
1800.19/900.41	c learnt clauses	: 2827835
1800.19/900.41	c ignored clauses	: 0
1800.19/900.41	c root simplifications	: 0
1800.19/900.41	c removed literals (reason simplification)	: 13541769
1800.19/900.41	c reason swapping (by a shorter reason)	: 0
1800.19/900.41	c Calls to reduceDB	: 70
1800.19/900.41	c number of reductions to clauses (during analyze)	: 0
1800.19/900.41	c number of learned constraints concerned by reduction	: 0
1800.19/900.41	c number of learning phase by resolution	: 0
1800.19/900.41	c number of learning phase by cutting planes	: 0
1800.19/900.41	c speed (assignments/second)	: 370081.46503835195
1800.19/900.41	c non guided choices	294
1800.19/900.44	c learnt constraints type 
1800.19/900.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 135948
1800.19/900.44	c constraints type 
1800.19/900.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
1800.19/900.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
1800.19/900.44	c constraints type 
1800.19/900.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 113164
1800.19/900.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 550
1800.19/900.44	s UNKNOWN
1800.19/900.44	c Total wall clock time (in seconds): 900.335

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-3729919-1338729833/watcher-3729919-1338729833 -o /tmp/evaluation-result-3729919-1338729833/solver-3729919-1338729833 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729919-1338729833.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.97 3.74 3.60 4/197 12387
/proc/meminfo: memFree=31019416/32873648 swapFree=7628/7628
[pid=12387] ppid=12385 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12387/stat : 12387 (java6) D 12385 12387 3958 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 339109274 9515008 185 33554432000 1073741824 1073778376 140736632984848 140736632976072 217410334135 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/12387/statm: 2323 185 142 9 0 71 0

[startup+0.084395 s]
/proc/loadavg: 3.97 3.74 3.60 4/197 12387
/proc/meminfo: memFree=31019416/32873648 swapFree=7628/7628
[pid=12387] ppid=12385 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/12387/stat : 12387 (java) S 12385 12387 3958 0 -1 4202496 3911 0 1 0 5 1 0 0 20 0 18 0 339109274 2764726272 5630 33554432000 1073741824 1073778376 140735382055104 140735382046240 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12387/statm: 674982 5630 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.100197 s]
/proc/loadavg: 3.97 3.74 3.60 4/197 12387
/proc/meminfo: memFree=31019416/32873648 swapFree=7628/7628
[pid=12387] ppid=12385 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/12387/stat : 12387 (java) S 12385 12387 3958 0 -1 4202496 4749 0 1 0 8 1 0 0 20 0 18 0 339109274 2764726272 6449 33554432000 1073741824 1073778376 140735382055104 140735382046240 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12387/statm: 674982 6449 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300187 s]
/proc/loadavg: 3.97 3.74 3.60 4/197 12387
/proc/meminfo: memFree=31019416/32873648 swapFree=7628/7628
[pid=12387] ppid=12385 vsize=2699928 CPUtime=0.48 cores=1,3,5,7
/proc/12387/stat : 12387 (java) S 12385 12387 3958 0 -1 4202496 5918 0 1 0 46 2 0 0 20 0 18 0 339109274 2764726272 11195 33554432000 1073741824 1073778376 140735382055104 140735382046240 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12387/statm: 674982 11195 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.70027 s]
/proc/loadavg: 3.97 3.74 3.60 4/197 12387
/proc/meminfo: memFree=31019416/32873648 swapFree=7628/7628
[pid=12387] ppid=12385 vsize=2699928 CPUtime=1.17 cores=1,3,5,7
/proc/12387/stat : 12387 (java) S 12385 12387 3958 0 -1 4202496 10213 0 1 0 111 6 0 0 20 0 18 0 339109274 2764726272 60006 33554432000 1073741824 1073778376 140735382055104 140735382046240 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12387/statm: 674982 60006 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 2699928

[startup+1.50064 s]
/proc/loadavg: 3.97 3.75 3.60 4/215 12405
/proc/meminfo: memFree=30632064/32873648 swapFree=7628/7628
[pid=12387] ppid=12385 vsize=2966184 CPUtime=2.77 cores=1,3,5,7
/proc/12387/stat : 12387 (java) S 12385 12387 3958 0 -1 4202496 12244 0 1 0 266 11 0 0 20 0 22 0 339109274 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140735382046240 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12387/statm: 741546 99551 2268 9 0 732240 0
[pid=12387/tid=12389] ppid=12385 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/12387/task/12389/stat : 12389 (java) S 12385 12387 3958 0 -1 4202560 2968 0 1 0 112 7 0 0 20 0 22 0 339109274 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013843768472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12390] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12390/stat : 12390 (java) S 12385 12387 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339109276 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013828049576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12391] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (java) S 12385 12387 3958 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339109276 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013826997032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12392] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (java) S 12385 12387 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339109276 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013825944488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12393] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (java) S 12385 12387 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339109276 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013824891944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12394] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12394/stat : 12394 (java) S 12385 12387 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339109276 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013823838376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12395] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12395/stat : 12395 (java) S 12385 12387 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339109276 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013822785832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12396] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12396/stat : 12396 (java) S 12385 12387 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339109276 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013821733288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12397] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12397/stat : 12397 (java) S 12385 12387 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339109276 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013820680744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12398] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12398/stat : 12398 (java) S 12385 12387 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013808269928 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12399] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12399/stat : 12399 (java) S 12385 12387 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013807216248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12400] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12400/stat : 12400 (java) S 12385 12387 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013806163592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12401] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12401/stat : 12401 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013805112336 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12402] ppid=12385 vsize=2966184 CPUtime=0.46 cores=1,3,5,7
/proc/12387/task/12402/stat : 12402 (java) R 12385 12387 3958 0 -1 4202560 4766 0 0 0 44 2 0 0 20 0 22 0 339109280 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013804046248 217413895280 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12403] ppid=12385 vsize=2966184 CPUtime=0.5 cores=1,3,5,7
/proc/12387/task/12403/stat : 12403 (java) R 12385 12387 3958 0 -1 4202560 3174 0 0 0 50 0 0 0 20 0 22 0 339109280 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013802993264 140013850230496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12404] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12404/stat : 12404 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013801953784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12405] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12405/stat : 12405 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 99551 33554432000 1073741824 1073778376 140735382055104 140013800901448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 2966184

[startup+3.10081 s]
/proc/loadavg: 3.97 3.75 3.60 6/219 12409
/proc/meminfo: memFree=30608720/32873648 swapFree=7628/7628
[pid=12387] ppid=12385 vsize=2966184 CPUtime=6.73 cores=1,3,5,7
/proc/12387/stat : 12387 (java) S 12385 12387 3958 0 -1 4202496 22430 0 1 0 659 14 0 0 20 0 22 0 339109274 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140735382046240 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12387/statm: 741546 118820 2283 9 0 732240 0
[pid=12387/tid=12389] ppid=12385 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/12387/task/12389/stat : 12389 (java) S 12385 12387 3958 0 -1 4202560 2968 0 1 0 112 7 0 0 20 0 22 0 339109274 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013843768472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12390] ppid=12385 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/12387/task/12390/stat : 12390 (java) S 12385 12387 3958 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 339109276 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013828049576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12391] ppid=12385 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (java) S 12385 12387 3958 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 339109276 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013826997032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12392] ppid=12385 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (java) S 12385 12387 3958 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 339109276 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013825944488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12393] ppid=12385 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (java) S 12385 12387 3958 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 339109276 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013824891944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12394] ppid=12385 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/12387/task/12394/stat : 12394 (java) S 12385 12387 3958 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 339109276 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013823838376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12395] ppid=12385 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/12387/task/12395/stat : 12395 (java) S 12385 12387 3958 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 339109276 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013822785832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12396] ppid=12385 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/12387/task/12396/stat : 12396 (java) S 12385 12387 3958 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 339109276 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013821733288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12397] ppid=12385 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/12387/task/12397/stat : 12397 (java) S 12385 12387 3958 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 339109276 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013820680744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12398] ppid=12385 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/12387/task/12398/stat : 12398 (java) S 12385 12387 3958 0 -1 4202560 41 0 0 0 7 0 0 0 20 0 22 0 339109277 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013808269928 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12399] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12399/stat : 12399 (java) S 12385 12387 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013807216248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12400] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12400/stat : 12400 (java) S 12385 12387 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013806163592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12401] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12401/stat : 12401 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013805112336 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12402] ppid=12385 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/12387/task/12402/stat : 12402 (java) S 12385 12387 3958 0 -1 4202560 12389 0 0 0 99 3 0 0 20 0 22 0 339109280 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013804058680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12403] ppid=12385 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/12387/task/12403/stat : 12403 (java) S 12385 12387 3958 0 -1 4202560 5664 0 0 0 76 2 0 0 20 0 22 0 339109280 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013803006136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12404] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12404/stat : 12404 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013801953784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12405] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12405/stat : 12405 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013800901448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12406] ppid=12385 vsize=2966184 CPUtime=1.7 cores=1,3,5,7
/proc/12387/task/12406/stat : 12406 (java) R 12385 12387 3958 0 -1 4202560 24 0 0 0 170 0 0 0 20 0 22 0 339109398 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013799845720 140013669607314 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12407] ppid=12385 vsize=2966184 CPUtime=1.7 cores=1,3,5,7
/proc/12387/task/12407/stat : 12407 (java) R 12385 12387 3958 0 -1 4202560 63 0 0 0 170 0 0 0 20 0 22 0 339109398 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013798793960 140013669671799 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12408] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12408/stat : 12408 (java) S 12385 12387 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339109398 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013797742120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12409] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12409/stat : 12409 (java) S 12385 12387 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339109398 3037372416 118820 33554432000 1073741824 1073778376 140735382055104 140013796689576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 2966184

[startup+6.30081 s]
/proc/loadavg: 4.05 3.77 3.61 6/219 12409
/proc/meminfo: memFree=30547528/32873648 swapFree=7628/7628
[pid=12387] ppid=12385 vsize=2966184 CPUtime=13.19 cores=1,3,5,7
/proc/12387/stat : 12387 (java) S 12385 12387 3958 0 -1 4202496 23667 0 1 0 1305 14 0 0 20 0 22 0 339109274 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140735382046240 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12387/statm: 741546 120354 2283 9 0 732240 0
[pid=12387/tid=12389] ppid=12385 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/12387/task/12389/stat : 12389 (java) S 12385 12387 3958 0 -1 4202560 2968 0 1 0 112 7 0 0 20 0 22 0 339109274 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013843768184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12390] ppid=12385 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/12387/task/12390/stat : 12390 (java) S 12385 12387 3958 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 339109276 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013828049576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12391] ppid=12385 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (java) S 12385 12387 3958 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 339109276 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013826997032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12392] ppid=12385 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (java) S 12385 12387 3958 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 339109276 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013825944488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12393] ppid=12385 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (java) S 12385 12387 3958 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 339109276 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013824891944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12394] ppid=12385 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/12387/task/12394/stat : 12394 (java) S 12385 12387 3958 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 339109276 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013823838376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12395] ppid=12385 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/12387/task/12395/stat : 12395 (java) S 12385 12387 3958 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 339109276 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013822785832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12396] ppid=12385 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/12387/task/12396/stat : 12396 (java) S 12385 12387 3958 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 339109276 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013821733288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12397] ppid=12385 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/12387/task/12397/stat : 12397 (java) S 12385 12387 3958 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 339109276 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013820680744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12398] ppid=12385 vsize=2966184 CPUtime=0.4 cores=1,3,5,7
/proc/12387/task/12398/stat : 12398 (java) R 12385 12387 3958 0 -1 4202560 64 0 0 0 40 0 0 0 20 0 22 0 339109277 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013808268784 140013849892241 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12399] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12399/stat : 12399 (java) S 12385 12387 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013807216248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12400] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12400/stat : 12400 (java) S 12385 12387 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013806163592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12401] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12401/stat : 12401 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013805112336 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12402] ppid=12385 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/12387/task/12402/stat : 12402 (java) S 12385 12387 3958 0 -1 4202560 12397 0 0 0 108 3 0 0 20 0 22 0 339109280 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013804058680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12403] ppid=12385 vsize=2966184 CPUtime=1.06 cores=1,3,5,7
/proc/12387/task/12403/stat : 12403 (java) S 12385 12387 3958 0 -1 4202560 6853 0 0 0 104 2 0 0 20 0 22 0 339109280 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013802982584 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12404] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12404/stat : 12404 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013801953784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12405] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12405/stat : 12405 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013800901448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12406] ppid=12385 vsize=2966184 CPUtime=4.55 cores=1,3,5,7
/proc/12387/task/12406/stat : 12406 (java) S 12385 12387 3958 0 -1 4202560 26 0 0 0 455 0 0 0 20 0 22 0 339109398 3037372416 120354 33554432000 1073741824 1073778376 140735382055104 140013799846600 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=12387/tid=12407] ppid=12385 vsize=2966184 CPUtime=744.1 cores=1,3,5,7
/proc/12387/task/12407/stat : 12407 (java) R 12385 12387 3958 0 -1 4202560 275 0 0 0 74396 14 0 0 20 0 22 0 339109398 3037372416 185328 33554432000 1073741824 1073778376 140735382055104 140013798792880 140013669895348 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12408] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12408/stat : 12408 (java) S 12385 12387 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339109398 3037372416 185328 33554432000 1073741824 1073778376 140735382055104 140013797742120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12409] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12409/stat : 12409 (java) S 12385 12387 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339109398 3037372416 185328 33554432000 1073741824 1073778376 140735382055104 140013796689576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1523.55
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.57 3.86 3.77 4/195 12845
/proc/meminfo: memFree=30799772/32873648 swapFree=7628/7628
[pid=12387] ppid=12385 vsize=2966184 CPUtime=1643.47 cores=1,3,5,7
/proc/12387/stat : 12387 (java) S 12385 12387 3958 0 -1 4202496 27073 0 1 0 164257 90 0 0 20 0 22 0 339109274 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140735382046240 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12387/statm: 741546 185355 2284 9 0 732240 0
[pid=12387/tid=12389] ppid=12385 vsize=2966184 CPUtime=1.21 cores=1,3,5,7
/proc/12387/task/12389/stat : 12389 (java) S 12385 12387 3958 0 -1 4202560 2979 0 1 0 113 8 0 0 20 0 22 0 339109274 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013843768472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12390] ppid=12385 vsize=2966184 CPUtime=3.01 cores=1,3,5,7
/proc/12387/task/12390/stat : 12390 (java) S 12385 12387 3958 0 -1 4202560 189 0 0 0 297 4 0 0 20 0 22 0 339109276 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013828049576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12391] ppid=12385 vsize=2966184 CPUtime=2.9 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (java) S 12385 12387 3958 0 -1 4202560 189 0 0 0 285 5 0 0 20 0 22 0 339109276 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013826997032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12392] ppid=12385 vsize=2966184 CPUtime=2.85 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (java) S 12385 12387 3958 0 -1 4202560 186 0 0 0 280 5 0 0 20 0 22 0 339109276 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013825944488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12393] ppid=12385 vsize=2966184 CPUtime=2.84 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (java) S 12385 12387 3958 0 -1 4202560 161 0 0 0 278 6 0 0 20 0 22 0 339109276 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013824891944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12394] ppid=12385 vsize=2966184 CPUtime=2.67 cores=1,3,5,7
/proc/12387/task/12394/stat : 12394 (java) S 12385 12387 3958 0 -1 4202560 173 0 0 0 262 5 0 0 20 0 22 0 339109276 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013823838376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12395] ppid=12385 vsize=2966184 CPUtime=2.74 cores=1,3,5,7
/proc/12387/task/12395/stat : 12395 (java) S 12385 12387 3958 0 -1 4202560 197 0 0 0 269 5 0 0 20 0 22 0 339109276 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013822785832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12396] ppid=12385 vsize=2966184 CPUtime=2.8 cores=1,3,5,7
/proc/12387/task/12396/stat : 12396 (java) S 12385 12387 3958 0 -1 4202560 186 0 0 0 276 4 0 0 20 0 22 0 339109276 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013821733288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12397] ppid=12385 vsize=2966184 CPUtime=2.79 cores=1,3,5,7
/proc/12387/task/12397/stat : 12397 (java) S 12385 12387 3958 0 -1 4202560 182 0 0 0 274 5 0 0 20 0 22 0 339109276 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013820680744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12398] ppid=12385 vsize=2966184 CPUtime=11.31 cores=1,3,5,7
/proc/12387/task/12398/stat : 12398 (java) S 12385 12387 3958 0 -1 4202560 124 0 0 0 1105 26 0 0 20 0 22 0 339109277 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013808269928 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12399] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12399/stat : 12399 (java) S 12385 12387 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013807216248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12400] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12400/stat : 12400 (java) S 12385 12387 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013806163592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12401] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12401/stat : 12401 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013805112336 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12402] ppid=12385 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/12387/task/12402/stat : 12402 (java) S 12385 12387 3958 0 -1 4202560 12397 0 0 0 108 3 0 0 20 0 22 0 339109280 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013804058680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12403] ppid=12385 vsize=2966184 CPUtime=1.39 cores=1,3,5,7
/proc/12387/task/12403/stat : 12403 (java) S 12385 12387 3958 0 -1 4202560 8186 0 0 0 137 2 0 0 20 0 22 0 339109280 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013803006136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12404] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12404/stat : 12404 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013801953784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12405] ppid=12385 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/12387/task/12405/stat : 12405 (java) S 12385 12387 3958 0 -1 4202560 48 0 0 0 14 18 0 0 20 0 22 0 339109280 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013800901448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12406] ppid=12385 vsize=2966184 CPUtime=802.88 cores=1,3,5,7
/proc/12387/task/12406/stat : 12406 (java) R 12385 12387 3958 0 -1 4202560 398 0 0 0 80274 14 0 0 20 0 22 0 339109398 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013799845536 140013669599161 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12407] ppid=12385 vsize=2966184 CPUtime=802.92 cores=1,3,5,7
/proc/12387/task/12407/stat : 12407 (java) R 12385 12387 3958 0 -1 4202560 290 0 0 0 80277 15 0 0 20 0 22 0 339109398 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013798792248 140013669895341 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12408] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12408/stat : 12408 (java) S 12385 12387 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339109398 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013797742120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12409] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12409/stat : 12409 (java) S 12385 12387 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339109398 3037372416 185355 33554432000 1073741824 1073778376 140735382055104 140013796689576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1643.47
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.58 4.05 3.84 3/217 12957
/proc/meminfo: memFree=29832720/32873648 swapFree=7628/7628
[pid=12387] ppid=12385 vsize=2966184 CPUtime=1763.8 cores=1,3,5,7
/proc/12387/stat : 12387 (java) S 12385 12387 3958 0 -1 4202496 27212 0 1 0 176285 95 0 0 20 0 22 0 339109274 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140735382046240 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12387/statm: 741546 185965 2284 9 0 732240 0
[pid=12387/tid=12389] ppid=12385 vsize=2966184 CPUtime=1.21 cores=1,3,5,7
/proc/12387/task/12389/stat : 12389 (java) S 12385 12387 3958 0 -1 4202560 2979 0 1 0 113 8 0 0 20 0 22 0 339109274 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013843768472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12390] ppid=12385 vsize=2966184 CPUtime=3.24 cores=1,3,5,7
/proc/12387/task/12390/stat : 12390 (java) S 12385 12387 3958 0 -1 4202560 196 0 0 0 320 4 0 0 20 0 22 0 339109276 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013828049576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12391] ppid=12385 vsize=2966184 CPUtime=3.11 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (java) S 12385 12387 3958 0 -1 4202560 199 0 0 0 306 5 0 0 20 0 22 0 339109276 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013826997032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12392] ppid=12385 vsize=2966184 CPUtime=3.06 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (java) S 12385 12387 3958 0 -1 4202560 206 0 0 0 301 5 0 0 20 0 22 0 339109276 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013825944488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12393] ppid=12385 vsize=2966184 CPUtime=3.11 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (java) S 12385 12387 3958 0 -1 4202560 174 0 0 0 305 6 0 0 20 0 22 0 339109276 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013824891944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12394] ppid=12385 vsize=2966184 CPUtime=2.9 cores=1,3,5,7
/proc/12387/task/12394/stat : 12394 (java) S 12385 12387 3958 0 -1 4202560 180 0 0 0 285 5 0 0 20 0 22 0 339109276 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013823838376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12395] ppid=12385 vsize=2966184 CPUtime=2.96 cores=1,3,5,7
/proc/12387/task/12395/stat : 12395 (java) S 12385 12387 3958 0 -1 4202560 214 0 0 0 291 5 0 0 20 0 22 0 339109276 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013822785832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12396] ppid=12385 vsize=2966184 CPUtime=3.01 cores=1,3,5,7
/proc/12387/task/12396/stat : 12396 (java) S 12385 12387 3958 0 -1 4202560 200 0 0 0 297 4 0 0 20 0 22 0 339109276 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013821733288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12397] ppid=12385 vsize=2966184 CPUtime=3.02 cores=1,3,5,7
/proc/12387/task/12397/stat : 12397 (java) S 12385 12387 3958 0 -1 4202560 193 0 0 0 297 5 0 0 20 0 22 0 339109276 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013820680744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12398] ppid=12385 vsize=2966184 CPUtime=11.71 cores=1,3,5,7
/proc/12387/task/12398/stat : 12398 (java) S 12385 12387 3958 0 -1 4202560 126 0 0 0 1142 29 0 0 20 0 22 0 339109277 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013808269928 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12399] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12399/stat : 12399 (java) S 12385 12387 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013807216248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12400] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12400/stat : 12400 (java) S 12385 12387 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013806163592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12401] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12401/stat : 12401 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013805112336 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12402] ppid=12385 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/12387/task/12402/stat : 12402 (java) S 12385 12387 3958 0 -1 4202560 12397 0 0 0 108 3 0 0 20 0 22 0 339109280 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013804058680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12403] ppid=12385 vsize=2966184 CPUtime=1.39 cores=1,3,5,7
/proc/12387/task/12403/stat : 12403 (java) S 12385 12387 3958 0 -1 4202560 8186 0 0 0 137 2 0 0 20 0 22 0 339109280 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013803006136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12404] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12404/stat : 12404 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013801953784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12405] ppid=12385 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/12387/task/12405/stat : 12405 (java) S 12385 12387 3958 0 -1 4202560 50 0 0 0 15 20 0 0 20 0 22 0 339109280 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013800901448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12406] ppid=12385 vsize=2966184 CPUtime=861.94 cores=1,3,5,7
/proc/12387/task/12406/stat : 12406 (java) R 12385 12387 3958 0 -1 4202560 419 0 0 0 86179 15 0 0 20 0 22 0 339109398 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013799845536 140013669635301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12407] ppid=12385 vsize=2966184 CPUtime=861.99 cores=1,3,5,7
/proc/12387/task/12407/stat : 12407 (java) R 12385 12387 3958 0 -1 4202560 305 0 0 0 86183 16 0 0 20 0 22 0 339109398 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013798792128 140013669599161 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12408] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12408/stat : 12408 (java) S 12385 12387 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339109398 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013797742120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12409] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12409/stat : 12409 (java) S 12385 12387 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339109398 3037372416 185965 33554432000 1073741824 1073778376 140735382055104 140013796689576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1763.8
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.401 s]
/proc/loadavg: 4.23 4.00 3.82 4/195 12965
/proc/meminfo: memFree=30785960/32873648 swapFree=7628/7628
[pid=12387] ppid=12385 vsize=2966184 CPUtime=1800.19 cores=1,3,5,7
/proc/12387/stat : 12387 (java) S 12385 12387 3958 0 -1 4202496 27254 0 1 0 179923 96 0 0 20 0 22 0 339109274 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140735382046240 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/12387/statm: 741546 185993 2284 9 0 732240 0
[pid=12387/tid=12389] ppid=12385 vsize=2966184 CPUtime=1.21 cores=1,3,5,7
/proc/12387/task/12389/stat : 12389 (java) S 12385 12387 3958 0 -1 4202560 2979 0 1 0 113 8 0 0 20 0 22 0 339109274 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013843768472 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12390] ppid=12385 vsize=2966184 CPUtime=3.31 cores=1,3,5,7
/proc/12387/task/12390/stat : 12390 (java) S 12385 12387 3958 0 -1 4202560 200 0 0 0 326 5 0 0 20 0 22 0 339109276 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013828049576 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12391] ppid=12385 vsize=2966184 CPUtime=3.17 cores=1,3,5,7
/proc/12387/task/12391/stat : 12391 (java) S 12385 12387 3958 0 -1 4202560 204 0 0 0 312 5 0 0 20 0 22 0 339109276 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013826997032 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12392] ppid=12385 vsize=2966184 CPUtime=3.12 cores=1,3,5,7
/proc/12387/task/12392/stat : 12392 (java) S 12385 12387 3958 0 -1 4202560 215 0 0 0 307 5 0 0 20 0 22 0 339109276 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013825944488 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12393] ppid=12385 vsize=2966184 CPUtime=3.17 cores=1,3,5,7
/proc/12387/task/12393/stat : 12393 (java) S 12385 12387 3958 0 -1 4202560 176 0 0 0 311 6 0 0 20 0 22 0 339109276 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013824891944 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12394] ppid=12385 vsize=2966184 CPUtime=2.94 cores=1,3,5,7
/proc/12387/task/12394/stat : 12394 (java) S 12385 12387 3958 0 -1 4202560 180 0 0 0 289 5 0 0 20 0 22 0 339109276 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013823838376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12395] ppid=12385 vsize=2966184 CPUtime=3.03 cores=1,3,5,7
/proc/12387/task/12395/stat : 12395 (java) S 12385 12387 3958 0 -1 4202560 216 0 0 0 298 5 0 0 20 0 22 0 339109276 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013822785832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12396] ppid=12385 vsize=2966184 CPUtime=3.07 cores=1,3,5,7
/proc/12387/task/12396/stat : 12396 (java) S 12385 12387 3958 0 -1 4202560 202 0 0 0 303 4 0 0 20 0 22 0 339109276 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013821733288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12397] ppid=12385 vsize=2966184 CPUtime=3.08 cores=1,3,5,7
/proc/12387/task/12397/stat : 12397 (java) S 12385 12387 3958 0 -1 4202560 197 0 0 0 302 6 0 0 20 0 22 0 339109276 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013820680744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12398] ppid=12385 vsize=2966184 CPUtime=11.71 cores=1,3,5,7
/proc/12387/task/12398/stat : 12398 (java) S 12385 12387 3958 0 -1 4202560 128 0 0 0 1142 29 0 0 20 0 22 0 339109277 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013808269928 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12399] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12399/stat : 12399 (java) S 12385 12387 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013807216248 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12400] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12400/stat : 12400 (java) S 12385 12387 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339109277 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013806163592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12401] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12401/stat : 12401 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013805112336 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12402] ppid=12385 vsize=2966184 CPUtime=1.11 cores=1,3,5,7
/proc/12387/task/12402/stat : 12402 (java) S 12385 12387 3958 0 -1 4202560 12397 0 0 0 108 3 0 0 20 0 22 0 339109280 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013804058680 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12387/tid=12403] ppid=12385 vsize=2966184 CPUtime=1.39 cores=1,3,5,7
/proc/12387/task/12403/stat : 12403 (java) S 12385 12387 3958 0 -1 4202560 8186 0 0 0 137 2 0 0 20 0 22 0 339109280 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013803006136 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12404] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12404/stat : 12404 (java) S 12385 12387 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339109280 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013801953784 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12405] ppid=12385 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/12387/task/12405/stat : 12405 (java) S 12385 12387 3958 0 -1 4202560 52 0 0 0 15 21 0 0 20 0 22 0 339109280 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013800901448 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12406] ppid=12385 vsize=2966184 CPUtime=879.9 cores=1,3,5,7
/proc/12387/task/12406/stat : 12406 (java) R 12385 12387 3958 0 -1 4202560 424 0 0 0 87975 15 0 0 20 0 22 0 339109398 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013799845536 140013669511531 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12387/tid=12407] ppid=12385 vsize=2966184 CPUtime=879.94 cores=1,3,5,7
/proc/12387/task/12407/stat : 12407 (java) R 12385 12387 3958 0 -1 4202560 310 0 0 0 87978 16 0 0 20 0 22 0 339109398 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013798791984 140013669895134 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12387/tid=12408] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12408/stat : 12408 (java) S 12385 12387 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339109398 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013797742120 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12387/tid=12409] ppid=12385 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/12387/task/12409/stat : 12409 (java) S 12385 12387 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339109398 3037372416 185993 33554432000 1073741824 1073778376 140735382055104 140013796689576 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 2966184

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): 900.453
CPU time (s): 1800.93
CPU user time (s): 1799.41
CPU system time (s): 1.52277
CPU usage (%): 200.003
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 1.52277
maximum resident set size= 744096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27286
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38777
involuntary context switches= 62572

runsolver used 3.2615 second user time and 8.41372 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 15:23:53
IDJOB=3729919
IDBENCH=1370
IDSOLVER=2324
FILE ID=node122/3729919-1338729833
RUNJOBID= node122-1338726600-10239
PBS_JOBID= 14636732
Free space on /tmp= 71180 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729919-1338729833/watcher-3729919-1338729833 -o /tmp/evaluation-result-3729919-1338729833/solver-3729919-1338729833 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729919-1338729833.opb

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=1396031079

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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.533
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.533
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.533
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:        31019672 kB
Buffers:          223556 kB
Cached:           181860 kB
SwapCached:         1832 kB
Active:           972972 kB
Inactive:          48004 kB
Active(anon):     612548 kB
Inactive(anon):     5432 kB
Active(file):     360424 kB
Inactive(file):    42572 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:              5804 kB
Writeback:             0 kB
AnonPages:        631972 kB
Mapped:            17148 kB
Shmem:                 0 kB
Slab:             684656 kB
SReclaimable:     128284 kB
SUnreclaim:       556372 kB
KernelStack:        1624 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 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= 71096 MiB
End job on node122 at 2012-06-03 15:38:55