Trace number 3454451

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 Res//CP 2.3.0? (TO) 1800.32 901.382

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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454451-1307191652.opb
0.10/0.11	c reading problem ... 
0.52/0.43	c ... done. Wall clock time 0.272s.
0.52/0.43	c #vars     5383
0.52/0.43	c #constraints  3312
0.52/0.43	c constraints type 
0.52/0.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 276
0.52/0.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2921
0.52/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 28
0.52/0.43	c constraints type 
0.52/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2921
0.52/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
0.52/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
43.38/21.47	c cleaning 2463 clauses out of 5000 with flag 5000/5000
85.92/42.63	c cleaning 4243 clauses out of 8537 with flag 11000/11000
134.72/67.07	c cleaning 5624 clauses out of 11294 with flag 18000/18000
182.10/90.72	c cleaning 6826 clauses out of 13670 with flag 26000/26000
231.15/115.27	c cleaning 7889 clauses out of 15844 with flag 35000/35000
285.91/142.65	c cleaning 8956 clauses out of 17955 with flag 45000/45000
342.71/171.01	c cleaning 9343 clauses out of 18999 with flag 55000/55000
412.33/205.89	c cleaning 9823 clauses out of 19656 with flag 65000/65000
462.67/231.08	c cleaning 9875 clauses out of 19833 with flag 75000/75000
532.06/265.72	c cleaning 9927 clauses out of 19958 with flag 85000/85000
605.40/302.48	c cleaning 9983 clauses out of 20031 with flag 95000/95000
675.73/337.66	c cleaning 9952 clauses out of 20048 with flag 105000/105000
744.37/372.08	c cleaning 9989 clauses out of 20096 with flag 115000/115000
818.94/409.35	c cleaning 9948 clauses out of 20107 with flag 125000/125000
885.00/442.45	c cleaning 10063 clauses out of 20159 with flag 135000/135000
952.30/476.12	c cleaning 9947 clauses out of 20096 with flag 145000/145000
1024.88/512.55	c cleaning 10008 clauses out of 20149 with flag 155000/155000
1095.77/548.06	c cleaning 9961 clauses out of 20141 with flag 165000/165000
1161.88/581.14	c cleaning 10072 clauses out of 20180 with flag 175000/175000
1230.13/615.37	c cleaning 9967 clauses out of 20108 with flag 185000/185000
1289.67/645.20	c cleaning 10067 clauses out of 20142 with flag 195001/195001
1351.16/676.08	c cleaning 10031 clauses out of 20074 with flag 205000/205000
1411.63/706.36	c cleaning 10002 clauses out of 20043 with flag 215000/215000
1469.44/735.35	c cleaning 9989 clauses out of 20041 with flag 225000/225000
1527.82/764.68	c cleaning 10016 clauses out of 20053 with flag 235001/235001
1587.24/794.50	c cleaning 9994 clauses out of 20037 with flag 245001/245001
1653.29/827.56	c cleaning 9929 clauses out of 20042 with flag 255000/255000
1722.73/862.33	c cleaning 10044 clauses out of 20113 with flag 265000/265000
1796.47/899.33	c cleaning 9958 clauses out of 20069 with flag 275000/275000
1800.10/901.22	c starts		: 131
1800.10/901.22	c conflicts		: 275505
1800.10/901.22	c decisions		: 296391
1800.10/901.22	c propagations		: 22252272
1800.10/901.22	c inspects		: 59237501
1800.10/901.22	c shortcuts		: 0
1800.10/901.22	c learnt literals	: 0
1800.10/901.22	c learnt binary clauses	: 0
1800.10/901.22	c learnt ternary clauses	: 0
1800.10/901.22	c learnt constraints	: 275504
1800.10/901.22	c ignored constraints	: 0
1800.10/901.22	c root simplifications	: 0
1800.10/901.22	c removed literals (reason simplification)	: 700217806
1800.10/901.22	c reason swapping (by a shorter reason)	: 0
1800.10/901.22	c Calls to reduceDB	: 29
1800.10/901.22	c number of reductions to clauses (during analyze)	: 0
1800.10/901.22	c number of learned constraints concerned by reduction	: 0
1800.10/901.22	c number of learning phase by resolution	: 0
1800.10/901.22	c number of learning phase by cutting planes	: 0
1800.10/901.22	c speed (assignments/second)	: 24701.691754362593
1800.10/901.22	c non guided choices	2
1800.10/901.24	c learnt constraints type 
1800.10/901.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10619
1800.10/901.24	c constraints type 
1800.10/901.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 276
1800.10/901.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2921
1800.10/901.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 28
1800.10/901.24	c constraints type 
1800.10/901.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2921
1800.10/901.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 276
1800.10/901.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28
1800.10/901.24	s UNKNOWN
1800.10/901.24	c Total wall clock time (in seconds): 901.126

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

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

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


[startup+0 s]
/proc/loadavg: 3.71 3.85 3.81 3/509 22833
/proc/meminfo: memFree=16780112/32951124 swapFree=46575304/67111528
[pid=22833] ppid=22831 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/22833/stat : 22833 (java) S 22831 22833 17058 0 -1 4202496 1822 0 1 0 0 0 0 0 25 0 2 0 563356444 10681323520 1525 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 2607745 1538 906 9 0 2598901 0
[pid=22833/tid=22834] ppid=22831 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22834/stat : 22834 (java) R 22831 22833 17058 0 -1 4202560 5196 0 1 0 0 0 0 0 25 0 2 0 563356445 10694979584 6013 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268660356155 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0402491 s]
/proc/loadavg: 3.71 3.85 3.81 3/509 22833
/proc/meminfo: memFree=16780112/32951124 swapFree=46575304/67111528
[pid=22833] ppid=22831 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/22833/stat : 22833 (java) S 22831 22833 17058 0 -1 4202496 11147 0 1 0 2 1 0 0 25 0 13 0 563356444 10718699520 10844 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672464869 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 2616870 10845 1653 9 0 2607618 0
[pid=22833/tid=22834] ppid=22831 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/22833/task/22834/stat : 22834 (java) R 22831 22833 17058 0 -1 4202560 10001 0 1 0 1 1 0 0 25 0 13 0 563356445 10718699520 10846 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 47038008419946 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100257 s]
/proc/loadavg: 3.71 3.85 3.81 3/509 22833
/proc/meminfo: memFree=16780112/32951124 swapFree=46575304/67111528
[pid=22833] ppid=22831 vsize=10540184 CPUtime=0.1 cores=0,2,4,6
/proc/22833/stat : 22833 (java) S 22831 22833 17058 0 -1 4202496 13028 0 1 0 9 1 0 0 25 0 18 0 563356444 10793148416 12725 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 2635046 12725 2093 9 0 2625780 0
[pid=22833/tid=22834] ppid=22831 vsize=10540184 CPUtime=0.08 cores=0,2,4,6
/proc/22833/task/22834/stat : 22834 (java) R 22831 22833 17058 0 -1 4202560 11120 0 1 0 7 1 0 0 18 0 18 0 563356445 10793148416 12725 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 47038011721677 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540184

[startup+0.301221 s]
/proc/loadavg: 3.71 3.85 3.81 3/509 22833
/proc/meminfo: memFree=16780112/32951124 swapFree=46575304/67111528
[pid=22833] ppid=22831 vsize=10542488 CPUtime=0.52 cores=0,2,4,6
/proc/22833/stat : 22833 (java) S 22831 22833 17058 0 -1 4202496 17451 0 1 0 50 2 0 0 25 0 18 0 563356444 10795507712 16561 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 2635622 16563 2202 9 0 2626356 0
[pid=22833/tid=22834] ppid=22831 vsize=10542488 CPUtime=0.28 cores=0,2,4,6
/proc/22833/task/22834/stat : 22834 (java) R 22831 22833 17058 0 -1 4202560 14231 0 1 0 27 1 0 0 18 0 18 0 563356445 10795507712 16563 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 47038012058451 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10542488

[startup+0.70113 s]
/proc/loadavg: 3.71 3.85 3.81 3/509 22833
/proc/meminfo: memFree=16780112/32951124 swapFree=46575304/67111528
[pid=22833] ppid=22831 vsize=10549400 CPUtime=1.74 cores=0,2,4,6
/proc/22833/stat : 22833 (java) S 22831 22833 17058 0 -1 4202496 29848 0 1 0 171 3 0 0 25 0 22 0 563356444 10802585600 27642 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 2637350 27649 2230 9 0 2628084 0
[pid=22833/tid=22834] ppid=22831 vsize=10549400 CPUtime=0.37 cores=0,2,4,6
/proc/22833/task/22834/stat : 22834 (java) S 22831 22833 17058 0 -1 4202560 19257 0 1 0 35 2 0 0 19 0 22 0 563356445 10802585600 27649 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 10549400

[startup+1.50101 s]
/proc/loadavg: 3.71 3.85 3.81 5/531 22855
/proc/meminfo: memFree=16443968/32951124 swapFree=46575304/67111528
[pid=22833] ppid=22831 vsize=10549400 CPUtime=3.41 cores=0,2,4,6
/proc/22833/stat : 22833 (java) S 22831 22833 17058 0 -1 4202496 143283 0 1 0 326 15 0 0 25 0 22 0 563356444 10802585600 141076 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 2637350 141079 2232 9 0 2628084 0
[pid=22833/tid=22834] ppid=22831 vsize=10549400 CPUtime=0.37 cores=0,2,4,6
/proc/22833/task/22834/stat : 22834 (java) S 22831 22833 17058 0 -1 4202560 19257 0 1 0 35 2 0 0 15 0 22 0 563356445 10802585600 141084 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22836] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 141090 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22837] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (java) S 22831 22833 17058 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 141096 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22838] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 141099 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22839] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22839/stat : 22839 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 141099 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22840] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22840/stat : 22840 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 141099 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22841] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22841/stat : 22841 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 141102 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22842] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22842/stat : 22842 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 141109 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22843] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22843/stat : 22843 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 141115 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22844] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22844/stat : 22844 (java) S 22831 22833 17058 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 563356447 10802585600 141120 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 0 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22845] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22845/stat : 22845 (java) S 22831 22833 17058 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 563356448 10802585600 141122 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22846] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22846/stat : 22846 (java) S 22831 22833 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563356448 10802585600 141122 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22847] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22847/stat : 22847 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356450 10802585600 141122 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672485809 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22848] ppid=22831 vsize=10549400 CPUtime=0.48 cores=0,2,4,6
/proc/22833/task/22848/stat : 22848 (java) S 22831 22833 17058 0 -1 4202560 1842 0 0 0 48 0 0 0 15 0 22 0 563356450 10802585600 141126 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22849] ppid=22831 vsize=10549400 CPUtime=0.38 cores=0,2,4,6
/proc/22833/task/22849/stat : 22849 (java) S 22831 22833 17058 0 -1 4202560 2725 0 0 0 38 0 0 0 22 0 22 0 563356450 10802585600 141132 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22850] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22850/stat : 22850 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356450 10802585600 141138 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22851] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22851/stat : 22851 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 563356450 10802585600 141144 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22852] ppid=22831 vsize=10549400 CPUtime=1.09 cores=0,2,4,6
/proc/22833/task/22852/stat : 22852 (java) R 22831 22833 17058 0 -1 4202560 244 0 0 0 109 0 0 0 24 0 22 0 563356483 10802585600 141145 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 46912505855905 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22833/tid=22853] ppid=22831 vsize=10549400 CPUtime=1.05 cores=0,2,4,6
/proc/22833/task/22853/stat : 22853 (java) R 22831 22833 17058 0 -1 4202560 118117 0 0 0 94 11 0 0 25 0 22 0 563356483 10802585600 141145 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 46912505793981 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22833/tid=22854] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22854/stat : 22854 (java) S 22831 22833 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563356486 10802585600 141145 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22855] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22855/stat : 22855 (java) S 22831 22833 17058 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 563356487 10802585600 141150 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 10549400

[startup+3.10167 s]
/proc/loadavg: 3.71 3.85 3.81 5/531 22855
/proc/meminfo: memFree=15849264/32951124 swapFree=46575304/67111528
[pid=22833] ppid=22831 vsize=10549400 CPUtime=6.64 cores=0,2,4,6
/proc/22833/stat : 22833 (java) S 22831 22833 17058 0 -1 4202496 355952 0 1 0 626 38 0 0 25 0 22 0 563356444 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 2637350 353743 2232 9 0 2628084 0
[pid=22833/tid=22834] ppid=22831 vsize=10549400 CPUtime=0.37 cores=0,2,4,6
/proc/22833/task/22834/stat : 22834 (java) S 22831 22833 17058 0 -1 4202560 19257 0 1 0 35 2 0 0 15 0 22 0 563356445 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22836] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22837] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (java) S 22831 22833 17058 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22838] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22839] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22839/stat : 22839 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22840] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22840/stat : 22840 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22841] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22841/stat : 22841 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22842] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22842/stat : 22842 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22843] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22843/stat : 22843 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356446 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22844] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22844/stat : 22844 (java) S 22831 22833 17058 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 563356447 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 0 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22845] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22845/stat : 22845 (java) S 22831 22833 17058 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 563356448 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22846] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22846/stat : 22846 (java) S 22831 22833 17058 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 563356448 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22847] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22847/stat : 22847 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356450 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672485809 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22848] ppid=22831 vsize=10549400 CPUtime=0.51 cores=0,2,4,6
/proc/22833/task/22848/stat : 22848 (java) S 22831 22833 17058 0 -1 4202560 1847 0 0 0 51 0 0 0 15 0 22 0 563356450 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22849] ppid=22831 vsize=10549400 CPUtime=0.38 cores=0,2,4,6
/proc/22833/task/22849/stat : 22849 (java) S 22831 22833 17058 0 -1 4202560 2725 0 0 0 38 0 0 0 22 0 22 0 563356450 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22850] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22850/stat : 22850 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356450 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22851] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22851/stat : 22851 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 563356450 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22852] ppid=22831 vsize=10549400 CPUtime=2.69 cores=0,2,4,6
/proc/22833/task/22852/stat : 22852 (java) R 22831 22833 17058 0 -1 4202560 268 0 0 0 269 0 0 0 25 0 22 0 563356483 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 46912505835828 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22833/tid=22853] ppid=22831 vsize=10549400 CPUtime=2.64 cores=0,2,4,6
/proc/22833/task/22853/stat : 22853 (java) R 22831 22833 17058 0 -1 4202560 330688 0 0 0 230 34 0 0 25 0 22 0 563356483 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 46912505793763 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=22833/tid=22854] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22854/stat : 22854 (java) S 22831 22833 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563356486 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22855] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22855/stat : 22855 (java) S 22831 22833 17058 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 563356487 10802585600 353743 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.64
Current children cumulated vsize (KiB) 10549400

[startup+6.30115 s]
/proc/loadavg: 3.74 3.85 3.81 5/531 22855
/proc/meminfo: memFree=14182568/32951124 swapFree=46575304/67111528
[pid=22833] ppid=22831 vsize=10549400 CPUtime=13.08 cores=0,2,4,6
/proc/22833/stat : 22833 (java) S 22831 22833 17058 0 -1 4202496 652014 0 1 0 1239 69 0 0 25 0 22 0 563356444 10802585600 649700 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 2637350 649700 2245 9 0 2628084 0
[pid=22833/tid=22834] ppid=22831 vsize=10549400 CPUtime=0.37 cores=0,2,4,6
/proc/22833/task/22834/stat : 22834 (java) S 22831 22833 17058 0 -1 4202560 19257 0 1 0 35 2 0 0 15 0 22 0 563356445 10802585600 649700 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22836] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563356446 10802585600 649700 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22837] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (java) S 22831 22833 17058 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 563356446 10802585600 649700 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22838] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563356446 10802585600 649700 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22839] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22839/stat : 22839 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563356446 10802585600 649700 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22840] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22840/stat : 22840 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 563356446 10802585600 649700 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22841] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22841/stat : 22841 (java) S 22831 22833 17058 0 -1 4202560 568 0 0 0 0 0 0 0 18 0 22 0 563356446 10802585600 649700 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22842] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22842/stat : 22842 (java) S 22831 22833 17058 0 -1 4202560 326 0 0 0 0 0 0 0 18 0 22 0 563356446 10802585600 649700 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22843] ppid=22831 vsize=10549400 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22843/stat : 22843 (java) S 22831 22833 17058 0 -1 4202560 414 0 0 0 0 0 0 0 18 0 22 0 563356446 10802585600 649700 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0

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

/proc/meminfo: memFree=16126116/32951124 swapFree=46575304/67111528
[pid=22833] ppid=22831 vsize=10549160 CPUtime=1642.88 cores=0,2,4,6
/proc/22833/stat : 22833 (java) S 22831 22833 17058 0 -1 4202496 941283 0 1 0 164176 112 0 0 25 0 22 0 563356444 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 2637290 933006 2264 9 0 2628024 0
[pid=22833/tid=22834] ppid=22831 vsize=10549160 CPUtime=0.37 cores=0,2,4,6
/proc/22833/task/22834/stat : 22834 (java) S 22831 22833 17058 0 -1 4202560 19262 0 1 0 35 2 0 0 15 0 22 0 563356445 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22836] ppid=22831 vsize=10549160 CPUtime=0.23 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (java) S 22831 22833 17058 0 -1 4202560 8687 0 0 0 22 1 0 0 16 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22837] ppid=22831 vsize=10549160 CPUtime=0.28 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (java) S 22831 22833 17058 0 -1 4202560 9303 0 0 0 27 1 0 0 15 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22838] ppid=22831 vsize=10549160 CPUtime=0.26 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (java) S 22831 22833 17058 0 -1 4202560 7126 0 0 0 25 1 0 0 16 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22839] ppid=22831 vsize=10549160 CPUtime=0.24 cores=0,2,4,6
/proc/22833/task/22839/stat : 22839 (java) S 22831 22833 17058 0 -1 4202560 8737 0 0 0 22 2 0 0 16 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22840] ppid=22831 vsize=10549160 CPUtime=0.26 cores=0,2,4,6
/proc/22833/task/22840/stat : 22840 (java) S 22831 22833 17058 0 -1 4202560 6924 0 0 0 25 1 0 0 15 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22841] ppid=22831 vsize=10549160 CPUtime=0.32 cores=0,2,4,6
/proc/22833/task/22841/stat : 22841 (java) S 22831 22833 17058 0 -1 4202560 10382 0 0 0 30 2 0 0 16 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22842] ppid=22831 vsize=10549160 CPUtime=0.29 cores=0,2,4,6
/proc/22833/task/22842/stat : 22842 (java) S 22831 22833 17058 0 -1 4202560 8440 0 0 0 28 1 0 0 15 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22843] ppid=22831 vsize=10549160 CPUtime=0.3 cores=0,2,4,6
/proc/22833/task/22843/stat : 22843 (java) S 22831 22833 17058 0 -1 4202560 10220 0 0 0 29 1 0 0 16 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22844] ppid=22831 vsize=10549160 CPUtime=3.51 cores=0,2,4,6
/proc/22833/task/22844/stat : 22844 (java) S 22831 22833 17058 0 -1 4202560 4804 0 0 0 349 2 0 0 15 0 22 0 563356447 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 0 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22845] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22845/stat : 22845 (java) S 22831 22833 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 563356448 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22846] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22846/stat : 22846 (java) S 22831 22833 17058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 563356448 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22847] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22847/stat : 22847 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672485809 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22848] ppid=22831 vsize=10549160 CPUtime=0.88 cores=0,2,4,6
/proc/22833/task/22848/stat : 22848 (java) S 22831 22833 17058 0 -1 4202560 5579 0 0 0 87 1 0 0 15 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22849] ppid=22831 vsize=10549160 CPUtime=0.64 cores=0,2,4,6
/proc/22833/task/22849/stat : 22849 (java) S 22831 22833 17058 0 -1 4202560 3061 0 0 0 64 0 0 0 15 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22850] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22850/stat : 22850 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22851] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22851/stat : 22851 (java) S 22831 22833 17058 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22852] ppid=22831 vsize=10549160 CPUtime=817.6 cores=0,2,4,6
/proc/22833/task/22852/stat : 22852 (java) R 22831 22833 17058 0 -1 4202560 441 0 0 0 81760 0 0 0 25 0 22 0 563356483 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 46912505855865 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22833/tid=22853] ppid=22831 vsize=10549160 CPUtime=817.58 cores=0,2,4,6
/proc/22833/task/22853/stat : 22853 (java) R 22831 22833 17058 0 -1 4202560 837112 0 0 0 81667 91 0 0 25 0 22 0 563356483 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 46912505806441 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22833/tid=22854] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22854/stat : 22854 (java) S 22831 22833 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563356486 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22855] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22855/stat : 22855 (java) S 22831 22833 17058 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 563356487 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1642.88
Current children cumulated vsize (KiB) 10549160

[startup+882.319 s]
/proc/loadavg: 3.87 3.86 3.82 5/531 22942
/proc/meminfo: memFree=16121836/32951124 swapFree=46575304/67111528
[pid=22833] ppid=22831 vsize=10549160 CPUtime=1762.48 cores=0,2,4,6
/proc/22833/stat : 22833 (java) S 22831 22833 17058 0 -1 4202496 941296 0 1 0 176136 112 0 0 25 0 22 0 563356444 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 2637290 933006 2264 9 0 2628024 0
[pid=22833/tid=22834] ppid=22831 vsize=10549160 CPUtime=0.37 cores=0,2,4,6
/proc/22833/task/22834/stat : 22834 (java) S 22831 22833 17058 0 -1 4202560 19262 0 1 0 35 2 0 0 15 0 22 0 563356445 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22836] ppid=22831 vsize=10549160 CPUtime=0.25 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (java) S 22831 22833 17058 0 -1 4202560 8687 0 0 0 24 1 0 0 15 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22837] ppid=22831 vsize=10549160 CPUtime=0.28 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (java) S 22831 22833 17058 0 -1 4202560 9303 0 0 0 27 1 0 0 15 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22831 vsize=10549160 CPUtime=0.29 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (java) S 22831 22833 17058 0 -1 4202560 7126 0 0 0 28 1 0 0 16 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22839] ppid=22831 vsize=10549160 CPUtime=0.26 cores=0,2,4,6
/proc/22833/task/22839/stat : 22839 (java) S 22831 22833 17058 0 -1 4202560 8737 0 0 0 24 2 0 0 15 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22840] ppid=22831 vsize=10549160 CPUtime=0.26 cores=0,2,4,6
/proc/22833/task/22840/stat : 22840 (java) S 22831 22833 17058 0 -1 4202560 6924 0 0 0 25 1 0 0 15 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22841] ppid=22831 vsize=10549160 CPUtime=0.35 cores=0,2,4,6
/proc/22833/task/22841/stat : 22841 (java) S 22831 22833 17058 0 -1 4202560 10382 0 0 0 33 2 0 0 16 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22842] ppid=22831 vsize=10549160 CPUtime=0.31 cores=0,2,4,6
/proc/22833/task/22842/stat : 22842 (java) S 22831 22833 17058 0 -1 4202560 8440 0 0 0 30 1 0 0 16 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22843] ppid=22831 vsize=10549160 CPUtime=0.33 cores=0,2,4,6
/proc/22833/task/22843/stat : 22843 (java) S 22831 22833 17058 0 -1 4202560 10220 0 0 0 32 1 0 0 16 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22844] ppid=22831 vsize=10549160 CPUtime=4.01 cores=0,2,4,6
/proc/22833/task/22844/stat : 22844 (java) S 22831 22833 17058 0 -1 4202560 4806 0 0 0 399 2 0 0 15 0 22 0 563356447 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 0 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22845] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22845/stat : 22845 (java) S 22831 22833 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 563356448 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22846] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22846/stat : 22846 (java) S 22831 22833 17058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 563356448 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22847] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22847/stat : 22847 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672485809 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22848] ppid=22831 vsize=10549160 CPUtime=0.88 cores=0,2,4,6
/proc/22833/task/22848/stat : 22848 (java) S 22831 22833 17058 0 -1 4202560 5579 0 0 0 87 1 0 0 15 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22849] ppid=22831 vsize=10549160 CPUtime=0.64 cores=0,2,4,6
/proc/22833/task/22849/stat : 22849 (java) S 22831 22833 17058 0 -1 4202560 3061 0 0 0 64 0 0 0 15 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22850] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22850/stat : 22850 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22851] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22851/stat : 22851 (java) S 22831 22833 17058 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22852] ppid=22831 vsize=10549160 CPUtime=877.07 cores=0,2,4,6
/proc/22833/task/22852/stat : 22852 (java) R 22831 22833 17058 0 -1 4202560 446 0 0 0 87707 0 0 0 25 0 22 0 563356483 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 46912505855865 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22833/tid=22853] ppid=22831 vsize=10549160 CPUtime=877.05 cores=0,2,4,6
/proc/22833/task/22853/stat : 22853 (java) R 22831 22833 17058 0 -1 4202560 837116 0 0 0 87614 91 0 0 25 0 22 0 563356483 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 46912505806403 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22833/tid=22854] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22854/stat : 22854 (java) S 22831 22833 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563356486 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22855] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22855/stat : 22855 (java) S 22831 22833 17058 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 563356487 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1762.48
Current children cumulated vsize (KiB) 10549160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.202 s]
/proc/loadavg: 3.99 3.89 3.83 5/531 22942
/proc/meminfo: memFree=16120320/32951124 swapFree=46575304/67111528
[pid=22833] ppid=22831 vsize=10549160 CPUtime=1800.1 cores=0,2,4,6
/proc/22833/stat : 22833 (java) S 22831 22833 17058 0 -1 4202496 941303 0 1 0 179898 112 0 0 25 0 22 0 563356444 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672464869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 2637290 933006 2264 9 0 2628024 0
[pid=22833/tid=22834] ppid=22831 vsize=10549160 CPUtime=0.37 cores=0,2,4,6
/proc/22833/task/22834/stat : 22834 (java) S 22831 22833 17058 0 -1 4202560 19262 0 1 0 35 2 0 0 15 0 22 0 563356445 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22836] ppid=22831 vsize=10549160 CPUtime=0.26 cores=0,2,4,6
/proc/22833/task/22836/stat : 22836 (java) S 22831 22833 17058 0 -1 4202560 8687 0 0 0 25 1 0 0 16 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22837] ppid=22831 vsize=10549160 CPUtime=0.29 cores=0,2,4,6
/proc/22833/task/22837/stat : 22837 (java) S 22831 22833 17058 0 -1 4202560 9303 0 0 0 28 1 0 0 15 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22838] ppid=22831 vsize=10549160 CPUtime=0.3 cores=0,2,4,6
/proc/22833/task/22838/stat : 22838 (java) S 22831 22833 17058 0 -1 4202560 7126 0 0 0 29 1 0 0 15 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22839] ppid=22831 vsize=10549160 CPUtime=0.27 cores=0,2,4,6
/proc/22833/task/22839/stat : 22839 (java) S 22831 22833 17058 0 -1 4202560 8737 0 0 0 25 2 0 0 15 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22840] ppid=22831 vsize=10549160 CPUtime=0.27 cores=0,2,4,6
/proc/22833/task/22840/stat : 22840 (java) S 22831 22833 17058 0 -1 4202560 6924 0 0 0 26 1 0 0 15 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22841] ppid=22831 vsize=10549160 CPUtime=0.36 cores=0,2,4,6
/proc/22833/task/22841/stat : 22841 (java) S 22831 22833 17058 0 -1 4202560 10382 0 0 0 34 2 0 0 16 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22842] ppid=22831 vsize=10549160 CPUtime=0.33 cores=0,2,4,6
/proc/22833/task/22842/stat : 22842 (java) S 22831 22833 17058 0 -1 4202560 8440 0 0 0 32 1 0 0 16 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22843] ppid=22831 vsize=10549160 CPUtime=0.34 cores=0,2,4,6
/proc/22833/task/22843/stat : 22843 (java) S 22831 22833 17058 0 -1 4202560 10220 0 0 0 33 1 0 0 15 0 22 0 563356446 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 2 0 0 0
[pid=22833/tid=22844] ppid=22831 vsize=10549160 CPUtime=4.22 cores=0,2,4,6
/proc/22833/task/22844/stat : 22844 (java) S 22831 22833 17058 0 -1 4202560 4808 0 0 0 420 2 0 0 15 0 22 0 563356447 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 0 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22845] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22845/stat : 22845 (java) S 22831 22833 17058 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 563356448 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22846] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22846/stat : 22846 (java) S 22831 22833 17058 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 563356448 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22847] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22847/stat : 22847 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672485809 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22848] ppid=22831 vsize=10549160 CPUtime=0.88 cores=0,2,4,6
/proc/22833/task/22848/stat : 22848 (java) S 22831 22833 17058 0 -1 4202560 5579 0 0 0 87 1 0 0 15 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22849] ppid=22831 vsize=10549160 CPUtime=0.64 cores=0,2,4,6
/proc/22833/task/22849/stat : 22849 (java) S 22831 22833 17058 0 -1 4202560 3061 0 0 0 64 0 0 0 15 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 6 0 0 0
[pid=22833/tid=22850] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22850/stat : 22850 (java) S 22831 22833 17058 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478105 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22851] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22851/stat : 22851 (java) S 22831 22833 17058 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 563356450 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 0 0 0 0
[pid=22833/tid=22852] ppid=22831 vsize=10549160 CPUtime=895.74 cores=0,2,4,6
/proc/22833/task/22852/stat : 22852 (java) R 22831 22833 17058 0 -1 4202560 448 0 0 0 89574 0 0 0 25 0 22 0 563356483 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 46912505855910 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=22833/tid=22853] ppid=22831 vsize=10549160 CPUtime=895.72 cores=0,2,4,6
/proc/22833/task/22853/stat : 22853 (java) R 22831 22833 17058 0 -1 4202560 837117 0 0 0 89481 91 0 0 17 0 22 0 563356483 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 46912505793849 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=22833/tid=22854] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22854/stat : 22854 (java) S 22831 22833 17058 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 563356486 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
[pid=22833/tid=22855] ppid=22831 vsize=10549160 CPUtime=0 cores=0,2,4,6
/proc/22833/task/22855/stat : 22855 (java) S 22831 22833 17058 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 563356487 10802339840 933006 33554432000 1073741824 1073778376 140737276356016 18446744073709551615 268672478720 0 4 0 16800975 18446604444673173376 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10549160

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

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

[startup+901.325 s]
/proc/loadavg: 3.99 3.89 3.83 5/531 22942
/proc/meminfo: memFree=16120320/32951124 swapFree=46575304/67111528
[pid=22833] ppid=22831 vsize=0 CPUtime=1800.25 cores=0,2,4,6
/proc/22833/stat : 22833 (java) Z 22831 22833 17058 0 -1 4203548 941336 0 1 0 179905 120 0 0 17 0 2 0 563356444 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/22833/statm: 0 0 0 0 0 0 0
[pid=22833/tid=22853] ppid=22831 vsize=0 CPUtime=895.82 cores=0,2,4,6
/proc/22833/task/22853/stat : 22853 (java) R 22831 22833 17058 0 -1 4203588 837117 0 0 0 89483 99 0 0 17 0 2 0 563356483 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 901.382
CPU time (s): 1800.32
CPU user time (s): 1799.05
CPU system time (s): 1.26481
CPU usage (%): 199.728
Max. virtual memory (cumulated for all children) (KiB): 10550220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.05
system time used= 1.26481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 941336
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= 24902
involuntary context switches= 11928

runsolver used 4.87426 second user time and 9.90849 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-04 14:47:32
IDJOB=3454451
IDBENCH=2519
IDSOLVER=1950
FILE ID=node107/3454451-1307191652
RUNJOBID= node107-1307190749-22695
PBS_JOBID= 13508844
Free space on /tmp= 73868 MiB

SOLVER NAME= Sat4j Res//CP 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 -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454451-1307191652/watcher-3454451-1307191652 -o /tmp/evaluation-result-3454451-1307191652/solver-3454451-1307191652 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454451-1307191652.opb

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

MD5SUM BENCH= eae2e8a732d92a062f083ccb58900b63
RANDOM SEED=1580444184

node107.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.829
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.65
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.829
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.829
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.67
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.829
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.82
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.829
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.74
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.829
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	: 5359.47
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.829
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.829
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16780168 kB
Buffers:        339832 kB
Cached:        2193952 kB
SwapCached:      22548 kB
Active:       13775848 kB
Inactive:      2036308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16780168 kB
SwapTotal:    67111528 kB
SwapFree:     46575304 kB
Dirty:             580 kB
Writeback:           0 kB
AnonPages:    13273748 kB
Mapped:          41012 kB
Slab:           187468 kB
PageTables:     103948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155455496 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= 73884 MiB
End job on node107 at 2011-06-04 15:02:35