Trace number 3729949

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.02 903.265

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k4_l4_n360.opb
MD5SUMa399b3055416a9d1117a7f2bb11b2cef
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 benchmark817.196
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1440
Total number of constraints86040
Number of constraints which are clauses85680
Number of constraints which are cardinality constraints (but not clauses)360
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3729949-1338679428.opb
0.10/0.12	c reading problem ... 
1.38/0.94	c ... done. Wall clock time 0.825s.
1.38/0.94	c #vars     1440
1.38/0.94	c #constraints  86400
1.38/0.94	c constraints type 
1.38/0.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1.38/0.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1.38/0.94	c constraints type 
1.38/0.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
1.38/0.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
4.36/1.89	c cleaning 2492 clauses out of 5001 with flag 5001/5001
6.07/2.64	c cleaning 4244 clauses out of 8509 with flag 11001/11001
7.62/3.42	c cleaning 5628 clauses out of 11265 with flag 18001/18001
9.42/4.40	c cleaning 6816 clauses out of 13639 with flag 26003/26003
11.36/5.36	c cleaning 0 clauses out of 5000 with flag 0/5000
12.16/5.65	c cleaning 7907 clauses out of 15820 with flag 35000/35000
14.75/6.92	c cleaning 8952 clauses out of 17915 with flag 45002/45002
17.63/8.34	c cleaning 9978 clauses out of 19963 with flag 56002/56002
20.75/9.92	c cleaning 10981 clauses out of 21984 with flag 68001/68001
24.06/11.62	c cleaning 11989 clauses out of 24002 with flag 81000/81000
27.59/13.44	c cleaning 13001 clauses out of 26013 with flag 95000/95000
31.74/15.54	c cleaning 13998 clauses out of 28012 with flag 110000/110000
35.88/17.65	c cleaning 14997 clauses out of 30014 with flag 126000/126000
40.01/19.71	c cleaning 0 clauses out of 11001 with flag 0/11001
40.71/20.12	c cleaning 15989 clauses out of 32019 with flag 143002/143002
46.04/22.88	c cleaning 17005 clauses out of 34028 with flag 161000/161000
51.74/25.70	c cleaning 18007 clauses out of 36023 with flag 180000/180000
57.06/28.46	c cleaning 19000 clauses out of 38016 with flag 200000/200000
63.18/31.59	c cleaning 20000 clauses out of 40017 with flag 221001/221001
69.90/34.90	c cleaning 20992 clauses out of 42016 with flag 243000/243000
77.80/38.98	c cleaning 21988 clauses out of 44024 with flag 266000/266000
84.31/42.29	c cleaning 23011 clauses out of 46038 with flag 290002/290002
92.04/46.17	c cleaning 24006 clauses out of 48026 with flag 315001/315001
101.96/51.14	c cleaning 25001 clauses out of 50019 with flag 341000/341000
102.85/51.62	c cleaning 0 clauses out of 18001 with flag 0/18001
111.56/56.10	c cleaning 25991 clauses out of 52018 with flag 368000/368000
122.68/61.62	c cleaning 27005 clauses out of 54027 with flag 396000/396000
131.39/66.01	c cleaning 28006 clauses out of 56025 with flag 425003/425003
141.86/71.33	c cleaning 29000 clauses out of 58017 with flag 455001/455001
153.21/77.08	c cleaning 29991 clauses out of 60017 with flag 486001/486001
168.53/84.76	c cleaning 31000 clauses out of 62025 with flag 518000/518000
182.42/91.78	c cleaning 32001 clauses out of 64025 with flag 551000/551000
198.51/99.82	c cleaning 33001 clauses out of 66025 with flag 585001/585001
209.41/105.31	c cleaning 34006 clauses out of 68023 with flag 620000/620000
221.93/111.66	c cleaning 34998 clauses out of 70017 with flag 656000/656000
233.84/117.61	c cleaning 0 clauses out of 26000 with flag 0/26000
235.73/118.61	c cleaning 35989 clauses out of 72019 with flag 693000/693000
251.27/126.45	c cleaning 37006 clauses out of 74031 with flag 731001/731001
272.78/137.28	c cleaning 38003 clauses out of 76025 with flag 770001/770001
288.89/145.38	c cleaning 39001 clauses out of 78021 with flag 810000/810000
311.96/156.93	c cleaning 40003 clauses out of 80020 with flag 851000/851000
330.88/166.48	c cleaning 40982 clauses out of 82017 with flag 893000/893000
346.58/174.34	c cleaning 41993 clauses out of 84036 with flag 936001/936001
366.47/184.39	c cleaning 43011 clauses out of 86042 with flag 980000/980000
388.51/195.44	c cleaning 43998 clauses out of 88031 with flag 1025000/1025000
412.46/207.44	c cleaning 45002 clauses out of 90033 with flag 1071000/1071000
438.59/220.56	c cleaning 46003 clauses out of 92032 with flag 1118001/1118001
470.35/236.48	c cleaning 46999 clauses out of 94028 with flag 1166000/1166000
488.60/245.64	c cleaning 0 clauses out of 35001 with flag 0/35001
497.10/249.96	c cleaning 48007 clauses out of 96029 with flag 1215000/1215000
532.01/267.49	c cleaning 49002 clauses out of 98023 with flag 1265001/1265001
570.36/286.66	c cleaning 49995 clauses out of 100022 with flag 1316002/1316002
589.61/296.39	c cleaning 51009 clauses out of 102030 with flag 1368005/1368005
613.90/308.54	c cleaning 51998 clauses out of 104019 with flag 1421003/1421003
641.06/322.15	c cleaning 52987 clauses out of 106019 with flag 1475001/1475001
672.20/337.73	c cleaning 54001 clauses out of 108031 with flag 1530000/1530000
709.49/356.42	c cleaning 55003 clauses out of 110030 with flag 1586000/1586000
741.02/372.25	c cleaning 55997 clauses out of 112027 with flag 1643000/1643000
778.94/391.24	c cleaning 56994 clauses out of 114030 with flag 1701000/1701000
821.45/412.59	c cleaning 57988 clauses out of 116036 with flag 1760000/1760000
856.34/430.03	c cleaning 59010 clauses out of 118049 with flag 1820001/1820001
894.45/449.12	c cleaning 59977 clauses out of 120038 with flag 1881000/1881000
936.96/470.43	c cleaning 60994 clauses out of 122063 with flag 1943002/1943002
972.05/488.01	c cleaning 0 clauses out of 45000 with flag 0/45000
973.85/489.04	c cleaning 62032 clauses out of 124069 with flag 2006002/2006002
1001.89/503.15	c cleaning 62999 clauses out of 126035 with flag 2070000/2070000
1036.80/520.60	c cleaning 63978 clauses out of 128036 with flag 2135000/2135000
1076.72/540.60	c cleaning 65019 clauses out of 130058 with flag 2201000/2201000
1123.35/564.02	c cleaning 66008 clauses out of 132043 with flag 2268004/2268004
1162.09/583.45	c cleaning 66996 clauses out of 134031 with flag 2336000/2336000
1206.98/605.99	c cleaning 68006 clauses out of 136035 with flag 2405000/2405000
1249.30/627.15	c cleaning 68993 clauses out of 138029 with flag 2475000/2475000
1302.11/653.61	c cleaning 70002 clauses out of 140036 with flag 2546000/2546000
1355.04/680.19	c cleaning 71008 clauses out of 142037 with flag 2618003/2618003
1396.74/701.07	c cleaning 72002 clauses out of 144028 with flag 2691002/2691002
1447.25/726.32	c cleaning 72998 clauses out of 146027 with flag 2765003/2765003
1508.26/756.99	c cleaning 73990 clauses out of 148028 with flag 2840002/2840002
1568.77/787.22	c cleaning 74995 clauses out of 150036 with flag 2916000/2916000
1626.26/816.01	c cleaning 76014 clauses out of 152041 with flag 2993000/2993000
1660.37/833.11	c cleaning 76989 clauses out of 154027 with flag 3071000/3071000
1701.76/853.95	c cleaning 78006 clauses out of 156039 with flag 3150001/3150001
1747.47/876.87	c cleaning 79003 clauses out of 158033 with flag 3230001/3230001
1796.76/901.57	c cleaning 79999 clauses out of 160029 with flag 3311000/3311000
1800.02/903.21	c starts		: 250
1800.02/903.21	c conflicts		: 3319318
1800.02/903.21	c decisions		: 4119532
1800.02/903.21	c propagations		: 378778572
1800.02/903.21	c inspects		: 8162421925
1800.02/903.21	c shortcuts		: 0
1800.02/903.21	c learnt literals	: 0
1800.02/903.21	c learnt binary clauses	: 0
1800.02/903.21	c learnt ternary clauses	: 0
1800.02/903.21	c learnt constraints	: 3319319
1800.02/903.21	c ignored constraints	: 0
1800.02/903.21	c root simplifications	: 0
1800.02/903.21	c removed literals (reason simplification)	: 39314440
1800.02/903.21	c reason swapping (by a shorter reason)	: 0
1800.02/903.21	c Calls to reduceDB	: 77
1800.02/903.21	c number of reductions to clauses (during analyze)	: 0
1800.02/903.21	c number of learned constraints concerned by reduction	: 0
1800.02/903.21	c number of learning phase by resolution	: 0
1800.02/903.21	c number of learning phase by cutting planes	: 0
1800.02/903.21	c speed (assignments/second)	: 419807.82739477337
1800.02/903.21	c non guided choices	214
1800.02/903.24	c learnt constraints type 
1800.02/903.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88483
1800.02/903.24	c constraints type 
1800.02/903.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 86040
1800.02/903.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 360
1800.02/903.24	c constraints type 
1800.02/903.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86040
1800.02/903.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 360
1800.02/903.24	s UNKNOWN
1800.02/903.24	c Total wall clock time (in seconds): 903.126

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-3729949-1338679428/watcher-3729949-1338679428 -o /tmp/evaluation-result-3729949-1338679428/solver-3729949-1338679428 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729949-1338679428.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.84 3.64 2.36 3/197 6234
/proc/meminfo: memFree=24445768/32873844 swapFree=7632/7632
[pid=6234] ppid=6232 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/6234/stat : 6234 (java) R 6232 6234 5561 0 -1 4202496 822 0 0 0 0 0 0 0 20 0 1 0 334067142 23793664 551 33554432000 1073741824 1073778376 140736669002400 140736668991464 209874631219 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/6234/statm: 5809 563 423 9 0 128 0

[startup+0.0544419 s]
/proc/loadavg: 3.84 3.64 2.36 3/197 6234
/proc/meminfo: memFree=24445768/32873844 swapFree=7632/7632
[pid=6234] ppid=6232 vsize=11253516 CPUtime=0.04 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6232 6234 5561 0 -1 4202496 4278 0 1 0 3 1 0 0 20 0 13 0 334067142 11523600384 12131 33554432000 1073741824 1073778376 140736669002400 140736668993536 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6234/statm: 2813379 12131 1693 9 0 2804080 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100227 s]
/proc/loadavg: 3.84 3.64 2.36 3/197 6234
/proc/meminfo: memFree=24445768/32873844 swapFree=7632/7632
[pid=6234] ppid=6232 vsize=11586392 CPUtime=0.1 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6232 6234 5561 0 -1 4202496 5250 0 1 0 8 2 0 0 20 0 18 0 334067142 11864465408 13590 33554432000 1073741824 1073778376 140736669002400 140736668993536 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6234/statm: 2896598 13590 2106 9 0 2887285 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300288 s]
/proc/loadavg: 3.84 3.64 2.36 3/197 6234
/proc/meminfo: memFree=24445768/32873844 swapFree=7632/7632
[pid=6234] ppid=6232 vsize=11586392 CPUtime=0.47 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6232 6234 5561 0 -1 4202496 6493 0 1 0 45 2 0 0 20 0 18 0 334067142 11864465408 17338 33554432000 1073741824 1073778376 140736669002400 140736668993536 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6234/statm: 2896598 17338 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.700311 s]
/proc/loadavg: 3.84 3.64 2.36 3/197 6234
/proc/meminfo: memFree=24445768/32873844 swapFree=7632/7632
[pid=6234] ppid=6232 vsize=11586392 CPUtime=1.19 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6232 6234 5561 0 -1 4202496 10000 0 1 0 113 6 0 0 20 0 18 0 334067142 11864465408 60994 33554432000 1073741824 1073778376 140736669002400 140736668993536 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6234/statm: 2896598 60994 2237 9 0 2887285 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 11586392

[startup+1.5008 s]
/proc/loadavg: 3.84 3.64 2.36 6/219 6256
/proc/meminfo: memFree=24068400/32873844 swapFree=7632/7632
[pid=6234] ppid=6232 vsize=11852648 CPUtime=3.48 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6232 6234 5561 0 -1 4202496 18845 0 1 0 338 10 0 0 20 0 22 0 334067142 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140736668993536 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6234/statm: 2963162 110223 2266 9 0 2953849 0
[pid=6234/tid=6236] ppid=6232 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) S 6232 6234 5561 0 -1 4202560 3533 0 1 0 86 6 0 0 20 0 22 0 334067142 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140309012903064 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6237] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140309001964328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6238] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140309000911528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6239] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6232 6234 5561 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308999859240 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6240] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308846504872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6241] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308845451560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6242] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308844398760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6243] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308843346472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6244] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6232 6234 5561 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308842293672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6245] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6232 6234 5561 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308830096104 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6246] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6232 6234 5561 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308829042168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6247] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308827989768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6248] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308826938256 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6249] ppid=6232 vsize=11852648 CPUtime=0.69 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) R 6232 6234 5561 0 -1 4202560 5271 0 0 0 68 1 0 0 20 0 22 0 334067149 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308825884856 140309018864926 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6250] ppid=6232 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/6234/task/6250/stat : 6250 (java) R 6232 6234 5561 0 -1 4202560 8724 0 0 0 72 1 0 0 20 0 22 0 334067149 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308824810168 140309015509081 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6251] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6251/stat : 6251 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308823779960 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6252] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6252/stat : 6252 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308822727368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6253] ppid=6232 vsize=11852648 CPUtime=0.53 cores=1,3,5,7
/proc/6234/task/6253/stat : 6253 (java) R 6232 6234 5561 0 -1 4202560 30 0 0 0 53 0 0 0 20 0 22 0 334067236 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308821672936 140309016187799 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6254] ppid=6232 vsize=11852648 CPUtime=0.53 cores=1,3,5,7
/proc/6234/task/6254/stat : 6254 (java) R 6232 6234 5561 0 -1 4202560 86 0 0 0 53 0 0 0 20 0 22 0 334067237 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308820619736 140308881616049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6255] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6255/stat : 6255 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334067237 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308819568296 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6256] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6256/stat : 6256 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334067237 12137111552 110223 33554432000 1073741824 1073778376 140736669002400 140308818515496 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 11852648

[startup+3.10093 s]
/proc/loadavg: 3.93 3.66 2.38 6/219 6256
/proc/meminfo: memFree=23901712/32873844 swapFree=7632/7632
[pid=6234] ppid=6232 vsize=11852648 CPUtime=7.02 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6232 6234 5561 0 -1 4202496 19443 0 1 0 688 14 0 0 20 0 22 0 334067142 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140736668993536 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6234/statm: 2963162 139806 2290 9 0 2953849 0
[pid=6234/tid=6236] ppid=6232 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) S 6232 6234 5561 0 -1 4202560 3533 0 1 0 86 6 0 0 20 0 22 0 334067142 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140309012903064 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6237] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6232 6234 5561 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140309001964328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6238] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6232 6234 5561 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140309000911528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6239] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6232 6234 5561 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308999859240 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6240] ppid=6232 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6232 6234 5561 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 334067145 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308846504872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6241] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308845451560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6242] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6232 6234 5561 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308844398760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6243] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6232 6234 5561 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308843346472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6244] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6232 6234 5561 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308842293672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6245] ppid=6232 vsize=11852648 CPUtime=0.11 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6232 6234 5561 0 -1 4202560 39 0 0 0 11 0 0 0 20 0 22 0 334067146 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308830096104 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6246] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6232 6234 5561 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308829042168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6247] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) S 6232 6234 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308827989768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6248] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308826938256 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6249] ppid=6232 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6232 6234 5561 0 -1 4202560 5634 0 0 0 80 1 0 0 20 0 22 0 334067149 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308825884856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6250] ppid=6232 vsize=11852648 CPUtime=1.03 cores=1,3,5,7
/proc/6234/task/6250/stat : 6250 (java) S 6232 6234 5561 0 -1 4202560 8825 0 0 0 101 2 0 0 20 0 22 0 334067149 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308824832056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6251] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6251/stat : 6251 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308823779960 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6252] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6252/stat : 6252 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308822727368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6253] ppid=6232 vsize=11852648 CPUtime=1.97 cores=1,3,5,7
/proc/6234/task/6253/stat : 6253 (java) R 6232 6234 5561 0 -1 4202560 32 0 0 0 197 0 0 0 20 0 22 0 334067236 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308821672656 140308881507516 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6254] ppid=6232 vsize=11852648 CPUtime=1.98 cores=1,3,5,7
/proc/6234/task/6254/stat : 6254 (java) R 6232 6234 5561 0 -1 4202560 122 0 0 0 196 2 0 0 20 0 22 0 334067237 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308820618104 140308881599940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6255] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6255/stat : 6255 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334067237 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308819568296 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6256] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6256/stat : 6256 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334067237 12137111552 139806 33554432000 1073741824 1073778376 140736669002400 140308818515496 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 11852648

[startup+6.30081 s]
/proc/loadavg: 3.93 3.66 2.38 5/219 6256
/proc/meminfo: memFree=23870868/32873844 swapFree=7632/7632
[pid=6234] ppid=6232 vsize=11852648 CPUtime=13.54 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6232 6234 5561 0 -1 4202496 20700 0 1 0 1339 15 0 0 20 0 22 0 334067142 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140736668993536 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6234/statm: 2963162 146585 2290 9 0 2953849 0
[pid=6234/tid=6236] ppid=6232 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) S 6232 6234 5561 0 -1 4202560 3533 0 1 0 86 6 0 0 20 0 22 0 334067142 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140309012903064 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6237] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6232 6234 5561 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140309001964328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6238] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6232 6234 5561 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140309000911528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6239] ppid=6232 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 334067145 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140308999859240 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6240] ppid=6232 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6232 6234 5561 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 334067145 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140308846504872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6241] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6232 6234 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140308845451560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6242] ppid=6232 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 334067145 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140308844398760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6243] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6232 6234 5561 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140308843346472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6244] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6232 6234 5561 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334067145 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140308842293672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6245] ppid=6232 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6232 6234 5561 0 -1 4202560 43 0 0 0 40 0 0 0 20 0 22 0 334067146 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140308830096104 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6246] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6232 6234 5561 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140308829042168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6247] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) S 6232 6234 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140308827989768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6248] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140308826938256 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6249] ppid=6232 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6232 6234 5561 0 -1 4202560 6399 0 0 0 95 2 0 0 20 0 22 0 334067149 12137111552 146585 33554432000 1073741824 1073778376 140736669002400 140308825884856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/6234/statm: 2963162 914176 2292 9 0 2953849 0
[pid=6234/tid=6236] ppid=6232 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) S 6232 6234 5561 0 -1 4202560 3553 0 1 0 89 8 0 0 20 0 22 0 334067142 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140309012903064 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6237] ppid=6232 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6232 6234 5561 0 -1 4202560 197 0 0 0 79 4 0 0 20 0 22 0 334067145 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140309001964328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6238] ppid=6232 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6232 6234 5561 0 -1 4202560 159 0 0 0 87 3 0 0 20 0 22 0 334067145 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140309000911528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6239] ppid=6232 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6232 6234 5561 0 -1 4202560 124 0 0 0 77 3 0 0 20 0 22 0 334067145 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308999859240 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6240] ppid=6232 vsize=11852648 CPUtime=0.85 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6232 6234 5561 0 -1 4202560 147 0 0 0 80 5 0 0 20 0 22 0 334067145 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308846504872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6241] ppid=6232 vsize=11852648 CPUtime=0.86 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6232 6234 5561 0 -1 4202560 143 0 0 0 83 3 0 0 20 0 22 0 334067145 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308845451560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6242] ppid=6232 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6232 6234 5561 0 -1 4202560 130 0 0 0 85 3 0 0 20 0 22 0 334067145 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308844398760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6243] ppid=6232 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6232 6234 5561 0 -1 4202560 179 0 0 0 86 3 0 0 20 0 22 0 334067145 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308843346472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6244] ppid=6232 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6232 6234 5561 0 -1 4202560 129 0 0 0 78 3 0 0 20 0 22 0 334067145 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308842293672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6245] ppid=6232 vsize=11852648 CPUtime=10.54 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6232 6234 5561 0 -1 4202560 123 0 0 0 1049 5 0 0 20 0 22 0 334067146 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308830096104 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6246] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6232 6234 5561 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308829042168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6247] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) S 6232 6234 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308827989768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6248] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308826938256 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6249] ppid=6232 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6232 6234 5561 0 -1 4202560 6411 0 0 0 109 2 0 0 20 0 22 0 334067149 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308825884856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6250] ppid=6232 vsize=11852648 CPUtime=1.49 cores=1,3,5,7
/proc/6234/task/6250/stat : 6250 (java) S 6232 6234 5561 0 -1 4202560 9468 0 0 0 147 2 0 0 20 0 22 0 334067149 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308824832056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6251] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6251/stat : 6251 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308823779960 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6252] ppid=6232 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/6234/task/6252/stat : 6252 (java) S 6232 6234 5561 0 -1 4202560 47 0 0 0 16 21 0 0 20 0 22 0 334067149 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308822727368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6253] ppid=6232 vsize=11852648 CPUtime=806.61 cores=1,3,5,7
/proc/6234/task/6253/stat : 6253 (java) R 6232 6234 5561 0 -1 4202560 112 0 0 0 80647 14 0 0 20 0 22 0 334067236 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308821672656 140308881507516 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6254] ppid=6232 vsize=11852648 CPUtime=806.59 cores=1,3,5,7
/proc/6234/task/6254/stat : 6254 (java) R 6232 6234 5561 0 -1 4202560 1536 0 0 0 80601 58 0 0 20 0 22 0 334067237 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308820617984 140308881687411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6255] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6255/stat : 6255 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334067237 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308819568296 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6256] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6256/stat : 6256 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334067237 12137111552 914176 33554432000 1073741824 1073778376 140736669002400 140308818515496 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1638.71
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.99 3.93 3.29 5/219 6564
/proc/meminfo: memFree=21136284/32873844 swapFree=7632/7632
[pid=6234] ppid=6232 vsize=11852648 CPUtime=1758.32 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6232 6234 5561 0 -1 4202496 23726 0 1 0 175724 108 0 0 20 0 22 0 334067142 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140736668993536 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6234/statm: 2963162 914243 2292 9 0 2953849 0
[pid=6234/tid=6236] ppid=6232 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) S 6232 6234 5561 0 -1 4202560 3555 0 1 0 89 8 0 0 20 0 22 0 334067142 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140309012903064 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6237] ppid=6232 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6232 6234 5561 0 -1 4202560 197 0 0 0 87 4 0 0 20 0 22 0 334067145 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140309001964328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6238] ppid=6232 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6232 6234 5561 0 -1 4202560 191 0 0 0 93 3 0 0 20 0 22 0 334067145 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140309000911528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6239] ppid=6232 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6232 6234 5561 0 -1 4202560 126 0 0 0 86 3 0 0 20 0 22 0 334067145 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308999859240 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6240] ppid=6232 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6232 6234 5561 0 -1 4202560 158 0 0 0 87 5 0 0 20 0 22 0 334067145 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308846504872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6241] ppid=6232 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6232 6234 5561 0 -1 4202560 157 0 0 0 89 3 0 0 20 0 22 0 334067145 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308845451560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6242] ppid=6232 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6232 6234 5561 0 -1 4202560 131 0 0 0 91 3 0 0 20 0 22 0 334067145 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308844398760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6243] ppid=6232 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6232 6234 5561 0 -1 4202560 179 0 0 0 95 3 0 0 20 0 22 0 334067145 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308843346472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6244] ppid=6232 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6232 6234 5561 0 -1 4202560 136 0 0 0 84 3 0 0 20 0 22 0 334067145 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308842293672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6245] ppid=6232 vsize=11852648 CPUtime=11.18 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6232 6234 5561 0 -1 4202560 127 0 0 0 1113 5 0 0 20 0 22 0 334067146 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308830096104 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6246] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6232 6234 5561 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308829042168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6247] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) S 6232 6234 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308827989768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6248] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308826938256 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6249] ppid=6232 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6232 6234 5561 0 -1 4202560 6411 0 0 0 109 2 0 0 20 0 22 0 334067149 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308825884856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6250] ppid=6232 vsize=11852648 CPUtime=1.49 cores=1,3,5,7
/proc/6234/task/6250/stat : 6250 (java) S 6232 6234 5561 0 -1 4202560 9468 0 0 0 147 2 0 0 20 0 22 0 334067149 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308824832056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6251] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6251/stat : 6251 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308823779960 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6252] ppid=6232 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/6234/task/6252/stat : 6252 (java) S 6232 6234 5561 0 -1 4202560 51 0 0 0 17 23 0 0 20 0 22 0 334067149 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308822727368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6253] ppid=6232 vsize=11852648 CPUtime=865.67 cores=1,3,5,7
/proc/6234/task/6253/stat : 6253 (java) R 6232 6234 5561 0 -1 4202560 115 0 0 0 86552 15 0 0 20 0 22 0 334067236 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308821672656 140308881606978 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6254] ppid=6232 vsize=11852648 CPUtime=865.62 cores=1,3,5,7
/proc/6234/task/6254/stat : 6254 (java) R 6232 6234 5561 0 -1 4202560 1537 0 0 0 86503 59 0 0 20 0 22 0 334067237 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308820618000 140308881652330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6255] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6255/stat : 6255 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334067237 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308819568296 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6256] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6256/stat : 6256 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334067237 12137111552 914243 33554432000 1073741824 1073778376 140736669002400 140308818515496 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1758.32
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.201 s]
/proc/loadavg: 3.91 3.92 3.30 5/219 6564
/proc/meminfo: memFree=21134112/32873844 swapFree=7632/7632
[pid=6234] ppid=6232 vsize=11852648 CPUtime=1800.02 cores=1,3,5,7
/proc/6234/stat : 6234 (java) S 6232 6234 5561 0 -1 4202496 23745 0 1 0 179894 108 0 0 20 0 22 0 334067142 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140736668993536 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/6234/statm: 2963162 914256 2292 9 0 2953849 0
[pid=6234/tid=6236] ppid=6232 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/6234/task/6236/stat : 6236 (java) S 6232 6234 5561 0 -1 4202560 3556 0 1 0 89 8 0 0 20 0 22 0 334067142 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140309012903064 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6237] ppid=6232 vsize=11852648 CPUtime=0.95 cores=1,3,5,7
/proc/6234/task/6237/stat : 6237 (java) S 6232 6234 5561 0 -1 4202560 197 0 0 0 90 5 0 0 20 0 22 0 334067145 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140309001964328 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6238] ppid=6232 vsize=11852648 CPUtime=0.97 cores=1,3,5,7
/proc/6234/task/6238/stat : 6238 (java) S 6232 6234 5561 0 -1 4202560 191 0 0 0 94 3 0 0 20 0 22 0 334067145 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140309000911528 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6239] ppid=6232 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/6234/task/6239/stat : 6239 (java) S 6232 6234 5561 0 -1 4202560 129 0 0 0 87 3 0 0 20 0 22 0 334067145 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308999859240 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6240] ppid=6232 vsize=11852648 CPUtime=0.93 cores=1,3,5,7
/proc/6234/task/6240/stat : 6240 (java) S 6232 6234 5561 0 -1 4202560 158 0 0 0 88 5 0 0 20 0 22 0 334067145 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308846504872 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6241] ppid=6232 vsize=11852648 CPUtime=0.94 cores=1,3,5,7
/proc/6234/task/6241/stat : 6241 (java) S 6232 6234 5561 0 -1 4202560 159 0 0 0 91 3 0 0 20 0 22 0 334067145 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308845451560 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6242] ppid=6232 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/6234/task/6242/stat : 6242 (java) S 6232 6234 5561 0 -1 4202560 139 0 0 0 93 3 0 0 20 0 22 0 334067145 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308844398760 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6243] ppid=6232 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/6234/task/6243/stat : 6243 (java) S 6232 6234 5561 0 -1 4202560 179 0 0 0 98 3 0 0 20 0 22 0 334067145 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308843346472 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6244] ppid=6232 vsize=11852648 CPUtime=0.9 cores=1,3,5,7
/proc/6234/task/6244/stat : 6244 (java) S 6232 6234 5561 0 -1 4202560 136 0 0 0 87 3 0 0 20 0 22 0 334067145 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308842293672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6245] ppid=6232 vsize=11852648 CPUtime=11.36 cores=1,3,5,7
/proc/6234/task/6245/stat : 6245 (java) S 6232 6234 5561 0 -1 4202560 129 0 0 0 1130 6 0 0 20 0 22 0 334067146 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308830096104 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6246] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6246/stat : 6246 (java) S 6232 6234 5561 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308829042168 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6247] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6247/stat : 6247 (java) S 6232 6234 5561 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334067146 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308827989768 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6248] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6248/stat : 6248 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308826938256 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6249] ppid=6232 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/6234/task/6249/stat : 6249 (java) S 6232 6234 5561 0 -1 4202560 6411 0 0 0 109 2 0 0 20 0 22 0 334067149 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308825884856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6250] ppid=6232 vsize=11852648 CPUtime=1.49 cores=1,3,5,7
/proc/6234/task/6250/stat : 6250 (java) S 6232 6234 5561 0 -1 4202560 9468 0 0 0 147 2 0 0 20 0 22 0 334067149 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308824832056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6234/tid=6251] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6251/stat : 6251 (java) S 6232 6234 5561 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334067149 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308823779960 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6234/tid=6252] ppid=6232 vsize=11852648 CPUtime=0.41 cores=1,3,5,7
/proc/6234/task/6252/stat : 6252 (java) S 6232 6234 5561 0 -1 4202560 53 0 0 0 17 24 0 0 20 0 22 0 334067149 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308822727368 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6253] ppid=6232 vsize=11852648 CPUtime=886.29 cores=1,3,5,7
/proc/6234/task/6253/stat : 6253 (java) R 6232 6234 5561 0 -1 4202560 116 0 0 0 88614 15 0 0 20 0 22 0 334067236 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308821672656 140308881528050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6254] ppid=6232 vsize=11852648 CPUtime=886.24 cores=1,3,5,7
/proc/6234/task/6254/stat : 6254 (java) R 6232 6234 5561 0 -1 4202560 1537 0 0 0 88565 59 0 0 20 0 22 0 334067237 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308820618000 140308881652362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6234/tid=6255] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6255/stat : 6255 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334067237 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308819568296 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6234/tid=6256] ppid=6232 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/6234/task/6256/stat : 6256 (java) S 6232 6234 5561 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334067237 12137111552 914256 33554432000 1073741824 1073778376 140736669002400 140308818515496 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6234 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=238234
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=603756
# CPU time returned by wait4() is 1795.84
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 903.265
CPU time (s): 1800.02
CPU user time (s): 1798.94
CPU system time (s): 1.08
CPU usage (%): 199.279
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.24
system time used= 1.60376
maximum resident set size= 3657148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23778
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24749
involuntary context switches= 28969

runsolver used 3.63145 second user time and 8.5137 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 01:23:48
IDJOB=3729949
IDBENCH=1372
IDSOLVER=2328
FILE ID=node141/3729949-1338679428
RUNJOBID= node141-1338678623-5581
PBS_JOBID= 14636672
Free space on /tmp= 70716 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k4_l4_n360.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729949-1338679428/watcher-3729949-1338679428 -o /tmp/evaluation-result-3729949-1338679428/solver-3729949-1338679428 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729949-1338679428.opb

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

MD5SUM BENCH= a399b3055416a9d1117a7f2bb11b2cef
RANDOM SEED=331544831

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.92
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.744
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:       32873844 kB
MemFree:        24446560 kB
Buffers:          387284 kB
Cached:          3125896 kB
SwapCached:          216 kB
Active:          5231596 kB
Inactive:        2307264 kB
Active(anon):    4016712 kB
Inactive(anon):    11300 kB
Active(file):    1214884 kB
Inactive(file):  2295964 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              3784 kB
Writeback:             0 kB
AnonPages:       4032536 kB
Mapped:            18904 kB
Shmem:               172 kB
Slab:             739232 kB
SReclaimable:     181504 kB
SUnreclaim:       557728 kB
KernelStack:        1616 kB
PageTables:        12056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3958784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70712 MiB
End job on node141 at 2012-06-03 01:38:53