Trace number 3688029

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.07 1786.25

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-51-50.opb
MD5SUM285c24e978af8153c6a378b9af59f522
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.049991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2550
Total number of constraints101
Number of constraints which are clauses51
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3688029-1337879107.opb
0.11/0.11	c reading problem ... 
0.29/0.22	c ... done. Wall clock time 0.109s.
0.29/0.22	c declared #vars     2550
0.29/0.22	c #constraints  101
0.29/0.22	c constraints type 
0.29/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
0.29/0.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.29/0.22	c 101 constraints processed.
1.12/0.71	c cleaning 2455 clauses out of 5000 with flag 5000/5000
1.77/1.36	c cleaning 4257 clauses out of 8545 with flag 11000/11000
2.51/2.04	c cleaning 5596 clauses out of 11291 with flag 18003/18003
3.53/3.07	c cleaning 6838 clauses out of 13692 with flag 26000/26000
5.17/4.67	c cleaning 7763 clauses out of 15857 with flag 35003/35003
7.50/6.96	c cleaning 8784 clauses out of 18094 with flag 45003/45003
12.25/11.60	c cleaning 10094 clauses out of 20307 with flag 56000/56000
17.36/16.61	c cleaning 11095 clauses out of 22213 with flag 68000/68000
24.56/23.71	c cleaning 12048 clauses out of 24118 with flag 81000/81000
32.82/31.95	c cleaning 13031 clauses out of 26070 with flag 95000/95000
40.44/39.40	c cleaning 14017 clauses out of 28042 with flag 110003/110003
50.96/49.70	c cleaning 15001 clauses out of 30024 with flag 126002/126002
62.32/60.95	c cleaning 16005 clauses out of 32021 with flag 143000/143000
72.92/71.42	c cleaning 16994 clauses out of 34016 with flag 161000/161000
83.46/81.86	c cleaning 18002 clauses out of 36022 with flag 180000/180000
95.09/93.50	c cleaning 18993 clauses out of 38020 with flag 200000/200000
110.43/108.51	c cleaning 20002 clauses out of 40028 with flag 221001/221001
125.76/123.84	c cleaning 21007 clauses out of 42025 with flag 243000/243000
140.47/138.24	c cleaning 22003 clauses out of 44019 with flag 266001/266001
156.84/154.31	c cleaning 22999 clauses out of 46015 with flag 290000/290000
173.99/171.31	c cleaning 23998 clauses out of 48017 with flag 315001/315001
192.20/189.12	c cleaning 24996 clauses out of 50018 with flag 341000/341000
210.08/206.78	c cleaning 26003 clauses out of 52022 with flag 368000/368000
231.68/228.20	c cleaning 26988 clauses out of 54019 with flag 396000/396000
248.93/245.33	c cleaning 28010 clauses out of 56031 with flag 425000/425000
270.04/266.32	c cleaning 29006 clauses out of 58023 with flag 455002/455002
286.55/282.67	c cleaning 30002 clauses out of 60015 with flag 486000/486000
304.43/300.46	c cleaning 31007 clauses out of 62014 with flag 518001/518001
324.97/320.87	c cleaning 31996 clauses out of 64006 with flag 551000/551000
350.34/346.00	c cleaning 32998 clauses out of 66011 with flag 585001/585001
374.35/369.68	c cleaning 33983 clauses out of 68013 with flag 620001/620001
399.86/394.96	c cleaning 35002 clauses out of 70029 with flag 656000/656000
427.21/422.17	c cleaning 36007 clauses out of 72028 with flag 693001/693001
455.48/450.15	c cleaning 37003 clauses out of 74022 with flag 731002/731002
485.78/480.20	c cleaning 38002 clauses out of 76018 with flag 770001/770001
516.43/510.61	c cleaning 39002 clauses out of 78018 with flag 810003/810003
550.49/544.56	c cleaning 40001 clauses out of 80013 with flag 851000/851000
585.25/579.11	c cleaning 40994 clauses out of 82012 with flag 893000/893000
617.33/611.05	c cleaning 42007 clauses out of 84022 with flag 936004/936004
654.19/647.80	c cleaning 43000 clauses out of 86011 with flag 980000/980000
689.92/683.23	c cleaning 43999 clauses out of 88011 with flag 1025000/1025000
719.49/712.20	c cleaning 45004 clauses out of 90015 with flag 1071003/1071003
754.86/747.46	c cleaning 45999 clauses out of 92011 with flag 1118003/1118003
791.91/784.30	c cleaning 46991 clauses out of 94009 with flag 1166000/1166000
830.13/822.03	c cleaning 48003 clauses out of 96018 with flag 1215000/1215000
870.21/861.96	c cleaning 49001 clauses out of 98015 with flag 1265000/1265000
915.24/906.73	c cleaning 50000 clauses out of 100015 with flag 1316001/1316001
951.12/942.37	c cleaning 50994 clauses out of 102014 with flag 1368000/1368000
992.83/983.92	c cleaning 52006 clauses out of 104022 with flag 1421002/1421002
1038.12/1028.96	c cleaning 52999 clauses out of 106014 with flag 1475000/1475000
1090.55/1081.08	c cleaning 54002 clauses out of 108020 with flag 1530005/1530005
1141.26/1131.44	c cleaning 55006 clauses out of 110019 with flag 1586006/1586006
1196.87/1186.36	c cleaning 56002 clauses out of 112007 with flag 1643000/1643000
1252.93/1242.05	c cleaning 56998 clauses out of 114006 with flag 1701001/1701001
1312.95/1301.83	c cleaning 58001 clauses out of 116008 with flag 1760001/1760001
1370.56/1359.17	c cleaning 58997 clauses out of 118006 with flag 1820000/1820000
1431.44/1419.71	c cleaning 59992 clauses out of 120010 with flag 1881001/1881001
1495.55/1483.58	c cleaning 61001 clauses out of 122017 with flag 1943000/1943000
1563.14/1550.83	c cleaning 61998 clauses out of 124016 with flag 2006000/2006000
1631.88/1619.07	c cleaning 63005 clauses out of 126022 with flag 2070004/2070004
1695.87/1682.71	c cleaning 63999 clauses out of 128014 with flag 2135001/2135001
1767.88/1754.21	c cleaning 64997 clauses out of 130015 with flag 2201001/2201001
1800.07/1786.21	c starts		: 228
1800.07/1786.21	c conflicts		: 2235979
1800.07/1786.21	c decisions		: 3924703
1800.07/1786.21	c propagations		: 33979700
1800.07/1786.21	c inspects		: 7628349880
1800.07/1786.21	c shortcuts		: 0
1800.07/1786.21	c learnt literals	: 0
1800.07/1786.21	c learnt binary clauses	: 0
1800.07/1786.21	c learnt ternary clauses	: 0
1800.07/1786.21	c learnt constraints	: 2235978
1800.07/1786.21	c ignored constraints	: 0
1800.07/1786.21	c root simplifications	: 0
1800.07/1786.21	c removed literals (reason simplification)	: 0
1800.07/1786.21	c reason swapping (by a shorter reason)	: 0
1800.07/1786.21	c Calls to reduceDB	: 62
1800.07/1786.21	c number of reductions to clauses (during analyze)	: 0
1800.07/1786.21	c number of learned constraints concerned by reduction	: 0
1800.07/1786.21	c number of learning phase by resolution	: 0
1800.07/1786.21	c number of learning phase by cutting planes	: 0
1800.07/1786.21	c speed (assignments/second)	: 19025.761708951482
1800.07/1786.21	c non guided choices	8091
1800.07/1786.24	c learnt constraints type 
1800.07/1786.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100018
1800.07/1786.24	c constraints type 
1800.07/1786.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
1800.07/1786.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
1800.07/1786.24	c 101 constraints processed.
1800.07/1786.24	s UNKNOWN
1800.07/1786.24	c Total wall clock time (in seconds): 1786.129

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-3688029-1337879107/watcher-3688029-1337879107 -o /tmp/evaluation-result-3688029-1337879107/solver-3688029-1337879107 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688029-1337879107.opb 

running on 4 cores: 0,2,4,6

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: 1.86 1.97 1.99 3/196 24187
/proc/meminfo: memFree=28425884/32873844 swapFree=7608/7608
[pid=24187] ppid=24185 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/24187/stat : 24187 (java) S 24185 24187 23031 0 -1 4202496 1193 0 0 0 0 0 0 0 20 0 2 0 254035491 94019584 905 33554432000 1073741824 1073778376 140735459001456 140735458992592 215127982141 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24187/statm: 22954 913 693 9 0 16769 0
[pid=24187/tid=24188] ppid=24185 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24188/stat : 24188 (java) D 24185 24187 23031 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 254035491 94019584 917 33554432000 1073741824 1073778376 140735459001456 139763975339560 215115459879 0 0 4096 0 18446744072100748580 0 0 -1 2 0 0 0 0 0

[startup+0.026361 s]
/proc/loadavg: 1.86 1.97 1.99 3/196 24187
/proc/meminfo: memFree=28425884/32873844 swapFree=7608/7608
[pid=24187] ppid=24185 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/24187/stat : 24187 (java) S 24185 24187 23031 0 -1 4202496 2902 0 1 0 1 0 0 0 20 0 11 0 254035491 9310650368 3602 33554432000 1073741824 1073778376 140735459001456 140735458992592 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24187/statm: 2273108 3602 1631 9 0 2263809 0
[pid=24187/tid=24188] ppid=24185 vsize=9092432 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24188/stat : 24188 (java) R 24185 24187 23031 0 -1 4202560 1744 0 1 0 0 0 0 0 20 0 11 0 254035491 9310650368 3602 33554432000 1073741824 1073778376 140735459001456 139763975346952 139763982420225 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100275 s]
/proc/loadavg: 1.86 1.97 1.99 3/196 24187
/proc/meminfo: memFree=28425884/32873844 swapFree=7608/7608
[pid=24187] ppid=24185 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/24187/stat : 24187 (java) S 24185 24187 23031 0 -1 4202496 4361 0 1 0 10 1 0 0 20 0 18 0 254035491 9787813888 5560 33554432000 1073741824 1073778376 140735459001456 140735458992592 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24187/statm: 2389603 5560 2108 9 0 2380296 0
[pid=24187/tid=24188] ppid=24185 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24187/task/24188/stat : 24188 (java) R 24185 24187 23031 0 -1 4202560 2415 0 1 0 8 0 0 0 20 0 18 0 254035491 9787813888 5560 33554432000 1073741824 1073778376 140735459001456 139763975333624 139763973215909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300246 s]
/proc/loadavg: 1.86 1.97 1.99 3/196 24187
/proc/meminfo: memFree=28425884/32873844 swapFree=7608/7608
[pid=24187] ppid=24185 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/24187/stat : 24187 (java) S 24185 24187 23031 0 -1 4202496 6493 0 1 0 54 1 0 0 20 0 19 0 254035491 9855975424 8075 33554432000 1073741824 1073778376 140735459001456 140735458992592 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24187/statm: 2406244 8063 2231 9 0 2396937 0
[pid=24187/tid=24188] ppid=24185 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/24187/task/24188/stat : 24188 (java) R 24185 24187 23031 0 -1 4202560 2456 0 1 0 26 1 0 0 20 0 19 0 254035491 9855975424 8063 33554432000 1073741824 1073778376 140735459001456 139763975344912 139763822748671 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9624976

[startup+0.700239 s]
/proc/loadavg: 1.86 1.97 1.99 3/196 24187
/proc/meminfo: memFree=28425884/32873844 swapFree=7608/7608
[pid=24187] ppid=24185 vsize=9624976 CPUtime=1.12 cores=0,2,4,6
/proc/24187/stat : 24187 (java) S 24185 24187 23031 0 -1 4202496 7608 0 1 0 110 2 0 0 20 0 19 0 254035491 9855975424 10118 33554432000 1073741824 1073778376 140735459001456 140735458992592 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24187/statm: 2406244 10118 2237 9 0 2396937 0
[pid=24187/tid=24188] ppid=24185 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/24187/task/24188/stat : 24188 (java) R 24185 24187 23031 0 -1 4202560 2460 0 1 0 66 1 0 0 20 0 19 0 254035491 9855975424 10118 33554432000 1073741824 1073778376 140735459001456 139763975344856 139763822700714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9624976

[startup+1.50068 s]
/proc/loadavg: 1.86 1.97 1.99 3/215 24206
/proc/meminfo: memFree=28381308/32873844 swapFree=7608/7608
[pid=24187] ppid=24185 vsize=9624976 CPUtime=2.01 cores=0,2,4,6
/proc/24187/stat : 24187 (java) S 24185 24187 23031 0 -1 4202496 7770 0 1 0 198 3 0 0 20 0 19 0 254035491 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 140735458992592 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24187/statm: 2406244 16824 2265 9 0 2396937 0
[pid=24187/tid=24188] ppid=24185 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/24187/task/24188/stat : 24188 (java) R 24185 24187 23031 0 -1 4202560 2465 0 1 0 142 1 0 0 20 0 19 0 254035491 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763975344400 139763823112307 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24190] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24190/stat : 24190 (java) S 24185 24187 23031 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763947797160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24191] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24191/stat : 24191 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763946744616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24192] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24192/stat : 24192 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763945692072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24193] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24193/stat : 24193 (java) S 24185 24187 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763944639528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24194] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24194/stat : 24194 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763943585960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24195] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24195/stat : 24195 (java) S 24185 24187 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763942533416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24196] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24196/stat : 24196 (java) S 24185 24187 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763941480872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24197] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24197/stat : 24197 (java) S 24185 24187 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763811658280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24198] ppid=24185 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24187/task/24198/stat : 24198 (java) S 24185 24187 23031 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 254035493 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763328711272 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24199] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24199/stat : 24199 (java) S 24185 24187 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035493 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763327657592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24200] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24200/stat : 24200 (java) S 24185 24187 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035493 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763326604936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24201] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24201/stat : 24201 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763325553680 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24202] ppid=24185 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/24187/task/24202/stat : 24202 (java) S 24185 24187 23031 0 -1 4202560 1358 0 0 0 22 0 0 0 20 0 19 0 254035496 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763324500024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24203] ppid=24185 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/24187/task/24203/stat : 24203 (java) S 24185 24187 23031 0 -1 4202560 2680 0 0 0 24 0 0 0 20 0 19 0 254035496 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763323447480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24204] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24204/stat : 24204 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763322395128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24205] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24205/stat : 24205 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763321342792 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24206] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24206/stat : 24206 (java) S 24185 24187 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035513 9855975424 16824 33554432000 1073741824 1073778376 140735459001456 139763320288552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9624976

[startup+3.10492 s]
/proc/loadavg: 1.86 1.97 1.99 3/215 24206
/proc/meminfo: memFree=28349348/32873844 swapFree=7608/7608
[pid=24187] ppid=24185 vsize=9624976 CPUtime=3.67 cores=0,2,4,6
/proc/24187/stat : 24187 (java) S 24185 24187 23031 0 -1 4202496 8290 0 1 0 362 5 0 0 20 0 19 0 254035491 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 140735458992592 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24187/statm: 2406244 22854 2265 9 0 2396937 0
[pid=24187/tid=24188] ppid=24185 vsize=9624976 CPUtime=2.99 cores=0,2,4,6
/proc/24187/task/24188/stat : 24188 (java) R 24185 24187 23031 0 -1 4202560 2469 0 1 0 298 1 0 0 20 0 19 0 254035491 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763975344400 139763822690234 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24190] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24190/stat : 24190 (java) S 24185 24187 23031 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763947797160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24191] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24191/stat : 24191 (java) S 24185 24187 23031 0 -1 4202560 105 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763946744616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24192] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24192/stat : 24192 (java) S 24185 24187 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763945692072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24193] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24193/stat : 24193 (java) S 24185 24187 23031 0 -1 4202560 94 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763944639528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24194] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24194/stat : 24194 (java) S 24185 24187 23031 0 -1 4202560 101 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763943585960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24195] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24195/stat : 24195 (java) S 24185 24187 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763942533416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24196] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24196/stat : 24196 (java) S 24185 24187 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763941480872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24197] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24197/stat : 24197 (java) S 24185 24187 23031 0 -1 4202560 114 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763811658280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24198] ppid=24185 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/24187/task/24198/stat : 24198 (java) S 24185 24187 23031 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 19 0 254035493 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763328711272 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24199] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24199/stat : 24199 (java) S 24185 24187 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035493 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763327657592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24200] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24200/stat : 24200 (java) S 24185 24187 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035493 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763326604936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24201] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24201/stat : 24201 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763325553680 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24202] ppid=24185 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/24187/task/24202/stat : 24202 (java) S 24185 24187 23031 0 -1 4202560 1358 0 0 0 22 0 0 0 20 0 19 0 254035496 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763324500024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24203] ppid=24185 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/24187/task/24203/stat : 24203 (java) R 24185 24187 23031 0 -1 4202560 2795 0 0 0 26 0 0 0 20 0 19 0 254035496 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763323433392 139763982319111 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24204] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24204/stat : 24204 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763322395128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24205] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24205/stat : 24205 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763321342792 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24206] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24206/stat : 24206 (java) S 24185 24187 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035513 9855975424 22854 33554432000 1073741824 1073778376 140735459001456 139763320288552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9624976

[startup+6.30072 s]
/proc/loadavg: 1.95 1.98 1.99 3/215 24206
/proc/meminfo: memFree=28307024/32873844 swapFree=7608/7608
[pid=24187] ppid=24185 vsize=9624976 CPUtime=6.91 cores=0,2,4,6
/proc/24187/stat : 24187 (java) S 24185 24187 23031 0 -1 4202496 8383 0 1 0 684 7 0 0 20 0 19 0 254035491 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 140735458992592 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24187/statm: 2406244 30465 2265 9 0 2396937 0
[pid=24187/tid=24188] ppid=24185 vsize=9624976 CPUtime=6.15 cores=0,2,4,6
/proc/24187/task/24188/stat : 24188 (java) R 24185 24187 23031 0 -1 4202560 2477 0 1 0 614 1 0 0 20 0 19 0 254035491 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763975344400 139763823232482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24190] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24190/stat : 24190 (java) S 24185 24187 23031 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763947797160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24191] ppid=24185 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24187/task/24191/stat : 24191 (java) S 24185 24187 23031 0 -1 4202560 108 0 0 0 1 0 0 0 20 0 19 0 254035492 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763946744616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24192] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24192/stat : 24192 (java) S 24185 24187 23031 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763945692072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24193] ppid=24185 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24187/task/24193/stat : 24193 (java) S 24185 24187 23031 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 19 0 254035492 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763944639528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24194] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24194/stat : 24194 (java) S 24185 24187 23031 0 -1 4202560 101 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763943585960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24195] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24195/stat : 24195 (java) S 24185 24187 23031 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763942533416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24196] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24196/stat : 24196 (java) S 24185 24187 23031 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254035492 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763941480872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24197] ppid=24185 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/24187/task/24197/stat : 24197 (java) S 24185 24187 23031 0 -1 4202560 121 0 0 0 0 1 0 0 20 0 19 0 254035492 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763811658280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24198] ppid=24185 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/24187/task/24198/stat : 24198 (java) S 24185 24187 23031 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 254035493 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763328711272 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24199] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24199/stat : 24199 (java) S 24185 24187 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035493 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763327657592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24200] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24200/stat : 24200 (java) S 24185 24187 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035493 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763326604936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24201] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24201/stat : 24201 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763325553680 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24202] ppid=24185 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24187/task/24202/stat : 24202 (java) S 24185 24187 23031 0 -1 4202560 1358 0 0 0 23 0 0 0 20 0 19 0 254035496 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763324500024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24203] ppid=24185 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/24187/task/24203/stat : 24203 (java) S 24185 24187 23031 0 -1 4202560 2843 0 0 0 28 0 0 0 20 0 19 0 254035496 9855975424 30465 33554432000 1073741824 1073778376 140735459001456 139763323447480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=24187/tid=24202] ppid=24185 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24187/task/24202/stat : 24202 (java) S 24185 24187 23031 0 -1 4202560 1358 0 0 0 23 0 0 0 20 0 19 0 254035496 9855975424 611442 33554432000 1073741824 1073778376 140735459001456 139763324500024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24203] ppid=24185 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/24187/task/24203/stat : 24203 (java) S 24185 24187 23031 0 -1 4202560 2843 0 0 0 28 0 0 0 20 0 19 0 254035496 9855975424 611442 33554432000 1073741824 1073778376 140735459001456 139763323447480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24204] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24204/stat : 24204 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 611442 33554432000 1073741824 1073778376 140735459001456 139763322395128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24205] ppid=24185 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/24187/task/24205/stat : 24205 (java) S 24185 24187 23031 0 -1 4202560 95 0 0 0 38 31 0 0 20 0 19 0 254035496 9855975424 611442 33554432000 1073741824 1073778376 140735459001456 139763321342792 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24206] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24206/stat : 24206 (java) S 24185 24187 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035513 9855975424 611442 33554432000 1073741824 1073778376 140735459001456 139763320288552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1675.46
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/215 24221
/proc/meminfo: memFree=25210312/32873844 swapFree=7608/7608
[pid=24187] ppid=24185 vsize=9624976 CPUtime=1735.67 cores=0,2,4,6
/proc/24187/stat : 24187 (java) S 24185 24187 23031 0 -1 4202496 17467 0 1 0 173261 306 0 0 20 0 19 0 254035491 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 140735458992592 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24187/statm: 2406244 634598 2265 9 0 2396937 0
[pid=24187/tid=24188] ppid=24185 vsize=9624976 CPUtime=1709.82 cores=0,2,4,6
/proc/24187/task/24188/stat : 24188 (java) R 24185 24187 23031 0 -1 4202560 2728 0 1 0 170953 29 0 0 20 0 19 0 254035491 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763975344400 139763823147183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24190] ppid=24185 vsize=9624976 CPUtime=2.17 cores=0,2,4,6
/proc/24187/task/24190/stat : 24190 (java) S 24185 24187 23031 0 -1 4202560 731 0 0 0 181 36 0 0 20 0 19 0 254035492 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763947797160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24191] ppid=24185 vsize=9624976 CPUtime=2.14 cores=0,2,4,6
/proc/24187/task/24191/stat : 24191 (java) S 24185 24187 23031 0 -1 4202560 1047 0 0 0 178 36 0 0 20 0 19 0 254035492 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763946744616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24192] ppid=24185 vsize=9624976 CPUtime=2.2 cores=0,2,4,6
/proc/24187/task/24192/stat : 24192 (java) S 24185 24187 23031 0 -1 4202560 744 0 0 0 191 29 0 0 20 0 19 0 254035492 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763945692072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24193] ppid=24185 vsize=9624976 CPUtime=2.37 cores=0,2,4,6
/proc/24187/task/24193/stat : 24193 (java) S 24185 24187 23031 0 -1 4202560 973 0 0 0 196 41 0 0 20 0 19 0 254035492 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763944639528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24194] ppid=24185 vsize=9624976 CPUtime=1.92 cores=0,2,4,6
/proc/24187/task/24194/stat : 24194 (java) S 24185 24187 23031 0 -1 4202560 882 0 0 0 159 33 0 0 20 0 19 0 254035492 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763943585960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24195] ppid=24185 vsize=9624976 CPUtime=1.94 cores=0,2,4,6
/proc/24187/task/24195/stat : 24195 (java) S 24185 24187 23031 0 -1 4202560 872 0 0 0 165 29 0 0 20 0 19 0 254035492 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763942533416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24196] ppid=24185 vsize=9624976 CPUtime=2.11 cores=0,2,4,6
/proc/24187/task/24196/stat : 24196 (java) S 24185 24187 23031 0 -1 4202560 846 0 0 0 182 29 0 0 20 0 19 0 254035492 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763941480872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24197] ppid=24185 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/24187/task/24197/stat : 24197 (java) S 24185 24187 23031 0 -1 4202560 883 0 0 0 171 31 0 0 20 0 19 0 254035492 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763811658280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24198] ppid=24185 vsize=9624976 CPUtime=3.5 cores=0,2,4,6
/proc/24187/task/24198/stat : 24198 (java) S 24185 24187 23031 0 -1 4202560 2276 0 0 0 342 8 0 0 20 0 19 0 254035493 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763328711272 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24199] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24199/stat : 24199 (java) S 24185 24187 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035493 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763327657592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24200] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24200/stat : 24200 (java) S 24185 24187 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035493 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763326604936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24201] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24201/stat : 24201 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763325553680 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24202] ppid=24185 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24187/task/24202/stat : 24202 (java) S 24185 24187 23031 0 -1 4202560 1358 0 0 0 23 0 0 0 20 0 19 0 254035496 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763324500024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24203] ppid=24185 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/24187/task/24203/stat : 24203 (java) S 24185 24187 23031 0 -1 4202560 2843 0 0 0 28 0 0 0 20 0 19 0 254035496 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763323447480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24204] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24204/stat : 24204 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763322395128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24205] ppid=24185 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/24187/task/24205/stat : 24205 (java) S 24185 24187 23031 0 -1 4202560 99 0 0 0 40 32 0 0 20 0 19 0 254035496 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763321342792 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24206] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24206/stat : 24206 (java) S 24185 24187 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035513 9855975424 634598 33554432000 1073741824 1073778376 140735459001456 139763320288552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1735.67
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/215 24280
/proc/meminfo: memFree=25962124/32873844 swapFree=7608/7608
[pid=24187] ppid=24185 vsize=9624976 CPUtime=1796.17 cores=0,2,4,6
/proc/24187/stat : 24187 (java) S 24185 24187 23031 0 -1 4202496 17508 0 1 0 179310 307 0 0 20 0 19 0 254035491 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 140735458992592 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24187/statm: 2406244 634626 2265 9 0 2396937 0
[pid=24187/tid=24188] ppid=24185 vsize=9624976 CPUtime=1769.35 cores=0,2,4,6
/proc/24187/task/24188/stat : 24188 (java) R 24185 24187 23031 0 -1 4202560 2730 0 1 0 176905 30 0 0 20 0 19 0 254035491 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763975344400 139763823140967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24190] ppid=24185 vsize=9624976 CPUtime=2.22 cores=0,2,4,6
/proc/24187/task/24190/stat : 24190 (java) S 24185 24187 23031 0 -1 4202560 731 0 0 0 186 36 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763947797160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24191] ppid=24185 vsize=9624976 CPUtime=2.22 cores=0,2,4,6
/proc/24187/task/24191/stat : 24191 (java) S 24185 24187 23031 0 -1 4202560 1049 0 0 0 186 36 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763946744616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24192] ppid=24185 vsize=9624976 CPUtime=2.32 cores=0,2,4,6
/proc/24187/task/24192/stat : 24192 (java) S 24185 24187 23031 0 -1 4202560 744 0 0 0 203 29 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763945692072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24193] ppid=24185 vsize=9624976 CPUtime=2.42 cores=0,2,4,6
/proc/24187/task/24193/stat : 24193 (java) S 24185 24187 23031 0 -1 4202560 973 0 0 0 201 41 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763944639528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24194] ppid=24185 vsize=9624976 CPUtime=1.99 cores=0,2,4,6
/proc/24187/task/24194/stat : 24194 (java) S 24185 24187 23031 0 -1 4202560 882 0 0 0 166 33 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763943585960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24195] ppid=24185 vsize=9624976 CPUtime=2.06 cores=0,2,4,6
/proc/24187/task/24195/stat : 24195 (java) S 24185 24187 23031 0 -1 4202560 889 0 0 0 176 30 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763942533416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24196] ppid=24185 vsize=9624976 CPUtime=2.19 cores=0,2,4,6
/proc/24187/task/24196/stat : 24196 (java) S 24185 24187 23031 0 -1 4202560 846 0 0 0 190 29 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763941480872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24197] ppid=24185 vsize=9624976 CPUtime=2.11 cores=0,2,4,6
/proc/24187/task/24197/stat : 24197 (java) S 24185 24187 23031 0 -1 4202560 883 0 0 0 180 31 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763811658280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24198] ppid=24185 vsize=9624976 CPUtime=3.65 cores=0,2,4,6
/proc/24187/task/24198/stat : 24198 (java) S 24185 24187 23031 0 -1 4202560 2292 0 0 0 357 8 0 0 20 0 19 0 254035493 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763328711272 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24199] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24199/stat : 24199 (java) S 24185 24187 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035493 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763327657592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24200] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24200/stat : 24200 (java) S 24185 24187 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035493 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763326604936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24201] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24201/stat : 24201 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763325553680 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24202] ppid=24185 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24187/task/24202/stat : 24202 (java) S 24185 24187 23031 0 -1 4202560 1358 0 0 0 23 0 0 0 20 0 19 0 254035496 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763324500024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24203] ppid=24185 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/24187/task/24203/stat : 24203 (java) S 24185 24187 23031 0 -1 4202560 2843 0 0 0 28 0 0 0 20 0 19 0 254035496 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763323447480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24204] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24204/stat : 24204 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763322395128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24205] ppid=24185 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/24187/task/24205/stat : 24205 (java) S 24185 24187 23031 0 -1 4202560 103 0 0 0 41 34 0 0 20 0 19 0 254035496 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763321342792 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24206] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24206/stat : 24206 (java) S 24185 24187 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035513 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763320288552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1796.17
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.2 s]
/proc/loadavg: 2.04 2.05 2.01 3/215 24280
/proc/meminfo: memFree=25962248/32873844 swapFree=7608/7608
[pid=24187] ppid=24185 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/24187/stat : 24187 (java) S 24185 24187 23031 0 -1 4202496 17508 0 1 0 179700 307 0 0 20 0 19 0 254035491 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 140735458992592 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24187/statm: 2406244 634626 2265 9 0 2396937 0
[pid=24187/tid=24188] ppid=24185 vsize=9624976 CPUtime=1773.24 cores=0,2,4,6
/proc/24187/task/24188/stat : 24188 (java) R 24185 24187 23031 0 -1 4202560 2730 0 1 0 177294 30 0 0 20 0 19 0 254035491 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763975344400 139763823232482 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24190] ppid=24185 vsize=9624976 CPUtime=2.22 cores=0,2,4,6
/proc/24187/task/24190/stat : 24190 (java) S 24185 24187 23031 0 -1 4202560 731 0 0 0 186 36 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763947797160 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24191] ppid=24185 vsize=9624976 CPUtime=2.22 cores=0,2,4,6
/proc/24187/task/24191/stat : 24191 (java) S 24185 24187 23031 0 -1 4202560 1049 0 0 0 186 36 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763946744616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24192] ppid=24185 vsize=9624976 CPUtime=2.32 cores=0,2,4,6
/proc/24187/task/24192/stat : 24192 (java) S 24185 24187 23031 0 -1 4202560 744 0 0 0 203 29 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763945692072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24193] ppid=24185 vsize=9624976 CPUtime=2.42 cores=0,2,4,6
/proc/24187/task/24193/stat : 24193 (java) S 24185 24187 23031 0 -1 4202560 973 0 0 0 201 41 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763944639528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24194] ppid=24185 vsize=9624976 CPUtime=1.99 cores=0,2,4,6
/proc/24187/task/24194/stat : 24194 (java) S 24185 24187 23031 0 -1 4202560 882 0 0 0 166 33 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763943585960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24195] ppid=24185 vsize=9624976 CPUtime=2.06 cores=0,2,4,6
/proc/24187/task/24195/stat : 24195 (java) S 24185 24187 23031 0 -1 4202560 889 0 0 0 176 30 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763942533416 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24196] ppid=24185 vsize=9624976 CPUtime=2.19 cores=0,2,4,6
/proc/24187/task/24196/stat : 24196 (java) S 24185 24187 23031 0 -1 4202560 846 0 0 0 190 29 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763941480872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24197] ppid=24185 vsize=9624976 CPUtime=2.11 cores=0,2,4,6
/proc/24187/task/24197/stat : 24197 (java) S 24185 24187 23031 0 -1 4202560 883 0 0 0 180 31 0 0 20 0 19 0 254035492 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763811658280 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24187/tid=24198] ppid=24185 vsize=9624976 CPUtime=3.65 cores=0,2,4,6
/proc/24187/task/24198/stat : 24198 (java) S 24185 24187 23031 0 -1 4202560 2292 0 0 0 357 8 0 0 20 0 19 0 254035493 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763328711272 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24199] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24199/stat : 24199 (java) S 24185 24187 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254035493 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763327657592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24200] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24200/stat : 24200 (java) S 24185 24187 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254035493 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763326604936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24201] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24201/stat : 24201 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763325553680 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24202] ppid=24185 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/24187/task/24202/stat : 24202 (java) S 24185 24187 23031 0 -1 4202560 1358 0 0 0 23 0 0 0 20 0 19 0 254035496 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763324500024 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24187/tid=24203] ppid=24185 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/24187/task/24203/stat : 24203 (java) S 24185 24187 23031 0 -1 4202560 2843 0 0 0 28 0 0 0 20 0 19 0 254035496 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763323447480 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24204] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24204/stat : 24204 (java) S 24185 24187 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254035496 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763322395128 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24187/tid=24205] ppid=24185 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/24187/task/24205/stat : 24205 (java) S 24185 24187 23031 0 -1 4202560 103 0 0 0 41 34 0 0 20 0 19 0 254035496 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763321342792 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24187/tid=24206] ppid=24185 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/24187/task/24206/stat : 24206 (java) S 24185 24187 23031 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254035513 9855975424 634626 33554432000 1073741824 1073778376 140735459001456 139763320288552 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 24187 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=528494
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=522464
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1786.25
CPU time (s): 1800.07
CPU user time (s): 1797
CPU system time (s): 3.07
CPU usage (%): 100.774
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.53
system time used= 3.52246
maximum resident set size= 2540028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17896
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39678
involuntary context switches= 15854

runsolver used 5.76112 second user time and 15.1027 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 19:05:07
IDJOB=3688029
IDBENCH=2597
IDSOLVER=2269
FILE ID=node135/3688029-1337879107
RUNJOBID= node135-1337871881-23048
PBS_JOBID= 14620069
Free space on /tmp= 71608 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-51-50.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688029-1337879107/watcher-3688029-1337879107 -o /tmp/evaluation-result-3688029-1337879107/solver-3688029-1337879107 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688029-1337879107.opb

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

MD5SUM BENCH= 285c24e978af8153c6a378b9af59f522
RANDOM SEED=1211135272

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28426040 kB
Buffers:          211028 kB
Cached:          3340912 kB
SwapCached:            0 kB
Active:           881548 kB
Inactive:        2773640 kB
Active(anon):     105724 kB
Inactive(anon):        0 kB
Active(file):     775824 kB
Inactive(file):  2773640 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               956 kB
Writeback:             0 kB
AnonPages:        135420 kB
Mapped:            22628 kB
Shmem:               212 kB
Slab:             632264 kB
SReclaimable:      74564 kB
SUnreclaim:       557700 kB
KernelStack:        1608 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 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= 71608 MiB
End job on node135 at 2012-05-24 19:34:55