Trace number 3709753

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshot? (TO) 1800.02 1792.76

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.08/0.13	c configuring ORDERS
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@70535b58
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=true
0.08/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3709753-1338125814.opb
0.08/0.13	c reading problem ... 
1.51/1.13	c ... done. Wall clock time 1.001s.
1.51/1.13	c declared #vars     1650
1.51/1.13	c #constraints  113714
1.51/1.13	c constraints type 
1.51/1.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
1.51/1.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
1.51/1.14	c 113714 constraints processed.
3.34/2.53	c cleaning 2491 clauses out of 5000 with flag 5000/5000
4.47/3.58	c cleaning 4252 clauses out of 8509 with flag 11000/11000
5.59/4.63	c cleaning 5626 clauses out of 11258 with flag 18001/18001
6.90/5.92	c cleaning 6812 clauses out of 13633 with flag 26002/26002
8.24/7.27	c cleaning 7900 clauses out of 15819 with flag 35000/35000
9.70/8.62	c cleaning 8954 clauses out of 17923 with flag 45004/45004
11.40/10.30	c cleaning 9979 clauses out of 19965 with flag 56000/56000
13.01/11.95	c cleaning 10986 clauses out of 21990 with flag 68004/68004
15.11/14.03	c cleaning 11993 clauses out of 24003 with flag 81003/81003
17.01/15.95	c cleaning 12992 clauses out of 26007 with flag 95000/95000
19.13/18.05	c cleaning 13999 clauses out of 28016 with flag 110001/110001
21.56/20.43	c cleaning 15006 clauses out of 30019 with flag 126003/126003
23.87/22.79	c cleaning 16001 clauses out of 32010 with flag 143000/143000
26.49/25.32	c cleaning 16991 clauses out of 34010 with flag 161001/161001
29.61/28.41	c cleaning 18006 clauses out of 36018 with flag 180000/180000
32.63/31.40	c cleaning 18995 clauses out of 38012 with flag 200000/200000
35.75/34.54	c cleaning 20004 clauses out of 40017 with flag 221000/221000
39.05/37.81	c cleaning 20992 clauses out of 42013 with flag 243000/243000
42.97/41.71	c cleaning 22005 clauses out of 44022 with flag 266001/266001
46.49/45.23	c cleaning 22992 clauses out of 46016 with flag 290000/290000
50.53/49.22	c cleaning 23992 clauses out of 48026 with flag 315002/315002
55.17/53.81	c cleaning 24990 clauses out of 50032 with flag 341000/341000
59.62/58.21	c cleaning 25999 clauses out of 52042 with flag 368000/368000
64.94/63.55	c cleaning 27014 clauses out of 54046 with flag 396003/396003
69.35/67.90	c cleaning 28004 clauses out of 56030 with flag 425001/425001
74.19/72.72	c cleaning 29003 clauses out of 58025 with flag 455000/455000
79.11/77.67	c cleaning 30002 clauses out of 60023 with flag 486001/486001
84.74/83.25	c cleaning 31004 clauses out of 62022 with flag 518002/518002
90.87/89.36	c cleaning 31981 clauses out of 64016 with flag 551000/551000
97.89/96.33	c cleaning 32995 clauses out of 66037 with flag 585002/585002
103.52/101.96	c cleaning 34016 clauses out of 68043 with flag 620003/620003
109.14/107.57	c cleaning 35007 clauses out of 70025 with flag 656001/656001
114.96/113.34	c cleaning 35987 clauses out of 72018 with flag 693001/693001
121.58/119.93	c cleaning 37002 clauses out of 74030 with flag 731000/731000
129.22/127.58	c cleaning 38003 clauses out of 76031 with flag 770003/770003
135.77/134.07	c cleaning 38991 clauses out of 78027 with flag 810002/810002
143.82/142.03	c cleaning 39997 clauses out of 80035 with flag 851001/851001
151.54/149.77	c cleaning 41005 clauses out of 82037 with flag 893000/893000
158.57/156.78	c cleaning 41999 clauses out of 84032 with flag 936000/936000
166.24/164.31	c cleaning 43007 clauses out of 86033 with flag 980000/980000
174.46/172.52	c cleaning 44009 clauses out of 88026 with flag 1025000/1025000
184.60/182.63	c cleaning 44995 clauses out of 90017 with flag 1071000/1071000
193.71/191.70	c cleaning 45975 clauses out of 92024 with flag 1118002/1118002
203.84/201.84	c cleaning 46995 clauses out of 94047 with flag 1166000/1166000
212.98/210.98	c cleaning 48016 clauses out of 96052 with flag 1215000/1215000
224.62/222.54	c cleaning 49009 clauses out of 98036 with flag 1265000/1265000
235.88/233.76	c cleaning 50005 clauses out of 100027 with flag 1316000/1316000
244.99/242.76	c cleaning 51004 clauses out of 102023 with flag 1368001/1368001
255.03/252.73	c cleaning 52005 clauses out of 104019 with flag 1421001/1421001
265.69/263.36	c cleaning 52988 clauses out of 106015 with flag 1475002/1475002
277.53/275.12	c cleaning 54000 clauses out of 108027 with flag 1530002/1530002
290.78/288.33	c cleaning 55002 clauses out of 110026 with flag 1586001/1586001
301.34/298.86	c cleaning 55997 clauses out of 112024 with flag 1643001/1643001
316.29/313.78	c cleaning 56983 clauses out of 114027 with flag 1701001/1701001
330.45/327.89	c cleaning 58002 clauses out of 116043 with flag 1760000/1760000
345.01/342.38	c cleaning 59016 clauses out of 118041 with flag 1820000/1820000
361.46/358.79	c cleaning 60007 clauses out of 120025 with flag 1881000/1881000
380.14/377.36	c cleaning 60999 clauses out of 122018 with flag 1943000/1943000
395.71/392.84	c cleaning 61991 clauses out of 124019 with flag 2006000/2006000
407.56/404.69	c cleaning 62997 clauses out of 126028 with flag 2070000/2070000
420.30/417.33	c cleaning 63989 clauses out of 128031 with flag 2135000/2135000
434.25/431.25	c cleaning 65011 clauses out of 130042 with flag 2201000/2201000
454.11/451.01	c cleaning 66010 clauses out of 132033 with flag 2268002/2268002
469.01/465.80	c cleaning 66983 clauses out of 134023 with flag 2336002/2336002
487.38/484.12	c cleaning 67998 clauses out of 136038 with flag 2405000/2405000
502.15/498.89	c cleaning 69008 clauses out of 138041 with flag 2475001/2475001
523.31/519.93	c cleaning 70006 clauses out of 140032 with flag 2546000/2546000
543.30/539.90	c cleaning 71006 clauses out of 142028 with flag 2618002/2618002
558.09/554.51	c cleaning 71985 clauses out of 144020 with flag 2691000/2691000
578.12/574.55	c cleaning 72975 clauses out of 146036 with flag 2765001/2765001
600.88/597.26	c cleaning 73996 clauses out of 148062 with flag 2840002/2840002
621.87/618.15	c cleaning 75012 clauses out of 150068 with flag 2916004/2916004
643.62/639.84	c cleaning 76015 clauses out of 152052 with flag 2993000/2993000
658.52/654.66	c cleaning 77012 clauses out of 154039 with flag 3071002/3071002
675.15/671.28	c cleaning 78007 clauses out of 156025 with flag 3150000/3150000
691.71/687.71	c cleaning 78980 clauses out of 158020 with flag 3230002/3230002
710.97/706.97	c cleaning 80009 clauses out of 160039 with flag 3311001/3311001
739.35/735.26	c cleaning 81006 clauses out of 162029 with flag 3393000/3393000
757.14/752.96	c cleaning 81998 clauses out of 164025 with flag 3476002/3476002
782.88/778.62	c cleaning 82991 clauses out of 166026 with flag 3560001/3560001
808.77/804.41	c cleaning 83986 clauses out of 168035 with flag 3645001/3645001
834.35/829.92	c cleaning 85011 clauses out of 170049 with flag 3731001/3731001
866.53/862.03	c cleaning 86009 clauses out of 172037 with flag 3818000/3818000
899.15/894.57	c cleaning 87006 clauses out of 174030 with flag 3906002/3906002
927.27/922.59	c cleaning 88000 clauses out of 176022 with flag 3995000/3995000
952.12/947.30	c cleaning 88985 clauses out of 178022 with flag 4085000/4085000
982.88/978.08	c cleaning 89977 clauses out of 180037 with flag 4176000/4176000
1011.97/1007.03	c cleaning 91004 clauses out of 182060 with flag 4268000/4268000
1042.44/1037.48	c cleaning 92004 clauses out of 184056 with flag 4361000/4361000
1076.23/1071.14	c cleaning 93016 clauses out of 186053 with flag 4455001/4455001
1097.89/1092.75	c cleaning 94005 clauses out of 188036 with flag 4550000/4550000
1118.76/1113.58	c cleaning 94997 clauses out of 190037 with flag 4646006/4646006
1140.64/1135.34	c cleaning 95971 clauses out of 192034 with flag 4743000/4743000
1164.58/1159.29	c cleaning 97020 clauses out of 194064 with flag 4841001/4841001
1194.59/1189.13	c cleaning 98008 clauses out of 196044 with flag 4940001/4940001
1222.56/1217.02	c cleaning 98986 clauses out of 198035 with flag 5040000/5040000
1259.68/1253.92	c cleaning 99995 clauses out of 200050 with flag 5141001/5141001
1296.69/1290.86	c cleaning 101020 clauses out of 202055 with flag 5243001/5243001
1340.83/1334.84	c cleaning 102003 clauses out of 204034 with flag 5346000/5346000
1389.26/1383.18	c cleaning 103003 clauses out of 206032 with flag 5450001/5450001
1416.46/1410.22	c cleaning 103995 clauses out of 208029 with flag 5555001/5555001
1454.66/1448.30	c cleaning 104997 clauses out of 210033 with flag 5661000/5661000
1490.18/1483.73	c cleaning 105997 clauses out of 212036 with flag 5768000/5768000
1531.40/1524.89	c cleaning 106988 clauses out of 214041 with flag 5876002/5876002
1575.64/1568.96	c cleaning 108016 clauses out of 216051 with flag 5985000/5985000
1620.85/1614.03	c cleaning 108997 clauses out of 218035 with flag 6095000/6095000
1661.95/1655.06	c cleaning 110007 clauses out of 220041 with flag 6206003/6206003
1710.89/1703.82	c cleaning 110998 clauses out of 222031 with flag 6318000/6318000
1753.01/1745.87	c cleaning 112006 clauses out of 224035 with flag 6431002/6431002
1800.02/1792.71	c starts		: 276
1800.02/1792.71	c conflicts		: 6538561
1800.02/1792.71	c decisions		: 8022120
1800.02/1792.71	c propagations		: 766083607
1800.02/1792.71	c inspects		: 20394775570
1800.02/1792.71	c shortcuts		: 0
1800.02/1792.71	c learnt literals	: 0
1800.02/1792.71	c learnt binary clauses	: 0
1800.02/1792.71	c learnt ternary clauses	: 0
1800.02/1792.71	c learnt constraints	: 6538561
1800.02/1792.71	c ignored constraints	: 0
1800.02/1792.71	c root simplifications	: 276
1800.02/1792.71	c removed literals (reason simplification)	: 61028872
1800.02/1792.71	c reason swapping (by a shorter reason)	: 0
1800.02/1792.71	c Calls to reduceDB	: 109
1800.02/1792.71	c number of reductions to clauses (during analyze)	: 0
1800.02/1792.71	c number of learned constraints concerned by reduction	: 0
1800.02/1792.71	c number of learning phase by resolution	: 0
1800.02/1792.71	c number of learning phase by cutting planes	: 0
1800.02/1792.71	c speed (assignments/second)	: 427604.4080865341
1800.02/1792.71	c non guided choices	288
1800.02/1792.75	c learnt constraints type 
1800.02/1792.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 219602
1800.02/1792.75	c constraints type 
1800.02/1792.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 113164
1800.02/1792.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 550
1800.02/1792.75	c 113714 constraints processed.
1800.02/1792.75	s UNKNOWN
1800.02/1792.75	c Total wall clock time (in seconds): 1792.615

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-3709753-1338125814/watcher-3709753-1338125814 -o /tmp/evaluation-result-3709753-1338125814/solver-3709753-1338125814 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709753-1338125814.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: 2.11 2.08 2.05 3/194 21585
/proc/meminfo: memFree=29072884/32873844 swapFree=7116/7116
[pid=21585] ppid=21583 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21585/stat : 21585 (java) D 21583 21585 19004 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 278706361 9515008 183 33554432000 1073741824 1073778376 140734859447440 140734859438472 240565173941 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/21585/statm: 2323 183 140 9 0 71 0

[startup+0.00945209 s]
/proc/loadavg: 2.11 2.08 2.05 3/194 21585
/proc/meminfo: memFree=29072884/32873844 swapFree=7116/7116
[pid=21585] ppid=21583 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/21585/stat : 21585 (java) R 21583 21585 19004 0 -1 4202496 725 0 0 0 0 0 0 0 20 0 1 0 278706361 23793664 452 33554432000 1073741824 1073778376 140736116082160 140736116071224 240555964993 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21585/statm: 5809 469 356 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.100267 s]
/proc/loadavg: 2.11 2.08 2.05 3/194 21585
/proc/meminfo: memFree=29072884/32873844 swapFree=7116/7116
[pid=21585] ppid=21583 vsize=9558440 CPUtime=0.08 cores=1,3,5,7
/proc/21585/stat : 21585 (java) S 21583 21585 19004 0 -1 4202496 3764 0 1 0 7 1 0 0 20 0 18 0 278706361 9787842560 4972 33554432000 1073741824 1073778376 140736116082160 140736116073296 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21585/statm: 2389610 4982 1991 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558440

[startup+0.300306 s]
/proc/loadavg: 2.11 2.08 2.05 3/194 21585
/proc/meminfo: memFree=29072884/32873844 swapFree=7116/7116
[pid=21585] ppid=21583 vsize=9558440 CPUtime=0.45 cores=1,3,5,7
/proc/21585/stat : 21585 (java) S 21583 21585 19004 0 -1 4202496 5392 0 1 0 44 1 0 0 20 0 18 0 278706361 9787842560 9854 33554432000 1073741824 1073778376 140736116082160 140736116073296 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21585/statm: 2389610 9854 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.70032 s]
/proc/loadavg: 2.11 2.08 2.05 3/194 21585
/proc/meminfo: memFree=29072884/32873844 swapFree=7116/7116
[pid=21585] ppid=21583 vsize=9558440 CPUtime=1.07 cores=1,3,5,7
/proc/21585/stat : 21585 (java) S 21583 21585 19004 0 -1 4202496 6897 0 1 0 103 4 0 0 20 0 18 0 278706361 9787842560 39561 33554432000 1073741824 1073778376 140736116082160 140736116073296 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21585/statm: 2389610 39561 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9558440

[startup+1.5008 s]
/proc/loadavg: 2.11 2.08 2.05 3/212 21603
/proc/meminfo: memFree=28915312/32873844 swapFree=7116/7116
[pid=21585] ppid=21583 vsize=9625004 CPUtime=2.21 cores=1,3,5,7
/proc/21585/stat : 21585 (java) S 21583 21585 19004 0 -1 4202496 8663 0 1 0 215 6 0 0 20 0 19 0 278706361 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140736116073296 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21585/statm: 2406251 49390 2272 9 0 2396937 0
[pid=21585/tid=21587] ppid=21583 vsize=9625004 CPUtime=1.44 cores=1,3,5,7
/proc/21585/task/21587/stat : 21587 (java) R 21583 21585 19004 0 -1 4202560 2587 0 1 0 140 4 0 0 20 0 19 0 278706362 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140664649675064 140664491322634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21588] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21588/stat : 21588 (java) S 21583 21585 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140664611175336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21589] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21589/stat : 21589 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140664610122792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21590] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21590/stat : 21590 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140664490683048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21585/tid=21591] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21591/stat : 21591 (java) S 21583 21585 19004 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140664489630504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21592] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21592/stat : 21592 (java) S 21583 21585 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140664488577448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21593] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140664487524904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140664486471848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140664485419304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 19004 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 278706364 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140664003091304 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278706365 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140664002037624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278706365 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140664000984456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140663999933200 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 19004 0 -1 4202560 2644 0 0 0 34 0 0 0 20 0 19 0 278706367 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140663998880056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 19004 0 -1 4202560 2139 0 0 0 32 0 0 0 20 0 19 0 278706367 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140663997827512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140663996774648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 49390 33554432000 1073741824 1073778376 140736116082160 140663995722312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625004

[startup+3.10085 s]
/proc/loadavg: 2.11 2.08 2.05 3/213 21604
/proc/meminfo: memFree=28882664/32873844 swapFree=7116/7116
[pid=21585] ppid=21583 vsize=9625004 CPUtime=4.06 cores=1,3,5,7
/proc/21585/stat : 21585 (java) S 21583 21585 19004 0 -1 4202496 10430 0 1 0 398 8 0 0 20 0 19 0 278706361 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140736116073296 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21585/statm: 2406251 57126 2290 9 0 2396937 0
[pid=21585/tid=21587] ppid=21583 vsize=9625004 CPUtime=2.95 cores=1,3,5,7
/proc/21585/task/21587/stat : 21587 (java) R 21583 21585 19004 0 -1 4202560 2590 0 1 0 291 4 0 0 20 0 19 0 278706362 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140664649683248 140664491462196 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21588] ppid=21583 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21585/task/21588/stat : 21588 (java) S 21583 21585 19004 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 278706363 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140664611175336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21589] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21589/stat : 21589 (java) S 21583 21585 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140664610122792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21590] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21590/stat : 21590 (java) S 21583 21585 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140664490683048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21585/tid=21591] ppid=21583 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21585/task/21591/stat : 21591 (java) S 21583 21585 19004 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 278706363 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140664489630504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21592] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21592/stat : 21592 (java) S 21583 21585 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140664488577448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21593] ppid=21583 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 19004 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 278706363 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140664487524904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140664486471848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 19004 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 278706363 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140664485419304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 19004 0 -1 4202560 98 0 0 0 4 0 0 0 20 0 19 0 278706364 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140664003091304 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278706365 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140664002037624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278706365 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140664000984456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140663999933200 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9625004 CPUtime=0.47 cores=1,3,5,7
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 19004 0 -1 4202560 4295 0 0 0 47 0 0 0 20 0 19 0 278706367 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140663998880056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 19004 0 -1 4202560 2193 0 0 0 34 0 0 0 20 0 19 0 278706367 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140663997827512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140663996774648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140663995722312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278706475 9856004096 57126 33554432000 1073741824 1073778376 140736116082160 140663994668584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9625004

[startup+6.30082 s]
/proc/loadavg: 2.10 2.08 2.05 3/213 21604
/proc/meminfo: memFree=28851820/32873844 swapFree=7116/7116
[pid=21585] ppid=21583 vsize=9625004 CPUtime=7.34 cores=1,3,5,7
/proc/21585/stat : 21585 (java) S 21583 21585 19004 0 -1 4202496 10673 0 1 0 726 8 0 0 20 0 19 0 278706361 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140736116073296 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21585/statm: 2406251 57072 2290 9 0 2396937 0
[pid=21585/tid=21587] ppid=21583 vsize=9625004 CPUtime=5.96 cores=1,3,5,7
/proc/21585/task/21587/stat : 21587 (java) R 21583 21585 19004 0 -1 4202560 2592 0 1 0 592 4 0 0 20 0 19 0 278706362 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140664649683248 140664491385214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21588] ppid=21583 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/21585/task/21588/stat : 21588 (java) S 21583 21585 19004 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 19 0 278706363 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140664611175336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21589] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21589/stat : 21589 (java) S 21583 21585 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140664610122792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21590] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21590/stat : 21590 (java) S 21583 21585 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140664490683048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21591] ppid=21583 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21585/task/21591/stat : 21591 (java) S 21583 21585 19004 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 278706363 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140664489630504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21592] ppid=21583 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21585/task/21592/stat : 21592 (java) S 21583 21585 19004 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 278706363 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140664488577448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21593] ppid=21583 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 19004 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 278706363 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140664487524904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278706363 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140664486471848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 19004 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 278706363 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140664485419304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 19004 0 -1 4202560 99 0 0 0 21 0 0 0 20 0 19 0 278706364 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140664003091304 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278706365 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140664002037624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278706365 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140664000984456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140663999933200 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 19004 0 -1 4202560 4295 0 0 0 49 0 0 0 20 0 19 0 278706367 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140663998880056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9625004 CPUtime=0.39 cores=1,3,5,7
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 19004 0 -1 4202560 2423 0 0 0 39 0 0 0 20 0 19 0 278706367 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140663997827512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140663996774648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140663995722312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278706475 9856004096 57072 33554432000 1073741824 1073778376 140736116082160 140663994668584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.34
Current children cumulated vsize (KiB) 9625004

[startup+12.7008 s]
/proc/loadavg: 2.10 2.08 2.05 3/213 21604
/proc/meminfo: memFree=28849664/32873844 swapFree=7116/7116

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

[pid=21585/tid=21600] ppid=21583 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 19004 0 -1 4202560 4295 0 0 0 50 0 0 0 20 0 19 0 278706367 9856004096 88559 33554432000 1073741824 1073778376 140736116082160 140663998880056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 19004 0 -1 4202560 3177 0 0 0 46 0 0 0 20 0 19 0 278706367 9856004096 88559 33554432000 1073741824 1073778376 140736116082160 140663997827512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 88559 33554432000 1073741824 1073778376 140736116082160 140663996774648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 19004 0 -1 4202560 97 0 0 0 64 26 0 0 20 0 19 0 278706367 9856004096 88559 33554432000 1073741824 1073778376 140736116082160 140663995722312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278706475 9856004096 88559 33554432000 1073741824 1073778376 140736116082160 140663994668584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1669.34
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 21701
/proc/meminfo: memFree=29767644/32873844 swapFree=7116/7116
[pid=21585] ppid=21583 vsize=9625004 CPUtime=1729.48 cores=1,3,5,7
/proc/21585/stat : 21585 (java) S 21583 21585 19004 0 -1 4202496 13195 0 1 0 172862 86 0 0 20 0 19 0 278706361 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140736116073296 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21585/statm: 2406251 88568 2291 9 0 2396937 0
[pid=21585/tid=21587] ppid=21583 vsize=9625004 CPUtime=1706.27 cores=1,3,5,7
/proc/21585/task/21587/stat : 21587 (java) R 21583 21585 19004 0 -1 4202560 2697 0 1 0 170598 29 0 0 20 0 19 0 278706362 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140664649683248 140664491317922 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21588] ppid=21583 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/21585/task/21588/stat : 21588 (java) S 21583 21585 19004 0 -1 4202560 167 0 0 0 71 4 0 0 20 0 19 0 278706363 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140664611175336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21585/tid=21589] ppid=21583 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/21585/task/21589/stat : 21589 (java) S 21583 21585 19004 0 -1 4202560 115 0 0 0 70 2 0 0 20 0 19 0 278706363 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140664610122792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21590] ppid=21583 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/21585/task/21590/stat : 21590 (java) S 21583 21585 19004 0 -1 4202560 134 0 0 0 74 4 0 0 20 0 19 0 278706363 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140664490683048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21591] ppid=21583 vsize=9625004 CPUtime=0.74 cores=1,3,5,7
/proc/21585/task/21591/stat : 21591 (java) S 21583 21585 19004 0 -1 4202560 315 0 0 0 71 3 0 0 20 0 19 0 278706363 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140664489630504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21592] ppid=21583 vsize=9625004 CPUtime=0.84 cores=1,3,5,7
/proc/21585/task/21592/stat : 21592 (java) S 21583 21585 19004 0 -1 4202560 141 0 0 0 81 3 0 0 20 0 19 0 278706363 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140664488577448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21585/tid=21593] ppid=21583 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 19004 0 -1 4202560 220 0 0 0 74 3 0 0 20 0 19 0 278706363 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140664487524904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 19004 0 -1 4202560 199 0 0 0 84 4 0 0 20 0 19 0 278706363 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140664486471848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 19004 0 -1 4202560 257 0 0 0 84 4 0 0 20 0 19 0 278706363 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140664485419304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9625004 CPUtime=9.73 cores=1,3,5,7
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 19004 0 -1 4202560 197 0 0 0 970 3 0 0 20 0 19 0 278706364 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140664003091304 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278706365 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140664002037624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278706365 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140664000984456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140663999933200 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 19004 0 -1 4202560 4295 0 0 0 50 0 0 0 20 0 19 0 278706367 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140663998880056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 19004 0 -1 4202560 3177 0 0 0 46 0 0 0 20 0 19 0 278706367 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140663997827512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140663996774648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9625004 CPUtime=0.93 cores=1,3,5,7
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 19004 0 -1 4202560 99 0 0 0 66 27 0 0 20 0 19 0 278706367 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140663995722312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278706475 9856004096 88568 33554432000 1073741824 1073778376 140736116082160 140663994668584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1729.48
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 21701
/proc/meminfo: memFree=29767520/32873844 swapFree=7116/7116
[pid=21585] ppid=21583 vsize=9625004 CPUtime=1789.6 cores=1,3,5,7
/proc/21585/stat : 21585 (java) S 21583 21585 19004 0 -1 4202496 13213 0 1 0 178872 88 0 0 20 0 19 0 278706361 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140736116073296 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21585/statm: 2406251 88579 2291 9 0 2396937 0
[pid=21585/tid=21587] ppid=21583 vsize=9625004 CPUtime=1765.99 cores=1,3,5,7
/proc/21585/task/21587/stat : 21587 (java) R 21583 21585 19004 0 -1 4202560 2698 0 1 0 176569 30 0 0 20 0 19 0 278706362 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664649683248 140664491415570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21588] ppid=21583 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/21585/task/21588/stat : 21588 (java) S 21583 21585 19004 0 -1 4202560 167 0 0 0 72 4 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664611175336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21589] ppid=21583 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/21585/task/21589/stat : 21589 (java) S 21583 21585 19004 0 -1 4202560 125 0 0 0 70 2 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664610122792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21590] ppid=21583 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/21585/task/21590/stat : 21590 (java) S 21583 21585 19004 0 -1 4202560 134 0 0 0 74 4 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664490683048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21591] ppid=21583 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/21585/task/21591/stat : 21591 (java) S 21583 21585 19004 0 -1 4202560 315 0 0 0 72 3 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664489630504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21585/tid=21592] ppid=21583 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/21585/task/21592/stat : 21592 (java) S 21583 21585 19004 0 -1 4202560 141 0 0 0 82 3 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664488577448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21585/tid=21593] ppid=21583 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 19004 0 -1 4202560 220 0 0 0 74 3 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664487524904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 19004 0 -1 4202560 199 0 0 0 84 4 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664486471848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 19004 0 -1 4202560 258 0 0 0 86 4 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664485419304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9625004 CPUtime=9.84 cores=1,3,5,7
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 19004 0 -1 4202560 199 0 0 0 981 3 0 0 20 0 19 0 278706364 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664003091304 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278706365 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664002037624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278706365 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664000984456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140663999933200 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 19004 0 -1 4202560 4295 0 0 0 50 0 0 0 20 0 19 0 278706367 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140663998880056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 19004 0 -1 4202560 3177 0 0 0 46 0 0 0 20 0 19 0 278706367 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140663997827512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140663996774648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9625004 CPUtime=0.96 cores=1,3,5,7
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 19004 0 -1 4202560 103 0 0 0 68 28 0 0 20 0 19 0 278706367 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140663995722312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278706475 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140663994668584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1789.6
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.7 s]
/proc/loadavg: 2.00 1.99 1.99 3/213 21701
/proc/meminfo: memFree=29767520/32873844 swapFree=7116/7116
[pid=21585] ppid=21583 vsize=9625004 CPUtime=1800.02 cores=1,3,5,7
/proc/21585/stat : 21585 (java) S 21583 21585 19004 0 -1 4202496 13213 0 1 0 179913 89 0 0 20 0 19 0 278706361 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140736116073296 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21585/statm: 2406251 88579 2291 9 0 2396937 0
[pid=21585/tid=21587] ppid=21583 vsize=9625004 CPUtime=1776.37 cores=1,3,5,7
/proc/21585/task/21587/stat : 21587 (java) R 21583 21585 19004 0 -1 4202560 2698 0 1 0 177606 31 0 0 20 0 19 0 278706362 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664649683248 140664491415570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21588] ppid=21583 vsize=9625004 CPUtime=0.76 cores=1,3,5,7
/proc/21585/task/21588/stat : 21588 (java) S 21583 21585 19004 0 -1 4202560 167 0 0 0 72 4 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664611175336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21589] ppid=21583 vsize=9625004 CPUtime=0.72 cores=1,3,5,7
/proc/21585/task/21589/stat : 21589 (java) S 21583 21585 19004 0 -1 4202560 125 0 0 0 70 2 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664610122792 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21590] ppid=21583 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/21585/task/21590/stat : 21590 (java) S 21583 21585 19004 0 -1 4202560 134 0 0 0 74 4 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664490683048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21591] ppid=21583 vsize=9625004 CPUtime=0.75 cores=1,3,5,7
/proc/21585/task/21591/stat : 21591 (java) S 21583 21585 19004 0 -1 4202560 315 0 0 0 72 3 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664489630504 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21585/tid=21592] ppid=21583 vsize=9625004 CPUtime=0.85 cores=1,3,5,7
/proc/21585/task/21592/stat : 21592 (java) S 21583 21585 19004 0 -1 4202560 141 0 0 0 82 3 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664488577448 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21585/tid=21593] ppid=21583 vsize=9625004 CPUtime=0.77 cores=1,3,5,7
/proc/21585/task/21593/stat : 21593 (java) S 21583 21585 19004 0 -1 4202560 220 0 0 0 74 3 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664487524904 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21594] ppid=21583 vsize=9625004 CPUtime=0.88 cores=1,3,5,7
/proc/21585/task/21594/stat : 21594 (java) S 21583 21585 19004 0 -1 4202560 199 0 0 0 84 4 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664486471848 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21595] ppid=21583 vsize=9625004 CPUtime=0.9 cores=1,3,5,7
/proc/21585/task/21595/stat : 21595 (java) S 21583 21585 19004 0 -1 4202560 258 0 0 0 86 4 0 0 20 0 19 0 278706363 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664485419304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21596] ppid=21583 vsize=9625004 CPUtime=9.84 cores=1,3,5,7
/proc/21585/task/21596/stat : 21596 (java) S 21583 21585 19004 0 -1 4202560 199 0 0 0 981 3 0 0 20 0 19 0 278706364 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664003091304 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21597] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21597/stat : 21597 (java) S 21583 21585 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278706365 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664002037624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21598] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21598/stat : 21598 (java) S 21583 21585 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278706365 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140664000984456 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21599] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21599/stat : 21599 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140663999933200 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21600] ppid=21583 vsize=9625004 CPUtime=0.5 cores=1,3,5,7
/proc/21585/task/21600/stat : 21600 (java) S 21583 21585 19004 0 -1 4202560 4295 0 0 0 50 0 0 0 20 0 19 0 278706367 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140663998880056 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21585/tid=21601] ppid=21583 vsize=9625004 CPUtime=0.46 cores=1,3,5,7
/proc/21585/task/21601/stat : 21601 (java) S 21583 21585 19004 0 -1 4202560 3177 0 0 0 46 0 0 0 20 0 19 0 278706367 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140663997827512 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21602] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21602/stat : 21602 (java) S 21583 21585 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278706367 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140663996774648 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21585/tid=21603] ppid=21583 vsize=9625004 CPUtime=0.97 cores=1,3,5,7
/proc/21585/task/21603/stat : 21603 (java) S 21583 21585 19004 0 -1 4202560 103 0 0 0 69 28 0 0 20 0 19 0 278706367 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140663995722312 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21585/tid=21604] ppid=21583 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21585/task/21604/stat : 21604 (java) S 21583 21585 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278706475 9856004096 88579 33554432000 1073741824 1073778376 140736116082160 140663994668584 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21585 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=879288
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=30843
# CPU time returned by wait4() is 1794.91
# 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): 1792.76
CPU time (s): 1800.02
CPU user time (s): 1799.13
CPU system time (s): 0.89
CPU usage (%): 100.405
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.88
system time used= 1.03084
maximum resident set size= 354432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13246
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40937
involuntary context switches= 15119

runsolver used 6.592 second user time and 16.4205 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 15:36:54
IDJOB=3709753
IDBENCH=1370
IDSOLVER=2289
FILE ID=node146/3709753-1338125814
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71180 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k3_l5_n550.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709753-1338125814/watcher-3709753-1338125814 -o /tmp/evaluation-result-3709753-1338125814/solver-3709753-1338125814 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709753-1338125814.opb

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

MD5SUM BENCH= b656932a938990470d09f3771b5047c2
RANDOM SEED=877972353

node146.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		: 2667.034
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	: 5334.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		: 2667.034
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.92
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		: 2667.034
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.91
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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		: 2667.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29073792 kB
Buffers:          302832 kB
Cached:           757568 kB
SwapCached:         2184 kB
Active:          2771692 kB
Inactive:         157160 kB
Active(anon):    1867548 kB
Inactive(anon):     2668 kB
Active(file):     904144 kB
Inactive(file):   154492 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:              6280 kB
Writeback:             0 kB
AnonPages:       1957512 kB
Mapped:            17628 kB
Shmem:                 0 kB
Slab:             691208 kB
SReclaimable:     132468 kB
SUnreclaim:       558740 kB
KernelStack:        1760 kB
PageTables:         7572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4878560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1906688 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= 71160 MiB
End job on node146 at 2012-05-27 16:06:49