Trace number 3709710

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.06 1795.25

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/
aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr.opb
MD5SUMd9b1351aa6c01bb5c883e4233663f5e0
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.006998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints70
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709710-1338126542.opb
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.048s.
0.10/0.16	c declared #vars     600
0.10/0.16	c #constraints  70
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.10/0.16	c 70 constraints processed.
1.00/0.75	c cleaning 2497 clauses out of 5001 with flag 5001/5001
2.01/1.55	c cleaning 4255 clauses out of 8510 with flag 11007/11007
2.93/2.49	c cleaning 5618 clauses out of 11249 with flag 18001/18001
4.05/3.51	c cleaning 6816 clauses out of 13632 with flag 26002/26002
5.40/4.84	c cleaning 7904 clauses out of 15815 with flag 35001/35001
6.70/6.16	c cleaning 8954 clauses out of 17916 with flag 45006/45006
8.42/7.87	c cleaning 9976 clauses out of 19957 with flag 56001/56001
10.35/9.72	c cleaning 10987 clauses out of 21981 with flag 68001/68001
12.47/11.80	c cleaning 11990 clauses out of 23993 with flag 81000/81000
14.90/14.30	c cleaning 12995 clauses out of 26004 with flag 95001/95001
17.83/17.12	c cleaning 14005 clauses out of 28009 with flag 110001/110001
20.66/19.94	c cleaning 14997 clauses out of 30004 with flag 126001/126001
23.88/23.16	c cleaning 16003 clauses out of 32009 with flag 143003/143003
27.69/26.93	c cleaning 17002 clauses out of 34007 with flag 161004/161004
32.01/31.20	c cleaning 17999 clauses out of 36002 with flag 180001/180001
36.54/35.75	c cleaning 19002 clauses out of 38007 with flag 200005/200005
41.36/40.58	c cleaning 20003 clauses out of 40006 with flag 221006/221006
46.78/45.93	c cleaning 20996 clauses out of 42002 with flag 243005/243005
52.33/51.48	c cleaning 21999 clauses out of 44007 with flag 266006/266006
58.05/57.20	c cleaning 23002 clauses out of 46005 with flag 290003/290003
63.88/62.95	c cleaning 23996 clauses out of 48000 with flag 315000/315000
69.33/68.34	c cleaning 24999 clauses out of 50004 with flag 341000/341000
76.45/75.40	c cleaning 25996 clauses out of 52005 with flag 368000/368000
85.67/84.65	c cleaning 26999 clauses out of 54012 with flag 396003/396003
93.19/92.14	c cleaning 28007 clauses out of 56013 with flag 425003/425003
101.05/99.95	c cleaning 28999 clauses out of 58005 with flag 455002/455002
110.39/109.22	c cleaning 30005 clauses out of 60009 with flag 486005/486005
120.33/119.17	c cleaning 30993 clauses out of 62000 with flag 518001/518001
130.75/129.52	c cleaning 31995 clauses out of 64006 with flag 551000/551000
141.68/140.42	c cleaning 33003 clauses out of 66014 with flag 585003/585003
153.32/152.04	c cleaning 33996 clauses out of 68008 with flag 620000/620000
162.76/161.49	c cleaning 35004 clauses out of 70019 with flag 656007/656007
177.41/176.04	c cleaning 35998 clauses out of 72009 with flag 693001/693001
191.43/190.08	c cleaning 36998 clauses out of 74012 with flag 731002/731002
207.87/206.44	c cleaning 38001 clauses out of 76012 with flag 770000/770000
219.14/217.65	c cleaning 39002 clauses out of 78011 with flag 810000/810000
232.49/230.90	c cleaning 40002 clauses out of 80012 with flag 851003/851003
246.44/244.82	c cleaning 41011 clauses out of 82021 with flag 893014/893014
260.74/259.01	c cleaning 41996 clauses out of 83998 with flag 936002/936002
277.09/275.36	c cleaning 42997 clauses out of 86000 with flag 980000/980000
294.84/293.01	c cleaning 43997 clauses out of 88004 with flag 1025001/1025001
316.41/314.53	c cleaning 45001 clauses out of 90009 with flag 1071003/1071003
335.15/333.21	c cleaning 45998 clauses out of 92008 with flag 1118003/1118003
353.92/351.92	c cleaning 47005 clauses out of 94012 with flag 1166005/1166005
373.47/371.41	c cleaning 47989 clauses out of 96002 with flag 1215000/1215000
395.83/393.77	c cleaning 49000 clauses out of 98018 with flag 1265005/1265005
420.23/418.02	c cleaning 50009 clauses out of 100018 with flag 1316005/1316005
438.49/436.21	c cleaning 50990 clauses out of 102005 with flag 1368001/1368001
457.35/455.06	c cleaning 52003 clauses out of 104014 with flag 1421000/1421000
480.02/477.61	c cleaning 52990 clauses out of 106013 with flag 1475002/1475002
505.99/503.56	c cleaning 54008 clauses out of 108022 with flag 1530001/1530001
532.09/529.53	c cleaning 55007 clauses out of 110016 with flag 1586003/1586003
558.09/555.45	c cleaning 56000 clauses out of 112007 with flag 1643001/1643001
596.57/593.84	c cleaning 56998 clauses out of 114006 with flag 1701000/1701000
631.66/628.84	c cleaning 58003 clauses out of 116015 with flag 1760007/1760007
670.11/667.20	c cleaning 58995 clauses out of 118008 with flag 1820003/1820003
705.05/702.13	c cleaning 59997 clauses out of 120010 with flag 1881000/1881000
736.31/733.39	c cleaning 61001 clauses out of 122013 with flag 1943000/1943000
771.83/768.87	c cleaning 62002 clauses out of 124012 with flag 2006000/2006000
802.34/799.22	c cleaning 62999 clauses out of 126012 with flag 2070002/2070002
836.41/833.25	c cleaning 64000 clauses out of 128012 with flag 2135001/2135001
874.99/871.79	c cleaning 65003 clauses out of 130011 with flag 2201000/2201000
917.97/914.64	c cleaning 65999 clauses out of 132010 with flag 2268002/2268002
957.53/954.11	c cleaning 66998 clauses out of 134010 with flag 2336001/2336001
1004.87/1001.42	c cleaning 68001 clauses out of 136013 with flag 2405002/2405002
1043.29/1039.74	c cleaning 68994 clauses out of 138011 with flag 2475001/2475001
1086.36/1082.72	c cleaning 70007 clauses out of 140016 with flag 2546000/2546000
1128.03/1124.35	c cleaning 71000 clauses out of 142010 with flag 2618001/2618001
1165.23/1161.46	c cleaning 72000 clauses out of 144010 with flag 2691001/2691001
1207.98/1204.17	c cleaning 73002 clauses out of 146011 with flag 2765002/2765002
1248.85/1244.91	c cleaning 73998 clauses out of 148008 with flag 2840001/2840001
1304.48/1300.40	c cleaning 75006 clauses out of 150021 with flag 2916012/2916012
1357.26/1353.15	c cleaning 76002 clauses out of 152006 with flag 2993003/2993003
1398.85/1394.69	c cleaning 76995 clauses out of 154001 with flag 3071000/3071000
1441.49/1437.25	c cleaning 78002 clauses out of 156007 with flag 3150001/3150001
1484.46/1480.10	c cleaning 78969 clauses out of 158004 with flag 3230000/3230000
1528.50/1524.14	c cleaning 79995 clauses out of 160035 with flag 3311000/3311000
1577.86/1573.47	c cleaning 81011 clauses out of 162040 with flag 3393000/3393000
1624.33/1619.89	c cleaning 82011 clauses out of 164029 with flag 3476000/3476000
1672.30/1667.74	c cleaning 82991 clauses out of 166022 with flag 3560004/3560004
1719.29/1714.62	c cleaning 84015 clauses out of 168034 with flag 3645007/3645007
1769.85/1765.15	c cleaning 84994 clauses out of 170012 with flag 3731000/3731000
1800.06/1795.21	c starts		: 252
1800.06/1795.21	c conflicts		: 3797129
1800.06/1795.21	c decisions		: 4142960
1800.06/1795.21	c propagations		: 82221341
1800.06/1795.21	c inspects		: 23398738995
1800.06/1795.21	c shortcuts		: 0
1800.06/1795.21	c learnt literals	: 0
1800.06/1795.21	c learnt binary clauses	: 0
1800.06/1795.21	c learnt ternary clauses	: 0
1800.06/1795.21	c learnt constraints	: 3797129
1800.06/1795.21	c ignored constraints	: 0
1800.06/1795.21	c root simplifications	: 252
1800.06/1795.21	c removed literals (reason simplification)	: 6371909
1800.06/1795.21	c reason swapping (by a shorter reason)	: 0
1800.06/1795.21	c Calls to reduceDB	: 82
1800.06/1795.21	c number of reductions to clauses (during analyze)	: 0
1800.06/1795.21	c number of learned constraints concerned by reduction	: 0
1800.06/1795.21	c number of learning phase by resolution	: 0
1800.06/1795.21	c number of learning phase by cutting planes	: 0
1800.06/1795.21	c speed (assignments/second)	: 45804.3575266496
1800.06/1795.21	c non guided choices	106
1800.06/1795.24	c learnt constraints type 
1800.06/1795.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 151184
1800.06/1795.24	c constraints type 
1800.06/1795.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1800.06/1795.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
1800.06/1795.24	c 70 constraints processed.
1800.06/1795.25	s UNKNOWN
1800.06/1795.25	c Total wall clock time (in seconds): 1795.137

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-3709710-1338126542/watcher-3709710-1338126542 -o /tmp/evaluation-result-3709710-1338126542/solver-3709710-1338126542 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709710-1338126542.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.07 2.04 2.01 3/194 18024
/proc/meminfo: memFree=26882880/32873660 swapFree=7120/7120
[pid=18024] ppid=18022 vsize=8 CPUtime=0 cores=1,3,5,7
/proc/18024/stat : 18024 (java) R 18022 18024 16973 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 278779934 8192 1 33554432000 0 0 0 140737354663144 270329867703 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18024/statm: 2 1 0 0 0 2 0

[startup+0.099605 s]
/proc/loadavg: 2.07 2.04 2.01 3/194 18024
/proc/meminfo: memFree=26882880/32873660 swapFree=7120/7120
[pid=18024] ppid=18022 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/18024/stat : 18024 (java) S 18022 18024 16973 0 -1 4202496 4374 0 1 0 9 1 0 0 20 0 18 0 278779934 9787842560 6092 33554432000 1073741824 1073778376 140735196213776 140735196204912 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18024/statm: 2389610 6092 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.100196 s]
/proc/loadavg: 2.07 2.04 2.01 3/194 18024
/proc/meminfo: memFree=26882880/32873660 swapFree=7120/7120
[pid=18024] ppid=18022 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/18024/stat : 18024 (java) S 18022 18024 16973 0 -1 4202496 4374 0 1 0 9 1 0 0 20 0 18 0 278779934 9787842560 6092 33554432000 1073741824 1073778376 140735196213776 140735196204912 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18024/statm: 2389610 6092 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300157 s]
/proc/loadavg: 2.07 2.04 2.01 3/194 18024
/proc/meminfo: memFree=26882880/32873660 swapFree=7120/7120
[pid=18024] ppid=18022 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/18024/stat : 18024 (java) S 18022 18024 16973 0 -1 4202496 6802 0 1 0 53 2 0 0 20 0 19 0 278779934 9856004096 8505 33554432000 1073741824 1073778376 140735196213776 140735196204912 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18024/statm: 2406251 8505 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625004

[startup+0.700169 s]
/proc/loadavg: 2.07 2.04 2.01 3/194 18024
/proc/meminfo: memFree=26882880/32873660 swapFree=7120/7120
[pid=18024] ppid=18022 vsize=9625004 CPUtime=1 cores=1,3,5,7
/proc/18024/stat : 18024 (java) S 18022 18024 16973 0 -1 4202496 6807 0 1 0 98 2 0 0 20 0 19 0 278779934 9856004096 9532 33554432000 1073741824 1073778376 140735196213776 140735196204912 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18024/statm: 2406251 9532 2241 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625004

[startup+1.5007 s]
/proc/loadavg: 2.07 2.04 2.01 3/192 18051
/proc/meminfo: memFree=27538616/32873660 swapFree=7120/7120
[pid=18024] ppid=18022 vsize=9625004 CPUtime=2.01 cores=1,3,5,7
/proc/18024/stat : 18024 (java) S 18022 18024 16973 0 -1 4202496 12031 0 1 0 198 3 0 0 20 0 19 0 278779934 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140735196204912 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18024/statm: 2406251 15077 2274 9 0 2396937 0
[pid=18024/tid=18026] ppid=18022 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/18024/task/18026/stat : 18026 (java) R 18022 18024 16973 0 -1 4202560 2508 0 1 0 144 1 0 0 20 0 19 0 278779934 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394804240872 140394646497119 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18027] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18027/stat : 18027 (java) S 18022 18024 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394765732904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18028] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18028/stat : 18028 (java) S 18022 18024 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394764680104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18029] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18029/stat : 18029 (java) S 18022 18024 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394645941032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18030] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18030/stat : 18030 (java) S 18022 18024 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394644888232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18031] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18031/stat : 18031 (java) S 18022 18024 16973 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394643835432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18032] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18032/stat : 18032 (java) S 18022 18024 16973 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394642782632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18033] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18033/stat : 18033 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394641729832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18034] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18034/stat : 18034 (java) S 18022 18024 16973 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394640677032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18035] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18035/stat : 18035 (java) S 18022 18024 16973 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394158349288 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18036] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18036/stat : 18036 (java) S 18022 18024 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394157295352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18037] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18037/stat : 18037 (java) S 18022 18024 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394156242440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18038] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18038/stat : 18038 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779938 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394155190928 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18039] ppid=18022 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/18024/task/18039/stat : 18039 (java) S 18022 18024 16973 0 -1 4202560 6000 0 0 0 29 0 0 0 20 0 19 0 278779938 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394154138040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18040] ppid=18022 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/18024/task/18040/stat : 18040 (java) S 18022 18024 16973 0 -1 4202560 2278 0 0 0 20 0 0 0 20 0 19 0 278779939 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394153085240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18041] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18041/stat : 18041 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779939 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394152032632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18042] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18042/stat : 18042 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779939 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394150980040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18044] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18044/stat : 18044 (java) S 18022 18024 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278779950 9856004096 15077 33554432000 1073741824 1073778376 140735196213776 140394149926568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9625004

[startup+3.10071 s]
/proc/loadavg: 2.07 2.04 2.01 3/192 18051
/proc/meminfo: memFree=27527756/32873660 swapFree=7120/7120
[pid=18024] ppid=18022 vsize=9625004 CPUtime=3.64 cores=1,3,5,7
/proc/18024/stat : 18024 (java) S 18022 18024 16973 0 -1 4202496 12054 0 1 0 360 4 0 0 20 0 19 0 278779934 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140735196204912 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18024/statm: 2406251 19178 2274 9 0 2396937 0
[pid=18024/tid=18026] ppid=18022 vsize=9625004 CPUtime=3.01 cores=1,3,5,7
/proc/18024/task/18026/stat : 18026 (java) R 18022 18024 16973 0 -1 4202560 2510 0 1 0 300 1 0 0 20 0 19 0 278779934 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394804240808 140394646497143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18027] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18027/stat : 18027 (java) S 18022 18024 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394765732904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18028] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18028/stat : 18028 (java) S 18022 18024 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394764680104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18029] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18029/stat : 18029 (java) S 18022 18024 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394645941032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18030] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18030/stat : 18030 (java) S 18022 18024 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394644888232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18031] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18031/stat : 18031 (java) S 18022 18024 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394643835432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18032] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18032/stat : 18032 (java) S 18022 18024 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394642782632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18033] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18033/stat : 18033 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394641729832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18034] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18034/stat : 18034 (java) S 18022 18024 16973 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394640677032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18035] ppid=18022 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/18024/task/18035/stat : 18035 (java) S 18022 18024 16973 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 278779936 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394158349288 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18036] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18036/stat : 18036 (java) S 18022 18024 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394157295352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18037] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18037/stat : 18037 (java) S 18022 18024 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394156242440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18038] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18038/stat : 18038 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779938 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394155190928 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18039] ppid=18022 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/18024/task/18039/stat : 18039 (java) S 18022 18024 16973 0 -1 4202560 6000 0 0 0 30 0 0 0 20 0 19 0 278779938 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394154138040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18040] ppid=18022 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/18024/task/18040/stat : 18040 (java) S 18022 18024 16973 0 -1 4202560 2278 0 0 0 20 0 0 0 20 0 19 0 278779939 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394153085240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18041] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18041/stat : 18041 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779939 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394152032632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18042] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18042/stat : 18042 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779939 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394150980040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18044] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18044/stat : 18044 (java) S 18022 18024 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278779950 9856004096 19178 33554432000 1073741824 1073778376 140735196213776 140394149926568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 2.07 2.03 2.01 3/192 18051
/proc/meminfo: memFree=27521608/32873660 swapFree=7120/7120
[pid=18024] ppid=18022 vsize=9625004 CPUtime=6.92 cores=1,3,5,7
/proc/18024/stat : 18024 (java) S 18022 18024 16973 0 -1 4202496 12089 0 1 0 687 5 0 0 20 0 19 0 278779934 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140735196204912 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18024/statm: 2406251 20184 2275 9 0 2396937 0
[pid=18024/tid=18026] ppid=18022 vsize=9625004 CPUtime=6.15 cores=1,3,5,7
/proc/18024/task/18026/stat : 18026 (java) R 18022 18024 16973 0 -1 4202560 2514 0 1 0 614 1 0 0 20 0 19 0 278779934 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394804240648 140394646372796 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18027] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18027/stat : 18027 (java) S 18022 18024 16973 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394765732904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18028] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18028/stat : 18028 (java) S 18022 18024 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394764680104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18029] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18029/stat : 18029 (java) S 18022 18024 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394645941032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18030] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18030/stat : 18030 (java) S 18022 18024 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394644888232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18031] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18031/stat : 18031 (java) S 18022 18024 16973 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394643835432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18032] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18032/stat : 18032 (java) S 18022 18024 16973 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394642782632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18033] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18033/stat : 18033 (java) S 18022 18024 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394641729832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18034] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18034/stat : 18034 (java) S 18022 18024 16973 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278779935 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394640677032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18035] ppid=18022 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/18024/task/18035/stat : 18035 (java) S 18022 18024 16973 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 19 0 278779936 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394158349288 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18036] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18036/stat : 18036 (java) S 18022 18024 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394157295352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18037] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18037/stat : 18037 (java) S 18022 18024 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394156242440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18038] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18038/stat : 18038 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779938 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394155190928 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18039] ppid=18022 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/18024/task/18039/stat : 18039 (java) S 18022 18024 16973 0 -1 4202560 6003 0 0 0 33 1 0 0 20 0 19 0 278779938 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394154138040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18040] ppid=18022 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/18024/task/18040/stat : 18040 (java) S 18022 18024 16973 0 -1 4202560 2278 0 0 0 20 0 0 0 20 0 19 0 278779939 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394153085240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18041] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18041/stat : 18041 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779939 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394152032632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18042] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18042/stat : 18042 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779939 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394150980040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18044] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18044/stat : 18044 (java) S 18022 18024 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278779950 9856004096 20184 33554432000 1073741824 1073778376 140735196213776 140394149926568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=18024/tid=18039] ppid=18022 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18024/task/18039/stat : 18039 (java) S 18022 18024 16973 0 -1 4202560 6008 0 0 0 37 1 0 0 20 0 19 0 278779938 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394154138040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18040] ppid=18022 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/18024/task/18040/stat : 18040 (java) S 18022 18024 16973 0 -1 4202560 2278 0 0 0 20 0 0 0 20 0 19 0 278779939 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394153085240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18041] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18041/stat : 18041 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779939 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394152032632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18042] ppid=18022 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/18024/task/18042/stat : 18042 (java) S 18022 18024 16973 0 -1 4202560 95 0 0 0 27 34 0 0 20 0 19 0 278779939 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394150980040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18044] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18044/stat : 18044 (java) S 18022 18024 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278779950 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394149926568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1666.9
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 18137
/proc/meminfo: memFree=26627236/32873660 swapFree=7120/7120
[pid=18024] ppid=18022 vsize=9625004 CPUtime=1727.03 cores=1,3,5,7
/proc/18024/stat : 18024 (java) S 18022 18024 16973 0 -1 4202496 14366 0 1 0 172643 60 0 0 20 0 19 0 278779934 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140735196204912 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18024/statm: 2406251 75560 2276 9 0 2396937 0
[pid=18024/tid=18026] ppid=18022 vsize=9625004 CPUtime=1712.85 cores=1,3,5,7
/proc/18024/task/18026/stat : 18026 (java) R 18022 18024 16973 0 -1 4202560 2612 0 1 0 171258 27 0 0 20 0 19 0 278779934 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394804240688 140394646372435 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18027] ppid=18022 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/18024/task/18027/stat : 18027 (java) S 18022 18024 16973 0 -1 4202560 373 0 0 0 59 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394765732904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18028] ppid=18022 vsize=9625004 CPUtime=0.67 cores=1,3,5,7
/proc/18024/task/18028/stat : 18028 (java) S 18022 18024 16973 0 -1 4202560 120 0 0 0 64 3 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394764680104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18029] ppid=18022 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/18024/task/18029/stat : 18029 (java) S 18022 18024 16973 0 -1 4202560 201 0 0 0 62 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394645941032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18030] ppid=18022 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/18024/task/18030/stat : 18030 (java) S 18022 18024 16973 0 -1 4202560 264 0 0 0 58 3 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394644888232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18031] ppid=18022 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/18024/task/18031/stat : 18031 (java) S 18022 18024 16973 0 -1 4202560 226 0 0 0 62 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394643835432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18032] ppid=18022 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/18024/task/18032/stat : 18032 (java) S 18022 18024 16973 0 -1 4202560 108 0 0 0 62 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394642782632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18033] ppid=18022 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/18024/task/18033/stat : 18033 (java) S 18022 18024 16973 0 -1 4202560 240 0 0 0 53 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394641729832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18034] ppid=18022 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/18024/task/18034/stat : 18034 (java) S 18022 18024 16973 0 -1 4202560 505 0 0 0 61 3 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394640677032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18035] ppid=18022 vsize=9625004 CPUtime=3.63 cores=1,3,5,7
/proc/18024/task/18035/stat : 18035 (java) S 18022 18024 16973 0 -1 4202560 151 0 0 0 360 3 0 0 20 0 19 0 278779936 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394158349288 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18036] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18036/stat : 18036 (java) S 18022 18024 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394157295352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18037] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18037/stat : 18037 (java) S 18022 18024 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394156242440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18038] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18038/stat : 18038 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779938 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394155190928 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18039] ppid=18022 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18024/task/18039/stat : 18039 (java) S 18022 18024 16973 0 -1 4202560 6008 0 0 0 37 1 0 0 20 0 19 0 278779938 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394154138040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18040] ppid=18022 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/18024/task/18040/stat : 18040 (java) S 18022 18024 16973 0 -1 4202560 2278 0 0 0 20 0 0 0 20 0 19 0 278779939 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394153085240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18041] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18041/stat : 18041 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779939 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394152032632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18042] ppid=18022 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/18024/task/18042/stat : 18042 (java) S 18022 18024 16973 0 -1 4202560 99 0 0 0 28 36 0 0 20 0 19 0 278779939 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394150980040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18044] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18044/stat : 18044 (java) S 18022 18024 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278779950 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394149926568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.03
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18138
/proc/meminfo: memFree=26620164/32873660 swapFree=7120/7120
[pid=18024] ppid=18022 vsize=9625004 CPUtime=1787.14 cores=1,3,5,7
/proc/18024/stat : 18024 (java) S 18022 18024 16973 0 -1 4202496 14373 0 1 0 178652 62 0 0 20 0 19 0 278779934 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140735196204912 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18024/statm: 2406251 75560 2276 9 0 2396937 0
[pid=18024/tid=18026] ppid=18022 vsize=9625004 CPUtime=1772.59 cores=1,3,5,7
/proc/18024/task/18026/stat : 18026 (java) R 18022 18024 16973 0 -1 4202560 2613 0 1 0 177232 27 0 0 20 0 19 0 278779934 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394804240688 140394646372593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18027] ppid=18022 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/18024/task/18027/stat : 18027 (java) S 18022 18024 16973 0 -1 4202560 373 0 0 0 60 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394765732904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18028] ppid=18022 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/18024/task/18028/stat : 18028 (java) S 18022 18024 16973 0 -1 4202560 120 0 0 0 65 3 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394764680104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18029] ppid=18022 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18024/task/18029/stat : 18029 (java) S 18022 18024 16973 0 -1 4202560 201 0 0 0 63 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394645941032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18030] ppid=18022 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/18024/task/18030/stat : 18030 (java) S 18022 18024 16973 0 -1 4202560 264 0 0 0 60 3 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394644888232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18031] ppid=18022 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18024/task/18031/stat : 18031 (java) S 18022 18024 16973 0 -1 4202560 226 0 0 0 63 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394643835432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18032] ppid=18022 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18024/task/18032/stat : 18032 (java) S 18022 18024 16973 0 -1 4202560 108 0 0 0 63 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394642782632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18033] ppid=18022 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/18024/task/18033/stat : 18033 (java) S 18022 18024 16973 0 -1 4202560 240 0 0 0 54 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394641729832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18034] ppid=18022 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/18024/task/18034/stat : 18034 (java) S 18022 18024 16973 0 -1 4202560 505 0 0 0 63 3 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394640677032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18035] ppid=18022 vsize=9625004 CPUtime=3.69 cores=1,3,5,7
/proc/18024/task/18035/stat : 18035 (java) S 18022 18024 16973 0 -1 4202560 153 0 0 0 366 3 0 0 20 0 19 0 278779936 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394158349288 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18036] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18036/stat : 18036 (java) S 18022 18024 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394157295352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18037] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18037/stat : 18037 (java) S 18022 18024 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394156242440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18038] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18038/stat : 18038 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779938 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394155190928 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18039] ppid=18022 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18024/task/18039/stat : 18039 (java) S 18022 18024 16973 0 -1 4202560 6008 0 0 0 37 1 0 0 20 0 19 0 278779938 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394154138040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18040] ppid=18022 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/18024/task/18040/stat : 18040 (java) S 18022 18024 16973 0 -1 4202560 2278 0 0 0 20 0 0 0 20 0 19 0 278779939 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394153085240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18041] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18041/stat : 18041 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779939 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394152032632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18042] ppid=18022 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/18024/task/18042/stat : 18042 (java) S 18022 18024 16973 0 -1 4202560 103 0 0 0 29 37 0 0 20 0 19 0 278779939 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394150980040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18044] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18044/stat : 18044 (java) S 18022 18024 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278779950 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394149926568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.14
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.21 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 18197
/proc/meminfo: memFree=27203104/32873660 swapFree=7120/7120
[pid=18024] ppid=18022 vsize=9625004 CPUtime=1800.06 cores=1,3,5,7
/proc/18024/stat : 18024 (java) S 18022 18024 16973 0 -1 4202496 14373 0 1 0 179944 62 0 0 20 0 19 0 278779934 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140735196204912 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18024/statm: 2406251 75560 2276 9 0 2396937 0
[pid=18024/tid=18026] ppid=18022 vsize=9625004 CPUtime=1785.47 cores=1,3,5,7
/proc/18024/task/18026/stat : 18026 (java) R 18022 18024 16973 0 -1 4202560 2613 0 1 0 178519 28 0 0 20 0 19 0 278779934 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394804240688 140394646497086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18027] ppid=18022 vsize=9625004 CPUtime=0.62 cores=1,3,5,7
/proc/18024/task/18027/stat : 18027 (java) S 18022 18024 16973 0 -1 4202560 373 0 0 0 60 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394765732904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18028] ppid=18022 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/18024/task/18028/stat : 18028 (java) S 18022 18024 16973 0 -1 4202560 120 0 0 0 65 3 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394764680104 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18029] ppid=18022 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18024/task/18029/stat : 18029 (java) S 18022 18024 16973 0 -1 4202560 201 0 0 0 63 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394645941032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18030] ppid=18022 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/18024/task/18030/stat : 18030 (java) S 18022 18024 16973 0 -1 4202560 264 0 0 0 60 3 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394644888232 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18031] ppid=18022 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18024/task/18031/stat : 18031 (java) S 18022 18024 16973 0 -1 4202560 226 0 0 0 63 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394643835432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18032] ppid=18022 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18024/task/18032/stat : 18032 (java) S 18022 18024 16973 0 -1 4202560 108 0 0 0 63 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394642782632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18024/tid=18033] ppid=18022 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/18024/task/18033/stat : 18033 (java) S 18022 18024 16973 0 -1 4202560 240 0 0 0 54 2 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394641729832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18034] ppid=18022 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/18024/task/18034/stat : 18034 (java) S 18022 18024 16973 0 -1 4202560 505 0 0 0 63 3 0 0 20 0 19 0 278779935 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394640677032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18024/tid=18035] ppid=18022 vsize=9625004 CPUtime=3.69 cores=1,3,5,7
/proc/18024/task/18035/stat : 18035 (java) S 18022 18024 16973 0 -1 4202560 153 0 0 0 366 3 0 0 20 0 19 0 278779936 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394158349288 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18036] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18036/stat : 18036 (java) S 18022 18024 16973 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394157295352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18037] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18037/stat : 18037 (java) S 18022 18024 16973 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278779936 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394156242440 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18038] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18038/stat : 18038 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779938 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394155190928 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18039] ppid=18022 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/18024/task/18039/stat : 18039 (java) S 18022 18024 16973 0 -1 4202560 6008 0 0 0 37 1 0 0 20 0 19 0 278779938 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394154138040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18040] ppid=18022 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/18024/task/18040/stat : 18040 (java) S 18022 18024 16973 0 -1 4202560 2278 0 0 0 20 0 0 0 20 0 19 0 278779939 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394153085240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18041] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18041/stat : 18041 (java) S 18022 18024 16973 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278779939 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394152032632 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18024/tid=18042] ppid=18022 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/18024/task/18042/stat : 18042 (java) S 18022 18024 16973 0 -1 4202560 103 0 0 0 29 37 0 0 20 0 19 0 278779939 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394150980040 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18024/tid=18044] ppid=18022 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18024/task/18044/stat : 18044 (java) S 18022 18024 16973 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278779950 9856004096 75560 33554432000 1073741824 1073778376 140735196213776 140394149926568 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 18024 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=838143
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=22844
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.25
CPU time (s): 1800.06
CPU user time (s): 1799.44
CPU system time (s): 0.62
CPU usage (%): 100.268
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.84
system time used= 1.02284
maximum resident set size= 302396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14416
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40259
involuntary context switches= 9935

runsolver used 6.33004 second user time and 14.5528 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 15:49:02
IDJOB=3709710
IDBENCH=1389
IDSOLVER=2289
FILE ID=node117/3709710-1338126542
RUNJOBID= node117-1338124635-16990
PBS_JOBID= 14624513
Free space on /tmp= 70016 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr.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-3709710-1338126542/watcher-3709710-1338126542 -o /tmp/evaluation-result-3709710-1338126542/solver-3709710-1338126542 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709710-1338126542.opb

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

MD5SUM BENCH= d9b1351aa6c01bb5c883e4233663f5e0
RANDOM SEED=257687944

node117.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.148
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.29
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.148
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		: 2667.148
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        26883624 kB
Buffers:          322256 kB
Cached:          4075148 kB
SwapCached:            0 kB
Active:          2930092 kB
Inactive:        2182612 kB
Active(anon):     706412 kB
Inactive(anon):    11356 kB
Active(file):    2223680 kB
Inactive(file):  2171256 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             35772 kB
Writeback:             0 kB
AnonPages:        672300 kB
Mapped:            22476 kB
Shmem:               200 kB
Slab:             736580 kB
SReclaimable:     179608 kB
SUnreclaim:       556972 kB
KernelStack:        1592 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1657572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    626688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70048 MiB
End job on node117 at 2012-05-27 16:18:59