Trace number 3458835

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.14 1799.15

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mkc.opb
MD5SUMeae2e8a732d92a062f083ccb58900b63
Bench CategoryOPT-BIGINT (optimisation, big integers)
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 FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -144250
Optimality of the best value was proved NO
Number of variables5383
Total number of constraints3279
Number of constraints which are clauses2977
Number of constraints which are cardinality constraints (but not clauses)276
Number of constraints which are nor clauses,nor cardinality constraints26
Minimum length of a constraint2
Maximum length of a constraint2952
Number of terms in the objective function 2946
Biggest coefficient in the objective function 20000
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 31442101
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 138201238403
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.1.v20110525
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.18-164.el5
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		12995394264
0.00/0.10	c Max memory 		13063553024
0.00/0.10	c Total memory 		13063553024
0.00/0.10	c Number of processors 	8
0.11/0.12	c Pseudo Boolean Optimization
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.12	c Expensive reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c --- End Solver configuration ---
0.11/0.12	c solving HOME/instance-3458835-1307152292.opb
0.11/0.12	c reading problem ... 
0.59/0.36	c ... done. Wall clock time 0.243s.
0.59/0.36	c #vars     5383
0.59/0.36	c #constraints  3312
0.59/0.36	c constraints type 
0.59/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 276
0.59/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2921
0.59/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 28
21.33/20.70	c cleaning 2463 clauses out of 5000 with flag 5000/5000
42.38/41.78	c cleaning 4243 clauses out of 8537 with flag 11000/11000
66.89/66.21	c cleaning 5624 clauses out of 11294 with flag 18000/18000
90.50/89.90	c cleaning 6826 clauses out of 13670 with flag 26000/26000
114.97/114.27	c cleaning 7889 clauses out of 15844 with flag 35000/35000
142.17/141.47	c cleaning 8956 clauses out of 17955 with flag 45000/45000
170.30/169.58	c cleaning 9343 clauses out of 18999 with flag 55000/55000
204.98/204.28	c cleaning 9823 clauses out of 19656 with flag 65000/65000
229.98/229.26	c cleaning 9875 clauses out of 19833 with flag 75000/75000
264.39/263.67	c cleaning 9927 clauses out of 19958 with flag 85000/85000
301.00/300.20	c cleaning 9983 clauses out of 20031 with flag 95000/95000
335.91/335.15	c cleaning 9952 clauses out of 20048 with flag 105000/105000
370.01/369.24	c cleaning 9989 clauses out of 20096 with flag 115000/115000
407.01/406.26	c cleaning 9948 clauses out of 20107 with flag 125000/125000
439.84/439.06	c cleaning 10063 clauses out of 20159 with flag 135000/135000
473.22/472.43	c cleaning 9947 clauses out of 20096 with flag 145000/145000
509.23/508.46	c cleaning 10008 clauses out of 20149 with flag 155000/155000
544.43/543.62	c cleaning 9961 clauses out of 20141 with flag 165000/165000
577.14/576.30	c cleaning 10072 clauses out of 20180 with flag 175000/175000
611.04/610.21	c cleaning 9967 clauses out of 20108 with flag 185000/185000
640.15/639.36	c cleaning 10067 clauses out of 20142 with flag 195001/195001
670.55/669.74	c cleaning 10031 clauses out of 20074 with flag 205000/205000
700.36/699.59	c cleaning 10002 clauses out of 20043 with flag 215000/215000
728.96/728.21	c cleaning 9989 clauses out of 20041 with flag 225000/225000
757.96/757.10	c cleaning 10016 clauses out of 20053 with flag 235001/235001
787.38/786.55	c cleaning 9994 clauses out of 20037 with flag 245001/245001
820.08/819.27	c cleaning 9929 clauses out of 20042 with flag 255000/255000
854.49/853.68	c cleaning 10044 clauses out of 20113 with flag 265000/265000
890.98/890.18	c cleaning 9958 clauses out of 20069 with flag 275000/275000
925.49/924.60	c cleaning 10011 clauses out of 20111 with flag 285000/285000
959.29/958.44	c cleaning 9947 clauses out of 20100 with flag 295000/295000
994.99/994.14	c cleaning 10036 clauses out of 20153 with flag 305000/305000
1029.71/1028.87	c cleaning 10035 clauses out of 20117 with flag 315000/315000
1064.62/1063.79	c cleaning 9966 clauses out of 20082 with flag 325000/325000
1098.61/1097.71	c cleaning 10016 clauses out of 20116 with flag 335000/335000
1131.61/1130.74	c cleaning 9992 clauses out of 20100 with flag 345000/345000
1164.91/1164.03	c cleaning 9991 clauses out of 20109 with flag 355001/355001
1197.92/1197.01	c cleaning 10022 clauses out of 20118 with flag 365001/365001
1230.52/1229.61	c cleaning 10024 clauses out of 20095 with flag 375000/375000
1263.52/1262.64	c cleaning 9971 clauses out of 20071 with flag 385000/385000
1299.52/1298.61	c cleaning 10029 clauses out of 20100 with flag 395000/395000
1344.63/1343.73	c cleaning 10010 clauses out of 20071 with flag 405000/405000
1386.53/1385.63	c cleaning 9919 clauses out of 20061 with flag 415000/415000
1431.54/1430.62	c cleaning 9953 clauses out of 20142 with flag 425000/425000
1476.16/1475.25	c cleaning 10010 clauses out of 20189 with flag 435000/435000
1520.05/1519.15	c cleaning 10057 clauses out of 20179 with flag 445000/445000
1564.06/1563.20	c cleaning 9943 clauses out of 20122 with flag 455000/455000
1604.15/1603.26	c cleaning 10048 clauses out of 20179 with flag 465000/465000
1647.95/1647.03	c cleaning 9851 clauses out of 20131 with flag 475000/475000
1690.56/1689.63	c cleaning 10061 clauses out of 20280 with flag 485000/485000
1730.85/1729.99	c cleaning 10077 clauses out of 20219 with flag 495000/495000
1771.46/1770.51	c cleaning 9969 clauses out of 20142 with flag 505000/505000
1800.07/1799.12	c starts		: 152
1800.07/1799.12	c conflicts		: 512473
1800.07/1799.12	c decisions		: 538073
1800.07/1799.12	c propagations		: 40177003
1800.07/1799.12	c inspects		: 97469586
1800.07/1799.12	c shortcuts		: 0
1800.07/1799.12	c learnt literals	: 0
1800.07/1799.12	c learnt binary clauses	: 0
1800.07/1799.12	c learnt ternary clauses	: 0
1800.07/1799.12	c learnt constraints	: 512472
1800.07/1799.12	c ignored constraints	: 0
1800.07/1799.12	c root simplifications	: 0
1800.07/1799.12	c removed literals (reason simplification)	: 1342262350
1800.07/1799.12	c reason swapping (by a shorter reason)	: 0
1800.07/1799.12	c Calls to reduceDB	: 52
1800.07/1799.12	c number of reductions to clauses (during analyze)	: 0
1800.07/1799.12	c number of learned constraints concerned by reduction	: 0
1800.07/1799.12	c number of learning phase by resolution	: 0
1800.07/1799.12	c number of learning phase by cutting planes	: 0
1800.07/1799.12	c speed (assignments/second)	: 22335.956623427595
1800.07/1799.12	c non guided choices	2
1800.07/1799.13	c learnt constraints type 
1800.07/1799.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17648
1800.07/1799.13	c constraints type 
1800.07/1799.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 276
1800.07/1799.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2921
1800.07/1799.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 28
1800.07/1799.13	s UNKNOWN
1800.07/1799.13	c Total wall clock time (in seconds): 1799.014

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458835-1307152292/watcher-3458835-1307152292 -o /tmp/evaluation-result-3458835-1307152292/solver-3458835-1307152292 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458835-1307152292.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: 1.98 2.02 2.00 1/533 22053
/proc/meminfo: memFree=29076124/32951124 swapFree=58212616/67111528
[pid=22053] ppid=22051 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/22053/stat : 22053 (java) S 22051 22053 19861 0 -1 4202496 2058 0 1 0 0 0 0 0 18 0 2 0 826827142 13833195520 1760 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256151525 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/22053/statm: 3377245 1773 906 9 0 3368401 0
[pid=22053/tid=22054] ppid=22051 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22054/stat : 22054 (java) R 22051 22053 19861 0 -1 4202560 5452 0 1 0 0 0 0 0 18 0 2 0 826827142 13850947584 6268 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228244042811 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.113992 s]
/proc/loadavg: 1.98 2.02 2.00 1/533 22053
/proc/meminfo: memFree=29076124/32951124 swapFree=58212616/67111528
[pid=22053] ppid=22051 vsize=13621940 CPUtime=0.11 cores=1,3,5,7
/proc/22053/stat : 22053 (java) S 22051 22053 19861 0 -1 4202496 15576 0 1 0 9 2 0 0 18 0 18 0 826827142 13948866560 15229 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22053/statm: 3405485 15230 2092 9 0 3396219 0
[pid=22053/tid=22054] ppid=22051 vsize=13621940 CPUtime=0.08 cores=1,3,5,7
/proc/22053/task/22054/stat : 22054 (java) R 22051 22053 19861 0 -1 4202560 13624 0 1 0 7 1 0 0 22 0 18 0 826827142 13948866560 15230 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13621940

[startup+0.204576 s]
/proc/loadavg: 1.98 2.02 2.00 1/533 22053
/proc/meminfo: memFree=29076124/32951124 swapFree=58212616/67111528
[pid=22053] ppid=22051 vsize=13621940 CPUtime=0.27 cores=1,3,5,7
/proc/22053/stat : 22053 (java) S 22051 22053 19861 0 -1 4202496 16831 0 1 0 25 2 0 0 18 0 18 0 826827142 13948866560 16350 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22053/statm: 3405485 16353 2188 9 0 3396219 0
[pid=22053/tid=22054] ppid=22051 vsize=13621940 CPUtime=0.16 cores=1,3,5,7
/proc/22053/task/22054/stat : 22054 (java) R 22051 22053 19861 0 -1 4202560 14220 0 1 0 15 1 0 0 22 0 18 0 826827142 13948866560 16353 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 47633192520531 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13621940

[startup+0.343249 s]
/proc/loadavg: 1.98 2.02 2.00 1/533 22053
/proc/meminfo: memFree=29076124/32951124 swapFree=58212616/67111528
[pid=22053] ppid=22051 vsize=13623412 CPUtime=0.59 cores=1,3,5,7
/proc/22053/stat : 22053 (java) S 22051 22053 19861 0 -1 4202496 21933 0 1 0 56 3 0 0 18 0 18 0 826827142 13950373888 20764 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22053/statm: 3405853 20765 2204 9 0 3396587 0
[pid=22053/tid=22054] ppid=22051 vsize=13623412 CPUtime=0.3 cores=1,3,5,7
/proc/22053/task/22054/stat : 22054 (java) R 22051 22053 19861 0 -1 4202560 18128 0 1 0 28 2 0 0 22 0 18 0 826827142 13950373888 20766 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 13623412

[startup+0.700843 s]
/proc/loadavg: 1.98 2.02 2.00 1/533 22053
/proc/meminfo: memFree=29076124/32951124 swapFree=58212616/67111528
[pid=22053] ppid=22051 vsize=13624440 CPUtime=1.23 cores=1,3,5,7
/proc/22053/stat : 22053 (java) S 22051 22053 19861 0 -1 4202496 26722 0 1 0 119 4 0 0 18 0 19 0 826827142 13951426560 23853 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22053/statm: 3406110 23853 2228 9 0 3396844 0
[pid=22053/tid=22054] ppid=22051 vsize=13624440 CPUtime=0.66 cores=1,3,5,7
/proc/22053/task/22054/stat : 22054 (java) R 22051 22053 19861 0 -1 4202560 20704 0 1 0 63 3 0 0 25 0 19 0 826827142 13951426560 23853 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 46912505746273 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 13624440

[startup+1.50071 s]
/proc/loadavg: 1.98 2.02 2.00 3/551 22078
/proc/meminfo: memFree=28989988/32951124 swapFree=58212616/67111528
[pid=22053] ppid=22051 vsize=13624440 CPUtime=2.07 cores=1,3,5,7
/proc/22053/stat : 22053 (java) S 22051 22053 19861 0 -1 4202496 26778 0 1 0 203 4 0 0 18 0 19 0 826827142 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22053/statm: 3406110 23908 2231 9 0 3396844 0
[pid=22053/tid=22054] ppid=22051 vsize=13624440 CPUtime=1.46 cores=1,3,5,7
/proc/22053/task/22054/stat : 22054 (java) R 22051 22053 19861 0 -1 4202560 20741 0 1 0 143 3 0 0 25 0 19 0 826827142 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 46912505746193 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22053/tid=22056] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22056/stat : 22056 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826827145 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22057] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22057/stat : 22057 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826827145 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22058] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22058/stat : 22058 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826827145 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22059] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22059/stat : 22059 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826827145 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22060] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22060/stat : 22060 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826827145 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22061] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22061/stat : 22061 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827145 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22062] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22062/stat : 22062 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827145 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22063] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22063/stat : 22063 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827145 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22064] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22064/stat : 22064 (java) S 22051 22053 19861 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 826827146 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 0 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22065] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22065/stat : 22065 (java) S 22051 22053 19861 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 826827146 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22066] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22066/stat : 22066 (java) S 22051 22053 19861 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 826827146 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22067] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22067/stat : 22067 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826827148 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256172465 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22068] ppid=22051 vsize=13624440 CPUtime=0.3 cores=1,3,5,7
/proc/22053/task/22068/stat : 22068 (java) S 22051 22053 19861 0 -1 4202560 1734 0 0 0 30 0 0 0 15 0 19 0 826827148 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22069] ppid=22051 vsize=13624440 CPUtime=0.29 cores=1,3,5,7
/proc/22053/task/22069/stat : 22069 (java) S 22051 22053 19861 0 -1 4202560 3143 0 0 0 29 0 0 0 15 0 19 0 826827148 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22070] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22070/stat : 22070 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827148 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22071] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22071/stat : 22071 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826827148 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 4 0 16800975 18446604459811603520 0 0 -1 1 0 0 0
[pid=22053/tid=22072] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22072/stat : 22072 (java) S 22051 22053 19861 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 826827181 13951426560 23908 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 4 0 16800975 18446604459811603520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 13624440

[startup+3.10142 s]
/proc/loadavg: 1.98 2.02 2.00 3/551 22093
/proc/meminfo: memFree=28957024/32951124 swapFree=58212616/67111528
[pid=22053] ppid=22051 vsize=13624440 CPUtime=3.69 cores=1,3,5,7
/proc/22053/stat : 22053 (java) S 22051 22053 19861 0 -1 4202496 26801 0 1 0 365 4 0 0 18 0 19 0 826827142 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22053/statm: 3406110 23931 2231 9 0 3396844 0
[pid=22053/tid=22054] ppid=22051 vsize=13624440 CPUtime=3.06 cores=1,3,5,7
/proc/22053/task/22054/stat : 22054 (java) R 22051 22053 19861 0 -1 4202560 20763 0 1 0 303 3 0 0 25 0 19 0 826827142 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 46912505709701 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22053/tid=22056] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22056/stat : 22056 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826827145 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22057] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22057/stat : 22057 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826827145 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22058] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22058/stat : 22058 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826827145 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22059] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22059/stat : 22059 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826827145 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22060] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22060/stat : 22060 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826827145 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22061] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22061/stat : 22061 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827145 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22062] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22062/stat : 22062 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827145 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22063] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22063/stat : 22063 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827145 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22064] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22064/stat : 22064 (java) S 22051 22053 19861 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 826827146 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 0 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22065] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22065/stat : 22065 (java) S 22051 22053 19861 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 826827146 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22066] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22066/stat : 22066 (java) S 22051 22053 19861 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 826827146 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22067] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22067/stat : 22067 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826827148 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256172465 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22068] ppid=22051 vsize=13624440 CPUtime=0.31 cores=1,3,5,7
/proc/22053/task/22068/stat : 22068 (java) S 22051 22053 19861 0 -1 4202560 1735 0 0 0 31 0 0 0 15 0 19 0 826827148 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22069] ppid=22051 vsize=13624440 CPUtime=0.29 cores=1,3,5,7
/proc/22053/task/22069/stat : 22069 (java) S 22051 22053 19861 0 -1 4202560 3143 0 0 0 29 0 0 0 15 0 19 0 826827148 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22070] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22070/stat : 22070 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827148 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22071] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22071/stat : 22071 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826827148 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 4 0 16800975 18446604459811603520 0 0 -1 1 0 0 0
[pid=22053/tid=22072] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22072/stat : 22072 (java) S 22051 22053 19861 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 826827181 13951426560 23931 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 4 0 16800975 18446604459811603520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 13624440

[startup+6.30082 s]
/proc/loadavg: 2.14 2.05 2.01 3/551 22093
/proc/meminfo: memFree=28819588/32951124 swapFree=58212616/67111528
[pid=22053] ppid=22051 vsize=13624440 CPUtime=6.89 cores=1,3,5,7
/proc/22053/stat : 22053 (java) S 22051 22053 19861 0 -1 4202496 26847 0 1 0 685 4 0 0 18 0 19 0 826827142 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22053/statm: 3406110 23976 2232 9 0 3396844 0
[pid=22053/tid=22054] ppid=22051 vsize=13624440 CPUtime=6.26 cores=1,3,5,7
/proc/22053/task/22054/stat : 22054 (java) R 22051 22053 19861 0 -1 4202560 20807 0 1 0 623 3 0 0 25 0 19 0 826827142 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 46912505745991 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22053/tid=22056] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22056/stat : 22056 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826827145 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22057] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22057/stat : 22057 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826827145 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22058] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22058/stat : 22058 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826827145 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22059] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22059/stat : 22059 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826827145 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22060] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22060/stat : 22060 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826827145 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22061] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22061/stat : 22061 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827145 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22062] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22062/stat : 22062 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827145 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22063] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22063/stat : 22063 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827145 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22064] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22064/stat : 22064 (java) S 22051 22053 19861 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 826827146 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 0 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22065] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22065/stat : 22065 (java) S 22051 22053 19861 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 826827146 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22066] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22066/stat : 22066 (java) S 22051 22053 19861 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 826827146 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22067] ppid=22051 vsize=13624440 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22067/stat : 22067 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826827148 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256172465 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22068] ppid=22051 vsize=13624440 CPUtime=0.31 cores=1,3,5,7
/proc/22053/task/22068/stat : 22068 (java) S 22051 22053 19861 0 -1 4202560 1736 0 0 0 31 0 0 0 15 0 19 0 826827148 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22069] ppid=22051 vsize=13624440 CPUtime=0.29 cores=1,3,5,7
/proc/22053/task/22069/stat : 22069 (java) S 22051 22053 19861 0 -1 4202560 3143 0 0 0 29 0 0 0 15 0 19 0 826827148 13951426560 23976 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0

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

[pid=22053/tid=22061] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22061/stat : 22061 (java) S 22051 22053 19861 0 -1 4202560 1838 0 0 0 3 0 0 0 15 0 19 0 826827145 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22062] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22062/stat : 22062 (java) S 22051 22053 19861 0 -1 4202560 966 0 0 0 3 0 0 0 15 0 19 0 826827145 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22063] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22063/stat : 22063 (java) S 22051 22053 19861 0 -1 4202560 660 0 0 0 3 0 0 0 15 0 19 0 826827145 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22064] ppid=22051 vsize=13624816 CPUtime=1.17 cores=1,3,5,7
/proc/22053/task/22064/stat : 22064 (java) S 22051 22053 19861 0 -1 4202560 13233 0 0 0 115 2 0 0 15 0 19 0 826827146 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 0 0 16800975 18446604459811603520 0 0 -1 1 0 0 0
[pid=22053/tid=22065] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22065/stat : 22065 (java) S 22051 22053 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826827146 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22066] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22066/stat : 22066 (java) S 22051 22053 19861 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826827146 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22067] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22067/stat : 22067 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826827148 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256172465 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22068] ppid=22051 vsize=13624816 CPUtime=0.39 cores=1,3,5,7
/proc/22053/task/22068/stat : 22068 (java) S 22051 22053 19861 0 -1 4202560 1775 0 0 0 39 0 0 0 15 0 19 0 826827148 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22069] ppid=22051 vsize=13624816 CPUtime=0.38 cores=1,3,5,7
/proc/22053/task/22069/stat : 22069 (java) S 22051 22053 19861 0 -1 4202560 3788 0 0 0 37 1 0 0 15 0 19 0 826827148 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22070] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22070/stat : 22070 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827148 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22071] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22071/stat : 22071 (java) S 22051 22053 19861 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 826827148 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 4 0 16800975 18446604459811603520 0 0 -1 3 0 0 0
[pid=22053/tid=22072] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22072/stat : 22072 (java) S 22051 22053 19861 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 826827181 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 4 0 16800975 18446604459811603520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1663.25
Current children cumulated vsize (KiB) 13624816

[startup+1722.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/572 22641
/proc/meminfo: memFree=23648028/32951124 swapFree=58212616/67111528
[pid=22053] ppid=22051 vsize=13624816 CPUtime=1723.26 cores=1,3,5,7
/proc/22053/stat : 22053 (java) S 22051 22053 19861 0 -1 4202496 63071 0 1 0 172315 11 0 0 18 0 19 0 826827142 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22053/statm: 3406204 59242 2260 9 0 3396938 0
[pid=22053/tid=22054] ppid=22051 vsize=13624816 CPUtime=1720.94 cores=1,3,5,7
/proc/22053/task/22054/stat : 22054 (java) R 22051 22053 19861 0 -1 4202560 31678 0 1 0 172089 5 0 0 25 0 19 0 826827142 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 46912505746233 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22053/tid=22056] ppid=22051 vsize=13624816 CPUtime=0.05 cores=1,3,5,7
/proc/22053/task/22056/stat : 22056 (java) S 22051 22053 19861 0 -1 4202560 2860 0 0 0 5 0 0 0 15 0 19 0 826827145 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22057] ppid=22051 vsize=13624816 CPUtime=0.02 cores=1,3,5,7
/proc/22053/task/22057/stat : 22057 (java) S 22051 22053 19861 0 -1 4202560 682 0 0 0 2 0 0 0 15 0 19 0 826827145 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22058] ppid=22051 vsize=13624816 CPUtime=0.02 cores=1,3,5,7
/proc/22053/task/22058/stat : 22058 (java) S 22051 22053 19861 0 -1 4202560 395 0 0 0 2 0 0 0 15 0 19 0 826827145 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22059] ppid=22051 vsize=13624816 CPUtime=0.04 cores=1,3,5,7
/proc/22053/task/22059/stat : 22059 (java) S 22051 22053 19861 0 -1 4202560 1924 0 0 0 4 0 0 0 15 0 19 0 826827145 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22060] ppid=22051 vsize=13624816 CPUtime=0.04 cores=1,3,5,7
/proc/22053/task/22060/stat : 22060 (java) S 22051 22053 19861 0 -1 4202560 2021 0 0 0 4 0 0 0 16 0 19 0 826827145 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22061] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22061/stat : 22061 (java) S 22051 22053 19861 0 -1 4202560 1838 0 0 0 3 0 0 0 15 0 19 0 826827145 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22062] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22062/stat : 22062 (java) S 22051 22053 19861 0 -1 4202560 966 0 0 0 3 0 0 0 15 0 19 0 826827145 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22063] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22063/stat : 22063 (java) S 22051 22053 19861 0 -1 4202560 660 0 0 0 3 0 0 0 15 0 19 0 826827145 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22064] ppid=22051 vsize=13624816 CPUtime=1.19 cores=1,3,5,7
/proc/22053/task/22064/stat : 22064 (java) S 22051 22053 19861 0 -1 4202560 13235 0 0 0 117 2 0 0 15 0 19 0 826827146 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 0 0 16800975 18446604459811603520 0 0 -1 1 0 0 0
[pid=22053/tid=22065] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22065/stat : 22065 (java) S 22051 22053 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826827146 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22066] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22066/stat : 22066 (java) S 22051 22053 19861 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826827146 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22067] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22067/stat : 22067 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826827148 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256172465 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22068] ppid=22051 vsize=13624816 CPUtime=0.39 cores=1,3,5,7
/proc/22053/task/22068/stat : 22068 (java) S 22051 22053 19861 0 -1 4202560 1775 0 0 0 39 0 0 0 15 0 19 0 826827148 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22069] ppid=22051 vsize=13624816 CPUtime=0.38 cores=1,3,5,7
/proc/22053/task/22069/stat : 22069 (java) S 22051 22053 19861 0 -1 4202560 3788 0 0 0 37 1 0 0 15 0 19 0 826827148 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22070] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22070/stat : 22070 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827148 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22071] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22071/stat : 22071 (java) S 22051 22053 19861 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 826827148 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 4 0 16800975 18446604459811603520 0 0 -1 3 0 0 0
[pid=22053/tid=22072] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22072/stat : 22072 (java) S 22051 22053 19861 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 826827181 13951811584 59242 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 4 0 16800975 18446604459811603520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1723.26
Current children cumulated vsize (KiB) 13624816

[startup+1782.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/572 22643
/proc/meminfo: memFree=23646908/32951124 swapFree=58212616/67111528
[pid=22053] ppid=22051 vsize=13624816 CPUtime=1783.26 cores=1,3,5,7
/proc/22053/stat : 22053 (java) S 22051 22053 19861 0 -1 4202496 63083 0 1 0 178315 11 0 0 18 0 19 0 826827142 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22053/statm: 3406204 59244 2260 9 0 3396938 0
[pid=22053/tid=22054] ppid=22051 vsize=13624816 CPUtime=1780.88 cores=1,3,5,7
/proc/22053/task/22054/stat : 22054 (java) R 22051 22053 19861 0 -1 4202560 31680 0 1 0 178083 5 0 0 25 0 19 0 826827142 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 46912505746273 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22053/tid=22056] ppid=22051 vsize=13624816 CPUtime=0.05 cores=1,3,5,7
/proc/22053/task/22056/stat : 22056 (java) S 22051 22053 19861 0 -1 4202560 2860 0 0 0 5 0 0 0 15 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22057] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22057/stat : 22057 (java) S 22051 22053 19861 0 -1 4202560 683 0 0 0 3 0 0 0 16 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22058] ppid=22051 vsize=13624816 CPUtime=0.02 cores=1,3,5,7
/proc/22053/task/22058/stat : 22058 (java) S 22051 22053 19861 0 -1 4202560 395 0 0 0 2 0 0 0 15 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22059] ppid=22051 vsize=13624816 CPUtime=0.04 cores=1,3,5,7
/proc/22053/task/22059/stat : 22059 (java) S 22051 22053 19861 0 -1 4202560 1925 0 0 0 4 0 0 0 15 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22060] ppid=22051 vsize=13624816 CPUtime=0.04 cores=1,3,5,7
/proc/22053/task/22060/stat : 22060 (java) S 22051 22053 19861 0 -1 4202560 2021 0 0 0 4 0 0 0 16 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22061] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22061/stat : 22061 (java) S 22051 22053 19861 0 -1 4202560 1838 0 0 0 3 0 0 0 16 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22062] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22062/stat : 22062 (java) S 22051 22053 19861 0 -1 4202560 966 0 0 0 3 0 0 0 16 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22063] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22063/stat : 22063 (java) S 22051 22053 19861 0 -1 4202560 660 0 0 0 3 0 0 0 15 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22064] ppid=22051 vsize=13624816 CPUtime=1.24 cores=1,3,5,7
/proc/22053/task/22064/stat : 22064 (java) S 22051 22053 19861 0 -1 4202560 13239 0 0 0 122 2 0 0 15 0 19 0 826827146 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 0 0 16800975 18446604459811603520 0 0 -1 1 0 0 0
[pid=22053/tid=22065] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22065/stat : 22065 (java) S 22051 22053 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826827146 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22066] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22066/stat : 22066 (java) S 22051 22053 19861 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826827146 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22067] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22067/stat : 22067 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826827148 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256172465 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22068] ppid=22051 vsize=13624816 CPUtime=0.39 cores=1,3,5,7
/proc/22053/task/22068/stat : 22068 (java) S 22051 22053 19861 0 -1 4202560 1775 0 0 0 39 0 0 0 15 0 19 0 826827148 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22069] ppid=22051 vsize=13624816 CPUtime=0.38 cores=1,3,5,7
/proc/22053/task/22069/stat : 22069 (java) S 22051 22053 19861 0 -1 4202560 3788 0 0 0 37 1 0 0 15 0 19 0 826827148 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22070] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22070/stat : 22070 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827148 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22071] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22071/stat : 22071 (java) S 22051 22053 19861 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 826827148 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 4 0 16800975 18446604459811603520 0 0 -1 3 0 0 0
[pid=22053/tid=22072] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22072/stat : 22072 (java) S 22051 22053 19861 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 826827181 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 4 0 16800975 18446604459811603520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1783.26
Current children cumulated vsize (KiB) 13624816



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 2.01 2.05 2.01 3/572 22643
/proc/meminfo: memFree=23647588/32951124 swapFree=58212616/67111528
[pid=22053] ppid=22051 vsize=13624816 CPUtime=1800.07 cores=1,3,5,7
/proc/22053/stat : 22053 (java) S 22051 22053 19861 0 -1 4202496 63085 0 1 0 179996 11 0 0 18 0 19 0 826827142 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256151525 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/22053/statm: 3406204 59244 2260 9 0 3396938 0
[pid=22053/tid=22054] ppid=22051 vsize=13624816 CPUtime=1797.7 cores=1,3,5,7
/proc/22053/task/22054/stat : 22054 (java) R 22051 22053 19861 0 -1 4202560 31680 0 1 0 179765 5 0 0 25 0 19 0 826827142 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 46912505746273 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=22053/tid=22056] ppid=22051 vsize=13624816 CPUtime=0.05 cores=1,3,5,7
/proc/22053/task/22056/stat : 22056 (java) S 22051 22053 19861 0 -1 4202560 2860 0 0 0 5 0 0 0 15 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22057] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22057/stat : 22057 (java) S 22051 22053 19861 0 -1 4202560 683 0 0 0 3 0 0 0 16 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22058] ppid=22051 vsize=13624816 CPUtime=0.02 cores=1,3,5,7
/proc/22053/task/22058/stat : 22058 (java) S 22051 22053 19861 0 -1 4202560 395 0 0 0 2 0 0 0 15 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22059] ppid=22051 vsize=13624816 CPUtime=0.04 cores=1,3,5,7
/proc/22053/task/22059/stat : 22059 (java) S 22051 22053 19861 0 -1 4202560 1925 0 0 0 4 0 0 0 15 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22060] ppid=22051 vsize=13624816 CPUtime=0.04 cores=1,3,5,7
/proc/22053/task/22060/stat : 22060 (java) S 22051 22053 19861 0 -1 4202560 2021 0 0 0 4 0 0 0 16 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22061] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22061/stat : 22061 (java) S 22051 22053 19861 0 -1 4202560 1838 0 0 0 3 0 0 0 16 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22062] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22062/stat : 22062 (java) S 22051 22053 19861 0 -1 4202560 966 0 0 0 3 0 0 0 16 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22063] ppid=22051 vsize=13624816 CPUtime=0.03 cores=1,3,5,7
/proc/22053/task/22063/stat : 22063 (java) S 22051 22053 19861 0 -1 4202560 660 0 0 0 3 0 0 0 15 0 19 0 826827145 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22064] ppid=22051 vsize=13624816 CPUtime=1.24 cores=1,3,5,7
/proc/22053/task/22064/stat : 22064 (java) S 22051 22053 19861 0 -1 4202560 13239 0 0 0 122 2 0 0 15 0 19 0 826827146 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 0 0 16800975 18446604459811603520 0 0 -1 1 0 0 0
[pid=22053/tid=22065] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22065/stat : 22065 (java) S 22051 22053 19861 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826827146 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22066] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22066/stat : 22066 (java) S 22051 22053 19861 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 826827146 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22067] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22067/stat : 22067 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826827148 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256172465 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22068] ppid=22051 vsize=13624816 CPUtime=0.39 cores=1,3,5,7
/proc/22053/task/22068/stat : 22068 (java) S 22051 22053 19861 0 -1 4202560 1775 0 0 0 39 0 0 0 15 0 19 0 826827148 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 5 0 0 0
[pid=22053/tid=22069] ppid=22051 vsize=13624816 CPUtime=0.38 cores=1,3,5,7
/proc/22053/task/22069/stat : 22069 (java) S 22051 22053 19861 0 -1 4202560 3788 0 0 0 37 1 0 0 15 0 19 0 826827148 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22070] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22070/stat : 22070 (java) S 22051 22053 19861 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826827148 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256164761 0 4 0 16800975 18446604459811603520 0 0 -1 7 0 0 0
[pid=22053/tid=22071] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22071/stat : 22071 (java) S 22051 22053 19861 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 826827148 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 4 0 16800975 18446604459811603520 0 0 -1 3 0 0 0
[pid=22053/tid=22072] ppid=22051 vsize=13624816 CPUtime=0 cores=1,3,5,7
/proc/22053/task/22072/stat : 22072 (java) S 22051 22053 19861 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 826827181 13951811584 59244 33554432000 1073741824 1073778376 140735743935136 18446744073709551615 228256165376 0 4 0 16800975 18446604459811603520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13624816

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1799.15
CPU time (s): 1800.14
CPU user time (s): 1800.01
CPU system time (s): 0.12698
CPU usage (%): 100.055
Max. virtual memory (cumulated for all children) (KiB): 13625136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.12698
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63125
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38238
involuntary context switches= 10342

runsolver used 8.83166 second user time and 22.2856 second system time

The end

Launcher Data

Begin job on node136 at 2011-06-04 03:51:32
IDJOB=3458835
IDBENCH=2519
IDSOLVER=1952
FILE ID=node136/3458835-1307152292
RUNJOBID= node136-1307146897-21617
PBS_JOBID= 13508780
Free space on /tmp= 73832 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-mkc.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458835-1307152292/watcher-3458835-1307152292 -o /tmp/evaluation-result-3458835-1307152292/solver-3458835-1307152292 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458835-1307152292.opb

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

MD5SUM BENCH= eae2e8a732d92a062f083ccb58900b63
RANDOM SEED=1666021473

node136.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29076404 kB
Buffers:        275888 kB
Cached:         479776 kB
SwapCached:       7704 kB
Active:        3216072 kB
Inactive:       363624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29076404 kB
SwapTotal:    67111528 kB
SwapFree:     58212616 kB
Dirty:             616 kB
Writeback:           0 kB
AnonPages:     2822304 kB
Mapped:          24640 kB
Slab:           155408 kB
PageTables:      68472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 169248384 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73556 MiB
End job on node136 at 2011-06-04 04:21:33