Trace number 3687189

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.04 1796.05

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army12.21bt.opb
MD5SUMcc11de80c07cf0d445d50327479f6689
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1373.4
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables428
Total number of constraints942
Number of constraints which are clauses645
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints295
Minimum length of a constraint1
Maximum length of a constraint144
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 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 189
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.97	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.97	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.97	c See www.sat4j.org for details.
0.05/0.98	c version 2.3.2.v20120418
0.05/0.98	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.98	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.98	c java.vm.version	19.1-b02
0.05/0.98	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.98	c sun.arch.data.model	64
0.05/0.98	c java.version		1.6.0_24
0.05/0.98	c os.name		Linux
0.05/0.98	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.98	c os.arch		amd64
0.05/0.98	c Free memory 		501472288
0.05/0.98	c Max memory 		7480803328
0.05/0.98	c Total memory 		504102912
0.05/0.98	c Number of processors 	8
0.12/1.02	c Pseudo Boolean Optimization by upper bound
0.12/1.02	c --- Begin Solver configuration ---
0.12/1.02	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.12/1.02	c Learn all clauses as in MiniSAT
0.12/1.02	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/1.02	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/1.02	c No reason simplification
0.12/1.02	c Armin Biere (Picosat) restarts strategy
0.12/1.02	c Glucose learned constraints deletion strategy
0.12/1.02	c timeout=2147483s
0.12/1.02	c DB Simplification allowed=false
0.12/1.02	c c --- End Solver configuration ---
0.12/1.02	c solving HOME/instance-3687189-1337871882.opb
0.12/1.02	c reading problem ... 
0.27/1.15	c ... done. Wall clock time 0.13s.
0.27/1.15	c declared #vars     428
0.27/1.15	c #constraints  942
0.27/1.15	c constraints type 
0.27/1.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
0.27/1.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.27/1.15	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.27/1.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
0.27/1.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 295
0.27/1.15	c 942 constraints processed.
1.11/1.63	c cleaning 2500 clauses out of 5000 with flag 5002/5002
1.69/2.11	c cleaning 4250 clauses out of 8500 with flag 11003/11003
2.32/2.79	c cleaning 5623 clauses out of 11248 with flag 18002/18002
3.33/3.74	c cleaning 6807 clauses out of 13623 with flag 26000/26000
4.48/4.80	c cleaning 7908 clauses out of 15817 with flag 35001/35001
5.68/6.06	c cleaning 8954 clauses out of 17908 with flag 45000/45000
7.08/7.41	c cleaning 9971 clauses out of 19954 with flag 56001/56001
8.80/9.10	c cleaning 10988 clauses out of 21982 with flag 68001/68001
10.62/10.99	c cleaning 11996 clauses out of 23993 with flag 81000/81000
12.93/13.29	c cleaning 12999 clauses out of 25998 with flag 95001/95001
15.36/15.69	c cleaning 13996 clauses out of 27999 with flag 110001/110001
18.11/18.35	c cleaning 14995 clauses out of 30002 with flag 126000/126000
21.37/21.18	c cleaning 16002 clauses out of 32007 with flag 143000/143000
24.87/24.61	c cleaning 17004 clauses out of 34008 with flag 161003/161003
28.68/28.40	c cleaning 17996 clauses out of 36002 with flag 180001/180001
33.20/32.94	c cleaning 18999 clauses out of 38005 with flag 200000/200000
38.03/37.72	c cleaning 20001 clauses out of 40006 with flag 221000/221000
42.65/42.34	c cleaning 21001 clauses out of 42005 with flag 243000/243000
48.27/47.95	c cleaning 22000 clauses out of 44007 with flag 266003/266003
54.59/54.24	c cleaning 23002 clauses out of 46004 with flag 290000/290000
59.62/59.27	c cleaning 23996 clauses out of 48002 with flag 315000/315000
65.24/64.85	c cleaning 24995 clauses out of 50006 with flag 341000/341000
71.77/71.38	c cleaning 26000 clauses out of 52011 with flag 368000/368000
79.54/79.05	c cleaning 27000 clauses out of 54012 with flag 396001/396001
87.05/86.56	c cleaning 28006 clauses out of 56015 with flag 425004/425004
95.51/94.99	c cleaning 28992 clauses out of 58005 with flag 455000/455000
105.16/104.52	c cleaning 29997 clauses out of 60013 with flag 486000/486000
113.99/113.39	c cleaning 31002 clauses out of 62016 with flag 518000/518000
126.91/126.23	c cleaning 32003 clauses out of 64015 with flag 551001/551001
140.04/139.38	c cleaning 32998 clauses out of 66013 with flag 585002/585002
152.49/151.78	c cleaning 34000 clauses out of 68014 with flag 620001/620001
164.62/163.82	c cleaning 34999 clauses out of 70014 with flag 656001/656001
177.54/176.74	c cleaning 36002 clauses out of 72015 with flag 693001/693001
191.85/191.01	c cleaning 37003 clauses out of 74013 with flag 731001/731001
205.98/205.10	c cleaning 37996 clauses out of 76009 with flag 770000/770000
222.31/221.49	c cleaning 39000 clauses out of 78013 with flag 810000/810000
239.42/238.57	c cleaning 39997 clauses out of 80015 with flag 851002/851002
258.34/257.40	c cleaning 40997 clauses out of 82016 with flag 893000/893000
277.17/276.25	c cleaning 42002 clauses out of 84019 with flag 936000/936000
299.09/298.11	c cleaning 43004 clauses out of 86018 with flag 980002/980002
321.71/320.70	c cleaning 44001 clauses out of 88015 with flag 1025003/1025003
341.35/340.38	c cleaning 44995 clauses out of 90011 with flag 1071000/1071000
363.01/361.97	c cleaning 46007 clauses out of 92019 with flag 1118003/1118003
386.55/385.47	c cleaning 46991 clauses out of 94009 with flag 1166000/1166000
407.52/406.34	c cleaning 48000 clauses out of 96019 with flag 1215001/1215001
428.47/427.26	c cleaning 49001 clauses out of 98020 with flag 1265002/1265002
452.11/450.89	c cleaning 50002 clauses out of 100018 with flag 1316001/1316001
478.02/476.60	c cleaning 51007 clauses out of 102016 with flag 1368001/1368001
510.45/509.07	c cleaning 51998 clauses out of 104008 with flag 1421000/1421000
549.93/548.44	c cleaning 52999 clauses out of 106010 with flag 1475000/1475000
589.52/587.93	c cleaning 53997 clauses out of 108011 with flag 1530000/1530000
628.05/626.37	c cleaning 54993 clauses out of 110018 with flag 1586004/1586004
668.47/666.63	c cleaning 56004 clauses out of 112022 with flag 1643001/1643001
706.91/705.07	c cleaning 57000 clauses out of 114017 with flag 1701000/1701000
747.51/745.55	c cleaning 58003 clauses out of 116020 with flag 1760003/1760003
792.60/790.51	c cleaning 58999 clauses out of 118016 with flag 1820002/1820002
837.88/835.75	c cleaning 59993 clauses out of 120016 with flag 1881001/1881001
887.57/885.33	c cleaning 61004 clauses out of 122022 with flag 1943000/1943000
937.76/935.42	c cleaning 62003 clauses out of 124018 with flag 2006000/2006000
995.58/993.14	c cleaning 63006 clauses out of 126020 with flag 2070005/2070005
1051.33/1048.75	c cleaning 64001 clauses out of 128010 with flag 2135001/2135001
1106.07/1103.31	c cleaning 64996 clauses out of 130010 with flag 2201002/2201002
1160.59/1157.73	c cleaning 65997 clauses out of 132012 with flag 2268000/2268000
1221.87/1218.83	c cleaning 66999 clauses out of 134016 with flag 2336001/2336001
1290.58/1287.40	c cleaning 68004 clauses out of 136019 with flag 2405003/2405003
1362.08/1358.86	c cleaning 69001 clauses out of 138015 with flag 2475003/2475003
1431.61/1428.30	c cleaning 69995 clauses out of 140012 with flag 2546001/2546001
1490.23/1486.76	c cleaning 70999 clauses out of 142017 with flag 2618001/2618001
1555.23/1551.61	c cleaning 72002 clauses out of 144018 with flag 2691001/2691001
1629.96/1626.23	c cleaning 73003 clauses out of 146015 with flag 2765000/2765000
1693.78/1689.97	c cleaning 73997 clauses out of 148012 with flag 2840000/2840000
1758.66/1754.71	c cleaning 74999 clauses out of 150015 with flag 2916000/2916000
1800.04/1796.01	c starts		: 231
1800.04/1796.01	c conflicts		: 2964884
1800.04/1796.01	c decisions		: 3422583
1800.04/1796.01	c propagations		: 104171606
1800.04/1796.01	c inspects		: 21635920728
1800.04/1796.01	c shortcuts		: 0
1800.04/1796.01	c learnt literals	: 7
1800.04/1796.01	c learnt binary clauses	: 17
1800.04/1796.01	c learnt ternary clauses	: 71
1800.04/1796.01	c learnt constraints	: 2964877
1800.04/1796.01	c ignored constraints	: 0
1800.04/1796.01	c root simplifications	: 0
1800.04/1796.01	c removed literals (reason simplification)	: 0
1800.04/1796.01	c reason swapping (by a shorter reason)	: 0
1800.04/1796.01	c Calls to reduceDB	: 72
1800.04/1796.01	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.01	c number of learned constraints concerned by reduction	: 0
1800.04/1796.01	c number of learning phase by resolution	: 0
1800.04/1796.01	c number of learning phase by cutting planes	: 0
1800.04/1796.01	c speed (assignments/second)	: 58039.00927930111
1800.04/1796.01	c non guided choices	25
1800.04/1796.05	c learnt constraints type 
1800.04/1796.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.04/1796.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 123901
1800.04/1796.05	c constraints type 
1800.04/1796.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 420
1800.04/1796.05	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.04/1796.05	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.04/1796.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 224
1800.04/1796.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 295
1800.04/1796.05	c 942 constraints processed.
1800.04/1796.05	s UNKNOWN
1800.04/1796.05	c Total wall clock time (in seconds): 1795.025

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-3687189-1337871882/watcher-3687189-1337871882 -o /tmp/evaluation-result-3687189-1337871882/solver-3687189-1337871882 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687189-1337871882.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: 0.00 0.00 0.00 3/173 14618
/proc/meminfo: memFree=29011252/32873844 swapFree=7104/7104
[pid=14618] ppid=14614 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/14618/stat : 14618 (runsolver) D 14614 14618 14581 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 1 0 253313093 12095488 55 33554432000 4194304 5436572 140735770564384 140735770560264 5057063 0 0 4096 24578 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/14618/statm: 2953 55 36 304 0 2645 0

[startup+0.0642219 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 14618
/proc/meminfo: memFree=29011252/32873844 swapFree=7104/7104
[pid=14618] ppid=14614 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/14618/stat : 14618 (java) D 14614 14618 14581 0 -1 4202496 79 0 1 0 0 0 0 0 20 0 1 0 253313093 278528 33 33554432000 1073741824 1073778376 140735239072912 140735239070088 233211784487 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/14618/statm: 68 33 25 9 0 25 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 272

[startup+0.100272 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 14618
/proc/meminfo: memFree=29011252/32873844 swapFree=7104/7104
[pid=14618] ppid=14614 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14618/stat : 14618 (java) D 14614 14618 14581 0 -1 4202496 247 0 1 0 0 0 0 0 20 0 1 0 253313093 9515008 182 33554432000 1073741824 1073778376 140735239072912 140735239063944 233220947637 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 1 0 0
/proc/14618/statm: 2323 182 140 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.300266 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 14618
/proc/meminfo: memFree=29011252/32873844 swapFree=7104/7104
[pid=14618] ppid=14614 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/14618/stat : 14618 (java) D 14614 14618 14581 0 -1 4202496 1015 0 8 0 0 0 0 0 20 0 1 0 253313093 23793664 751 33554432000 1073741824 1073778376 140734054752368 140734054742360 139857976313840 0 0 4096 0 18446744071579943789 0 0 17 7 0 0 14 0 0
/proc/14618/statm: 5809 751 551 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.700477 s]
/proc/loadavg: 0.00 0.00 0.00 3/173 14618
/proc/meminfo: memFree=29011252/32873844 swapFree=7104/7104
[pid=14618] ppid=14614 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/14618/stat : 14618 (java) S 14614 14618 14581 0 -1 4202496 3013 0 25 0 1 1 0 0 20 0 13 0 253313093 9446973440 3224 33554432000 1073741824 1073778376 140734054752368 140734054743504 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 21 0 0
/proc/14618/statm: 2306390 3224 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+1.50063 s]
/proc/loadavg: 0.16 0.03 0.01 3/211 14660
/proc/meminfo: memFree=28971628/32873844 swapFree=7104/7104
[pid=14618] ppid=14614 vsize=9624976 CPUtime=0.98 cores=1,3,5,7
/proc/14618/stat : 14618 (java) S 14614 14618 14581 0 -1 4202496 6925 0 25 0 95 3 0 0 20 0 19 0 253313093 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 140734054743504 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 21 0 0
/proc/14618/statm: 2406244 8083 2235 9 0 2396937 0
[pid=14618/tid=14627] ppid=14614 vsize=9624976 CPUtime=0.57 cores=1,3,5,7
/proc/14618/task/14627/stat : 14627 (java) R 14614 14618 14581 0 -1 4202560 2494 0 6 0 56 1 0 0 20 0 19 0 253313131 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857969271336 139857841531519 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0
[pid=14618/tid=14629] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14629/stat : 14629 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857813269288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14630] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14630/stat : 14630 (java) S 14614 14618 14581 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857812216488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14632] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14632/stat : 14632 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857811164200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14618/tid=14634] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14634/stat : 14634 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857810111400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14636] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14636/stat : 14636 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857809058088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14639] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14639/stat : 14639 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857808005288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14640] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14640/stat : 14640 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857806953000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14642] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14642/stat : 14642 (java) S 14614 14618 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857805900200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14645] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14645/stat : 14645 (java) S 14614 14618 14581 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253313158 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857793489640 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14647] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14647/stat : 14647 (java) S 14614 14618 14581 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857792435704 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14649] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14649/stat : 14649 (java) S 14614 14618 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857791383304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14652] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14652/stat : 14652 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857790331792 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14654] ppid=14614 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/14618/task/14654/stat : 14654 (java) S 14614 14618 14581 0 -1 4202560 1742 0 0 0 18 0 0 0 20 0 19 0 253313183 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857789278392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14656] ppid=14614 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/14618/task/14656/stat : 14656 (java) S 14614 14618 14581 0 -1 4202560 1511 0 0 0 18 0 0 0 20 0 19 0 253313183 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857788225592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14658] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14658/stat : 14658 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857787173496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14660] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14660/stat : 14660 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 8083 33554432000 1073741824 1073778376 140734054752368 139857786120904 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 0.16 0.03 0.01 3/213 14662
/proc/meminfo: memFree=28918568/32873844 swapFree=7104/7104
[pid=14618] ppid=14614 vsize=9624976 CPUtime=2.73 cores=1,3,5,7
/proc/14618/stat : 14618 (java) S 14614 14618 14581 0 -1 4202496 7456 0 25 0 269 4 0 0 20 0 19 0 253313093 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 140734054743504 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 21 0 0
/proc/14618/statm: 2406244 12820 2268 9 0 2396937 0
[pid=14618/tid=14627] ppid=14614 vsize=9624976 CPUtime=2.13 cores=1,3,5,7
/proc/14618/task/14627/stat : 14627 (java) R 14614 14618 14581 0 -1 4202560 2499 0 6 0 211 2 0 0 20 0 19 0 253313131 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857969271288 139857841536348 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0
[pid=14618/tid=14629] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14629/stat : 14629 (java) S 14614 14618 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857813269288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14630] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14630/stat : 14630 (java) S 14614 14618 14581 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857812216488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14632] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14632/stat : 14632 (java) S 14614 14618 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857811164200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14618/tid=14634] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14634/stat : 14634 (java) S 14614 14618 14581 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857810111400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14618/tid=14636] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14636/stat : 14636 (java) S 14614 14618 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857809058088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14639] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14639/stat : 14639 (java) S 14614 14618 14581 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857808005288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14640] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14640/stat : 14640 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857806953000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14642] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14642/stat : 14642 (java) S 14614 14618 14581 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857805900200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14645] ppid=14614 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/14618/task/14645/stat : 14645 (java) S 14614 14618 14581 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 253313158 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857793489640 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14647] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14647/stat : 14647 (java) S 14614 14618 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857792435704 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14649] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14649/stat : 14649 (java) S 14614 14618 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857791383304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14652] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14652/stat : 14652 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857790331792 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14654] ppid=14614 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/14618/task/14654/stat : 14654 (java) S 14614 14618 14581 0 -1 4202560 1987 0 0 0 27 0 0 0 20 0 19 0 253313183 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857789278392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14656] ppid=14614 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/14618/task/14656/stat : 14656 (java) S 14614 14618 14581 0 -1 4202560 1724 0 0 0 23 0 0 0 20 0 19 0 253313183 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857788225592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14658] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14658/stat : 14658 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857787173496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14660] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14660/stat : 14660 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857786120904 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14661] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14661/stat : 14661 (java) S 14614 14618 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253313210 9855975424 12820 33554432000 1073741824 1073778376 140734054752368 139857785066920 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.73
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 0.16 0.03 0.01 3/213 14662
/proc/meminfo: memFree=28880480/32873844 swapFree=7104/7104
[pid=14618] ppid=14614 vsize=9624976 CPUtime=5.98 cores=1,3,5,7
/proc/14618/stat : 14618 (java) S 14614 14618 14581 0 -1 4202496 7983 0 25 0 594 4 0 0 20 0 19 0 253313093 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 140734054743504 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 21 0 0
/proc/14618/statm: 2406244 13603 2268 9 0 2396937 0
[pid=14618/tid=14627] ppid=14614 vsize=9624976 CPUtime=5.27 cores=1,3,5,7
/proc/14618/task/14627/stat : 14627 (java) R 14614 14618 14581 0 -1 4202560 2502 0 6 0 525 2 0 0 20 0 19 0 253313131 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857969271288 139857841554443 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0
[pid=14618/tid=14629] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14629/stat : 14629 (java) S 14614 14618 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857813269288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14618/tid=14630] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14630/stat : 14630 (java) S 14614 14618 14581 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857812216488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14632] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14632/stat : 14632 (java) S 14614 14618 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857811164200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14634] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14634/stat : 14634 (java) S 14614 14618 14581 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857810111400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14618/tid=14636] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14636/stat : 14636 (java) S 14614 14618 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857809058088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14639] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14639/stat : 14639 (java) S 14614 14618 14581 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857808005288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14640] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14640/stat : 14640 (java) S 14614 14618 14581 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857806953000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14642] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14642/stat : 14642 (java) S 14614 14618 14581 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253313149 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857805900200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14618/tid=14645] ppid=14614 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/14618/task/14645/stat : 14645 (java) S 14614 14618 14581 0 -1 4202560 33 0 0 0 6 0 0 0 20 0 19 0 253313158 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857793489640 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14647] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14647/stat : 14647 (java) S 14614 14618 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857792435704 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14649] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14649/stat : 14649 (java) S 14614 14618 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857791383304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14652] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14652/stat : 14652 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857790331792 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14654] ppid=14614 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/14618/task/14654/stat : 14654 (java) S 14614 14618 14581 0 -1 4202560 1987 0 0 0 27 0 0 0 20 0 19 0 253313183 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857789278392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14656] ppid=14614 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/14618/task/14656/stat : 14656 (java) S 14614 14618 14581 0 -1 4202560 2245 0 0 0 27 0 0 0 20 0 19 0 253313183 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857788225592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14658] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14658/stat : 14658 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857787173496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14660] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14660/stat : 14660 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857786120904 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14661] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14661/stat : 14661 (java) S 14614 14618 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253313210 9855975424 13603 33554432000 1073741824 1073778376 140734054752368 139857785066920 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 0.44 0.10 0.03 3/213 14662
/proc/meminfo: memFree=28861528/32873844 swapFree=7104/7104

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

[pid=14618/tid=14654] ppid=14614 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/14618/task/14654/stat : 14654 (java) S 14614 14618 14581 0 -1 4202560 1987 0 0 0 27 0 0 0 20 0 19 0 253313183 9855975424 54311 33554432000 1073741824 1073778376 140734054752368 139857789278392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14656] ppid=14614 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/14618/task/14656/stat : 14656 (java) S 14614 14618 14581 0 -1 4202560 10905 0 0 0 78 3 0 0 20 0 19 0 253313183 9855975424 54311 33554432000 1073741824 1073778376 140734054752368 139857788225592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14658] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14658/stat : 14658 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 54311 33554432000 1073741824 1073778376 140734054752368 139857787173496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14660] ppid=14614 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/14618/task/14660/stat : 14660 (java) S 14614 14618 14581 0 -1 4202560 95 0 0 0 55 40 0 0 20 0 19 0 253313183 9855975424 54311 33554432000 1073741824 1073778376 140734054752368 139857786120904 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14661] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14661/stat : 14661 (java) S 14614 14618 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253313210 9855975424 54311 33554432000 1073741824 1073778376 140734054752368 139857785066920 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1666.16
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.66 3/214 14678
/proc/meminfo: memFree=28552156/32873844 swapFree=7104/7104
[pid=14618] ppid=14614 vsize=9624976 CPUtime=1726.22 cores=1,3,5,7
/proc/14618/stat : 14618 (java) S 14614 14618 14581 0 -1 4202496 18267 0 25 0 172526 96 0 0 20 0 19 0 253313093 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 140734054743504 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 21 0 0
/proc/14618/statm: 2406244 54823 2269 9 0 2396937 0
[pid=14618/tid=14627] ppid=14614 vsize=9624976 CPUtime=1713.42 cores=1,3,5,7
/proc/14618/task/14627/stat : 14627 (java) R 14614 14618 14581 0 -1 4202560 2590 0 6 0 171314 28 0 0 20 0 19 0 253313131 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857969271072 139857841536279 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0
[pid=14618/tid=14629] ppid=14614 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/14618/task/14629/stat : 14629 (java) S 14614 14618 14581 0 -1 4202560 253 0 0 0 41 1 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857813269288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14630] ppid=14614 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/14618/task/14630/stat : 14630 (java) S 14614 14618 14581 0 -1 4202560 68 0 0 0 40 2 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857812216488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14632] ppid=14614 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/14618/task/14632/stat : 14632 (java) S 14614 14618 14581 0 -1 4202560 157 0 0 0 42 2 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857811164200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14618/tid=14634] ppid=14614 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/14618/task/14634/stat : 14634 (java) S 14614 14618 14581 0 -1 4202560 175 0 0 0 39 3 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857810111400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14636] ppid=14614 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/14618/task/14636/stat : 14636 (java) S 14614 14618 14581 0 -1 4202560 271 0 0 0 38 2 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857809058088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14618/tid=14639] ppid=14614 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/14618/task/14639/stat : 14639 (java) S 14614 14618 14581 0 -1 4202560 65 0 0 0 33 0 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857808005288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14640] ppid=14614 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/14618/task/14640/stat : 14640 (java) S 14614 14618 14581 0 -1 4202560 236 0 0 0 34 2 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857806953000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14642] ppid=14614 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/14618/task/14642/stat : 14642 (java) S 14614 14618 14581 0 -1 4202560 160 0 0 0 29 3 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857805900200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14645] ppid=14614 vsize=9624976 CPUtime=2.49 cores=1,3,5,7
/proc/14618/task/14645/stat : 14645 (java) S 14614 14618 14581 0 -1 4202560 135 0 0 0 247 2 0 0 20 0 19 0 253313158 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857793489640 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14647] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14647/stat : 14647 (java) S 14614 14618 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857792435704 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14649] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14649/stat : 14649 (java) S 14614 14618 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857791383304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14652] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14652/stat : 14652 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857790331792 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14654] ppid=14614 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/14618/task/14654/stat : 14654 (java) S 14614 14618 14581 0 -1 4202560 1987 0 0 0 27 0 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857789278392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14656] ppid=14614 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/14618/task/14656/stat : 14656 (java) S 14614 14618 14581 0 -1 4202560 10905 0 0 0 78 3 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857788225592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14658] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14658/stat : 14658 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857787173496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14660] ppid=14614 vsize=9624976 CPUtime=0.99 cores=1,3,5,7
/proc/14618/task/14660/stat : 14660 (java) S 14614 14618 14581 0 -1 4202560 99 0 0 0 57 42 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857786120904 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14661] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14661/stat : 14661 (java) S 14614 14618 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253313210 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857785066920 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1726.22
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.93 1.97 1.68 3/213 14678
/proc/meminfo: memFree=28552164/32873844 swapFree=7104/7104
[pid=14618] ppid=14614 vsize=9624976 CPUtime=1786.31 cores=1,3,5,7
/proc/14618/stat : 14618 (java) S 14614 14618 14581 0 -1 4202496 18274 0 25 0 178532 99 0 0 20 0 19 0 253313093 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 140734054743504 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 21 0 0
/proc/14618/statm: 2406244 54823 2269 9 0 2396937 0
[pid=14618/tid=14627] ppid=14614 vsize=9624976 CPUtime=1773.18 cores=1,3,5,7
/proc/14618/task/14627/stat : 14627 (java) R 14614 14618 14581 0 -1 4202560 2591 0 6 0 177290 28 0 0 20 0 19 0 253313131 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857969271072 139857841536279 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0
[pid=14618/tid=14629] ppid=14614 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/14618/task/14629/stat : 14629 (java) S 14614 14618 14581 0 -1 4202560 253 0 0 0 41 1 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857813269288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14630] ppid=14614 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/14618/task/14630/stat : 14630 (java) S 14614 14618 14581 0 -1 4202560 68 0 0 0 40 2 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857812216488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14632] ppid=14614 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/14618/task/14632/stat : 14632 (java) S 14614 14618 14581 0 -1 4202560 157 0 0 0 43 2 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857811164200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14634] ppid=14614 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/14618/task/14634/stat : 14634 (java) S 14614 14618 14581 0 -1 4202560 175 0 0 0 41 3 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857810111400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14636] ppid=14614 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/14618/task/14636/stat : 14636 (java) S 14614 14618 14581 0 -1 4202560 271 0 0 0 40 2 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857809058088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14618/tid=14639] ppid=14614 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/14618/task/14639/stat : 14639 (java) S 14614 14618 14581 0 -1 4202560 65 0 0 0 34 0 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857808005288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14640] ppid=14614 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/14618/task/14640/stat : 14640 (java) S 14614 14618 14581 0 -1 4202560 236 0 0 0 34 2 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857806953000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14642] ppid=14614 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/14618/task/14642/stat : 14642 (java) S 14614 14618 14581 0 -1 4202560 160 0 0 0 29 3 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857805900200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14645] ppid=14614 vsize=9624976 CPUtime=2.57 cores=1,3,5,7
/proc/14618/task/14645/stat : 14645 (java) S 14614 14618 14581 0 -1 4202560 137 0 0 0 254 3 0 0 20 0 19 0 253313158 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857793489640 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14647] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14647/stat : 14647 (java) S 14614 14618 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857792435704 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14649] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14649/stat : 14649 (java) S 14614 14618 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857791383304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14652] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14652/stat : 14652 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857790331792 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14654] ppid=14614 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/14618/task/14654/stat : 14654 (java) S 14614 14618 14581 0 -1 4202560 1987 0 0 0 27 0 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857789278392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14656] ppid=14614 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/14618/task/14656/stat : 14656 (java) S 14614 14618 14581 0 -1 4202560 10905 0 0 0 78 3 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857788225592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14658] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14658/stat : 14658 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857787173496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14660] ppid=14614 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/14618/task/14660/stat : 14660 (java) S 14614 14618 14581 0 -1 4202560 103 0 0 0 59 43 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857786120904 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14661] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14661/stat : 14661 (java) S 14614 14618 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253313210 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857785066920 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1786.31
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 1.95 1.97 1.68 3/213 14678
/proc/meminfo: memFree=28552164/32873844 swapFree=7104/7104
[pid=14618] ppid=14614 vsize=9624976 CPUtime=1800.04 cores=1,3,5,7
/proc/14618/stat : 14618 (java) S 14614 14618 14581 0 -1 4202496 18274 0 25 0 179904 100 0 0 20 0 19 0 253313093 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 140734054743504 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 21 0 0
/proc/14618/statm: 2406244 54823 2269 9 0 2396937 0
[pid=14618/tid=14627] ppid=14614 vsize=9624976 CPUtime=1786.86 cores=1,3,5,7
/proc/14618/task/14627/stat : 14627 (java) R 14614 14618 14581 0 -1 4202560 2591 0 6 0 178657 29 0 0 20 0 19 0 253313131 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857969271072 139857841514266 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0
[pid=14618/tid=14629] ppid=14614 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/14618/task/14629/stat : 14629 (java) S 14614 14618 14581 0 -1 4202560 253 0 0 0 41 1 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857813269288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14630] ppid=14614 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/14618/task/14630/stat : 14630 (java) S 14614 14618 14581 0 -1 4202560 68 0 0 0 40 2 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857812216488 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14632] ppid=14614 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/14618/task/14632/stat : 14632 (java) S 14614 14618 14581 0 -1 4202560 157 0 0 0 43 2 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857811164200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14634] ppid=14614 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/14618/task/14634/stat : 14634 (java) S 14614 14618 14581 0 -1 4202560 175 0 0 0 41 3 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857810111400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14636] ppid=14614 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/14618/task/14636/stat : 14636 (java) S 14614 14618 14581 0 -1 4202560 271 0 0 0 40 2 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857809058088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14618/tid=14639] ppid=14614 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/14618/task/14639/stat : 14639 (java) S 14614 14618 14581 0 -1 4202560 65 0 0 0 34 0 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857808005288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14640] ppid=14614 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/14618/task/14640/stat : 14640 (java) S 14614 14618 14581 0 -1 4202560 236 0 0 0 34 2 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857806953000 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14642] ppid=14614 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/14618/task/14642/stat : 14642 (java) S 14614 14618 14581 0 -1 4202560 160 0 0 0 29 3 0 0 20 0 19 0 253313149 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857805900200 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14645] ppid=14614 vsize=9624976 CPUtime=2.57 cores=1,3,5,7
/proc/14618/task/14645/stat : 14645 (java) S 14614 14618 14581 0 -1 4202560 137 0 0 0 254 3 0 0 20 0 19 0 253313158 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857793489640 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14647] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14647/stat : 14647 (java) S 14614 14618 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857792435704 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14649] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14649/stat : 14649 (java) S 14614 14618 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253313162 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857791383304 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14652] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14652/stat : 14652 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857790331792 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14654] ppid=14614 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/14618/task/14654/stat : 14654 (java) S 14614 14618 14581 0 -1 4202560 1987 0 0 0 27 0 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857789278392 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14656] ppid=14614 vsize=9624976 CPUtime=0.81 cores=1,3,5,7
/proc/14618/task/14656/stat : 14656 (java) S 14614 14618 14581 0 -1 4202560 10905 0 0 0 78 3 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857788225592 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14618/tid=14658] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14658/stat : 14658 (java) S 14614 14618 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857787173496 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14618/tid=14660] ppid=14614 vsize=9624976 CPUtime=1.03 cores=1,3,5,7
/proc/14618/task/14660/stat : 14660 (java) S 14614 14618 14581 0 -1 4202560 103 0 0 0 60 43 0 0 20 0 19 0 253313183 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857786120904 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14618/tid=14661] ppid=14614 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/14618/task/14661/stat : 14661 (java) S 14614 14618 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253313210 9855975424 54823 33554432000 1073741824 1073778376 140734054752368 139857785066920 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

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 14618 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=8269
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=78835
# CPU time returned by wait4() is 1795.09
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.05
CPU time (s): 1800.04
CPU user time (s): 1799.04
CPU system time (s): 1
CPU usage (%): 100.222
Max. virtual memory (cumulated for all children) (KiB): 9626580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.01
system time used= 1.07883
maximum resident set size= 219484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18354
page faults= 25
swaps= 0
block input operations= 10704
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40148
involuntary context switches= 13827

runsolver used 6.64899 second user time and 15.9746 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-24 17:04:42
IDJOB=3687189
IDBENCH=1161
IDSOLVER=2269
FILE ID=node142/3687189-1337871882
RUNJOBID= node142-1337871882-14598
PBS_JOBID= 14620062
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/armies/normalized-army12.21bt.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687189-1337871882/watcher-3687189-1337871882 -o /tmp/evaluation-result-3687189-1337871882/solver-3687189-1337871882 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687189-1337871882.opb

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

MD5SUM BENCH= cc11de80c07cf0d445d50327479f6689
RANDOM SEED=1415802339

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29013176 kB
Buffers:          214772 kB
Cached:          2869460 kB
SwapCached:            0 kB
Active:           461424 kB
Inactive:        2633412 kB
Active(anon):      12912 kB
Inactive(anon):        0 kB
Active(file):     448512 kB
Inactive(file):  2633412 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               400 kB
Writeback:             0 kB
AnonPages:         17872 kB
Mapped:            13556 kB
Shmem:               200 kB
Slab:             628716 kB
SReclaimable:      71572 kB
SUnreclaim:       557144 kB
KernelStack:        1376 kB
PageTables:         3956 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     103972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node142 at 2012-05-24 17:34:40