Trace number 3687186

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 RES // CP 2.3.2 Snapshot? (TO) 1800.04 904.856

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/armies/normalized-army13.24bt.opb
MD5SUMf8964c43535341fcc69e672675167b77
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 benchmark23.1595
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables490
Total number of constraints1085
Number of constraints which are clauses738
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints345
Minimum length of a constraint1
Maximum length of a constraint169
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 193
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.06/0.37	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.37	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.37	c See www.sat4j.org for details.
0.06/0.39	c version 2.3.2.v20120418
0.06/0.39	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.39	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.39	c java.vm.version	19.1-b02
0.06/0.39	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.39	c sun.arch.data.model	64
0.06/0.39	c java.version		1.6.0_24
0.06/0.39	c os.name		Linux
0.06/0.39	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.39	c os.arch		amd64
0.06/0.39	c Free memory 		501472288
0.06/0.39	c Max memory 		7480803328
0.06/0.39	c Total memory 		504102912
0.06/0.39	c Number of processors 	8
0.11/0.49	c Pseudo Boolean Optimization by upper bound
0.11/0.49	c ManyCore solver with 2 solvers running in parallel
0.11/0.49	c --- Begin Solver configuration ---
0.11/0.49	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.49	c Learn all clauses as in MiniSAT
0.11/0.49	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.49	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.49	c Expensive reason simplification
0.11/0.49	c Armin Biere (Picosat) restarts strategy
0.11/0.49	c Glucose learned constraints deletion strategy
0.11/0.49	c timeout=2147483s
0.11/0.49	c DB Simplification allowed=false
0.11/0.49	c c --- End Solver configuration ---
0.11/0.49	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.49	c --- Begin Solver configuration ---
0.11/0.49	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.49	c Learn all clauses as in MiniSAT
0.11/0.49	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.49	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.49	c No reason simplification
0.11/0.49	c Armin Biere (Picosat) restarts strategy
0.11/0.49	c Glucose learned constraints deletion strategy
0.11/0.49	c timeout=2147483s
0.11/0.49	c DB Simplification allowed=false
0.11/0.49	c c --- End Solver configuration ---
0.11/0.49	c solving HOME/instance-3687186-1337871882.opb
0.11/0.49	c reading problem ... 
0.28/0.66	c ... done. Wall clock time 0.175s.
0.28/0.66	c declared #vars     490
0.28/0.66	c #constraints  1085
0.28/0.66	c constraints type 
0.28/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482
0.28/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.28/0.68	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
0.28/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 255
0.28/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 345
0.28/0.68	c 1085 constraints processed.
0.28/0.68	c constraints type 
0.28/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
0.28/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
0.28/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.28/0.68	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.28/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 345
0.28/0.68	c 1085 constraints processed.
3.26/1.45	c cleaning 2500 clauses out of 5000 with flag 5001/5001
5.19/2.10	c cleaning 4250 clauses out of 8499 with flag 11000/11000
6.88/2.88	c cleaning 5625 clauses out of 11250 with flag 18001/18001
9.09/3.90	c cleaning 6813 clauses out of 13625 with flag 26001/26001
11.68/5.24	c cleaning 7903 clauses out of 15812 with flag 35001/35001
14.82/6.82	c cleaning 8951 clauses out of 17908 with flag 45000/45000
18.62/8.73	c cleaning 9973 clauses out of 19958 with flag 56001/56001
22.97/10.96	c cleaning 10988 clauses out of 21986 with flag 68002/68002
28.00/13.54	c cleaning 11997 clauses out of 24000 with flag 81004/81004
33.14/16.18	c cleaning 12998 clauses out of 26000 with flag 95001/95001
39.02/19.17	c cleaning 13998 clauses out of 28002 with flag 110001/110001
44.89/22.16	c cleaning 14995 clauses out of 30002 with flag 126000/126000
51.85/25.78	c cleaning 15997 clauses out of 32007 with flag 143001/143001
59.12/29.44	c cleaning 16996 clauses out of 34010 with flag 161002/161002
68.75/34.37	c cleaning 18003 clauses out of 36010 with flag 180000/180000
79.59/39.83	c cleaning 19001 clauses out of 38010 with flag 200003/200003
92.37/46.34	c cleaning 19997 clauses out of 40008 with flag 221002/221002
105.45/52.99	c cleaning 21003 clauses out of 42010 with flag 243001/243001
119.49/60.09	c cleaning 21999 clauses out of 44006 with flag 266000/266000
137.95/69.32	c cleaning 23002 clauses out of 46010 with flag 290003/290003
154.58/77.81	c cleaning 23998 clauses out of 48005 with flag 315000/315000
174.37/87.82	c cleaning 25001 clauses out of 50009 with flag 341002/341002
195.85/98.65	c cleaning 25998 clauses out of 52006 with flag 368000/368000
215.34/108.40	c cleaning 27005 clauses out of 54009 with flag 396001/396001
241.14/121.50	c cleaning 27993 clauses out of 56004 with flag 425001/425001
265.14/133.66	c cleaning 29003 clauses out of 58011 with flag 455001/455001
292.95/147.67	c cleaning 30000 clauses out of 60007 with flag 486000/486000
302.87/152.71	c cleaning 0 clauses out of 5004 with flag 0/5004
325.30/163.93	c cleaning 30999 clauses out of 62011 with flag 518004/518004
358.36/180.58	c cleaning 32001 clauses out of 64008 with flag 551000/551000
393.38/198.19	c cleaning 33002 clauses out of 66007 with flag 585000/585000
431.85/217.40	c cleaning 33998 clauses out of 68007 with flag 620002/620002
474.56/238.91	c cleaning 34992 clauses out of 70007 with flag 656000/656000
516.39/259.95	c cleaning 36003 clauses out of 72015 with flag 693000/693000
553.01/278.31	c cleaning 37005 clauses out of 74013 with flag 731001/731001
603.28/303.55	c cleaning 37998 clauses out of 76007 with flag 770000/770000
648.81/326.58	c cleaning 39000 clauses out of 78009 with flag 810000/810000
695.48/349.93	c cleaning 39998 clauses out of 80010 with flag 851001/851001
750.36/377.47	c cleaning 41002 clauses out of 82012 with flag 893001/893001
806.80/405.80	c cleaning 41992 clauses out of 84008 with flag 936000/936000
859.98/432.53	c cleaning 43000 clauses out of 86017 with flag 980001/980001
916.80/461.01	c cleaning 44005 clauses out of 88016 with flag 1025000/1025000
977.67/491.56	c cleaning 44999 clauses out of 90014 with flag 1071003/1071003
1038.95/522.30	c cleaning 45998 clauses out of 92012 with flag 1118000/1118000
1108.79/557.39	c cleaning 46998 clauses out of 94014 with flag 1166000/1166000
1173.43/590.05	c cleaning 48004 clauses out of 96017 with flag 1215001/1215001
1251.07/628.94	c cleaning 49001 clauses out of 98012 with flag 1265000/1265000
1331.43/669.45	c cleaning 50003 clauses out of 100013 with flag 1316002/1316002
1410.63/709.11	c cleaning 50998 clauses out of 102010 with flag 1368002/1368002
1492.18/750.05	c cleaning 51998 clauses out of 104010 with flag 1421000/1421000
1564.66/786.49	c cleaning 52998 clauses out of 106012 with flag 1475000/1475000
1649.09/829.02	c cleaning 54002 clauses out of 108015 with flag 1530001/1530001
1752.73/880.90	c cleaning 54994 clauses out of 110012 with flag 1586000/1586000
1800.04/904.81	c starts		: 208
1800.04/904.81	c conflicts		: 1617649
1800.04/904.81	c decisions		: 1821653
1800.04/904.81	c propagations		: 63884674
1800.04/904.81	c inspects		: 8579663229
1800.04/904.81	c shortcuts		: 0
1800.04/904.81	c learnt literals	: 7
1800.04/904.81	c learnt binary clauses	: 27
1800.04/904.81	c learnt ternary clauses	: 61
1800.04/904.81	c learnt constraints	: 1617642
1800.04/904.81	c ignored constraints	: 0
1800.04/904.81	c root simplifications	: 0
1800.04/904.81	c removed literals (reason simplification)	: 5643693
1800.04/904.81	c reason swapping (by a shorter reason)	: 0
1800.04/904.81	c Calls to reduceDB	: 52
1800.04/904.81	c number of reductions to clauses (during analyze)	: 0
1800.04/904.81	c number of learned constraints concerned by reduction	: 0
1800.04/904.81	c number of learning phase by resolution	: 0
1800.04/904.81	c number of learning phase by cutting planes	: 0
1800.04/904.81	c speed (assignments/second)	: 70659.74315271144
1800.04/904.81	c non guided choices	27
1800.04/904.84	c learnt constraints type 
1800.04/904.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
1800.04/904.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86672
1800.04/904.84	c constraints type 
1800.04/904.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 482
1800.04/904.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
1800.04/904.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.04/904.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 255
1800.04/904.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 345
1800.04/904.84	c 1085 constraints processed.
1800.04/904.84	c constraints type 
1800.04/904.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 255
1800.04/904.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 482
1800.04/904.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.04/904.84	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.04/904.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 345
1800.04/904.84	c 1085 constraints processed.
1800.04/904.84	s UNKNOWN
1800.04/904.84	c Total wall clock time (in seconds): 904.35

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-3687186-1337871882/watcher-3687186-1337871882 -o /tmp/evaluation-result-3687186-1337871882/solver-3687186-1337871882 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687186-1337871882.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: 0.00 0.00 0.00 2/177 23846
/proc/meminfo: memFree=29785800/32873844 swapFree=7616/7616
[pid=23846] ppid=23844 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/23846/stat : 23846 (java) D 23844 23846 23801 0 -1 4202496 92 0 0 0 0 0 0 0 20 0 1 0 253313780 2560000 46 33554432000 1073741824 1073778376 140735759099808 140735759096936 214360485159 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/23846/statm: 625 46 37 9 0 29 0

[startup+0.0262481 s]
/proc/loadavg: 0.00 0.00 0.00 2/177 23846
/proc/meminfo: memFree=29785800/32873844 swapFree=7616/7616
[pid=23846] ppid=23844 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/23846/stat : 23846 (java) S 23844 23846 23801 0 -1 4202496 1275 0 0 0 0 0 0 0 20 0 2 0 253313780 98570240 978 33554432000 1073741824 1073778376 140737168579680 140737168570816 214373007421 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23846/statm: 24065 978 744 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.10023 s]
/proc/loadavg: 0.00 0.00 0.00 2/177 23846
/proc/meminfo: memFree=29785800/32873844 swapFree=7616/7616
[pid=23846] ppid=23844 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/23846/stat : 23846 (java) S 23844 23846 23801 0 -1 4202496 2899 0 3 0 1 0 0 0 20 0 11 0 253313780 9310650368 3602 33554432000 1073741824 1073778376 140737168579680 140737168570816 214373007421 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23846/statm: 2273108 3602 1631 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.300278 s]
/proc/loadavg: 0.00 0.00 0.00 2/177 23846
/proc/meminfo: memFree=29785800/32873844 swapFree=7616/7616
[pid=23846] ppid=23844 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/23846/stat : 23846 (java) S 23844 23846 23801 0 -1 4202496 3207 0 3 0 5 1 0 0 20 0 18 0 253313780 9787813888 4419 33554432000 1073741824 1073778376 140737168579680 140737168570816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23846/statm: 2389603 4419 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.70029 s]
/proc/loadavg: 0.00 0.00 0.00 2/177 23846
/proc/meminfo: memFree=29785800/32873844 swapFree=7616/7616
[pid=23846] ppid=23844 vsize=9824668 CPUtime=0.49 cores=0,2,4,6
/proc/23846/stat : 23846 (java) S 23844 23846 23801 0 -1 4202496 5875 0 5 0 47 2 0 0 20 0 22 0 253313780 10060460032 8833 33554432000 1073741824 1073778376 140737168579680 140737168570816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23846/statm: 2456167 8833 2227 9 0 2446860 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9824668

[startup+1.50077 s]
/proc/loadavg: 0.00 0.00 0.00 9/219 23888
/proc/meminfo: memFree=29571204/32873844 swapFree=7616/7616
[pid=23846] ppid=23844 vsize=9824668 CPUtime=3.6 cores=0,2,4,6
/proc/23846/stat : 23846 (java) S 23844 23846 23801 0 -1 4202496 20515 0 5 0 353 7 0 0 20 0 22 0 253313780 10060460032 41938 33554432000 1073741824 1073778376 140737168579680 140737168570816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23846/statm: 2456167 41938 2274 9 0 2446860 0
[pid=23846/tid=23848] ppid=23844 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/23846/task/23848/stat : 23848 (java) S 23844 23846 23801 0 -1 4202560 2476 0 3 0 25 2 0 0 20 0 22 0 253313782 10060460032 41938 33554432000 1073741824 1073778376 140737168579680 140559642698744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 35 0 0
[pid=23846/tid=23849] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23849/stat : 23849 (java) S 23844 23846 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313784 10060460032 41938 33554432000 1073741824 1073778376 140737168579680 140559604189480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23851] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23851/stat : 23851 (java) S 23844 23846 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253313784 10060460032 41938 33554432000 1073741824 1073778376 140737168579680 140559603136680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23853] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23853/stat : 23853 (java) S 23844 23846 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253313784 10060460032 41938 33554432000 1073741824 1073778376 140737168579680 140559602084392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23854] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23854/stat : 23854 (java) S 23844 23846 23801 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253313784 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559601031592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23857] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23857/stat : 23857 (java) S 23844 23846 23801 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253313784 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559599979304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23859] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23859/stat : 23859 (java) S 23844 23846 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253313784 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559598926504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23861] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23861/stat : 23861 (java) S 23844 23846 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253313784 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559597874216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23862] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23862/stat : 23862 (java) S 23844 23846 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253313784 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559596821416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23866] ppid=23844 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23846/task/23866/stat : 23866 (java) S 23844 23846 23801 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 22 0 253313788 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559584409832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23867] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23867/stat : 23867 (java) S 23844 23846 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253313793 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559465309176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23869] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23869/stat : 23869 (java) S 23844 23846 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313793 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559464256776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23871] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23871/stat : 23871 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559463205264 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23872] ppid=23844 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/23846/task/23872/stat : 23872 (java) R 23844 23846 23801 0 -1 4202560 7209 0 1 0 84 0 0 0 20 0 22 0 253313802 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559462128728 140559646060143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23874] ppid=23844 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/23846/task/23874/stat : 23874 (java) R 23844 23846 23801 0 -1 4202560 9421 0 1 0 83 2 0 0 20 0 22 0 253313802 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559461086112 214373032373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23876] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23876/stat : 23876 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559460047992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23878] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23878/stat : 23878 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559458995400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23881] ppid=23844 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/23846/task/23881/stat : 23881 (java) R 23844 23846 23801 0 -1 4202560 33 0 0 0 74 0 0 0 20 0 22 0 253313848 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559457939800 140559465853244 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23882] ppid=23844 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/23846/task/23882/stat : 23882 (java) R 23844 23846 23801 0 -1 4202560 113 0 0 0 71 2 0 0 20 0 22 0 253313848 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559456885224 214373020732 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0
[pid=23846/tid=23883] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23883/stat : 23883 (java) S 23844 23846 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313850 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559455835304 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23884] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23884/stat : 23884 (java) S 23844 23846 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313850 10060460032 41939 33554432000 1073741824 1073778376 140737168579680 140559454782504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 0.00 0.00 0.00 5/219 23888
/proc/meminfo: memFree=29385816/32873844 swapFree=7616/7616
[pid=23846] ppid=23844 vsize=9824668 CPUtime=7.46 cores=0,2,4,6
/proc/23846/stat : 23846 (java) S 23844 23846 23801 0 -1 4202496 24546 0 5 0 735 11 0 0 20 0 22 0 253313780 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140737168570816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23846/statm: 2456167 75285 2279 9 0 2446860 0
[pid=23846/tid=23848] ppid=23844 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/23846/task/23848/stat : 23848 (java) S 23844 23846 23801 0 -1 4202560 2476 0 3 0 25 2 0 0 20 0 22 0 253313782 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559642698744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 35 0 0
[pid=23846/tid=23849] ppid=23844 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23846/task/23849/stat : 23849 (java) S 23844 23846 23801 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253313784 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559604189480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23851] ppid=23844 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23846/task/23851/stat : 23851 (java) S 23844 23846 23801 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 253313784 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559603136680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23853] ppid=23844 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23846/task/23853/stat : 23853 (java) S 23844 23846 23801 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253313784 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559602084392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23854] ppid=23844 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23846/task/23854/stat : 23854 (java) S 23844 23846 23801 0 -1 4202560 24 0 0 0 4 0 0 0 20 0 22 0 253313784 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559601031592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23857] ppid=23844 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23846/task/23857/stat : 23857 (java) S 23844 23846 23801 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 22 0 253313784 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559599979304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23859] ppid=23844 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23846/task/23859/stat : 23859 (java) S 23844 23846 23801 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253313784 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559598926504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23861] ppid=23844 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23846/task/23861/stat : 23861 (java) S 23844 23846 23801 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 253313784 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559597874216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23862] ppid=23844 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23846/task/23862/stat : 23862 (java) S 23844 23846 23801 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253313784 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559596821416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23866] ppid=23844 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/23846/task/23866/stat : 23866 (java) S 23844 23846 23801 0 -1 4202560 107 0 0 0 11 0 0 0 20 0 22 0 253313788 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559584409832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23867] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23867/stat : 23867 (java) S 23844 23846 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253313793 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559465309176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23869] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23869/stat : 23869 (java) S 23844 23846 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313793 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559464256776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23871] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23871/stat : 23871 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559463205264 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23872] ppid=23844 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/23846/task/23872/stat : 23872 (java) S 23844 23846 23801 0 -1 4202560 7390 0 1 0 111 0 0 0 20 0 22 0 253313802 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559462152888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23874] ppid=23844 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/23846/task/23874/stat : 23874 (java) S 23844 23846 23801 0 -1 4202560 13084 0 1 0 134 3 0 0 20 0 22 0 253313802 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559461100088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23876] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23876/stat : 23876 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559460047992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23878] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23878/stat : 23878 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559458995400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23881] ppid=23844 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/23846/task/23881/stat : 23881 (java) R 23844 23846 23801 0 -1 4202560 34 0 0 0 218 0 0 0 20 0 22 0 253313848 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559457939680 140559465837552 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23882] ppid=23844 vsize=9824668 CPUtime=2.05 cores=0,2,4,6
/proc/23846/task/23882/stat : 23882 (java) R 23844 23846 23801 0 -1 4202560 156 0 0 0 203 2 0 0 20 0 22 0 253313848 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559456885240 140559466087842 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0
[pid=23846/tid=23883] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23883/stat : 23883 (java) S 23844 23846 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313850 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559455835304 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23884] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23884/stat : 23884 (java) S 23844 23846 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313850 10060460032 75285 33554432000 1073741824 1073778376 140737168579680 140559454782504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 0.40 0.08 0.03 5/219 23888
/proc/meminfo: memFree=29068436/32873844 swapFree=7616/7616
[pid=23846] ppid=23844 vsize=9824668 CPUtime=13.8 cores=0,2,4,6
/proc/23846/stat : 23846 (java) S 23844 23846 23801 0 -1 4202496 24811 0 5 0 1364 16 0 0 20 0 22 0 253313780 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140737168570816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23846/statm: 2456167 121826 2279 9 0 2446860 0
[pid=23846/tid=23848] ppid=23844 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/23846/task/23848/stat : 23848 (java) S 23844 23846 23801 0 -1 4202560 2476 0 3 0 25 2 0 0 20 0 22 0 253313782 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559642698744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 35 0 0
[pid=23846/tid=23849] ppid=23844 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/23846/task/23849/stat : 23849 (java) S 23844 23846 23801 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 253313784 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559604189480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23851] ppid=23844 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23846/task/23851/stat : 23851 (java) S 23844 23846 23801 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 253313784 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559603136680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23853] ppid=23844 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/23846/task/23853/stat : 23853 (java) S 23844 23846 23801 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 22 0 253313784 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559602084392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23854] ppid=23844 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/23846/task/23854/stat : 23854 (java) S 23844 23846 23801 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 22 0 253313784 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559601031592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23857] ppid=23844 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23846/task/23857/stat : 23857 (java) S 23844 23846 23801 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 22 0 253313784 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559599979304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23859] ppid=23844 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/23846/task/23859/stat : 23859 (java) S 23844 23846 23801 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 22 0 253313784 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559598926504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23861] ppid=23844 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23846/task/23861/stat : 23861 (java) S 23844 23846 23801 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 22 0 253313784 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559597874216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23862] ppid=23844 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23846/task/23862/stat : 23862 (java) S 23844 23846 23801 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 253313784 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559596821416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23866] ppid=23844 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/23846/task/23866/stat : 23866 (java) S 23844 23846 23801 0 -1 4202560 243 0 0 0 29 1 0 0 20 0 22 0 253313788 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559584409832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23867] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23867/stat : 23867 (java) S 23844 23846 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253313793 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559465309176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23869] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23869/stat : 23869 (java) S 23844 23846 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313793 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559464256776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23871] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23871/stat : 23871 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559463205264 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23872] ppid=23844 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/23846/task/23872/stat : 23872 (java) S 23844 23846 23801 0 -1 4202560 7390 0 1 0 117 0 0 0 20 0 22 0 253313802 10060460032 121826 33554432000 1073741824 1073778376 140737168579680 140559462152888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/23846/statm: 2456167 538751 2280 9 0 2446860 0
[pid=23846/tid=23848] ppid=23844 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/23846/task/23848/stat : 23848 (java) S 23844 23846 23801 0 -1 4202560 2513 0 3 0 27 4 0 0 20 0 22 0 253313782 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559642698744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 35 0 0
[pid=23846/tid=23849] ppid=23844 vsize=9824668 CPUtime=2.77 cores=0,2,4,6
/proc/23846/task/23849/stat : 23849 (java) S 23844 23846 23801 0 -1 4202560 556 0 0 0 267 10 0 0 20 0 22 0 253313784 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559604189480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23851] ppid=23844 vsize=9824668 CPUtime=2.91 cores=0,2,4,6
/proc/23846/task/23851/stat : 23851 (java) S 23844 23846 23801 0 -1 4202560 671 0 0 0 279 12 0 0 20 0 22 0 253313784 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559603136680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23853] ppid=23844 vsize=9824668 CPUtime=2.84 cores=0,2,4,6
/proc/23846/task/23853/stat : 23853 (java) S 23844 23846 23801 0 -1 4202560 682 0 0 0 272 12 0 0 20 0 22 0 253313784 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559602084392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23854] ppid=23844 vsize=9824668 CPUtime=2.97 cores=0,2,4,6
/proc/23846/task/23854/stat : 23854 (java) S 23844 23846 23801 0 -1 4202560 533 0 0 0 288 9 0 0 20 0 22 0 253313784 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559601031592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23857] ppid=23844 vsize=9824668 CPUtime=2.79 cores=0,2,4,6
/proc/23846/task/23857/stat : 23857 (java) S 23844 23846 23801 0 -1 4202560 360 0 0 0 271 8 0 0 20 0 22 0 253313784 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559599979304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23859] ppid=23844 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/23846/task/23859/stat : 23859 (java) S 23844 23846 23801 0 -1 4202560 378 0 0 0 262 8 0 0 20 0 22 0 253313784 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559598926504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23861] ppid=23844 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/23846/task/23861/stat : 23861 (java) S 23844 23846 23801 0 -1 4202560 723 0 0 0 260 10 0 0 20 0 22 0 253313784 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559597874216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23862] ppid=23844 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/23846/task/23862/stat : 23862 (java) S 23844 23846 23801 0 -1 4202560 648 0 0 0 262 10 0 0 20 0 22 0 253313784 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559596821416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23866] ppid=23844 vsize=9824668 CPUtime=20.64 cores=0,2,4,6
/proc/23846/task/23866/stat : 23866 (java) S 23844 23846 23801 0 -1 4202560 12228 0 0 0 2039 25 0 0 20 0 22 0 253313788 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559584409832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23867] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23867/stat : 23867 (java) S 23844 23846 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253313793 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559465309176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23869] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23869/stat : 23869 (java) S 23844 23846 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313793 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559464256776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23871] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23871/stat : 23871 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559463205264 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23872] ppid=23844 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/23846/task/23872/stat : 23872 (java) S 23844 23846 23801 0 -1 4202560 11618 0 1 0 170 2 0 0 20 0 22 0 253313802 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559462152888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23874] ppid=23844 vsize=9824668 CPUtime=1.56 cores=0,2,4,6
/proc/23846/task/23874/stat : 23874 (java) S 23844 23846 23801 0 -1 4202560 13094 0 1 0 153 3 0 0 20 0 22 0 253313802 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559461100088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23876] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23876/stat : 23876 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559460047992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23878] ppid=23844 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/23846/task/23878/stat : 23878 (java) S 23844 23846 23801 0 -1 4202560 46 0 0 0 16 15 0 0 20 0 22 0 253313802 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559458995400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23881] ppid=23844 vsize=9824668 CPUtime=792.38 cores=0,2,4,6
/proc/23846/task/23881/stat : 23881 (java) R 23844 23846 23801 0 -1 4202560 236 0 0 0 79223 15 0 0 20 0 22 0 253313848 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559457937920 140559465871351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23882] ppid=23844 vsize=9824668 CPUtime=792.22 cores=0,2,4,6
/proc/23846/task/23882/stat : 23882 (java) R 23844 23846 23801 0 -1 4202560 1104 0 0 0 79179 43 0 0 20 0 22 0 253313848 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559456885888 140559466090225 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0
[pid=23846/tid=23883] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23883/stat : 23883 (java) S 23844 23846 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313850 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559455835304 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23884] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23884/stat : 23884 (java) S 23844 23846 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313850 10060460032 538751 33554432000 1073741824 1073778376 140737168579680 140559454782504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1635.63
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.13 3.69 2.32 5/219 23974
/proc/meminfo: memFree=24735844/32873844 swapFree=7616/7616
[pid=23846] ppid=23844 vsize=9824668 CPUtime=1754.91 cores=0,2,4,6
/proc/23846/stat : 23846 (java) S 23844 23846 23801 0 -1 4202496 48215 0 5 0 175309 182 0 0 20 0 22 0 253313780 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140737168570816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23846/statm: 2456167 585129 2280 9 0 2446860 0
[pid=23846/tid=23848] ppid=23844 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/23846/task/23848/stat : 23848 (java) S 23844 23846 23801 0 -1 4202560 2515 0 3 0 27 4 0 0 20 0 22 0 253313782 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559642698744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 35 0 0
[pid=23846/tid=23849] ppid=23844 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/23846/task/23849/stat : 23849 (java) S 23844 23846 23801 0 -1 4202560 724 0 0 0 279 11 0 0 20 0 22 0 253313784 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559604189480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23851] ppid=23844 vsize=9824668 CPUtime=3.1 cores=0,2,4,6
/proc/23846/task/23851/stat : 23851 (java) S 23844 23846 23801 0 -1 4202560 889 0 0 0 295 15 0 0 20 0 22 0 253313784 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559603136680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23853] ppid=23844 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/23846/task/23853/stat : 23853 (java) S 23844 23846 23801 0 -1 4202560 721 0 0 0 287 14 0 0 20 0 22 0 253313784 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559602084392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23854] ppid=23844 vsize=9824668 CPUtime=3.13 cores=0,2,4,6
/proc/23846/task/23854/stat : 23854 (java) S 23844 23846 23801 0 -1 4202560 616 0 0 0 302 11 0 0 20 0 22 0 253313784 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559601031592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23857] ppid=23844 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/23846/task/23857/stat : 23857 (java) S 23844 23846 23801 0 -1 4202560 793 0 0 0 284 10 0 0 20 0 22 0 253313784 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559599979304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23859] ppid=23844 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/23846/task/23859/stat : 23859 (java) S 23844 23846 23801 0 -1 4202560 592 0 0 0 275 10 0 0 20 0 22 0 253313784 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559598926504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23861] ppid=23844 vsize=9824668 CPUtime=2.86 cores=0,2,4,6
/proc/23846/task/23861/stat : 23861 (java) S 23844 23846 23801 0 -1 4202560 884 0 0 0 274 12 0 0 20 0 22 0 253313784 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559597874216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23862] ppid=23844 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/23846/task/23862/stat : 23862 (java) S 23844 23846 23801 0 -1 4202560 861 0 0 0 275 12 0 0 20 0 22 0 253313784 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559596821416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23866] ppid=23844 vsize=9824668 CPUtime=21.98 cores=0,2,4,6
/proc/23846/task/23866/stat : 23866 (java) S 23844 23846 23801 0 -1 4202560 12325 0 0 0 2172 26 0 0 20 0 22 0 253313788 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559584409832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23867] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23867/stat : 23867 (java) S 23844 23846 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253313793 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559465309176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23869] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23869/stat : 23869 (java) S 23844 23846 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313793 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559464256776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23871] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23871/stat : 23871 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559463205264 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23872] ppid=23844 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/23846/task/23872/stat : 23872 (java) S 23844 23846 23801 0 -1 4202560 11618 0 1 0 170 2 0 0 20 0 22 0 253313802 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559462152888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23874] ppid=23844 vsize=9824668 CPUtime=1.56 cores=0,2,4,6
/proc/23846/task/23874/stat : 23874 (java) S 23844 23846 23801 0 -1 4202560 13094 0 1 0 153 3 0 0 20 0 22 0 253313802 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559461100088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23876] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23876/stat : 23876 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559460047992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23878] ppid=23844 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/23846/task/23878/stat : 23878 (java) S 23844 23846 23801 0 -1 4202560 50 0 0 0 18 16 0 0 20 0 22 0 253313802 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559458995400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23881] ppid=23844 vsize=9824668 CPUtime=850.54 cores=0,2,4,6
/proc/23846/task/23881/stat : 23881 (java) R 23844 23846 23801 0 -1 4202560 241 0 0 0 85039 15 0 0 20 0 22 0 253313848 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559457939680 140559465871404 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23882] ppid=23844 vsize=9824668 CPUtime=850.39 cores=0,2,4,6
/proc/23846/task/23882/stat : 23882 (java) R 23844 23846 23801 0 -1 4202560 1106 0 0 0 84996 43 0 0 20 0 22 0 253313848 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559456885120 140559465892026 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0
[pid=23846/tid=23883] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23883/stat : 23883 (java) S 23844 23846 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313850 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559455835304 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23884] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23884/stat : 23884 (java) S 23844 23846 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313850 10060460032 585129 33554432000 1073741824 1073778376 140737168579680 140559454782504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1754.91
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.801 s]
/proc/loadavg: 4.08 3.71 2.37 6/219 23975
/proc/meminfo: memFree=24710408/32873844 swapFree=7616/7616
[pid=23846] ppid=23844 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/23846/stat : 23846 (java) S 23844 23846 23801 0 -1 4202496 48249 0 5 0 179821 183 0 0 20 0 22 0 253313780 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140737168570816 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23846/statm: 2456167 585157 2280 9 0 2446860 0
[pid=23846/tid=23848] ppid=23844 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/23846/task/23848/stat : 23848 (java) S 23844 23846 23801 0 -1 4202560 2515 0 3 0 27 4 0 0 20 0 22 0 253313782 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559642698744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 35 0 0
[pid=23846/tid=23849] ppid=23844 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/23846/task/23849/stat : 23849 (java) S 23844 23846 23801 0 -1 4202560 733 0 0 0 282 12 0 0 20 0 22 0 253313784 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559604189480 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23851] ppid=23844 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/23846/task/23851/stat : 23851 (java) S 23844 23846 23801 0 -1 4202560 889 0 0 0 296 15 0 0 20 0 22 0 253313784 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559603136680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23853] ppid=23844 vsize=9824668 CPUtime=3.03 cores=0,2,4,6
/proc/23846/task/23853/stat : 23853 (java) S 23844 23846 23801 0 -1 4202560 721 0 0 0 289 14 0 0 20 0 22 0 253313784 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559602084392 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23854] ppid=23844 vsize=9824668 CPUtime=3.17 cores=0,2,4,6
/proc/23846/task/23854/stat : 23854 (java) S 23844 23846 23801 0 -1 4202560 616 0 0 0 305 12 0 0 20 0 22 0 253313784 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559601031592 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23857] ppid=23844 vsize=9824668 CPUtime=2.97 cores=0,2,4,6
/proc/23846/task/23857/stat : 23857 (java) S 23844 23846 23801 0 -1 4202560 793 0 0 0 287 10 0 0 20 0 22 0 253313784 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559599979304 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23859] ppid=23844 vsize=9824668 CPUtime=2.89 cores=0,2,4,6
/proc/23846/task/23859/stat : 23859 (java) S 23844 23846 23801 0 -1 4202560 592 0 0 0 279 10 0 0 20 0 22 0 253313784 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559598926504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23861] ppid=23844 vsize=9824668 CPUtime=2.89 cores=0,2,4,6
/proc/23846/task/23861/stat : 23861 (java) S 23844 23846 23801 0 -1 4202560 884 0 0 0 277 12 0 0 20 0 22 0 253313784 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559597874216 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23862] ppid=23844 vsize=9824668 CPUtime=2.89 cores=0,2,4,6
/proc/23846/task/23862/stat : 23862 (java) S 23844 23846 23801 0 -1 4202560 861 0 0 0 277 12 0 0 20 0 22 0 253313784 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559596821416 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23866] ppid=23844 vsize=9824668 CPUtime=21.99 cores=0,2,4,6
/proc/23846/task/23866/stat : 23866 (java) S 23844 23846 23801 0 -1 4202560 12346 0 0 0 2173 26 0 0 20 0 22 0 253313788 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559584409832 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23867] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23867/stat : 23867 (java) S 23844 23846 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253313793 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559465309176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23869] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23869/stat : 23869 (java) S 23844 23846 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253313793 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559464256776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23871] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23871/stat : 23871 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559463205264 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23872] ppid=23844 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/23846/task/23872/stat : 23872 (java) S 23844 23846 23801 0 -1 4202560 11618 0 1 0 170 2 0 0 20 0 22 0 253313802 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559462152888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23874] ppid=23844 vsize=9824668 CPUtime=1.56 cores=0,2,4,6
/proc/23846/task/23874/stat : 23874 (java) S 23844 23846 23801 0 -1 4202560 13094 0 1 0 153 3 0 0 20 0 22 0 253313802 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559461100088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23846/tid=23876] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23876/stat : 23876 (java) S 23844 23846 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253313802 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559460047992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23846/tid=23878] ppid=23844 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/23846/task/23878/stat : 23878 (java) S 23844 23846 23801 0 -1 4202560 52 0 0 0 19 16 0 0 20 0 22 0 253313802 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559458995400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23846/tid=23881] ppid=23844 vsize=9824668 CPUtime=872.92 cores=0,2,4,6
/proc/23846/task/23881/stat : 23881 (java) R 23844 23846 23801 0 -1 4202560 242 0 0 0 87276 16 0 0 20 0 22 0 253313848 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559457938704 140559465871351 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23882] ppid=23844 vsize=9824668 CPUtime=872.77 cores=0,2,4,6
/proc/23846/task/23882/stat : 23882 (java) R 23844 23846 23801 0 -1 4202560 1107 0 0 0 87233 44 0 0 20 0 22 0 253313848 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559456884784 140559466084668 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0
[pid=23846/tid=23883] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23883/stat : 23883 (java) S 23844 23846 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313850 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559455835304 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23846/tid=23884] ppid=23844 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23846/task/23884/stat : 23884 (java) S 23844 23846 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253313850 10060460032 585157 33554432000 1073741824 1073778376 140737168579680 140559454782504 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824668

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 23846 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=690317
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=241659
# CPU time returned by wait4() is 1795.93
# 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): 904.856
CPU time (s): 1800.04
CPU user time (s): 1798.21
CPU system time (s): 1.83
CPU usage (%): 198.931
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.69
system time used= 2.24166
maximum resident set size= 2438892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48288
page faults= 5
swaps= 0
block input operations= 6632
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31329
involuntary context switches= 52378

runsolver used 3.36049 second user time and 8.02378 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 17:04:42
IDJOB=3687186
IDBENCH=1160
IDSOLVER=2268
FILE ID=node130/3687186-1337871882
RUNJOBID= node130-1337871881-23817
PBS_JOBID= 14620074
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= f8964c43535341fcc69e672675167b77
RANDOM SEED=1716278231

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29786436 kB
Buffers:          192076 kB
Cached:          2116272 kB
SwapCached:            0 kB
Active:           500060 kB
Inactive:        1822072 kB
Active(anon):      16872 kB
Inactive(anon):        0 kB
Active(file):     483188 kB
Inactive(file):  1822072 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1512 kB
Writeback:             0 kB
AnonPages:         21936 kB
Mapped:            16332 kB
Shmem:               200 kB
Slab:             627116 kB
SReclaimable:      69172 kB
SUnreclaim:       557944 kB
KernelStack:        1432 kB
PageTables:         4328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     129444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71672 MiB
End job on node130 at 2012-05-24 17:19:49