Trace number 3458584

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.22 1798.03

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_4.opb
MD5SUM77442b3482c8e96813b174683c20fffc
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404566
Total number of constraints3686
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints3682
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.1.v20110525
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.18-164.el5
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		12995394264
0.09/0.10	c Max memory 		13063553024
0.09/0.10	c Total memory 		13063553024
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3458584-1307149990.opb
0.09/0.12	c reading problem ... 
5.66/5.31	c ... done. Wall clock time 5.188s.
5.66/5.31	c #vars     404566
5.66/5.31	c #constraints  126490
5.66/5.31	c constraints type 
5.66/5.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
5.66/5.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4902
171.39/170.54	c cleaning 2493 clauses out of 4994 with flag 5001/5001
215.54/213.91	c cleaning 4246 clauses out of 8497 with flag 11000/11000
237.98/236.35	c cleaning 5621 clauses out of 11250 with flag 18001/18001
263.33/261.72	c cleaning 6811 clauses out of 13623 with flag 26000/26000
272.71/270.99	c cleaning 7907 clauses out of 15813 with flag 35001/35001
296.95/295.17	c cleaning 8950 clauses out of 17902 with flag 45012/45012
319.19/317.33	c cleaning 9471 clauses out of 18950 with flag 55015/55015
327.22/325.38	c cleaning 9736 clauses out of 19477 with flag 65013/65013
335.54/333.67	c cleaning 9864 clauses out of 19729 with flag 75001/75001
343.65/341.79	c cleaning 9929 clauses out of 19866 with flag 85002/85002
351.27/349.31	c cleaning 9967 clauses out of 19940 with flag 95005/95005
358.48/356.57	c cleaning 9983 clauses out of 19971 with flag 105003/105003
366.99/365.09	c cleaning 9992 clauses out of 19989 with flag 115004/115004
374.00/372.09	c cleaning 10001 clauses out of 20002 with flag 125009/125009
381.21/379.21	c cleaning 9995 clauses out of 19998 with flag 135006/135006
388.03/386.02	c cleaning 10001 clauses out of 20001 with flag 145004/145004
395.86/393.86	c cleaning 9996 clauses out of 20001 with flag 155005/155005
403.35/401.32	c cleaning 10002 clauses out of 20004 with flag 165004/165004
437.15/435.11	c cleaning 9999 clauses out of 19998 with flag 175001/175001
585.10/583.08	c cleaning 9999 clauses out of 19999 with flag 185001/185001
737.60/735.50	c cleaning 10001 clauses out of 20007 with flag 195008/195008
898.52/896.50	c cleaning 9994 clauses out of 19998 with flag 205000/205000
1079.72/1077.62	c cleaning 9979 clauses out of 20006 with flag 215002/215002
1216.33/1214.23	c cleaning 9998 clauses out of 20027 with flag 225002/225002
1375.74/1373.68	c cleaning 10006 clauses out of 20028 with flag 235001/235001
1511.05/1508.97	c cleaning 9995 clauses out of 20021 with flag 245000/245000
1642.36/1640.24	c cleaning 9995 clauses out of 20027 with flag 255001/255001
1782.47/1780.33	c cleaning 10005 clauses out of 20032 with flag 265001/265001
1800.09/1797.92	c starts		: 128
1800.09/1797.92	c conflicts		: 265811
1800.09/1797.92	c decisions		: 942113
1800.09/1797.92	c propagations		: 53201091
1800.09/1797.92	c inspects		: 398629707
1800.09/1797.92	c shortcuts		: 0
1800.09/1797.92	c learnt literals	: 38
1800.09/1797.92	c learnt binary clauses	: 18
1800.09/1797.92	c learnt ternary clauses	: 62
1800.09/1797.92	c learnt constraints	: 265772
1800.09/1797.92	c ignored constraints	: 0
1800.09/1797.92	c root simplifications	: 0
1800.09/1797.92	c removed literals (reason simplification)	: 19126366
1800.09/1797.92	c reason swapping (by a shorter reason)	: 0
1800.09/1797.92	c Calls to reduceDB	: 28
1800.09/1797.92	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.92	c number of learned constraints concerned by reduction	: 0
1800.09/1797.92	c number of learning phase by resolution	: 0
1800.09/1797.92	c number of learning phase by cutting planes	: 0
1800.09/1797.92	c speed (assignments/second)	: 29678.006370599294
1800.09/1797.92	c non guided choices	278779
1800.09/1797.93	c learnt constraints type 
1800.09/1797.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
1800.09/1797.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10819
1800.09/1797.93	c constraints type 
1800.09/1797.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
1800.09/1797.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4902
1800.09/1797.93	s UNKNOWN
1800.09/1797.93	c Total wall clock time (in seconds): 1797.808

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-3458584-1307149990/watcher-3458584-1307149990 -o /tmp/evaluation-result-3458584-1307149990/solver-3458584-1307149990 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458584-1307149990.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: 2.09 2.06 2.01 1/422 29935
/proc/meminfo: memFree=25883504/32951124 swapFree=44043516/67111528
[pid=29935] ppid=29933 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/29935/stat : 29935 (java) S 29933 29935 27631 0 -1 4202496 3538 0 1 0 0 0 0 0 23 0 2 0 826597352 13833195520 3240 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/29935/statm: 3377245 3254 906 9 0 3368401 0
[pid=29935/tid=29936] ppid=29933 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29936/stat : 29936 (java) R 29933 29935 27631 0 -1 4202560 2995 0 1 0 0 0 0 0 17 0 2 0 826597353 13850947584 3811 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0283361 s]
/proc/loadavg: 2.09 2.06 2.01 1/422 29935
/proc/meminfo: memFree=25883504/32951124 swapFree=44043516/67111528
[pid=29935] ppid=29933 vsize=13526480 CPUtime=0.01 cores=1,3,5,7
/proc/29935/stat : 29935 (java) S 29933 29935 27631 0 -1 4202496 12331 0 1 0 0 1 0 0 23 0 2 0 826597352 13851115520 12033 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/29935/statm: 3381620 12038 924 9 0 3372776 0
[pid=29935/tid=29936] ppid=29933 vsize=13526480 CPUtime=0.01 cores=1,3,5,7
/proc/29935/task/29936/stat : 29936 (java) R 29933 29935 27631 0 -1 4202560 11222 0 1 0 0 1 0 0 17 0 2 0 826597353 13851115520 12038 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246516495045 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13526480

[startup+0.10032 s]
/proc/loadavg: 2.09 2.06 2.01 1/422 29935
/proc/meminfo: memFree=25883504/32951124 swapFree=44043516/67111528
[pid=29935] ppid=29933 vsize=13556916 CPUtime=0.09 cores=1,3,5,7
/proc/29935/stat : 29935 (java) S 29933 29935 27631 0 -1 4202496 15375 0 1 0 8 1 0 0 23 0 18 0 826597352 13882281984 15035 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29935/statm: 3389229 15035 2082 9 0 3379963 0
[pid=29935/tid=29936] ppid=29933 vsize=13556916 CPUtime=0.07 cores=1,3,5,7
/proc/29935/task/29936/stat : 29936 (java) R 29933 29935 27631 0 -1 4202560 13442 0 1 0 6 1 0 0 25 0 18 0 826597353 13882281984 15035 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246516830053 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13556916

[startup+0.300249 s]
/proc/loadavg: 2.09 2.06 2.01 1/422 29935
/proc/meminfo: memFree=25883504/32951124 swapFree=44043516/67111528
[pid=29935] ppid=29933 vsize=13625076 CPUtime=0.4 cores=1,3,5,7
/proc/29935/stat : 29935 (java) S 29933 29935 27631 0 -1 4202496 21481 0 1 0 38 2 0 0 23 0 18 0 826597352 13952077824 20578 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29935/statm: 3406269 20580 2198 9 0 3397003 0
[pid=29935/tid=29936] ppid=29933 vsize=13625076 CPUtime=0.22 cores=1,3,5,7
/proc/29935/task/29936/stat : 29936 (java) R 29933 29935 27631 0 -1 4202560 17349 0 1 0 20 2 0 0 25 0 18 0 826597353 13952077824 20582 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 13625076

[startup+0.700213 s]
/proc/loadavg: 2.09 2.06 2.01 1/422 29935
/proc/meminfo: memFree=25883504/32951124 swapFree=44043516/67111528
[pid=29935] ppid=29933 vsize=13626164 CPUtime=1.05 cores=1,3,5,7
/proc/29935/stat : 29935 (java) S 29933 29935 27631 0 -1 4202496 54983 0 1 0 100 5 0 0 23 0 18 0 826597352 13953191936 53417 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29935/statm: 3406541 53420 2211 9 0 3397275 0
[pid=29935/tid=29936] ppid=29933 vsize=13626164 CPUtime=0.61 cores=1,3,5,7
/proc/29935/task/29936/stat : 29936 (java) R 29933 29935 27631 0 -1 4202560 49946 0 1 0 57 4 0 0 25 0 18 0 826597353 13953191936 53422 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 46912505568886 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13626164

[startup+1.50108 s]
/proc/loadavg: 2.09 2.06 2.01 2/437 29970
/proc/meminfo: memFree=25564236/32951124 swapFree=44043516/67111528
[pid=29935] ppid=29933 vsize=13626164 CPUtime=1.86 cores=1,3,5,7
/proc/29935/stat : 29935 (java) S 29933 29935 27631 0 -1 4202496 132564 0 1 0 170 16 0 0 23 0 18 0 826597352 13953191936 130998 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29935/statm: 3406541 131001 2211 9 0 3397275 0
[pid=29935/tid=29936] ppid=29933 vsize=13626164 CPUtime=1.42 cores=1,3,5,7
/proc/29935/task/29936/stat : 29936 (java) R 29933 29935 27631 0 -1 4202560 127526 0 1 0 127 15 0 0 25 0 18 0 826597353 13953191936 131002 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 46912505695224 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29935/tid=29938] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 826597355 13953191936 131004 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29939] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 826597355 13953191936 131006 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29940] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 826597355 13953191936 131007 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29941] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 826597355 13953191936 131007 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29942] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 826597355 13953191936 131009 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29943] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 826597355 13953191936 131010 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29944] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 826597355 13953191936 131012 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29945] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29945/stat : 29945 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 826597355 13953191936 131014 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29946] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29946/stat : 29946 (java) S 29933 29935 27631 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 826597356 13953191936 131016 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 0 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29947] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29947/stat : 29947 (java) S 29933 29935 27631 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 826597356 13953191936 131018 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29948] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29948/stat : 29948 (java) S 29933 29935 27631 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 826597356 13953191936 131019 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29949] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29949/stat : 29949 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 826597359 13953191936 131021 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528657841 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29950] ppid=29933 vsize=13626164 CPUtime=0.21 cores=1,3,5,7
/proc/29935/task/29950/stat : 29950 (java) S 29933 29935 27631 0 -1 4202560 1377 0 0 0 21 0 0 0 23 0 18 0 826597359 13953191936 131023 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29951] ppid=29933 vsize=13626164 CPUtime=0.21 cores=1,3,5,7
/proc/29935/task/29951/stat : 29951 (java) S 29933 29935 27631 0 -1 4202560 2515 0 0 0 21 0 0 0 25 0 18 0 826597359 13953191936 131025 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29952] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29952/stat : 29952 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826597359 13953191936 131027 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29953] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29953/stat : 29953 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 826597359 13953191936 131028 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13626164

[startup+3.10078 s]
/proc/loadavg: 2.08 2.06 2.01 3/459 29998
/proc/meminfo: memFree=24839984/32951124 swapFree=44043516/67111528
[pid=29935] ppid=29933 vsize=13626164 CPUtime=3.46 cores=1,3,5,7
/proc/29935/stat : 29935 (java) S 29933 29935 27631 0 -1 4202496 276713 0 1 0 313 33 0 0 23 0 18 0 826597352 13953191936 275146 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29935/statm: 3406541 275149 2212 9 0 3397275 0
[pid=29935/tid=29936] ppid=29933 vsize=13626164 CPUtime=3.02 cores=1,3,5,7
/proc/29935/task/29936/stat : 29936 (java) R 29933 29935 27631 0 -1 4202560 271675 0 1 0 269 33 0 0 18 0 18 0 826597353 13953191936 275151 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 46912505695239 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29935/tid=29938] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 826597355 13953191936 275153 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29939] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 826597355 13953191936 275155 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29940] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 826597355 13953191936 275157 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29941] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 826597355 13953191936 275159 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29942] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 826597355 13953191936 275161 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29943] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 826597355 13953191936 275163 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29944] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 826597355 13953191936 275165 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29945] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29945/stat : 29945 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 826597355 13953191936 275165 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29946] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29946/stat : 29946 (java) S 29933 29935 27631 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 826597356 13953191936 275166 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 0 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29947] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29947/stat : 29947 (java) S 29933 29935 27631 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 826597356 13953191936 275168 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29948] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29948/stat : 29948 (java) S 29933 29935 27631 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 18 0 826597356 13953191936 275170 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29949] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29949/stat : 29949 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 826597359 13953191936 275172 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528657841 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29950] ppid=29933 vsize=13626164 CPUtime=0.21 cores=1,3,5,7
/proc/29935/task/29950/stat : 29950 (java) S 29933 29935 27631 0 -1 4202560 1377 0 0 0 21 0 0 0 18 0 18 0 826597359 13953191936 275174 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29951] ppid=29933 vsize=13626164 CPUtime=0.22 cores=1,3,5,7
/proc/29935/task/29951/stat : 29951 (java) S 29933 29935 27631 0 -1 4202560 2515 0 0 0 22 0 0 0 15 0 18 0 826597359 13953191936 275176 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29952] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29952/stat : 29952 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826597359 13953191936 275178 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29953] ppid=29933 vsize=13626164 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29953/stat : 29953 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 826597359 13953191936 275180 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 13626164

[startup+6.30119 s]
/proc/loadavg: 2.08 2.06 2.01 4/460 30001
/proc/meminfo: memFree=23518840/32951124 swapFree=44043516/67111528
[pid=29935] ppid=29933 vsize=13625616 CPUtime=6.92 cores=1,3,5,7
/proc/29935/stat : 29935 (java) S 29933 29935 27631 0 -1 4202496 488485 0 1 0 637 55 0 0 23 0 19 0 826597352 13952630784 485693 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29935/statm: 3406404 485693 2230 9 0 3397138 0
[pid=29935/tid=29936] ppid=29933 vsize=13625616 CPUtime=6.21 cores=1,3,5,7
/proc/29935/task/29936/stat : 29936 (java) R 29933 29935 27631 0 -1 4202560 482484 0 1 0 567 54 0 0 18 0 19 0 826597353 13952630784 485693 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 46912505754828 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29935/tid=29938] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826597355 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29939] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826597355 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29940] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826597355 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29941] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826597355 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29942] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826597355 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29943] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826597355 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29944] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826597355 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29945] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29945/stat : 29945 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826597355 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29946] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29946/stat : 29946 (java) S 29933 29935 27631 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 826597356 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 0 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29947] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29947/stat : 29947 (java) S 29933 29935 27631 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 826597356 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29948] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29948/stat : 29948 (java) S 29933 29935 27631 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 826597356 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29949] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29949/stat : 29949 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 826597359 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528657841 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29950] ppid=29933 vsize=13625616 CPUtime=0.39 cores=1,3,5,7
/proc/29935/task/29950/stat : 29950 (java) S 29933 29935 27631 0 -1 4202560 2208 0 0 0 39 0 0 0 15 0 19 0 826597359 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29951] ppid=29933 vsize=13625616 CPUtime=0.3 cores=1,3,5,7
/proc/29935/task/29951/stat : 29951 (java) S 29933 29935 27631 0 -1 4202560 2633 0 0 0 30 0 0 0 15 0 19 0 826597359 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29952] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29952/stat : 29952 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826597359 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29953] ppid=29933 vsize=13625616 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29953/stat : 29953 (java) S 29933 29935 27631 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 826597359 13952630784 485694 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0

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

/proc/29935/task/29947/stat : 29947 (java) S 29933 29935 27631 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 826597356 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29948] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29948/stat : 29948 (java) S 29933 29935 27631 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826597356 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29949] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29949/stat : 29949 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528657841 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29950] ppid=29933 vsize=13626180 CPUtime=1.08 cores=1,3,5,7
/proc/29935/task/29950/stat : 29950 (java) S 29933 29935 27631 0 -1 4202560 10136 0 0 0 107 1 0 0 15 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 5 0 0 0
[pid=29935/tid=29951] ppid=29933 vsize=13626180 CPUtime=0.38 cores=1,3,5,7
/proc/29935/task/29951/stat : 29951 (java) S 29933 29935 27631 0 -1 4202560 2780 0 0 0 38 0 0 0 15 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29952] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29952/stat : 29952 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29953] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29953/stat : 29953 (java) S 29933 29935 27631 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 4 0 16800975 18446604463155784768 0 0 -1 1 0 0 0
[pid=29935/tid=30002] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/30002/stat : 30002 (java) S 29933 29935 27631 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826597906 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1664.47
Current children cumulated vsize (KiB) 13626180

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/461 30050
/proc/meminfo: memFree=23025436/32951124 swapFree=44043516/67111528
[pid=29935] ppid=29933 vsize=13626180 CPUtime=1724.47 cores=1,3,5,7
/proc/29935/stat : 29935 (java) S 29933 29935 27631 0 -1 4202496 597129 0 1 0 172378 69 0 0 23 0 19 0 826597352 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29935/statm: 3406545 588683 2259 9 0 3397279 0
[pid=29935/tid=29936] ppid=29933 vsize=13626180 CPUtime=1714.13 cores=1,3,5,7
/proc/29935/task/29936/stat : 29936 (java) R 29933 29935 27631 0 -1 4202560 488263 0 1 0 171358 55 0 0 25 0 19 0 826597353 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 46912505704158 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29935/tid=29938] ppid=29933 vsize=13626180 CPUtime=0.16 cores=1,3,5,7
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 27631 0 -1 4202560 12916 0 0 0 15 1 0 0 16 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 5 0 0 0
[pid=29935/tid=29939] ppid=29933 vsize=13626180 CPUtime=0.09 cores=1,3,5,7
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 27631 0 -1 4202560 586 0 0 0 9 0 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 5 0 0 0
[pid=29935/tid=29940] ppid=29933 vsize=13626180 CPUtime=0.19 cores=1,3,5,7
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 27631 0 -1 4202560 6137 0 0 0 18 1 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 1 0 0 0
[pid=29935/tid=29941] ppid=29933 vsize=13626180 CPUtime=0.18 cores=1,3,5,7
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 27631 0 -1 4202560 13871 0 0 0 17 1 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29942] ppid=29933 vsize=13626180 CPUtime=0.15 cores=1,3,5,7
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 27631 0 -1 4202560 7554 0 0 0 14 1 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29943] ppid=29933 vsize=13626180 CPUtime=0.12 cores=1,3,5,7
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 27631 0 -1 4202560 1283 0 0 0 12 0 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29944] ppid=29933 vsize=13626180 CPUtime=0.05 cores=1,3,5,7
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 27631 0 -1 4202560 91 0 0 0 5 0 0 0 16 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29945] ppid=29933 vsize=13626180 CPUtime=0.06 cores=1,3,5,7
/proc/29935/task/29945/stat : 29945 (java) S 29933 29935 27631 0 -1 4202560 61 0 0 0 6 0 0 0 16 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 1 0 0 0
[pid=29935/tid=29946] ppid=29933 vsize=13626180 CPUtime=7.79 cores=1,3,5,7
/proc/29935/task/29946/stat : 29946 (java) S 29933 29935 27631 0 -1 4202560 52200 0 0 0 774 5 0 0 15 0 19 0 826597356 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 0 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29947] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29947/stat : 29947 (java) S 29933 29935 27631 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 826597356 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29948] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29948/stat : 29948 (java) S 29933 29935 27631 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826597356 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29949] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29949/stat : 29949 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528657841 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29950] ppid=29933 vsize=13626180 CPUtime=1.08 cores=1,3,5,7
/proc/29935/task/29950/stat : 29950 (java) S 29933 29935 27631 0 -1 4202560 10136 0 0 0 107 1 0 0 15 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 5 0 0 0
[pid=29935/tid=29951] ppid=29933 vsize=13626180 CPUtime=0.38 cores=1,3,5,7
/proc/29935/task/29951/stat : 29951 (java) S 29933 29935 27631 0 -1 4202560 2780 0 0 0 38 0 0 0 15 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29952] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29952/stat : 29952 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29953] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29953/stat : 29953 (java) S 29933 29935 27631 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 4 0 16800975 18446604463155784768 0 0 -1 1 0 0 0
[pid=29935/tid=30002] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/30002/stat : 30002 (java) S 29933 29935 27631 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826597906 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.47
Current children cumulated vsize (KiB) 13626180

[startup+1782.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/461 30052
/proc/meminfo: memFree=23023804/32951124 swapFree=44043516/67111528
[pid=29935] ppid=29933 vsize=13626180 CPUtime=1784.48 cores=1,3,5,7
/proc/29935/stat : 29935 (java) S 29933 29935 27631 0 -1 4202496 597136 0 1 0 178379 69 0 0 23 0 19 0 826597352 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29935/statm: 3406545 588683 2259 9 0 3397279 0
[pid=29935/tid=29936] ppid=29933 vsize=13626180 CPUtime=1773.79 cores=1,3,5,7
/proc/29935/task/29936/stat : 29936 (java) R 29933 29935 27631 0 -1 4202560 488264 0 1 0 177324 55 0 0 25 0 19 0 826597353 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 46912505849404 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29935/tid=29938] ppid=29933 vsize=13626180 CPUtime=0.16 cores=1,3,5,7
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 27631 0 -1 4202560 12916 0 0 0 15 1 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 5 0 0 0
[pid=29935/tid=29939] ppid=29933 vsize=13626180 CPUtime=0.09 cores=1,3,5,7
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 27631 0 -1 4202560 586 0 0 0 9 0 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 5 0 0 0
[pid=29935/tid=29940] ppid=29933 vsize=13626180 CPUtime=0.19 cores=1,3,5,7
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 27631 0 -1 4202560 6137 0 0 0 18 1 0 0 16 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 1 0 0 0
[pid=29935/tid=29941] ppid=29933 vsize=13626180 CPUtime=0.19 cores=1,3,5,7
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 27631 0 -1 4202560 13871 0 0 0 18 1 0 0 16 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29942] ppid=29933 vsize=13626180 CPUtime=0.15 cores=1,3,5,7
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 27631 0 -1 4202560 7554 0 0 0 14 1 0 0 16 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 5 0 0 0
[pid=29935/tid=29943] ppid=29933 vsize=13626180 CPUtime=0.12 cores=1,3,5,7
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 27631 0 -1 4202560 1283 0 0 0 12 0 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29944] ppid=29933 vsize=13626180 CPUtime=0.05 cores=1,3,5,7
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 27631 0 -1 4202560 91 0 0 0 5 0 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29945] ppid=29933 vsize=13626180 CPUtime=0.06 cores=1,3,5,7
/proc/29935/task/29945/stat : 29945 (java) S 29933 29935 27631 0 -1 4202560 61 0 0 0 6 0 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 1 0 0 0
[pid=29935/tid=29946] ppid=29933 vsize=13626180 CPUtime=8.12 cores=1,3,5,7
/proc/29935/task/29946/stat : 29946 (java) S 29933 29935 27631 0 -1 4202560 52202 0 0 0 807 5 0 0 15 0 19 0 826597356 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 0 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29947] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29947/stat : 29947 (java) S 29933 29935 27631 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 826597356 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29948] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29948/stat : 29948 (java) S 29933 29935 27631 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826597356 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29949] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29949/stat : 29949 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528657841 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29950] ppid=29933 vsize=13626180 CPUtime=1.08 cores=1,3,5,7
/proc/29935/task/29950/stat : 29950 (java) S 29933 29935 27631 0 -1 4202560 10136 0 0 0 107 1 0 0 15 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 5 0 0 0
[pid=29935/tid=29951] ppid=29933 vsize=13626180 CPUtime=0.38 cores=1,3,5,7
/proc/29935/task/29951/stat : 29951 (java) S 29933 29935 27631 0 -1 4202560 2780 0 0 0 38 0 0 0 15 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29952] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29952/stat : 29952 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29953] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29953/stat : 29953 (java) S 29933 29935 27631 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 4 0 16800975 18446604463155784768 0 0 -1 1 0 0 0
[pid=29935/tid=30002] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/30002/stat : 30002 (java) S 29933 29935 27631 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826597906 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.48
Current children cumulated vsize (KiB) 13626180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.07 2.04 2.01 3/461 30052
/proc/meminfo: memFree=23024292/32951124 swapFree=44043516/67111528
[pid=29935] ppid=29933 vsize=13626180 CPUtime=1800.09 cores=1,3,5,7
/proc/29935/stat : 29935 (java) S 29933 29935 27631 0 -1 4202496 597138 0 1 0 179940 69 0 0 23 0 19 0 826597352 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29935/statm: 3406545 588683 2259 9 0 3397279 0
[pid=29935/tid=29936] ppid=29933 vsize=13626180 CPUtime=1789.41 cores=1,3,5,7
/proc/29935/task/29936/stat : 29936 (java) R 29933 29935 27631 0 -1 4202560 488264 0 1 0 178886 55 0 0 25 0 19 0 826597353 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 46912505849439 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=29935/tid=29938] ppid=29933 vsize=13626180 CPUtime=0.16 cores=1,3,5,7
/proc/29935/task/29938/stat : 29938 (java) S 29933 29935 27631 0 -1 4202560 12916 0 0 0 15 1 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 5 0 0 0
[pid=29935/tid=29939] ppid=29933 vsize=13626180 CPUtime=0.09 cores=1,3,5,7
/proc/29935/task/29939/stat : 29939 (java) S 29933 29935 27631 0 -1 4202560 586 0 0 0 9 0 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 5 0 0 0
[pid=29935/tid=29940] ppid=29933 vsize=13626180 CPUtime=0.19 cores=1,3,5,7
/proc/29935/task/29940/stat : 29940 (java) S 29933 29935 27631 0 -1 4202560 6137 0 0 0 18 1 0 0 16 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 1 0 0 0
[pid=29935/tid=29941] ppid=29933 vsize=13626180 CPUtime=0.19 cores=1,3,5,7
/proc/29935/task/29941/stat : 29941 (java) S 29933 29935 27631 0 -1 4202560 13871 0 0 0 18 1 0 0 16 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29942] ppid=29933 vsize=13626180 CPUtime=0.15 cores=1,3,5,7
/proc/29935/task/29942/stat : 29942 (java) S 29933 29935 27631 0 -1 4202560 7554 0 0 0 14 1 0 0 16 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 5 0 0 0
[pid=29935/tid=29943] ppid=29933 vsize=13626180 CPUtime=0.12 cores=1,3,5,7
/proc/29935/task/29943/stat : 29943 (java) S 29933 29935 27631 0 -1 4202560 1283 0 0 0 12 0 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29944] ppid=29933 vsize=13626180 CPUtime=0.05 cores=1,3,5,7
/proc/29935/task/29944/stat : 29944 (java) S 29933 29935 27631 0 -1 4202560 91 0 0 0 5 0 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
[pid=29935/tid=29945] ppid=29933 vsize=13626180 CPUtime=0.06 cores=1,3,5,7
/proc/29935/task/29945/stat : 29945 (java) S 29933 29935 27631 0 -1 4202560 61 0 0 0 6 0 0 0 15 0 19 0 826597355 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 1 0 0 0
[pid=29935/tid=29946] ppid=29933 vsize=13626180 CPUtime=8.12 cores=1,3,5,7
/proc/29935/task/29946/stat : 29946 (java) S 29933 29935 27631 0 -1 4202560 52202 0 0 0 807 5 0 0 15 0 19 0 826597356 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 0 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29947] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29947/stat : 29947 (java) S 29933 29935 27631 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 826597356 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29948] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29948/stat : 29948 (java) S 29933 29935 27631 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826597356 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29949] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29949/stat : 29949 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528657841 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29950] ppid=29933 vsize=13626180 CPUtime=1.08 cores=1,3,5,7
/proc/29935/task/29950/stat : 29950 (java) S 29933 29935 27631 0 -1 4202560 10136 0 0 0 107 1 0 0 15 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 5 0 0 0
[pid=29935/tid=29951] ppid=29933 vsize=13626180 CPUtime=0.38 cores=1,3,5,7
/proc/29935/task/29951/stat : 29951 (java) S 29933 29935 27631 0 -1 4202560 2780 0 0 0 38 0 0 0 15 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29952] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29952/stat : 29952 (java) S 29933 29935 27631 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650137 0 4 0 16800975 18446604463155784768 0 0 -1 3 0 0 0
[pid=29935/tid=29953] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/29953/stat : 29953 (java) S 29933 29935 27631 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 19 0 826597359 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 4 0 16800975 18446604463155784768 0 0 -1 1 0 0 0
[pid=29935/tid=30002] ppid=29933 vsize=13626180 CPUtime=0 cores=1,3,5,7
/proc/29935/task/30002/stat : 30002 (java) S 29933 29935 27631 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826597906 13953208320 588683 33554432000 1073741824 1073778376 140735370351952 18446744073709551615 246528650752 0 4 0 16800975 18446604463155784768 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 13626180

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

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

[startup+1798.02 s]
/proc/loadavg: 2.07 2.04 2.01 3/461 30052
/proc/meminfo: memFree=23024292/32951124 swapFree=44043516/67111528
[pid=29935] ppid=29933 vsize=0 CPUtime=1800.21 cores=1,3,5,7
/proc/29935/stat : 29935 (java) Z 29933 29935 27631 0 -1 4203548 597173 0 1 0 179943 78 0 0 17 0 2 0 826597352 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/29935/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.03
CPU time (s): 1800.22
CPU user time (s): 1799.44
CPU system time (s): 0.78688
CPU usage (%): 100.122
Max. virtual memory (cumulated for all children) (KiB): 13626240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.78688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 597173
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= 37552
involuntary context switches= 14497

runsolver used 7.35388 second user time and 17.2924 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-04 03:13:12
IDJOB=3458584
IDBENCH=2336
IDSOLVER=1952
FILE ID=node134/3458584-1307149990
RUNJOBID= node134-1307146393-29639
PBS_JOBID= 13508782
Free space on /tmp= 73972 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-dano3_4.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458584-1307149990/watcher-3458584-1307149990 -o /tmp/evaluation-result-3458584-1307149990/solver-3458584-1307149990 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458584-1307149990.opb

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

MD5SUM BENCH= 77442b3482c8e96813b174683c20fffc
RANDOM SEED=1061664312

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25883776 kB
Buffers:        285812 kB
Cached:         660940 kB
SwapCached:       9536 kB
Active:        6162728 kB
Inactive:       610944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25883776 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:           32688 kB
Writeback:           0 kB
AnonPages:     5825304 kB
Mapped:          21168 kB
Slab:           137528 kB
PageTables:      89248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110781796 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73964 MiB
End job on node134 at 2011-06-04 03:43:12