Trace number 3689412

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.64 904.164

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-73.opb
MD5SUM56a27796f1168612394e164ff5d947f7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
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.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3689412-1337881860.opb
0.11/0.10	c reading problem ... 
2.64/1.64	c ... done. Wall clock time 1.538s.
2.64/1.64	c declared #vars     7936
2.64/1.64	c #constraints  177125
2.64/1.64	c constraints type 
2.64/1.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
2.64/1.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
2.64/1.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
2.64/1.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
2.64/1.64	c 177125 constraints processed.
2.64/1.64	c constraints type 
2.64/1.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
2.64/1.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
2.64/1.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
2.64/1.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
2.64/1.64	c 177125 constraints processed.
6.19/2.99	c cleaning 2497 clauses out of 5001 with flag 5001/5001
7.43/3.45	c cleaning 0 clauses out of 5000 with flag 0/5000
9.78/4.44	c cleaning 4247 clauses out of 8503 with flag 11000/11000
12.07/5.68	c cleaning 0 clauses out of 11003 with flag 0/11003
12.93/6.02	c cleaning 5590 clauses out of 11256 with flag 18000/18000
16.08/7.53	c cleaning 6815 clauses out of 13668 with flag 26002/26002
17.96/8.52	c cleaning 0 clauses out of 18001 with flag 0/18001
19.28/9.21	c cleaning 7914 clauses out of 15847 with flag 35000/35000
23.32/11.38	c cleaning 8952 clauses out of 17932 with flag 45000/45000
25.00/12.23	c cleaning 0 clauses out of 26002 with flag 0/26002
27.10/13.32	c cleaning 9860 clauses out of 19980 with flag 56000/56000
30.78/15.22	c cleaning 11033 clauses out of 22121 with flag 68001/68001
34.80/17.33	c cleaning 0 clauses out of 35002 with flag 0/35002
36.67/18.32	c cleaning 12009 clauses out of 24087 with flag 81000/81000
41.77/20.93	c cleaning 13021 clauses out of 26078 with flag 95000/95000
47.44/23.80	c cleaning 13978 clauses out of 28055 with flag 110000/110000
47.86/24.15	c cleaning 0 clauses out of 45001 with flag 0/45001
54.24/27.37	c cleaning 14994 clauses out of 30077 with flag 126000/126000
61.93/31.23	c cleaning 16009 clauses out of 32084 with flag 143001/143001
67.18/33.99	c cleaning 17012 clauses out of 34076 with flag 161002/161002
76.99/38.99	c cleaning 17971 clauses out of 36063 with flag 180001/180001
88.45/44.74	c cleaning 19025 clauses out of 38091 with flag 200000/200000
102.89/52.03	c cleaning 20028 clauses out of 40067 with flag 221001/221001
114.93/58.17	c cleaning 21008 clauses out of 42038 with flag 243000/243000
128.47/65.06	c cleaning 22013 clauses out of 44031 with flag 266001/266001
134.29/68.05	c cleaning 0 clauses out of 56000 with flag 0/56000
141.33/71.69	c cleaning 22998 clauses out of 46018 with flag 290001/290001
160.15/81.16	c cleaning 24001 clauses out of 48020 with flag 315001/315001
178.71/90.59	c cleaning 25001 clauses out of 50018 with flag 341000/341000
198.35/100.42	c cleaning 26003 clauses out of 52020 with flag 368003/368003
216.78/109.73	c cleaning 27003 clauses out of 54015 with flag 396001/396001
236.63/119.72	c cleaning 27989 clauses out of 56011 with flag 425000/425000
254.01/128.52	c cleaning 29005 clauses out of 58024 with flag 455002/455002
273.65/138.44	c cleaning 0 clauses out of 68000 with flag 0/68000
274.26/138.86	c cleaning 30003 clauses out of 60017 with flag 486000/486000
287.68/145.68	c cleaning 30981 clauses out of 62014 with flag 518000/518000
304.22/154.06	c cleaning 32007 clauses out of 64035 with flag 551002/551002
322.67/163.35	c cleaning 32995 clauses out of 66028 with flag 585002/585002
341.93/173.02	c cleaning 34005 clauses out of 68033 with flag 620002/620002
371.21/187.79	c cleaning 35003 clauses out of 70026 with flag 656000/656000
395.99/200.26	c cleaning 35956 clauses out of 72024 with flag 693001/693001
425.65/215.11	c cleaning 37018 clauses out of 74068 with flag 731001/731001
458.78/231.72	c cleaning 38004 clauses out of 76050 with flag 770001/770001
494.38/249.53	c cleaning 0 clauses out of 81004 with flag 0/81004
495.04/250.03	c cleaning 39016 clauses out of 78047 with flag 810002/810002
534.08/269.56	c cleaning 39990 clauses out of 80029 with flag 851000/851000
569.07/287.09	c cleaning 41015 clauses out of 82041 with flag 893002/893002
587.50/296.37	c cleaning 41949 clauses out of 84025 with flag 936001/936001
617.57/311.48	c cleaning 42993 clauses out of 86075 with flag 980000/980000
657.15/331.25	c cleaning 44025 clauses out of 88083 with flag 1025001/1025001
686.73/346.09	c cleaning 44978 clauses out of 90057 with flag 1071000/1071000
712.97/359.22	c cleaning 46007 clauses out of 92079 with flag 1118000/1118000
748.95/377.32	c cleaning 47011 clauses out of 94072 with flag 1166000/1166000
782.10/393.96	c cleaning 47991 clauses out of 96061 with flag 1215000/1215000
816.87/411.33	c cleaning 49005 clauses out of 98071 with flag 1265001/1265001
823.07/414.56	c cleaning 0 clauses out of 95001 with flag 0/95001
852.26/429.26	c cleaning 49996 clauses out of 100065 with flag 1316000/1316000
888.68/447.41	c cleaning 51019 clauses out of 102069 with flag 1368000/1368000
917.22/461.78	c cleaning 52014 clauses out of 104050 with flag 1421000/1421000
950.41/478.40	c cleaning 53013 clauses out of 106038 with flag 1475002/1475002
991.00/498.70	c cleaning 53989 clauses out of 108023 with flag 1530000/1530000
1034.04/520.28	c cleaning 54988 clauses out of 110035 with flag 1586001/1586001
1082.67/544.56	c cleaning 56004 clauses out of 112046 with flag 1643000/1643000
1127.82/567.18	c cleaning 57013 clauses out of 114045 with flag 1701003/1701003
1171.66/589.14	c cleaning 57996 clauses out of 116030 with flag 1760001/1760001
1211.22/608.96	c cleaning 58916 clauses out of 118034 with flag 1820001/1820001
1253.88/630.26	c cleaning 59994 clauses out of 120117 with flag 1881000/1881000
1298.24/652.48	c cleaning 61028 clauses out of 122123 with flag 1943000/1943000
1316.91/661.91	c cleaning 0 clauses out of 110000 with flag 0/110000
1331.31/669.29	c cleaning 62037 clauses out of 124095 with flag 2006000/2006000
1377.34/692.29	c cleaning 62858 clauses out of 126058 with flag 2070000/2070000
1423.00/715.02	c cleaning 64076 clauses out of 128200 with flag 2135000/2135000
1487.30/747.23	c cleaning 65053 clauses out of 130126 with flag 2201002/2201002
1524.91/766.02	c cleaning 65983 clauses out of 132071 with flag 2268000/2268000
1558.46/782.85	c cleaning 67025 clauses out of 134088 with flag 2336000/2336000
1596.37/801.82	c cleaning 68005 clauses out of 136063 with flag 2405000/2405000
1637.68/822.67	c cleaning 69001 clauses out of 138058 with flag 2475000/2475000
1695.15/851.36	c cleaning 70016 clauses out of 140057 with flag 2546000/2546000
1735.03/871.37	c cleaning 70872 clauses out of 142041 with flag 2618000/2618000
1777.72/892.75	c cleaning 72063 clauses out of 144169 with flag 2691000/2691000
1800.10/904.12	c starts		: 231
1800.10/904.12	c conflicts		: 2726637
1800.10/904.12	c decisions		: 6737378
1800.10/904.12	c propagations		: 921284996
1800.10/904.12	c inspects		: 9688839302
1800.10/904.12	c shortcuts		: 0
1800.10/904.12	c learnt literals	: 7
1800.10/904.12	c learnt binary clauses	: 304
1800.10/904.12	c learnt ternary clauses	: 1587
1800.10/904.12	c learnt constraints	: 2726630
1800.10/904.12	c ignored constraints	: 0
1800.10/904.12	c root simplifications	: 0
1800.10/904.12	c removed literals (reason simplification)	: 78176926
1800.10/904.12	c reason swapping (by a shorter reason)	: 0
1800.10/904.12	c Calls to reduceDB	: 69
1800.10/904.12	c number of reductions to clauses (during analyze)	: 0
1800.10/904.12	c number of learned constraints concerned by reduction	: 0
1800.10/904.12	c number of learning phase by resolution	: 0
1800.10/904.12	c number of learning phase by cutting planes	: 0
1800.10/904.12	c speed (assignments/second)	: 1020863.1258885465
1800.10/904.12	c non guided choices	188051
1800.10/904.15	c learnt constraints type 
1800.10/904.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 304
1800.10/904.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107475
1800.10/904.15	c constraints type 
1800.10/904.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
1800.10/904.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1800.10/904.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
1800.10/904.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
1800.10/904.15	c 177125 constraints processed.
1800.10/904.15	c constraints type 
1800.10/904.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37513
1800.10/904.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121702
1800.10/904.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
1800.10/904.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
1800.10/904.15	c 177125 constraints processed.
1800.10/904.15	s UNKNOWN
1800.10/904.15	c Total wall clock time (in seconds): 904.042

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.10 2.36 2.34 4/198 28941
/proc/meminfo: memFree=27045784/32873648 swapFree=6856/6856
[pid=28941] ppid=28939 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/28941/stat : 28941 (java) R 28939 28941 24583 0 -1 4202496 1051 0 0 0 0 0 0 0 20 0 1 0 254311396 23793664 778 33554432000 1073741824 1073778376 140736995606704 140736995595768 139868326492640 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28941/statm: 5809 797 592 9 0 128 0

[startup+0.0590721 s]
/proc/loadavg: 3.10 2.36 2.34 4/198 28941
/proc/meminfo: memFree=27045784/32873648 swapFree=6856/6856
[pid=28941] ppid=28939 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/28941/stat : 28941 (java) S 28939 28941 24583 0 -1 4202496 3219 0 1 0 4 0 0 0 20 0 18 0 254311396 9787813888 4427 33554432000 1073741824 1073778376 140736995606704 140736995597840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28941/statm: 2389603 4427 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100259 s]
/proc/loadavg: 3.10 2.36 2.34 4/198 28941
/proc/meminfo: memFree=27045784/32873648 swapFree=6856/6856
[pid=28941] ppid=28939 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/28941/stat : 28941 (java) S 28939 28941 24583 0 -1 4202496 4431 0 1 0 10 1 0 0 20 0 18 0 254311396 9787813888 6088 33554432000 1073741824 1073778376 140736995606704 140736995597840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28941/statm: 2389603 6088 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300161 s]
/proc/loadavg: 3.10 2.36 2.34 4/198 28941
/proc/meminfo: memFree=27045784/32873648 swapFree=6856/6856
[pid=28941] ppid=28939 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/28941/stat : 28941 (java) S 28939 28941 24583 0 -1 4202496 5393 0 1 0 47 1 0 0 20 0 18 0 254311396 9787813888 8790 33554432000 1073741824 1073778376 140736995606704 140736995597840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28941/statm: 2389603 8790 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700249 s]
/proc/loadavg: 3.10 2.36 2.34 4/198 28941
/proc/meminfo: memFree=27045784/32873648 swapFree=6856/6856
[pid=28941] ppid=28939 vsize=9558412 CPUtime=1.38 cores=1,3,5,7
/proc/28941/stat : 28941 (java) S 28939 28941 24583 0 -1 4202496 12976 0 1 0 132 6 0 0 20 0 18 0 254311396 9787813888 44436 33554432000 1073741824 1073778376 140736995606704 140736995597840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28941/statm: 2389603 44436 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9558412

[startup+1.50068 s]
/proc/loadavg: 3.10 2.36 2.34 4/216 28959
/proc/meminfo: memFree=26858156/32873648 swapFree=6856/6856
[pid=28941] ppid=28939 vsize=9558412 CPUtime=2.54 cores=1,3,5,7
/proc/28941/stat : 28941 (java) S 28939 28941 24583 0 -1 4202496 14138 0 1 0 239 15 0 0 20 0 18 0 254311396 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 140736995597840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28941/statm: 2389603 87201 2247 9 0 2380296 0
[pid=28941/tid=28943] ppid=28939 vsize=9558412 CPUtime=1.39 cores=1,3,5,7
/proc/28941/task/28943/stat : 28943 (java) R 28939 28941 24583 0 -1 4202560 2565 0 1 0 134 5 0 0 20 0 18 0 254311396 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139868323253416 139868177374896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28944] ppid=28939 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/28941/task/28944/stat : 28944 (java) S 28939 28941 24583 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 254311397 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139868295707048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28945] ppid=28939 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/28941/task/28945/stat : 28945 (java) S 28939 28941 24583 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 254311397 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139868165941800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28946] ppid=28939 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/28941/task/28946/stat : 28946 (java) S 28939 28941 24583 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 254311397 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139868164888744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28947] ppid=28939 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/28941/task/28947/stat : 28947 (java) S 28939 28941 24583 0 -1 4202560 26 0 0 0 3 1 0 0 20 0 18 0 254311397 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139868163836200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28948] ppid=28939 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/28941/task/28948/stat : 28948 (java) S 28939 28941 24583 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 254311397 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139868162784168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28949] ppid=28939 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/28941/task/28949/stat : 28949 (java) S 28939 28941 24583 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 18 0 254311397 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139868161731624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28950] ppid=28939 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/28941/task/28950/stat : 28950 (java) S 28939 28941 24583 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 254311397 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139867824581288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28951] ppid=28939 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/28941/task/28951/stat : 28951 (java) S 28939 28941 24583 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 254311397 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139867823528744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28952] ppid=28939 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28952/stat : 28952 (java) S 28939 28941 24583 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254311398 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139867811330408 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28953] ppid=28939 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28953/stat : 28953 (java) S 28939 28941 24583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254311398 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139867810276728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28954] ppid=28939 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28954/stat : 28954 (java) S 28939 28941 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254311398 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139867809223560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28955] ppid=28939 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28955/stat : 28955 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254311401 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139867808172304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28956] ppid=28939 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/28941/task/28956/stat : 28956 (java) S 28939 28941 24583 0 -1 4202560 4784 0 0 0 36 0 0 0 20 0 18 0 254311401 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139867807120184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28957] ppid=28939 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/28941/task/28957/stat : 28957 (java) S 28939 28941 24583 0 -1 4202560 5270 0 0 0 42 1 0 0 20 0 18 0 254311401 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139867806067640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28958] ppid=28939 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28958/stat : 28958 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254311401 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139867805014776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28959] ppid=28939 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28959/stat : 28959 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254311401 9787813888 87201 33554432000 1073741824 1073778376 140736995606704 139867803962440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 9558412

[startup+3.10084 s]
/proc/loadavg: 3.10 2.36 2.34 10/219 28963
/proc/meminfo: memFree=26667360/32873648 swapFree=6856/6856
[pid=28941] ppid=28939 vsize=9824668 CPUtime=6.6 cores=1,3,5,7
/proc/28941/stat : 28941 (java) S 28939 28941 24583 0 -1 4202496 17994 0 1 0 635 25 0 0 20 0 22 0 254311396 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 140736995597840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28941/statm: 2456167 126397 2279 9 0 2446860 0
[pid=28941/tid=28943] ppid=28939 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/28941/task/28943/stat : 28943 (java) S 28939 28941 24583 0 -1 4202560 2577 0 1 0 148 6 0 0 20 0 22 0 254311396 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139868323255288 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28944] ppid=28939 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/28941/task/28944/stat : 28944 (java) S 28939 28941 24583 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 254311397 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139868295707048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28945] ppid=28939 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/28941/task/28945/stat : 28945 (java) S 28939 28941 24583 0 -1 4202560 48 0 0 0 5 2 0 0 20 0 22 0 254311397 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139868165941800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28946] ppid=28939 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28941/task/28946/stat : 28946 (java) S 28939 28941 24583 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 254311397 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139868164888744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28947] ppid=28939 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/28941/task/28947/stat : 28947 (java) S 28939 28941 24583 0 -1 4202560 65 0 0 0 7 3 0 0 20 0 22 0 254311397 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139868163836200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28948] ppid=28939 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28941/task/28948/stat : 28948 (java) S 28939 28941 24583 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 254311397 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139868162784168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28949] ppid=28939 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/28941/task/28949/stat : 28949 (java) S 28939 28941 24583 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 254311397 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139868161731624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28950] ppid=28939 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28941/task/28950/stat : 28950 (java) S 28939 28941 24583 0 -1 4202560 42 0 0 0 3 2 0 0 20 0 22 0 254311397 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867824581288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28951] ppid=28939 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/28941/task/28951/stat : 28951 (java) S 28939 28941 24583 0 -1 4202560 62 0 0 0 6 3 0 0 20 0 22 0 254311397 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867823528744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28952] ppid=28939 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/28941/task/28952/stat : 28952 (java) R 28939 28941 24583 0 -1 4202560 216 0 0 0 6 0 0 0 20 0 22 0 254311398 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867811329384 139868329762888 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28953] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28953/stat : 28953 (java) S 28939 28941 24583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254311398 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867810276728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28954] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28954/stat : 28954 (java) S 28939 28941 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254311398 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867809223560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28955] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28955/stat : 28955 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254311401 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867808172304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28956] ppid=28939 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/28941/task/28956/stat : 28956 (java) S 28939 28941 24583 0 -1 4202560 4845 0 0 0 87 0 0 0 20 0 22 0 254311401 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867807120184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28957] ppid=28939 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/28941/task/28957/stat : 28957 (java) S 28939 28941 24583 0 -1 4202560 8688 0 0 0 85 3 0 0 20 0 22 0 254311401 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867806054920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28958] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28958/stat : 28958 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254311401 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867805014776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28959] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28959/stat : 28959 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254311401 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867803962440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28960] ppid=28939 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/28941/task/28960/stat : 28960 (java) S 28939 28941 24583 0 -1 4202560 22 0 0 0 128 0 0 0 20 0 22 0 254311560 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867802907096 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28961] ppid=28939 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/28941/task/28961/stat : 28961 (java) S 28939 28941 24583 0 -1 4202560 119 0 0 0 125 3 0 0 20 0 22 0 254311560 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867801852792 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28962] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28962/stat : 28962 (java) S 28939 28941 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311562 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867800802088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28963] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28963/stat : 28963 (java) S 28939 28941 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254311562 10060460032 126397 33554432000 1073741824 1073778376 140736995606704 139867799749544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 9824668

[startup+6.30074 s]
/proc/loadavg: 3.09 2.37 2.34 5/219 28963
/proc/meminfo: memFree=26416868/32873648 swapFree=6856/6856
[pid=28941] ppid=28939 vsize=9824668 CPUtime=13.66 cores=1,3,5,7
/proc/28941/stat : 28941 (java) S 28939 28941 24583 0 -1 4202496 25665 0 1 0 1337 29 0 0 20 0 22 0 254311396 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 140736995597840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28941/statm: 2456167 158848 2282 9 0 2446860 0
[pid=28941/tid=28943] ppid=28939 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/28941/task/28943/stat : 28943 (java) S 28939 28941 24583 0 -1 4202560 2577 0 1 0 148 6 0 0 20 0 22 0 254311396 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139868323255288 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28944] ppid=28939 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/28941/task/28944/stat : 28944 (java) S 28939 28941 24583 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 254311397 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139868295707048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28945] ppid=28939 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/28941/task/28945/stat : 28945 (java) S 28939 28941 24583 0 -1 4202560 50 0 0 0 6 2 0 0 20 0 22 0 254311397 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139868165941800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28946] ppid=28939 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28941/task/28946/stat : 28946 (java) S 28939 28941 24583 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 254311397 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139868164888744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28947] ppid=28939 vsize=9824668 CPUtime=0.11 cores=1,3,5,7
/proc/28941/task/28947/stat : 28947 (java) S 28939 28941 24583 0 -1 4202560 65 0 0 0 8 3 0 0 20 0 22 0 254311397 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139868163836200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28948] ppid=28939 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28941/task/28948/stat : 28948 (java) S 28939 28941 24583 0 -1 4202560 22 0 0 0 3 2 0 0 20 0 22 0 254311397 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139868162784168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28949] ppid=28939 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/28941/task/28949/stat : 28949 (java) S 28939 28941 24583 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 22 0 254311397 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139868161731624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28950] ppid=28939 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/28941/task/28950/stat : 28950 (java) S 28939 28941 24583 0 -1 4202560 43 0 0 0 5 2 0 0 20 0 22 0 254311397 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139867824581288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28951] ppid=28939 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/28941/task/28951/stat : 28951 (java) S 28939 28941 24583 0 -1 4202560 64 0 0 0 7 3 0 0 20 0 22 0 254311397 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139867823528744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28952] ppid=28939 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/28941/task/28952/stat : 28952 (java) S 28939 28941 24583 0 -1 4202560 250 0 0 0 63 0 0 0 20 0 22 0 254311398 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139867811330408 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28953] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28953/stat : 28953 (java) S 28939 28941 24583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254311398 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139867810276728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28954] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28954/stat : 28954 (java) S 28939 28941 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254311398 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139867809223560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28955] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28955/stat : 28955 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254311401 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139867808172304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28956] ppid=28939 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/28941/task/28956/stat : 28956 (java) R 28939 28941 24583 0 -1 4202560 6807 0 0 0 125 1 0 0 20 0 22 0 254311401 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139867807107464 139868330067497 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28957] ppid=28939 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/28941/task/28957/stat : 28957 (java) S 28939 28941 24583 0 -1 4202560 14311 0 0 0 166 4 0 0 20 0 22 0 254311401 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139867806067640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28958] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28958/stat : 28958 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254311401 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139867805014776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28959] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28959/stat : 28959 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254311401 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139867803962440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28960] ppid=28939 vsize=9824668 CPUtime=3.89 cores=1,3,5,7
/proc/28941/task/28960/stat : 28960 (java) R 28939 28941 24583 0 -1 4202560 23 0 0 0 389 0 0 0 20 0 22 0 254311560 10060460032 158848 33554432000 1073741824 1073778376 140736995606704 139867802906976 139868177878943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0

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

[pid=28941/tid=28961] ppid=28939 vsize=9824668 CPUtime=795.18 cores=1,3,5,7
/proc/28941/task/28961/stat : 28961 (java) R 28939 28941 24583 0 -1 4202560 2271 0 0 0 79469 49 0 0 20 0 22 0 254311560 10060460032 555447 33554432000 1073741824 1073778376 140736995606704 139867801853344 139868177974996 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28962] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28962/stat : 28962 (java) S 28939 28941 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311562 10060460032 555447 33554432000 1073741824 1073778376 140736995606704 139867800802088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28963] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28963/stat : 28963 (java) S 28939 28941 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254311562 10060460032 555447 33554432000 1073741824 1073778376 140736995606704 139867799749544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1637.08
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.97 3.84 3.29 5/218 29060
/proc/meminfo: memFree=25894740/32873648 swapFree=6856/6856
[pid=28941] ppid=28939 vsize=9824668 CPUtime=1756.78 cores=1,3,5,7
/proc/28941/stat : 28941 (java) S 28939 28941 24583 0 -1 4202496 49963 0 1 0 175527 151 0 0 20 0 22 0 254311396 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 140736995597840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28941/statm: 2456167 541149 2286 9 0 2446860 0
[pid=28941/tid=28943] ppid=28939 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/28941/task/28943/stat : 28943 (java) S 28939 28941 24583 0 -1 4202560 2607 0 1 0 151 8 0 0 20 0 22 0 254311396 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139868323255288 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28944] ppid=28939 vsize=9824668 CPUtime=3.06 cores=1,3,5,7
/proc/28941/task/28944/stat : 28944 (java) S 28939 28941 24583 0 -1 4202560 326 0 0 0 300 6 0 0 20 0 22 0 254311397 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139868295707048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28945] ppid=28939 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/28941/task/28945/stat : 28945 (java) S 28939 28941 24583 0 -1 4202560 326 0 0 0 295 6 0 0 20 0 22 0 254311397 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139868165941800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28946] ppid=28939 vsize=9824668 CPUtime=2.99 cores=1,3,5,7
/proc/28941/task/28946/stat : 28946 (java) S 28939 28941 24583 0 -1 4202560 297 0 0 0 294 5 0 0 20 0 22 0 254311397 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139868164888744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28947] ppid=28939 vsize=9824668 CPUtime=3.26 cores=1,3,5,7
/proc/28941/task/28947/stat : 28947 (java) S 28939 28941 24583 0 -1 4202560 355 0 0 0 319 7 0 0 20 0 22 0 254311397 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139868163836200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28948] ppid=28939 vsize=9824668 CPUtime=3.23 cores=1,3,5,7
/proc/28941/task/28948/stat : 28948 (java) S 28939 28941 24583 0 -1 4202560 290 0 0 0 317 6 0 0 20 0 22 0 254311397 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139868162784168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28949] ppid=28939 vsize=9824668 CPUtime=3.14 cores=1,3,5,7
/proc/28941/task/28949/stat : 28949 (java) S 28939 28941 24583 0 -1 4202560 311 0 0 0 308 6 0 0 20 0 22 0 254311397 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139868161731624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28950] ppid=28939 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/28941/task/28950/stat : 28950 (java) S 28939 28941 24583 0 -1 4202560 318 0 0 0 306 5 0 0 20 0 22 0 254311397 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867824581288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28951] ppid=28939 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/28941/task/28951/stat : 28951 (java) S 28939 28941 24583 0 -1 4202560 335 0 0 0 305 6 0 0 20 0 22 0 254311397 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867823528744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28952] ppid=28939 vsize=9824668 CPUtime=20.05 cores=1,3,5,7
/proc/28941/task/28952/stat : 28952 (java) S 28939 28941 24583 0 -1 4202560 19808 0 0 0 1969 36 0 0 20 0 22 0 254311398 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867811330408 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28953] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28953/stat : 28953 (java) S 28939 28941 24583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254311398 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867810276728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28954] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28954/stat : 28954 (java) S 28939 28941 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254311398 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867809223560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28955] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28955/stat : 28955 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254311401 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867808172304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28956] ppid=28939 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/28941/task/28956/stat : 28956 (java) S 28939 28941 24583 0 -1 4202560 6809 0 0 0 128 2 0 0 20 0 22 0 254311401 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867807120184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28957] ppid=28939 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/28941/task/28957/stat : 28957 (java) S 28939 28941 24583 0 -1 4202560 14320 0 0 0 189 4 0 0 20 0 22 0 254311401 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867806067640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28958] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28958/stat : 28958 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254311401 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867805014776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28959] ppid=28939 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/28941/task/28959/stat : 28959 (java) S 28939 28941 24583 0 -1 4202560 50 0 0 0 13 22 0 0 20 0 22 0 254311401 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867803962440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28960] ppid=28939 vsize=9824668 CPUtime=853.36 cores=1,3,5,7
/proc/28941/task/28960/stat : 28960 (java) R 28939 28941 24583 0 -1 4202560 336 0 0 0 85321 15 0 0 20 0 22 0 254311560 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867802906000 139868177813514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28961] ppid=28939 vsize=9824668 CPUtime=853.42 cores=1,3,5,7
/proc/28941/task/28961/stat : 28961 (java) R 28939 28941 24583 0 -1 4202560 2280 0 0 0 85293 49 0 0 20 0 22 0 254311560 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867801852560 139868177975107 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28962] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28962/stat : 28962 (java) S 28939 28941 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311562 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867800802088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28963] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28963/stat : 28963 (java) S 28939 28941 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254311562 10060460032 541149 33554432000 1073741824 1073778376 140736995606704 139867799749544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1756.78
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.101 s]
/proc/loadavg: 3.98 3.85 3.30 4/219 29061
/proc/meminfo: memFree=25743048/32873648 swapFree=6856/6856
[pid=28941] ppid=28939 vsize=9824668 CPUtime=1800.1 cores=1,3,5,7
/proc/28941/stat : 28941 (java) S 28939 28941 24583 0 -1 4202496 50010 0 1 0 179857 153 0 0 20 0 22 0 254311396 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 140736995597840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28941/statm: 2456167 538250 2286 9 0 2446860 0
[pid=28941/tid=28943] ppid=28939 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/28941/task/28943/stat : 28943 (java) S 28939 28941 24583 0 -1 4202560 2609 0 1 0 151 8 0 0 20 0 22 0 254311396 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868323255288 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28944] ppid=28939 vsize=9824668 CPUtime=3.17 cores=1,3,5,7
/proc/28941/task/28944/stat : 28944 (java) S 28939 28941 24583 0 -1 4202560 330 0 0 0 311 6 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868295707048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28945] ppid=28939 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/28941/task/28945/stat : 28945 (java) S 28939 28941 24583 0 -1 4202560 326 0 0 0 305 6 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868165941800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28946] ppid=28939 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/28941/task/28946/stat : 28946 (java) S 28939 28941 24583 0 -1 4202560 302 0 0 0 304 5 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868164888744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28947] ppid=28939 vsize=9824668 CPUtime=3.34 cores=1,3,5,7
/proc/28941/task/28947/stat : 28947 (java) S 28939 28941 24583 0 -1 4202560 356 0 0 0 327 7 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868163836200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28948] ppid=28939 vsize=9824668 CPUtime=3.33 cores=1,3,5,7
/proc/28941/task/28948/stat : 28948 (java) S 28939 28941 24583 0 -1 4202560 308 0 0 0 327 6 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868162784168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28949] ppid=28939 vsize=9824668 CPUtime=3.22 cores=1,3,5,7
/proc/28941/task/28949/stat : 28949 (java) S 28939 28941 24583 0 -1 4202560 312 0 0 0 316 6 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868161731624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28950] ppid=28939 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/28941/task/28950/stat : 28950 (java) S 28939 28941 24583 0 -1 4202560 321 0 0 0 316 5 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867824581288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28951] ppid=28939 vsize=9824668 CPUtime=3.19 cores=1,3,5,7
/proc/28941/task/28951/stat : 28951 (java) S 28939 28941 24583 0 -1 4202560 337 0 0 0 312 7 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867823528744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28952] ppid=28939 vsize=9824668 CPUtime=20.7 cores=1,3,5,7
/proc/28941/task/28952/stat : 28952 (java) S 28939 28941 24583 0 -1 4202560 19810 0 0 0 2034 36 0 0 20 0 22 0 254311398 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867811330408 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28953] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28953/stat : 28953 (java) S 28939 28941 24583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254311398 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867810276728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28954] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28954/stat : 28954 (java) S 28939 28941 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254311398 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867809223560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28955] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28955/stat : 28955 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254311401 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867808172304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28956] ppid=28939 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/28941/task/28956/stat : 28956 (java) S 28939 28941 24583 0 -1 4202560 6809 0 0 0 128 2 0 0 20 0 22 0 254311401 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867807120184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28957] ppid=28939 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/28941/task/28957/stat : 28957 (java) S 28939 28941 24583 0 -1 4202560 14320 0 0 0 189 4 0 0 20 0 22 0 254311401 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867806067640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28958] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28958/stat : 28958 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254311401 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867805014776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28959] ppid=28939 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/28941/task/28959/stat : 28959 (java) S 28939 28941 24583 0 -1 4202560 52 0 0 0 13 23 0 0 20 0 22 0 254311401 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867803962440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28960] ppid=28939 vsize=9824668 CPUtime=874.31 cores=1,3,5,7
/proc/28941/task/28960/stat : 28960 (java) R 28939 28941 24583 0 -1 4202560 341 0 0 0 87415 16 0 0 20 0 22 0 254311560 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867802905104 139868177813548 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28961] ppid=28939 vsize=9824668 CPUtime=874.37 cores=1,3,5,7
/proc/28941/task/28961/stat : 28961 (java) R 28939 28941 24583 0 -1 4202560 2282 0 0 0 87387 50 0 0 20 0 22 0 254311560 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867801853248 139868177973586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28962] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28962/stat : 28962 (java) S 28939 28941 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311562 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867800802088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28963] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28963/stat : 28963 (java) S 28939 28941 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254311562 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867799749544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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

[startup+904.101 s]
/proc/loadavg: 3.98 3.85 3.30 4/219 29061
/proc/meminfo: memFree=25743048/32873648 swapFree=6856/6856
[pid=28941] ppid=28939 vsize=9824668 CPUtime=1800.1 cores=1,3,5,7
/proc/28941/stat : 28941 (java) S 28939 28941 24583 0 -1 4202496 50010 0 1 0 179857 153 0 0 20 0 22 0 254311396 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 140736995597840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28941/statm: 2456167 538250 2286 9 0 2446860 0
[pid=28941/tid=28943] ppid=28939 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/28941/task/28943/stat : 28943 (java) S 28939 28941 24583 0 -1 4202560 2609 0 1 0 151 8 0 0 20 0 22 0 254311396 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868323255288 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28944] ppid=28939 vsize=9824668 CPUtime=3.17 cores=1,3,5,7
/proc/28941/task/28944/stat : 28944 (java) S 28939 28941 24583 0 -1 4202560 330 0 0 0 311 6 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868295707048 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28945] ppid=28939 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/28941/task/28945/stat : 28945 (java) S 28939 28941 24583 0 -1 4202560 326 0 0 0 305 6 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868165941800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28946] ppid=28939 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/28941/task/28946/stat : 28946 (java) S 28939 28941 24583 0 -1 4202560 302 0 0 0 304 5 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868164888744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28947] ppid=28939 vsize=9824668 CPUtime=3.34 cores=1,3,5,7
/proc/28941/task/28947/stat : 28947 (java) S 28939 28941 24583 0 -1 4202560 356 0 0 0 327 7 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868163836200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28948] ppid=28939 vsize=9824668 CPUtime=3.33 cores=1,3,5,7
/proc/28941/task/28948/stat : 28948 (java) S 28939 28941 24583 0 -1 4202560 308 0 0 0 327 6 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868162784168 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28949] ppid=28939 vsize=9824668 CPUtime=3.22 cores=1,3,5,7
/proc/28941/task/28949/stat : 28949 (java) S 28939 28941 24583 0 -1 4202560 312 0 0 0 316 6 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139868161731624 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28950] ppid=28939 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/28941/task/28950/stat : 28950 (java) S 28939 28941 24583 0 -1 4202560 321 0 0 0 316 5 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867824581288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28951] ppid=28939 vsize=9824668 CPUtime=3.19 cores=1,3,5,7
/proc/28941/task/28951/stat : 28951 (java) S 28939 28941 24583 0 -1 4202560 337 0 0 0 312 7 0 0 20 0 22 0 254311397 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867823528744 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28952] ppid=28939 vsize=9824668 CPUtime=20.7 cores=1,3,5,7
/proc/28941/task/28952/stat : 28952 (java) S 28939 28941 24583 0 -1 4202560 19810 0 0 0 2034 36 0 0 20 0 22 0 254311398 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867811330408 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28953] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28953/stat : 28953 (java) S 28939 28941 24583 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254311398 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867810276728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28954] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28954/stat : 28954 (java) S 28939 28941 24583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254311398 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867809223560 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28955] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28955/stat : 28955 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254311401 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867808172304 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28956] ppid=28939 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/28941/task/28956/stat : 28956 (java) S 28939 28941 24583 0 -1 4202560 6809 0 0 0 128 2 0 0 20 0 22 0 254311401 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867807120184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28957] ppid=28939 vsize=9824668 CPUtime=1.93 cores=1,3,5,7
/proc/28941/task/28957/stat : 28957 (java) S 28939 28941 24583 0 -1 4202560 14320 0 0 0 189 4 0 0 20 0 22 0 254311401 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867806067640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28958] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28958/stat : 28958 (java) S 28939 28941 24583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254311401 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867805014776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28941/tid=28959] ppid=28939 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/28941/task/28959/stat : 28959 (java) S 28939 28941 24583 0 -1 4202560 52 0 0 0 13 23 0 0 20 0 22 0 254311401 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867803962440 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28960] ppid=28939 vsize=9824668 CPUtime=874.31 cores=1,3,5,7
/proc/28941/task/28960/stat : 28960 (java) R 28939 28941 24583 0 -1 4202560 341 0 0 0 87415 16 0 0 20 0 22 0 254311560 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867802905104 139868177813548 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28941/tid=28961] ppid=28939 vsize=9824668 CPUtime=874.37 cores=1,3,5,7
/proc/28941/task/28961/stat : 28961 (java) R 28939 28941 24583 0 -1 4202560 2282 0 0 0 87387 50 0 0 20 0 22 0 254311560 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867801853248 139868177973586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28941/tid=28962] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28962/stat : 28962 (java) S 28939 28941 24583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254311562 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867800802088 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28941/tid=28963] ppid=28939 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/28941/task/28963/stat : 28963 (java) S 28939 28941 24583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254311562 10060460032 538250 33554432000 1073741824 1073778376 140736995606704 139867799749544 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 904.164
CPU time (s): 1800.64
CPU user time (s): 1798.6
CPU system time (s): 2.04069
CPU usage (%): 199.15
Max. virtual memory (cumulated for all children) (KiB): 9826540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.6
system time used= 2.04069
maximum resident set size= 2898228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50043
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36669
involuntary context switches= 56460

runsolver used 2.96255 second user time and 8.5527 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-24 19:51:00
IDJOB=3689412
IDBENCH=89699
IDSOLVER=2268
FILE ID=node125/3689412-1337881860
RUNJOBID= node125-1337871881-24600
PBS_JOBID= 14620079
Free space on /tmp= 71684 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-73.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689412-1337881860/watcher-3689412-1337881860 -o /tmp/evaluation-result-3689412-1337881860/solver-3689412-1337881860 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689412-1337881860.opb

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

MD5SUM BENCH= 56a27796f1168612394e164ff5d947f7
RANDOM SEED=837339142

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27045800 kB
Buffers:          208632 kB
Cached:          2215308 kB
SwapCached:            0 kB
Active:          3247804 kB
Inactive:        1808688 kB
Active(anon):    2635116 kB
Inactive(anon):        0 kB
Active(file):     612688 kB
Inactive(file):  1808688 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7888 kB
Writeback:            24 kB
AnonPages:       2641040 kB
Mapped:            22596 kB
Shmem:               200 kB
Slab:             627540 kB
SReclaimable:      71424 kB
SUnreclaim:       556116 kB
KernelStack:        1632 kB
PageTables:         9336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3278224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2572288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71692 MiB
End job on node125 at 2012-05-24 20:06:06