Trace number 3709968

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.62 1794.65

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-153.opb
MD5SUM64b2e27e0cc69ae36d391a38c497bb88
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables55296
Total number of constraints1282690
Number of constraints which are clauses1152492
Number of constraints which are cardinality constraints (but not clauses)4030
Number of constraints which are nor clauses,nor cardinality constraints126168
Minimum length of a constraint2
Maximum length of a constraint756
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709968-1338189154.opb
0.09/0.12	c reading problem ... 
8.74/7.35	c ... done. Wall clock time 7.23s.
8.74/7.35	c declared #vars     55296
8.74/7.35	c #constraints  1284718
8.74/7.35	c constraints type 
8.74/7.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 885189
8.74/7.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 4032
8.74/7.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269329
8.74/7.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 126168
8.74/7.35	c 1284718 constraints processed.
14.91/12.96	c cleaning 2482 clauses out of 5000 with flag 5000/5000
19.70/16.85	c cleaning 4260 clauses out of 8521 with flag 11003/11003
23.24/20.32	c cleaning 5629 clauses out of 11258 with flag 18000/18000
27.16/24.27	c cleaning 6810 clauses out of 13629 with flag 26000/26000
31.81/28.88	c cleaning 7910 clauses out of 15820 with flag 35001/35001
36.05/33.08	c cleaning 8953 clauses out of 17909 with flag 45000/45000
41.45/38.41	c cleaning 9976 clauses out of 19957 with flag 56001/56001
46.87/43.88	c cleaning 10986 clauses out of 21981 with flag 68001/68001
53.40/50.32	c cleaning 11995 clauses out of 23994 with flag 81000/81000
59.54/56.40	c cleaning 12999 clauses out of 26000 with flag 95001/95001
65.45/62.36	c cleaning 13996 clauses out of 28001 with flag 110001/110001
73.26/70.15	c cleaning 14997 clauses out of 30007 with flag 126003/126003
80.89/77.77	c cleaning 16001 clauses out of 32008 with flag 143001/143001
89.21/86.01	c cleaning 17000 clauses out of 34006 with flag 161000/161000
98.74/95.52	c cleaning 17996 clauses out of 36006 with flag 180000/180000
107.66/104.48	c cleaning 19002 clauses out of 38011 with flag 200001/200001
117.50/114.28	c cleaning 20003 clauses out of 40008 with flag 221000/221000
127.62/124.32	c cleaning 21001 clauses out of 42006 with flag 243001/243001
139.85/136.52	c cleaning 21996 clauses out of 44004 with flag 266000/266000
151.50/148.10	c cleaning 22997 clauses out of 46008 with flag 290000/290000
162.02/158.68	c cleaning 23997 clauses out of 48012 with flag 315001/315001
175.24/171.84	c cleaning 25000 clauses out of 50014 with flag 341000/341000
188.67/185.23	c cleaning 26006 clauses out of 52015 with flag 368001/368001
202.80/199.34	c cleaning 26998 clauses out of 54008 with flag 396000/396000
216.02/212.54	c cleaning 27998 clauses out of 56010 with flag 425000/425000
230.87/227.33	c cleaning 29001 clauses out of 58013 with flag 455001/455001
245.61/242.00	c cleaning 29998 clauses out of 60011 with flag 486000/486000
263.14/259.57	c cleaning 31002 clauses out of 62013 with flag 518000/518000
280.47/276.83	c cleaning 32002 clauses out of 64013 with flag 551002/551002
297.40/293.78	c cleaning 32999 clauses out of 66011 with flag 585002/585002
318.71/315.08	c cleaning 34006 clauses out of 68012 with flag 620002/620002
338.96/335.30	c cleaning 34997 clauses out of 70004 with flag 656000/656000
358.29/354.57	c cleaning 35999 clauses out of 72008 with flag 693001/693001
379.12/375.35	c cleaning 36997 clauses out of 74008 with flag 731000/731000
399.75/395.94	c cleaning 37999 clauses out of 76011 with flag 770000/770000
420.88/417.07	c cleaning 38999 clauses out of 78013 with flag 810001/810001
444.10/440.20	c cleaning 40002 clauses out of 80013 with flag 851000/851000
470.04/466.19	c cleaning 41005 clauses out of 82011 with flag 893000/893000
494.29/490.36	c cleaning 42002 clauses out of 84006 with flag 936000/936000
519.53/515.52	c cleaning 42999 clauses out of 86005 with flag 980001/980001
548.37/544.30	c cleaning 44000 clauses out of 88006 with flag 1025001/1025001
577.91/573.85	c cleaning 44996 clauses out of 90005 with flag 1071000/1071000
607.54/603.43	c cleaning 46003 clauses out of 92011 with flag 1118002/1118002
636.68/632.58	c cleaning 47003 clauses out of 94007 with flag 1166001/1166001
667.73/663.57	c cleaning 47999 clauses out of 96006 with flag 1215003/1215003
699.27/695.00	c cleaning 49003 clauses out of 98005 with flag 1265001/1265001
728.51/724.24	c cleaning 49992 clauses out of 100001 with flag 1316000/1316000
761.46/757.19	c cleaning 51003 clauses out of 102010 with flag 1368001/1368001
797.41/793.01	c cleaning 52000 clauses out of 104007 with flag 1421001/1421001
833.15/828.73	c cleaning 52998 clauses out of 106006 with flag 1475000/1475000
867.31/862.89	c cleaning 53994 clauses out of 108013 with flag 1530005/1530005
899.15/894.65	c cleaning 55004 clauses out of 110016 with flag 1586002/1586002
933.01/928.46	c cleaning 55993 clauses out of 112012 with flag 1643002/1643002
973.56/968.99	c cleaning 57001 clauses out of 114018 with flag 1701001/1701001
1018.81/1014.13	c cleaning 58004 clauses out of 116018 with flag 1760002/1760002
1064.16/1059.46	c cleaning 59001 clauses out of 118012 with flag 1820000/1820000
1110.31/1105.52	c cleaning 59998 clauses out of 120011 with flag 1881000/1881000
1152.05/1147.21	c cleaning 61000 clauses out of 122013 with flag 1943000/1943000
1198.90/1194.03	c cleaning 62004 clauses out of 124014 with flag 2006001/2006001
1244.18/1239.29	c cleaning 62996 clauses out of 126009 with flag 2070000/2070000
1292.53/1287.55	c cleaning 64000 clauses out of 128013 with flag 2135000/2135000
1338.28/1333.25	c cleaning 64999 clauses out of 130013 with flag 2201000/2201000
1392.33/1387.29	c cleaning 66004 clauses out of 132014 with flag 2268000/2268000
1438.38/1433.27	c cleaning 66997 clauses out of 134010 with flag 2336000/2336000
1486.73/1481.50	c cleaning 67997 clauses out of 136013 with flag 2405000/2405000
1543.98/1538.76	c cleaning 69003 clauses out of 138016 with flag 2475000/2475000
1604.50/1599.27	c cleaning 70005 clauses out of 140013 with flag 2546000/2546000
1661.15/1655.82	c cleaning 70998 clauses out of 142008 with flag 2618000/2618000
1717.88/1712.57	c cleaning 72003 clauses out of 144011 with flag 2691001/2691001
1780.63/1775.26	c cleaning 72999 clauses out of 146007 with flag 2765000/2765000
1800.08/1794.61	c starts		: 231
1800.08/1794.61	c conflicts		: 2794578
1800.08/1794.61	c decisions		: 3885486
1800.08/1794.61	c propagations		: 3016257284
1800.08/1794.61	c inspects		: 22346948989
1800.08/1794.61	c shortcuts		: 0
1800.08/1794.61	c learnt literals	: 0
1800.08/1794.61	c learnt binary clauses	: 13
1800.08/1794.61	c learnt ternary clauses	: 113
1800.08/1794.61	c learnt constraints	: 2794578
1800.08/1794.61	c ignored constraints	: 0
1800.08/1794.61	c root simplifications	: 231
1800.08/1794.61	c removed literals (reason simplification)	: 83672231
1800.08/1794.61	c reason swapping (by a shorter reason)	: 0
1800.08/1794.61	c Calls to reduceDB	: 70
1800.08/1794.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1794.61	c number of learned constraints concerned by reduction	: 0
1800.08/1794.61	c number of learning phase by resolution	: 0
1800.08/1794.61	c number of learning phase by cutting planes	: 0
1800.08/1794.61	c speed (assignments/second)	: 1687665.9210087531
1800.08/1794.61	c non guided choices	10968
1800.08/1794.64	c learnt constraints type 
1800.08/1794.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1800.08/1794.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102598
1800.08/1794.64	c constraints type 
1800.08/1794.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 885189
1800.08/1794.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 4032
1800.08/1794.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 269329
1800.08/1794.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 126168
1800.08/1794.64	c 1284718 constraints processed.
1800.08/1794.64	s UNKNOWN
1800.08/1794.64	c Total wall clock time (in seconds): 1794.519

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-3709968-1338189154/watcher-3709968-1338189154 -o /tmp/evaluation-result-3709968-1338189154/solver-3709968-1338189154 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709968-1338189154.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.00 2.00 2.00 3/194 18324
/proc/meminfo: memFree=30032244/32873648 swapFree=6860/6860
[pid=18324] ppid=18322 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18324/stat : 18324 (java) D 18322 18324 13368 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 285041594 9515008 183 33554432000 1073741824 1073778376 140735235531776 140735235522808 266435641013 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/18324/statm: 2323 183 140 9 0 71 0

[startup+0.056464 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 18324
/proc/meminfo: memFree=30032244/32873648 swapFree=6860/6860
[pid=18324] ppid=18322 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/18324/stat : 18324 (java) S 18322 18324 13368 0 -1 4202496 3134 0 1 0 3 0 0 0 20 0 13 0 285041594 9446973440 3830 33554432000 1073741824 1073778376 140733767872512 140733767863648 266439000125 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18324/statm: 2306390 3830 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100256 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 18324
/proc/meminfo: memFree=30032244/32873648 swapFree=6860/6860
[pid=18324] ppid=18322 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/18324/stat : 18324 (java) S 18322 18324 13368 0 -1 4202496 4346 0 1 0 9 0 0 0 20 0 18 0 285041594 9787842560 5552 33554432000 1073741824 1073778376 140733767872512 140733767863648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18324/statm: 2389610 5552 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300171 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 18324
/proc/meminfo: memFree=30032244/32873648 swapFree=6860/6860
[pid=18324] ppid=18322 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/18324/stat : 18324 (java) S 18322 18324 13368 0 -1 4202496 6070 0 1 0 45 1 0 0 20 0 18 0 285041594 9787842560 10292 33554432000 1073741824 1073778376 140733767872512 140733767863648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18324/statm: 2389610 10292 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700257 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 18324
/proc/meminfo: memFree=30032244/32873648 swapFree=6860/6860
[pid=18324] ppid=18322 vsize=9558440 CPUtime=1.11 cores=1,3,5,7
/proc/18324/stat : 18324 (java) S 18322 18324 13368 0 -1 4202496 6849 0 1 0 107 4 0 0 20 0 18 0 285041594 9787842560 40414 33554432000 1073741824 1073778376 140733767872512 140733767863648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18324/statm: 2389610 40414 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558440

[startup+1.50064 s]
/proc/loadavg: 2.00 2.00 2.00 5/212 18342
/proc/meminfo: memFree=29816236/32873648 swapFree=6860/6860
[pid=18324] ppid=18322 vsize=9558440 CPUtime=2.19 cores=1,3,5,7
/proc/18324/stat : 18324 (java) S 18322 18324 13368 0 -1 4202496 8330 0 1 0 209 10 0 0 20 0 18 0 285041594 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 140733767863648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18324/statm: 2389610 82554 2255 9 0 2380296 0
[pid=18324/tid=18326] ppid=18322 vsize=9558440 CPUtime=1.41 cores=1,3,5,7
/proc/18324/task/18326/stat : 18326 (java) R 18322 18324 13368 0 -1 4202560 2678 0 1 0 135 6 0 0 20 0 18 0 285041595 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836887596408 139836827700453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18327] ppid=18322 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/18324/task/18327/stat : 18327 (java) S 18322 18324 13368 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 285041596 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836826327592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18328] ppid=18322 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/18324/task/18328/stat : 18328 (java) S 18322 18324 13368 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 285041596 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836825274792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18329] ppid=18322 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/18324/task/18329/stat : 18329 (java) S 18322 18324 13368 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 285041596 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836824221992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18330] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18330/stat : 18330 (java) S 18322 18324 13368 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 18 0 285041596 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836823169192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18331] ppid=18322 vsize=9558440 CPUtime=0.02 cores=1,3,5,7
/proc/18324/task/18331/stat : 18331 (java) S 18322 18324 13368 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 285041596 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836822117416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18332] ppid=18322 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/18324/task/18332/stat : 18332 (java) S 18322 18324 13368 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 285041596 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836725607336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18333] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18333/stat : 18333 (java) S 18322 18324 13368 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 285041596 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836724554536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18334] ppid=18322 vsize=9558440 CPUtime=0.01 cores=1,3,5,7
/proc/18324/task/18334/stat : 18334 (java) S 18322 18324 13368 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 285041596 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836723501736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18335] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18335/stat : 18335 (java) S 18322 18324 13368 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 285041597 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836711303656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18336] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18336/stat : 18336 (java) S 18322 18324 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285041598 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836710249720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18337] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18337/stat : 18337 (java) S 18322 18324 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285041598 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836709196808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18338] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18338/stat : 18338 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285041600 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836708145296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18339] ppid=18322 vsize=9558440 CPUtime=0.24 cores=1,3,5,7
/proc/18324/task/18339/stat : 18339 (java) S 18322 18324 13368 0 -1 4202560 1692 0 0 0 24 0 0 0 20 0 18 0 285041600 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836707093432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18340] ppid=18322 vsize=9558440 CPUtime=0.29 cores=1,3,5,7
/proc/18324/task/18340/stat : 18340 (java) S 18322 18324 13368 0 -1 4202560 2485 0 0 0 29 0 0 0 20 0 18 0 285041600 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836706040632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18341] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18341/stat : 18341 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285041600 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836704988024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18342] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18342/stat : 18342 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285041600 9787842560 82554 33554432000 1073741824 1073778376 140733767872512 139836703935432 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9558440

[startup+3.10065 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 18342
/proc/meminfo: memFree=29558524/32873648 swapFree=6860/6860
[pid=18324] ppid=18322 vsize=9558440 CPUtime=4.05 cores=1,3,5,7
/proc/18324/stat : 18324 (java) S 18322 18324 13368 0 -1 4202496 9172 0 1 0 384 21 0 0 20 0 18 0 285041594 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 140733767863648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18324/statm: 2389610 157914 2255 9 0 2380296 0
[pid=18324/tid=18326] ppid=18322 vsize=9558440 CPUtime=2.92 cores=1,3,5,7
/proc/18324/task/18326/stat : 18326 (java) R 18322 18324 13368 0 -1 4202560 2795 0 1 0 282 10 0 0 20 0 18 0 285041595 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836887596392 139836827724171 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18327] ppid=18322 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/18324/task/18327/stat : 18327 (java) S 18322 18324 13368 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 18 0 285041596 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836826327592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18328] ppid=18322 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/18324/task/18328/stat : 18328 (java) S 18322 18324 13368 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 18 0 285041596 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836825274792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18329] ppid=18322 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/18324/task/18329/stat : 18329 (java) S 18322 18324 13368 0 -1 4202560 114 0 0 0 3 2 0 0 20 0 18 0 285041596 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836824221992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18330] ppid=18322 vsize=9558440 CPUtime=0.03 cores=1,3,5,7
/proc/18324/task/18330/stat : 18330 (java) S 18322 18324 13368 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 18 0 285041596 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836823169192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18331] ppid=18322 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/18324/task/18331/stat : 18331 (java) S 18322 18324 13368 0 -1 4202560 131 0 0 0 8 3 0 0 20 0 18 0 285041596 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836822117416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18332] ppid=18322 vsize=9558440 CPUtime=0.06 cores=1,3,5,7
/proc/18324/task/18332/stat : 18332 (java) S 18322 18324 13368 0 -1 4202560 96 0 0 0 4 2 0 0 20 0 18 0 285041596 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836725607336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18333] ppid=18322 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/18324/task/18333/stat : 18333 (java) S 18322 18324 13368 0 -1 4202560 32 0 0 0 3 1 0 0 20 0 18 0 285041596 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836724554536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18334] ppid=18322 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/18324/task/18334/stat : 18334 (java) S 18322 18324 13368 0 -1 4202560 95 0 0 0 4 0 0 0 20 0 18 0 285041596 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836723501736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18335] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18335/stat : 18335 (java) S 18322 18324 13368 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 18 0 285041597 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836711303656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18336] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18336/stat : 18336 (java) S 18322 18324 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285041598 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836710249720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18337] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18337/stat : 18337 (java) S 18322 18324 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285041598 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836709196808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18338] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18338/stat : 18338 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285041600 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836708145296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18339] ppid=18322 vsize=9558440 CPUtime=0.24 cores=1,3,5,7
/proc/18324/task/18339/stat : 18339 (java) S 18322 18324 13368 0 -1 4202560 1692 0 0 0 24 0 0 0 20 0 18 0 285041600 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836707093432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18340] ppid=18322 vsize=9558440 CPUtime=0.3 cores=1,3,5,7
/proc/18324/task/18340/stat : 18340 (java) S 18322 18324 13368 0 -1 4202560 2491 0 0 0 30 0 0 0 20 0 18 0 285041600 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836706040632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18341] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18341/stat : 18341 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285041600 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836704988024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18342] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18342/stat : 18342 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285041600 9787842560 157914 33554432000 1073741824 1073778376 140733767872512 139836703935432 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9558440

[startup+6.30072 s]
/proc/loadavg: 2.00 2.00 2.00 3/212 18342
/proc/meminfo: memFree=28818456/32873648 swapFree=6860/6860
[pid=18324] ppid=18322 vsize=9558440 CPUtime=7.74 cores=1,3,5,7
/proc/18324/stat : 18324 (java) S 18322 18324 13368 0 -1 4202496 10517 0 1 0 734 40 0 0 20 0 18 0 285041594 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 140733767863648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18324/statm: 2389610 305441 2255 9 0 2380296 0
[pid=18324/tid=18326] ppid=18322 vsize=9558440 CPUtime=5.95 cores=1,3,5,7
/proc/18324/task/18326/stat : 18326 (java) R 18322 18324 13368 0 -1 4202560 3026 0 1 0 577 18 0 0 20 0 18 0 285041595 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836887588896 266439025933 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18327] ppid=18322 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/18324/task/18327/stat : 18327 (java) S 18322 18324 13368 0 -1 4202560 167 0 0 0 11 3 0 0 20 0 18 0 285041596 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836826327592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18328] ppid=18322 vsize=9558440 CPUtime=0.13 cores=1,3,5,7
/proc/18324/task/18328/stat : 18328 (java) S 18322 18324 13368 0 -1 4202560 180 0 0 0 10 3 0 0 20 0 18 0 285041596 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836825274792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18329] ppid=18322 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/18324/task/18329/stat : 18329 (java) S 18322 18324 13368 0 -1 4202560 207 0 0 0 13 4 0 0 20 0 18 0 285041596 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836824221992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18330] ppid=18322 vsize=9558440 CPUtime=0.11 cores=1,3,5,7
/proc/18324/task/18330/stat : 18330 (java) S 18322 18324 13368 0 -1 4202560 70 0 0 0 9 2 0 0 20 0 18 0 285041596 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836823169192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18331] ppid=18322 vsize=9558440 CPUtime=0.17 cores=1,3,5,7
/proc/18324/task/18331/stat : 18331 (java) S 18322 18324 13368 0 -1 4202560 177 0 0 0 13 4 0 0 20 0 18 0 285041596 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836822117416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18332] ppid=18322 vsize=9558440 CPUtime=0.14 cores=1,3,5,7
/proc/18324/task/18332/stat : 18332 (java) S 18322 18324 13368 0 -1 4202560 135 0 0 0 11 3 0 0 20 0 18 0 285041596 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836725607336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18333] ppid=18322 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/18324/task/18333/stat : 18333 (java) S 18322 18324 13368 0 -1 4202560 64 0 0 0 8 2 0 0 20 0 18 0 285041596 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836724554536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18334] ppid=18322 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/18324/task/18334/stat : 18334 (java) S 18322 18324 13368 0 -1 4202560 137 0 0 0 9 1 0 0 20 0 18 0 285041596 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836723501736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18335] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18335/stat : 18335 (java) S 18322 18324 13368 0 -1 4202560 990 0 0 0 0 0 0 0 20 0 18 0 285041597 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836711303656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18336] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18336/stat : 18336 (java) S 18322 18324 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 285041598 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836710249720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18337] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18337/stat : 18337 (java) S 18322 18324 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 285041598 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836709196808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18338] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18338/stat : 18338 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285041600 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836708145296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18339] ppid=18322 vsize=9558440 CPUtime=0.26 cores=1,3,5,7
/proc/18324/task/18339/stat : 18339 (java) S 18322 18324 13368 0 -1 4202560 1698 0 0 0 26 0 0 0 20 0 18 0 285041600 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836707093432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18340] ppid=18322 vsize=9558440 CPUtime=0.31 cores=1,3,5,7
/proc/18324/task/18340/stat : 18340 (java) S 18322 18324 13368 0 -1 4202560 2491 0 0 0 31 0 0 0 20 0 18 0 285041600 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836706040632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18341] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18341/stat : 18341 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285041600 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836704988024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18342] ppid=18322 vsize=9558440 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18342/stat : 18342 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 285041600 9787842560 305441 33554432000 1073741824 1073778376 140733767872512 139836703935432 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.74
Current children cumulated vsize (KiB) 9558440

[startup+12.7006 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18343
/proc/meminfo: memFree=28475696/32873648 swapFree=6860/6860
[pid=18324] ppid=18322 vsize=9625004 CPUtime=14.7 cores=1,3,5,7
/proc/18324/stat : 18324 (java) S 18322 18324 13368 0 -1 4202496 12425 0 1 0 1423 47 0 0 20 0 19 0 285041594 9856004096 390794 33554432000 1073741824 1073778376 140733767872512 140733767863648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18324/statm: 2406251 390794 2276 9 0 2396937 0
[pid=18324/tid=18326] ppid=18322 vsize=9625004 CPUtime=12.35 cores=1,3,5,7

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

[pid=18324/tid=18332] ppid=18322 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/18324/task/18332/stat : 18332 (java) S 18322 18324 13368 0 -1 4202560 446 0 0 0 51 6 0 0 20 0 19 0 285041596 9856004096 434830 33554432000 1073741824 1073778376 140733767872512 139836725607336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18333] ppid=18322 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/18324/task/18333/stat : 18333 (java) S 18322 18324 13368 0 -1 4202560 357 0 0 0 49 4 0 0 20 0 19 0 285041596 9856004096 434830 33554432000 1073741824 1073778376 140733767872512 139836724554536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18334] ppid=18322 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/18324/task/18334/stat : 18334 (java) S 18322 18324 13368 0 -1 4202560 298 0 0 0 50 3 0 0 20 0 19 0 285041596 9856004096 434830 33554432000 1073741824 1073778376 140733767872512 139836723501736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18335] ppid=18322 vsize=9625004 CPUtime=24.62 cores=1,3,5,7
/proc/18324/task/18335/stat : 18335 (java) S 18322 18324 13368 0 -1 4202560 1211 0 0 0 2457 5 0 0 20 0 19 0 285041597 9856004096 434830 33554432000 1073741824 1073778376 140733767872512 139836711303656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18336] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18336/stat : 18336 (java) S 18322 18324 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285041598 9856004096 434830 33554432000 1073741824 1073778376 140733767872512 139836710249720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18337] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18337/stat : 18337 (java) S 18322 18324 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285041598 9856004096 434830 33554432000 1073741824 1073778376 140733767872512 139836709196808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18338] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18338/stat : 18338 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285041600 9856004096 434830 33554432000 1073741824 1073778376 140733767872512 139836708145296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18339] ppid=18322 vsize=9625004 CPUtime=0.98 cores=1,3,5,7
/proc/18324/task/18339/stat : 18339 (java) S 18322 18324 13368 0 -1 4202560 9237 0 0 0 96 2 0 0 20 0 19 0 285041600 9856004096 434830 33554432000 1073741824 1073778376 140733767872512 139836707093432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18340] ppid=18322 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/18324/task/18340/stat : 18340 (java) S 18322 18324 13368 0 -1 4202560 2982 0 0 0 69 0 0 0 20 0 19 0 285041600 9856004096 434830 33554432000 1073741824 1073778376 140733767872512 139836706040632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18341] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18341/stat : 18341 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285041600 9856004096 434830 33554432000 1073741824 1073778376 140733767872512 139836704988024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18342] ppid=18322 vsize=9625004 CPUtime=0.64 cores=1,3,5,7
/proc/18324/task/18342/stat : 18342 (java) S 18322 18324 13368 0 -1 4202560 94 0 0 0 28 36 0 0 20 0 19 0 285041600 9856004096 434830 33554432000 1073741824 1073778376 140733767872512 139836703935432 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18343] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18343/stat : 18343 (java) S 18322 18324 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285042332 9856004096 434830 33554432000 1073741824 1073778376 140733767872512 139836702880936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1667.67
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18417
/proc/meminfo: memFree=28433320/32873648 swapFree=6860/6860
[pid=18324] ppid=18322 vsize=9625004 CPUtime=1727.72 cores=1,3,5,7
/proc/18324/stat : 18324 (java) S 18322 18324 13368 0 -1 4202496 21474 0 1 0 172670 102 0 0 20 0 19 0 285041594 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 140733767863648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18324/statm: 2406251 435858 2290 9 0 2396937 0
[pid=18324/tid=18326] ppid=18322 vsize=9625004 CPUtime=1696.05 cores=1,3,5,7
/proc/18324/task/18326/stat : 18326 (java) R 18322 18324 13368 0 -1 4202560 3488 0 1 0 169556 49 0 0 20 0 19 0 285041595 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836887597360 139836828069900 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18327] ppid=18322 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/18324/task/18327/stat : 18327 (java) S 18322 18324 13368 0 -1 4202560 464 0 0 0 51 6 0 0 20 0 19 0 285041596 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836826327592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18328] ppid=18322 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18324/task/18328/stat : 18328 (java) S 18322 18324 13368 0 -1 4202560 265 0 0 0 59 6 0 0 20 0 19 0 285041596 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836825274792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18329] ppid=18322 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/18324/task/18329/stat : 18329 (java) S 18322 18324 13368 0 -1 4202560 527 0 0 0 51 5 0 0 20 0 19 0 285041596 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836824221992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18330] ppid=18322 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/18324/task/18330/stat : 18330 (java) S 18322 18324 13368 0 -1 4202560 457 0 0 0 51 3 0 0 20 0 19 0 285041596 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836823169192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18331] ppid=18322 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/18324/task/18331/stat : 18331 (java) S 18322 18324 13368 0 -1 4202560 451 0 0 0 54 5 0 0 20 0 19 0 285041596 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836822117416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18332] ppid=18322 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/18324/task/18332/stat : 18332 (java) S 18322 18324 13368 0 -1 4202560 456 0 0 0 51 6 0 0 20 0 19 0 285041596 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836725607336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18333] ppid=18322 vsize=9625004 CPUtime=0.53 cores=1,3,5,7
/proc/18324/task/18333/stat : 18333 (java) S 18322 18324 13368 0 -1 4202560 357 0 0 0 49 4 0 0 20 0 19 0 285041596 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836724554536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18334] ppid=18322 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/18324/task/18334/stat : 18334 (java) S 18322 18324 13368 0 -1 4202560 298 0 0 0 51 3 0 0 20 0 19 0 285041596 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836723501736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18335] ppid=18322 vsize=9625004 CPUtime=24.97 cores=1,3,5,7
/proc/18324/task/18335/stat : 18335 (java) S 18322 18324 13368 0 -1 4202560 1213 0 0 0 2492 5 0 0 20 0 19 0 285041597 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836711303656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18336] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18336/stat : 18336 (java) S 18322 18324 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285041598 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836710249720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18337] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18337/stat : 18337 (java) S 18322 18324 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285041598 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836709196808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18338] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18338/stat : 18338 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285041600 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836708145296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18339] ppid=18322 vsize=9625004 CPUtime=0.98 cores=1,3,5,7
/proc/18324/task/18339/stat : 18339 (java) S 18322 18324 13368 0 -1 4202560 9237 0 0 0 96 2 0 0 20 0 19 0 285041600 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836707093432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18340] ppid=18322 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/18324/task/18340/stat : 18340 (java) S 18322 18324 13368 0 -1 4202560 2982 0 0 0 69 0 0 0 20 0 19 0 285041600 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836706040632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18341] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18341/stat : 18341 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285041600 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836704988024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18342] ppid=18322 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/18324/task/18342/stat : 18342 (java) S 18322 18324 13368 0 -1 4202560 98 0 0 0 30 38 0 0 20 0 19 0 285041600 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836703935432 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18343] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18343/stat : 18343 (java) S 18322 18324 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285042332 9856004096 435858 33554432000 1073741824 1073778376 140733767872512 139836702880936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1727.72
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18417
/proc/meminfo: memFree=28436176/32873648 swapFree=6860/6860
[pid=18324] ppid=18322 vsize=9625004 CPUtime=1787.77 cores=1,3,5,7
/proc/18324/stat : 18324 (java) S 18322 18324 13368 0 -1 4202496 21497 0 1 0 178673 104 0 0 20 0 19 0 285041594 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 140733767863648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18324/statm: 2406251 435200 2290 9 0 2396937 0
[pid=18324/tid=18326] ppid=18322 vsize=9625004 CPUtime=1755.7 cores=1,3,5,7
/proc/18324/task/18326/stat : 18326 (java) R 18322 18324 13368 0 -1 4202560 3489 0 1 0 175520 50 0 0 20 0 19 0 285041595 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836887597360 139836828081482 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18327] ppid=18322 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/18324/task/18327/stat : 18327 (java) S 18322 18324 13368 0 -1 4202560 464 0 0 0 51 6 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836826327592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18328] ppid=18322 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18324/task/18328/stat : 18328 (java) S 18322 18324 13368 0 -1 4202560 265 0 0 0 59 6 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836825274792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18329] ppid=18322 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/18324/task/18329/stat : 18329 (java) S 18322 18324 13368 0 -1 4202560 527 0 0 0 51 5 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836824221992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18330] ppid=18322 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/18324/task/18330/stat : 18330 (java) S 18322 18324 13368 0 -1 4202560 457 0 0 0 51 3 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836823169192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18331] ppid=18322 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/18324/task/18331/stat : 18331 (java) S 18322 18324 13368 0 -1 4202560 451 0 0 0 55 5 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836822117416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18332] ppid=18322 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/18324/task/18332/stat : 18332 (java) S 18322 18324 13368 0 -1 4202560 472 0 0 0 52 6 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836725607336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18333] ppid=18322 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/18324/task/18333/stat : 18333 (java) S 18322 18324 13368 0 -1 4202560 357 0 0 0 50 4 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836724554536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18334] ppid=18322 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/18324/task/18334/stat : 18334 (java) S 18322 18324 13368 0 -1 4202560 298 0 0 0 52 3 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836723501736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18335] ppid=18322 vsize=9625004 CPUtime=25.32 cores=1,3,5,7
/proc/18324/task/18335/stat : 18335 (java) S 18322 18324 13368 0 -1 4202560 1215 0 0 0 2527 5 0 0 20 0 19 0 285041597 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836711303656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18336] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18336/stat : 18336 (java) S 18322 18324 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285041598 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836710249720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18337] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18337/stat : 18337 (java) S 18322 18324 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285041598 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836709196808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18338] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18338/stat : 18338 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285041600 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836708145296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18339] ppid=18322 vsize=9625004 CPUtime=0.98 cores=1,3,5,7
/proc/18324/task/18339/stat : 18339 (java) S 18322 18324 13368 0 -1 4202560 9237 0 0 0 96 2 0 0 20 0 19 0 285041600 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836707093432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18340] ppid=18322 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/18324/task/18340/stat : 18340 (java) S 18322 18324 13368 0 -1 4202560 2982 0 0 0 69 0 0 0 20 0 19 0 285041600 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836706040632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18341] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18341/stat : 18341 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285041600 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836704988024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18342] ppid=18322 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/18324/task/18342/stat : 18342 (java) S 18322 18324 13368 0 -1 4202560 102 0 0 0 30 39 0 0 20 0 19 0 285041600 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836703935432 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18343] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18343/stat : 18343 (java) S 18322 18324 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285042332 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836702880936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.77
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 18417
/proc/meminfo: memFree=28436056/32873648 swapFree=6860/6860
[pid=18324] ppid=18322 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/18324/stat : 18324 (java) S 18322 18324 13368 0 -1 4202496 21497 0 1 0 179903 105 0 0 20 0 19 0 285041594 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 140733767863648 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18324/statm: 2406251 435200 2290 9 0 2396937 0
[pid=18324/tid=18326] ppid=18322 vsize=9625004 CPUtime=1768 cores=1,3,5,7
/proc/18324/task/18326/stat : 18326 (java) R 18322 18324 13368 0 -1 4202560 3489 0 1 0 176750 50 0 0 20 0 19 0 285041595 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836887597360 139836828101884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18327] ppid=18322 vsize=9625004 CPUtime=0.57 cores=1,3,5,7
/proc/18324/task/18327/stat : 18327 (java) S 18322 18324 13368 0 -1 4202560 464 0 0 0 51 6 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836826327592 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18328] ppid=18322 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/18324/task/18328/stat : 18328 (java) S 18322 18324 13368 0 -1 4202560 265 0 0 0 59 6 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836825274792 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18329] ppid=18322 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/18324/task/18329/stat : 18329 (java) S 18322 18324 13368 0 -1 4202560 527 0 0 0 51 5 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836824221992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18324/tid=18330] ppid=18322 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/18324/task/18330/stat : 18330 (java) S 18322 18324 13368 0 -1 4202560 457 0 0 0 51 3 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836823169192 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18331] ppid=18322 vsize=9625004 CPUtime=0.6 cores=1,3,5,7
/proc/18324/task/18331/stat : 18331 (java) S 18322 18324 13368 0 -1 4202560 451 0 0 0 55 5 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836822117416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18332] ppid=18322 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/18324/task/18332/stat : 18332 (java) S 18322 18324 13368 0 -1 4202560 472 0 0 0 52 6 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836725607336 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18333] ppid=18322 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/18324/task/18333/stat : 18333 (java) S 18322 18324 13368 0 -1 4202560 357 0 0 0 50 4 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836724554536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18334] ppid=18322 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/18324/task/18334/stat : 18334 (java) S 18322 18324 13368 0 -1 4202560 298 0 0 0 52 3 0 0 20 0 19 0 285041596 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836723501736 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18335] ppid=18322 vsize=9625004 CPUtime=25.32 cores=1,3,5,7
/proc/18324/task/18335/stat : 18335 (java) S 18322 18324 13368 0 -1 4202560 1215 0 0 0 2527 5 0 0 20 0 19 0 285041597 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836711303656 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18336] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18336/stat : 18336 (java) S 18322 18324 13368 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 285041598 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836710249720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18337] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18337/stat : 18337 (java) S 18322 18324 13368 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 285041598 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836709196808 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18338] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18338/stat : 18338 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285041600 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836708145296 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18324/tid=18339] ppid=18322 vsize=9625004 CPUtime=0.98 cores=1,3,5,7
/proc/18324/task/18339/stat : 18339 (java) S 18322 18324 13368 0 -1 4202560 9237 0 0 0 96 2 0 0 20 0 19 0 285041600 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836707093432 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18340] ppid=18322 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/18324/task/18340/stat : 18340 (java) S 18322 18324 13368 0 -1 4202560 2982 0 0 0 69 0 0 0 20 0 19 0 285041600 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836706040632 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18341] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18341/stat : 18341 (java) S 18322 18324 13368 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 285041600 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836704988024 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18324/tid=18342] ppid=18322 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/18324/task/18342/stat : 18342 (java) S 18322 18324 13368 0 -1 4202560 102 0 0 0 30 40 0 0 20 0 19 0 285041600 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836703935432 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18324/tid=18343] ppid=18322 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/18324/task/18343/stat : 18343 (java) S 18322 18324 13368 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 285042332 9856004096 435200 33554432000 1073741824 1073778376 140733767872512 139836702880936 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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
Real time (s): 1794.65
CPU time (s): 1800.62
CPU user time (s): 1799.11
CPU system time (s): 1.51177
CPU usage (%): 100.333
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.51177
maximum resident set size= 1752576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21531
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40191
involuntary context switches= 10392

runsolver used 6.18106 second user time and 15.4117 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-28 09:12:35
IDJOB=3709968
IDBENCH=89671
IDSOLVER=2289
FILE ID=node116/3709968-1338189154
RUNJOBID= node116-1338158618-13385
PBS_JOBID= 14624543
Free space on /tmp= 71408 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-153.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-3709968-1338189154/watcher-3709968-1338189154 -o /tmp/evaluation-result-3709968-1338189154/solver-3709968-1338189154 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709968-1338189154.opb

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

MD5SUM BENCH= 64b2e27e0cc69ae36d391a38c497bb88
RANDOM SEED=1821304297

node116.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30032516 kB
Buffers:          382928 kB
Cached:          1194344 kB
SwapCached:         3236 kB
Active:          1303928 kB
Inactive:         695580 kB
Active(anon):     413300 kB
Inactive(anon):     8956 kB
Active(file):     890628 kB
Inactive(file):   686624 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103668 kB
Dirty:             57748 kB
Writeback:             0 kB
AnonPages:        426528 kB
Mapped:            20912 kB
Shmem:                96 kB
Slab:             702364 kB
SReclaimable:     146216 kB
SUnreclaim:       556148 kB
KernelStack:        1592 kB
PageTables:         5076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1082088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    391168 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= 71408 MiB
End job on node116 at 2012-05-28 09:42:32