Trace number 3456594

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 CuttingPlanes 2.3.0? (TO) 1800.46 1796.3

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUMf8f4f876e372c51b5109e7995e83ce5e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark761
Best CPU time to get the best result obtained on this benchmark1800.27
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 443
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 492823
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 492823
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
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@38540408
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-3456594-1307218249.opb
0.10/0.11	c reading problem ... 
3.44/3.04	c ... done. Wall clock time 2.926s.
3.44/3.04	c #vars     10000
3.44/3.04	c #constraints  656900
3.44/3.04	c constraints type 
3.44/3.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.44/3.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
24.55/23.40	c cleaning 0 clauses out of 5000 with flag 0/5000
36.72/35.48	c cleaning 0 clauses out of 11002 with flag 0/11002
52.04/50.78	c cleaning 0 clauses out of 18000 with flag 0/18000
74.73/73.34	c cleaning 0 clauses out of 26002 with flag 0/26002
101.11/99.62	c cleaning 0 clauses out of 35000 with flag 0/35000
127.17/125.69	c cleaning 0 clauses out of 45000 with flag 0/45000
161.12/159.56	c cleaning 0 clauses out of 56000 with flag 0/56000
196.76/195.19	c cleaning 0 clauses out of 68000 with flag 0/68000
245.13/243.44	c cleaning 0 clauses out of 81002 with flag 0/81002
301.89/300.13	c cleaning 0 clauses out of 95000 with flag 0/95000
379.02/377.14	c cleaning 0 clauses out of 110000 with flag 0/110000
444.70/442.73	c cleaning 0 clauses out of 126000 with flag 0/126000
522.27/520.10	c cleaning 0 clauses out of 143004 with flag 0/143004
617.00/614.77	c cleaning 0 clauses out of 161002 with flag 0/161002
712.83/710.45	c cleaning 0 clauses out of 180000 with flag 0/180000
836.56/834.09	c cleaning 0 clauses out of 200000 with flag 0/200000
954.44/951.77	c cleaning 0 clauses out of 221000 with flag 0/221000
1095.75/1092.87	c cleaning 0 clauses out of 243000 with flag 0/243000
1245.93/1242.87	c cleaning 0 clauses out of 266000 with flag 0/266000
1369.22/1365.82	c cleaning 0 clauses out of 290001 with flag 0/290001
1493.99/1490.34	c cleaning 0 clauses out of 315003 with flag 0/315003
1677.12/1673.23	c cleaning 0 clauses out of 341002 with flag 0/341002
1800.11/1796.02	c starts		: 136
1800.11/1796.02	c conflicts		: 359123
1800.11/1796.02	c decisions		: 487010
1800.11/1796.02	c propagations		: 66551385
1800.11/1796.02	c inspects		: 2790184025
1800.11/1796.02	c shortcuts		: 0
1800.11/1796.02	c learnt literals	: 0
1800.11/1796.02	c learnt binary clauses	: 0
1800.11/1796.02	c learnt ternary clauses	: 0
1800.11/1796.02	c learnt constraints	: 359123
1800.11/1796.02	c ignored constraints	: 0
1800.11/1796.02	c root simplifications	: 0
1800.11/1796.02	c removed literals (reason simplification)	: 0
1800.11/1796.02	c reason swapping (by a shorter reason)	: 0
1800.11/1796.02	c Calls to reduceDB	: 22
1800.11/1796.02	c number of reductions to clauses (during analyze)	: 0
1800.11/1796.02	c number of learned constraints concerned by reduction	: 0
1800.11/1796.02	c number of learning phase by resolution	: 0
1800.11/1796.02	c number of learning phase by cutting planes	: 0
1800.11/1796.02	c speed (assignments/second)	: 37117.70099454318
1800.11/1796.02	c non guided choices	0
1800.11/1796.07	c learnt constraints type 
1800.11/1796.07	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 359128
1800.11/1796.07	c constraints type 
1800.11/1796.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.11/1796.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.11/1796.07	s UNKNOWN
1800.11/1796.07	c Total wall clock time (in seconds): 1795.957

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-3456594-1307218249/watcher-3456594-1307218249 -o /tmp/evaluation-result-3456594-1307218249/solver-3456594-1307218249 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456594-1307218249.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: 1.92 2.00 1.81 3/499 21630
/proc/meminfo: memFree=23695940/32950928 swapFree=39617324/67111528
[pid=21630] ppid=21628 vsize=36924 CPUtime=0 cores=0,2,4,6
/proc/21630/stat : 21630 (java) S 21628 21630 20277 0 -1 4202496 1369 0 1 0 0 0 0 0 25 0 2 0 833424586 37810176 1072 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/21630/statm: 9231 1072 832 9 0 387 0
[pid=21630/tid=21631] ppid=21628 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21631/stat : 21631 (java) R 21628 21630 20277 0 -1 4202560 1993 0 1 0 0 0 0 0 25 0 2 0 833424588 10681323520 2809 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0479539 s]
/proc/loadavg: 1.92 2.00 1.81 3/499 21630
/proc/meminfo: memFree=23695940/32950928 swapFree=39617324/67111528
[pid=21630] ppid=21628 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/21630/stat : 21630 (java) S 21628 21630 20277 0 -1 4202496 11239 0 1 0 2 0 0 0 25 0 13 0 833424586 10718699520 10936 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/21630/statm: 2616870 10937 1669 9 0 2607618 0
[pid=21630/tid=21631] ppid=21628 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/21630/task/21631/stat : 21631 (java) R 21628 21630 20277 0 -1 4202560 10092 0 1 0 2 0 0 0 25 0 13 0 833424588 10718699520 10937 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 47290832295667 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10467480

[startup+0.105779 s]
/proc/loadavg: 1.92 2.00 1.81 3/499 21630
/proc/meminfo: memFree=23695940/32950928 swapFree=39617324/67111528
[pid=21630] ppid=21628 vsize=10539448 CPUtime=0.1 cores=0,2,4,6
/proc/21630/stat : 21630 (java) S 21628 21630 20277 0 -1 4202496 12907 0 1 0 9 1 0 0 25 0 18 0 833424586 10792394752 12604 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21630/statm: 2634862 12604 2092 9 0 2625596 0
[pid=21630/tid=21631] ppid=21628 vsize=10539448 CPUtime=0.08 cores=0,2,4,6
/proc/21630/task/21631/stat : 21631 (java) R 21628 21630 20277 0 -1 4202560 11160 0 1 0 8 0 0 0 18 0 18 0 833424588 10792394752 12604 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092059083 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539448

[startup+0.305983 s]
/proc/loadavg: 1.92 2.00 1.81 3/499 21630
/proc/meminfo: memFree=23695940/32950928 swapFree=39617324/67111528
[pid=21630] ppid=21628 vsize=10541144 CPUtime=0.48 cores=0,2,4,6
/proc/21630/stat : 21630 (java) S 21628 21630 20277 0 -1 4202496 16465 0 1 0 47 1 0 0 25 0 18 0 833424586 10794131456 15938 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21630/statm: 2635286 15939 2199 9 0 2626020 0
[pid=21630/tid=21631] ppid=21628 vsize=10541144 CPUtime=0.28 cores=0,2,4,6
/proc/21630/task/21631/stat : 21631 (java) R 21628 21630 20277 0 -1 4202560 13929 0 1 0 27 1 0 0 18 0 18 0 833424588 10794131456 15939 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 46912505558366 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541144

[startup+0.70089 s]
/proc/loadavg: 1.92 2.00 1.81 3/499 21630
/proc/meminfo: memFree=23695940/32950928 swapFree=39617324/67111528
[pid=21630] ppid=21628 vsize=10544556 CPUtime=1.14 cores=0,2,4,6
/proc/21630/stat : 21630 (java) S 21628 21630 20277 0 -1 4202496 52640 0 1 0 107 7 0 0 25 0 18 0 833424586 10797625344 50677 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21630/statm: 2636139 50681 2213 9 0 2626873 0
[pid=21630/tid=21631] ppid=21628 vsize=10544556 CPUtime=0.67 cores=0,2,4,6
/proc/21630/task/21631/stat : 21631 (java) R 21628 21630 20277 0 -1 4202560 46890 0 1 0 62 5 0 0 18 0 18 0 833424588 10797625344 50683 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 46912505558366 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 10544556

[startup+1.50063 s]
/proc/loadavg: 1.92 2.00 1.81 3/517 21648
/proc/meminfo: memFree=23376444/32950928 swapFree=39617324/67111528
[pid=21630] ppid=21628 vsize=10544556 CPUtime=1.93 cores=0,2,4,6
/proc/21630/stat : 21630 (java) S 21628 21630 20277 0 -1 4202496 134529 0 1 0 175 18 0 0 25 0 18 0 833424586 10797625344 132565 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21630/statm: 2636139 132569 2213 9 0 2626873 0
[pid=21630/tid=21631] ppid=21628 vsize=10544556 CPUtime=1.47 cores=0,2,4,6
/proc/21630/task/21631/stat : 21631 (java) R 21628 21630 20277 0 -1 4202560 128778 0 1 0 130 17 0 0 19 0 18 0 833424588 10797625344 132571 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 46912505613386 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21630/tid=21633] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21633/stat : 21633 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833424589 10797625344 132574 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21634] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21634/stat : 21634 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833424589 10797625344 132576 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21635] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21635/stat : 21635 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833424589 10797625344 132579 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21636] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21636/stat : 21636 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833424589 10797625344 132582 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21637] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21637/stat : 21637 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833424589 10797625344 132584 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21638] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21638/stat : 21638 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833424589 10797625344 132587 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21639] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21639/stat : 21639 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833424589 10797625344 132589 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21640] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21640/stat : 21640 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833424589 10797625344 132592 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21641] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21641/stat : 21641 (java) S 21628 21630 20277 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833424590 10797625344 132594 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 0 0 16800975 18446604444242205632 0 0 -1 0 0 0 0
[pid=21630/tid=21642] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21642/stat : 21642 (java) S 21628 21630 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833424591 10797625344 132597 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21643] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21643/stat : 21643 (java) S 21628 21630 20277 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 833424591 10797625344 132600 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21644] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21644/stat : 21644 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833424593 10797625344 132603 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092055985 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21645] ppid=21628 vsize=10544556 CPUtime=0.21 cores=0,2,4,6
/proc/21630/task/21645/stat : 21645 (java) S 21628 21630 20277 0 -1 4202560 2028 0 0 0 21 0 0 0 17 0 18 0 833424593 10797625344 132605 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21646] ppid=21628 vsize=10544556 CPUtime=0.23 cores=0,2,4,6
/proc/21630/task/21646/stat : 21646 (java) S 21628 21630 20277 0 -1 4202560 2578 0 0 0 23 0 0 0 17 0 18 0 833424593 10797625344 132605 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 0 0 0 0
[pid=21630/tid=21647] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21647/stat : 21647 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833424593 10797625344 132608 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21648] ppid=21628 vsize=10544556 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21648/stat : 21648 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833424593 10797625344 132611 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 10544556

[startup+3.10132 s]
/proc/loadavg: 1.92 2.00 1.81 3/517 21648
/proc/meminfo: memFree=22919584/32950928 swapFree=39617324/67111528
[pid=21630] ppid=21628 vsize=10545956 CPUtime=3.62 cores=0,2,4,6
/proc/21630/stat : 21630 (java) S 21628 21630 20277 0 -1 4202496 292371 0 1 0 323 39 0 0 25 0 19 0 833424586 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21630/statm: 2636489 290407 2228 9 0 2627223 0
[pid=21630/tid=21631] ppid=21628 vsize=10545956 CPUtime=3.08 cores=0,2,4,6
/proc/21630/task/21631/stat : 21631 (java) R 21628 21630 20277 0 -1 4202560 286527 0 1 0 270 38 0 0 24 0 19 0 833424588 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 46912505217127 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21630/tid=21633] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21633/stat : 21633 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21634] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21634/stat : 21634 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21635] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21635/stat : 21635 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21636] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21636/stat : 21636 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21637] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21637/stat : 21637 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21638] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21638/stat : 21638 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21639] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21639/stat : 21639 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21640] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21640/stat : 21640 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21641] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21641/stat : 21641 (java) S 21628 21630 20277 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 833424590 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 0 0 16800975 18446604444242205632 0 0 -1 0 0 0 0
[pid=21630/tid=21642] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21642/stat : 21642 (java) S 21628 21630 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833424591 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21643] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21643/stat : 21643 (java) S 21628 21630 20277 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833424591 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21644] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21644/stat : 21644 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424593 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092055985 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21645] ppid=21628 vsize=10545956 CPUtime=0.24 cores=0,2,4,6
/proc/21630/task/21645/stat : 21645 (java) R 21628 21630 20277 0 -1 4202560 2074 0 0 0 24 0 0 0 15 0 19 0 833424593 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 47290836284480 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21630/tid=21646] ppid=21628 vsize=10545956 CPUtime=0.27 cores=0,2,4,6
/proc/21630/task/21646/stat : 21646 (java) S 21628 21630 20277 0 -1 4202560 2612 0 0 0 27 0 0 0 16 0 19 0 833424593 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 0 0 0 0
[pid=21630/tid=21647] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21647/stat : 21647 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424593 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21648] ppid=21628 vsize=10545956 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21648/stat : 21648 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833424593 10799058944 290407 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 10545956

[startup+6.30082 s]
/proc/loadavg: 1.93 2.00 1.81 3/518 21649
/proc/meminfo: memFree=22521468/32950928 swapFree=39617324/67111528
[pid=21630] ppid=21628 vsize=10545136 CPUtime=7.18 cores=0,2,4,6
/proc/21630/stat : 21630 (java) S 21628 21630 20277 0 -1 4202496 300027 0 1 0 678 40 0 0 25 0 19 0 833424586 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21630/statm: 2636284 296303 2238 9 0 2627018 0
[pid=21630/tid=21631] ppid=21628 vsize=10545136 CPUtime=6.27 cores=0,2,4,6
/proc/21630/task/21631/stat : 21631 (java) R 21628 21630 20277 0 -1 4202560 292552 0 1 0 589 38 0 0 25 0 19 0 833424588 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 46912505827140 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21630/tid=21633] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21633/stat : 21633 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21634] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21634/stat : 21634 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21635] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21635/stat : 21635 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21636] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21636/stat : 21636 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21637] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21637/stat : 21637 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21638] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21638/stat : 21638 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21639] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21639/stat : 21639 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21640] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21640/stat : 21640 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424589 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21641] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21641/stat : 21641 (java) S 21628 21630 20277 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833424590 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 0 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21642] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21642/stat : 21642 (java) S 21628 21630 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833424591 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21643] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21643/stat : 21643 (java) S 21628 21630 20277 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833424591 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21644] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21644/stat : 21644 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424593 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092055985 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21645] ppid=21628 vsize=10545136 CPUtime=0.42 cores=0,2,4,6
/proc/21630/task/21645/stat : 21645 (java) S 21628 21630 20277 0 -1 4202560 3516 0 0 0 42 0 0 0 15 0 19 0 833424593 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21646] ppid=21628 vsize=10545136 CPUtime=0.45 cores=0,2,4,6
/proc/21630/task/21646/stat : 21646 (java) S 21628 21630 20277 0 -1 4202560 2797 0 0 0 45 0 0 0 15 0 19 0 833424593 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 0 0 0 0
[pid=21630/tid=21647] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21647/stat : 21647 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424593 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21648] ppid=21628 vsize=10545136 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21648/stat : 21648 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833424593 10798219264 296303 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0

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

/proc/21630/task/21643/stat : 21643 (java) S 21628 21630 20277 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833424591 10797924352 1323202 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21644] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21644/stat : 21644 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424593 10797924352 1323202 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092055985 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21645] ppid=21628 vsize=10544848 CPUtime=0.55 cores=0,2,4,6
/proc/21630/task/21645/stat : 21645 (java) S 21628 21630 20277 0 -1 4202560 3538 0 0 0 55 0 0 0 15 0 19 0 833424593 10797924352 1323202 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21646] ppid=21628 vsize=10544848 CPUtime=0.71 cores=0,2,4,6
/proc/21630/task/21646/stat : 21646 (java) S 21628 21630 20277 0 -1 4202560 3098 0 0 0 71 0 0 0 15 0 19 0 833424593 10797924352 1323202 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 0 0 0 0
[pid=21630/tid=21647] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21647/stat : 21647 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424593 10797924352 1323202 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21648] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21648/stat : 21648 (java) S 21628 21630 20277 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 833424593 10797924352 1323202 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21649] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21649/stat : 21649 (java) S 21628 21630 20277 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833424895 10797924352 1323202 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1666.22
Current children cumulated vsize (KiB) 10544848

[startup+1722.3 s]
/proc/loadavg: 2.07 2.06 2.00 3/518 21743
/proc/meminfo: memFree=16840800/32950928 swapFree=39617324/67111528
[pid=21630] ppid=21628 vsize=10544848 CPUtime=1726.28 cores=0,2,4,6
/proc/21630/stat : 21630 (java) S 21628 21630 20277 0 -1 4202496 1376250 0 1 0 172435 193 0 0 25 0 19 0 833424586 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21630/statm: 2636212 1343135 2266 9 0 2626946 0
[pid=21630/tid=21631] ppid=21628 vsize=10544848 CPUtime=1714.35 cores=0,2,4,6
/proc/21630/task/21631/stat : 21631 (java) R 21628 21630 20277 0 -1 4202560 802292 0 1 0 171338 97 0 0 25 0 19 0 833424588 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 46912505969750 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21630/tid=21633] ppid=21628 vsize=10544848 CPUtime=0.51 cores=0,2,4,6
/proc/21630/task/21633/stat : 21633 (java) S 21628 21630 20277 0 -1 4202560 40181 0 0 0 44 7 0 0 16 0 19 0 833424589 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21634] ppid=21628 vsize=10544848 CPUtime=0.41 cores=0,2,4,6
/proc/21630/task/21634/stat : 21634 (java) S 21628 21630 20277 0 -1 4202560 36517 0 0 0 35 6 0 0 16 0 19 0 833424589 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21635] ppid=21628 vsize=10544848 CPUtime=0.6 cores=0,2,4,6
/proc/21630/task/21635/stat : 21635 (java) S 21628 21630 20277 0 -1 4202560 64677 0 0 0 47 13 0 0 16 0 19 0 833424589 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21636] ppid=21628 vsize=10544848 CPUtime=0.53 cores=0,2,4,6
/proc/21630/task/21636/stat : 21636 (java) S 21628 21630 20277 0 -1 4202560 51959 0 0 0 44 9 0 0 16 0 19 0 833424589 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21637] ppid=21628 vsize=10544848 CPUtime=0.49 cores=0,2,4,6
/proc/21630/task/21637/stat : 21637 (java) S 21628 21630 20277 0 -1 4202560 54581 0 0 0 40 9 0 0 15 0 19 0 833424589 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21638] ppid=21628 vsize=10544848 CPUtime=0.4 cores=0,2,4,6
/proc/21630/task/21638/stat : 21638 (java) S 21628 21630 20277 0 -1 4202560 46678 0 0 0 32 8 0 0 16 0 19 0 833424589 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21639] ppid=21628 vsize=10544848 CPUtime=0.62 cores=0,2,4,6
/proc/21630/task/21639/stat : 21639 (java) S 21628 21630 20277 0 -1 4202560 67081 0 0 0 47 15 0 0 16 0 19 0 833424589 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21640] ppid=21628 vsize=10544848 CPUtime=0.41 cores=0,2,4,6
/proc/21630/task/21640/stat : 21640 (java) S 21628 21630 20277 0 -1 4202560 42273 0 0 0 33 8 0 0 16 0 19 0 833424589 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21641] ppid=21628 vsize=10544848 CPUtime=6.58 cores=0,2,4,6
/proc/21630/task/21641/stat : 21641 (java) S 21628 21630 20277 0 -1 4202560 162126 0 0 0 644 14 0 0 15 0 19 0 833424590 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 0 0 16800975 18446604444242205632 0 0 -1 0 0 0 0
[pid=21630/tid=21642] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21642/stat : 21642 (java) S 21628 21630 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833424591 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21643] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21643/stat : 21643 (java) S 21628 21630 20277 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833424591 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21644] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21644/stat : 21644 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424593 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092055985 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21645] ppid=21628 vsize=10544848 CPUtime=0.55 cores=0,2,4,6
/proc/21630/task/21645/stat : 21645 (java) S 21628 21630 20277 0 -1 4202560 3538 0 0 0 55 0 0 0 15 0 19 0 833424593 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21646] ppid=21628 vsize=10544848 CPUtime=0.71 cores=0,2,4,6
/proc/21630/task/21646/stat : 21646 (java) S 21628 21630 20277 0 -1 4202560 3098 0 0 0 71 0 0 0 15 0 19 0 833424593 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 0 0 0 0
[pid=21630/tid=21647] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21647/stat : 21647 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424593 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21648] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21648/stat : 21648 (java) S 21628 21630 20277 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 833424593 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21649] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21649/stat : 21649 (java) S 21628 21630 20277 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833424895 10797924352 1343135 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1726.28
Current children cumulated vsize (KiB) 10544848

[startup+1782.3 s]
/proc/loadavg: 2.02 2.05 2.00 3/518 21745
/proc/meminfo: memFree=16727428/32950928 swapFree=39617324/67111528
[pid=21630] ppid=21628 vsize=10544848 CPUtime=1786.39 cores=0,2,4,6
/proc/21630/stat : 21630 (java) S 21628 21630 20277 0 -1 4202496 1388420 0 1 0 178444 195 0 0 25 0 19 0 833424586 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21630/statm: 2636212 1354563 2266 9 0 2626946 0
[pid=21630/tid=21631] ppid=21628 vsize=10544848 CPUtime=1774.29 cores=0,2,4,6
/proc/21630/task/21631/stat : 21631 (java) R 21628 21630 20277 0 -1 4202560 802294 0 1 0 177332 97 0 0 25 0 19 0 833424588 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 46912505827197 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21630/tid=21633] ppid=21628 vsize=10544848 CPUtime=0.53 cores=0,2,4,6
/proc/21630/task/21633/stat : 21633 (java) S 21628 21630 20277 0 -1 4202560 40183 0 0 0 46 7 0 0 15 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21634] ppid=21628 vsize=10544848 CPUtime=0.44 cores=0,2,4,6
/proc/21630/task/21634/stat : 21634 (java) S 21628 21630 20277 0 -1 4202560 39891 0 0 0 37 7 0 0 16 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21635] ppid=21628 vsize=10544848 CPUtime=0.6 cores=0,2,4,6
/proc/21630/task/21635/stat : 21635 (java) S 21628 21630 20277 0 -1 4202560 64964 0 0 0 47 13 0 0 16 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21636] ppid=21628 vsize=10544848 CPUtime=0.53 cores=0,2,4,6
/proc/21630/task/21636/stat : 21636 (java) S 21628 21630 20277 0 -1 4202560 51959 0 0 0 44 9 0 0 16 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21637] ppid=21628 vsize=10544848 CPUtime=0.54 cores=0,2,4,6
/proc/21630/task/21637/stat : 21637 (java) S 21628 21630 20277 0 -1 4202560 58544 0 0 0 44 10 0 0 16 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21638] ppid=21628 vsize=10544848 CPUtime=0.4 cores=0,2,4,6
/proc/21630/task/21638/stat : 21638 (java) S 21628 21630 20277 0 -1 4202560 46678 0 0 0 32 8 0 0 15 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21639] ppid=21628 vsize=10544848 CPUtime=0.67 cores=0,2,4,6
/proc/21630/task/21639/stat : 21639 (java) S 21628 21630 20277 0 -1 4202560 71615 0 0 0 51 16 0 0 16 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21640] ppid=21628 vsize=10544848 CPUtime=0.41 cores=0,2,4,6
/proc/21630/task/21640/stat : 21640 (java) S 21628 21630 20277 0 -1 4202560 42273 0 0 0 33 8 0 0 15 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21641] ppid=21628 vsize=10544848 CPUtime=6.58 cores=0,2,4,6
/proc/21630/task/21641/stat : 21641 (java) S 21628 21630 20277 0 -1 4202560 162130 0 0 0 644 14 0 0 15 0 19 0 833424590 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 0 0 16800975 18446604444242205632 0 0 -1 0 0 0 0
[pid=21630/tid=21642] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21642/stat : 21642 (java) S 21628 21630 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833424591 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21643] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21643/stat : 21643 (java) S 21628 21630 20277 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833424591 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21644] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21644/stat : 21644 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424593 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092055985 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21645] ppid=21628 vsize=10544848 CPUtime=0.55 cores=0,2,4,6
/proc/21630/task/21645/stat : 21645 (java) S 21628 21630 20277 0 -1 4202560 3538 0 0 0 55 0 0 0 15 0 19 0 833424593 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21646] ppid=21628 vsize=10544848 CPUtime=0.71 cores=0,2,4,6
/proc/21630/task/21646/stat : 21646 (java) S 21628 21630 20277 0 -1 4202560 3098 0 0 0 71 0 0 0 15 0 19 0 833424593 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 0 0 0 0
[pid=21630/tid=21647] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21647/stat : 21647 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424593 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21648] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21648/stat : 21648 (java) S 21628 21630 20277 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833424593 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21649] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21649/stat : 21649 (java) S 21628 21630 20277 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833424895 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1786.39
Current children cumulated vsize (KiB) 10544848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796 s]
/proc/loadavg: 2.15 2.08 2.00 3/518 21745
/proc/meminfo: memFree=16727540/32950928 swapFree=39617324/67111528
[pid=21630] ppid=21628 vsize=10544848 CPUtime=1800.11 cores=0,2,4,6
/proc/21630/stat : 21630 (java) S 21628 21630 20277 0 -1 4202496 1388420 0 1 0 179816 195 0 0 25 0 19 0 833424586 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21630/statm: 2636212 1354563 2266 9 0 2626946 0
[pid=21630/tid=21631] ppid=21628 vsize=10544848 CPUtime=1788.01 cores=0,2,4,6
/proc/21630/task/21631/stat : 21631 (java) R 21628 21630 20277 0 -1 4202560 802294 0 1 0 178704 97 0 0 25 0 19 0 833424588 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 46912505608784 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=21630/tid=21633] ppid=21628 vsize=10544848 CPUtime=0.53 cores=0,2,4,6
/proc/21630/task/21633/stat : 21633 (java) S 21628 21630 20277 0 -1 4202560 40183 0 0 0 46 7 0 0 15 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21634] ppid=21628 vsize=10544848 CPUtime=0.44 cores=0,2,4,6
/proc/21630/task/21634/stat : 21634 (java) S 21628 21630 20277 0 -1 4202560 39891 0 0 0 37 7 0 0 16 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21635] ppid=21628 vsize=10544848 CPUtime=0.6 cores=0,2,4,6
/proc/21630/task/21635/stat : 21635 (java) S 21628 21630 20277 0 -1 4202560 64964 0 0 0 47 13 0 0 16 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21636] ppid=21628 vsize=10544848 CPUtime=0.53 cores=0,2,4,6
/proc/21630/task/21636/stat : 21636 (java) S 21628 21630 20277 0 -1 4202560 51959 0 0 0 44 9 0 0 16 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21637] ppid=21628 vsize=10544848 CPUtime=0.54 cores=0,2,4,6
/proc/21630/task/21637/stat : 21637 (java) S 21628 21630 20277 0 -1 4202560 58544 0 0 0 44 10 0 0 16 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21638] ppid=21628 vsize=10544848 CPUtime=0.4 cores=0,2,4,6
/proc/21630/task/21638/stat : 21638 (java) S 21628 21630 20277 0 -1 4202560 46678 0 0 0 32 8 0 0 15 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21639] ppid=21628 vsize=10544848 CPUtime=0.67 cores=0,2,4,6
/proc/21630/task/21639/stat : 21639 (java) S 21628 21630 20277 0 -1 4202560 71615 0 0 0 51 16 0 0 16 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21640] ppid=21628 vsize=10544848 CPUtime=0.41 cores=0,2,4,6
/proc/21630/task/21640/stat : 21640 (java) S 21628 21630 20277 0 -1 4202560 42273 0 0 0 33 8 0 0 15 0 19 0 833424589 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21641] ppid=21628 vsize=10544848 CPUtime=6.58 cores=0,2,4,6
/proc/21630/task/21641/stat : 21641 (java) S 21628 21630 20277 0 -1 4202560 162130 0 0 0 644 14 0 0 15 0 19 0 833424590 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 0 0 16800975 18446604444242205632 0 0 -1 0 0 0 0
[pid=21630/tid=21642] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21642/stat : 21642 (java) S 21628 21630 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833424591 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21643] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21643/stat : 21643 (java) S 21628 21630 20277 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833424591 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
[pid=21630/tid=21644] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21644/stat : 21644 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424593 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092055985 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21645] ppid=21628 vsize=10544848 CPUtime=0.55 cores=0,2,4,6
/proc/21630/task/21645/stat : 21645 (java) S 21628 21630 20277 0 -1 4202560 3538 0 0 0 55 0 0 0 15 0 19 0 833424593 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 4 0 0 0
[pid=21630/tid=21646] ppid=21628 vsize=10544848 CPUtime=0.71 cores=0,2,4,6
/proc/21630/task/21646/stat : 21646 (java) S 21628 21630 20277 0 -1 4202560 3098 0 0 0 71 0 0 0 15 0 19 0 833424593 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 0 0 0 0
[pid=21630/tid=21647] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21647/stat : 21647 (java) S 21628 21630 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833424593 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048281 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21648] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21648/stat : 21648 (java) S 21628 21630 20277 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833424593 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 4 0 16800975 18446604444242205632 0 0 -1 2 0 0 0
[pid=21630/tid=21649] ppid=21628 vsize=10544848 CPUtime=0 cores=0,2,4,6
/proc/21630/task/21649/stat : 21649 (java) S 21628 21630 20277 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 833424895 10797924352 1354563 33554432000 1073741824 1073778376 140735207621936 18446744073709551615 208092048896 0 4 0 16800975 18446604444242205632 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 10544848

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

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

[startup+1796.2 s]
/proc/loadavg: 2.15 2.08 2.00 3/502 21748
/proc/meminfo: memFree=19804852/32950928 swapFree=39617324/67111528
[pid=21630] ppid=21628 vsize=0 CPUtime=1800.37 cores=0,2,4,6
/proc/21630/stat : 21630 (java) Z 21628 21630 20277 0 -1 4203548 1388454 0 1 0 179828 209 0 0 17 0 2 0 833424586 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/21630/statm: 0 0 0 0 0 0 0
[pid=21630/tid=21747] ppid=21628 vsize=0 CPUtime=0.14 cores=0,2,4,6
/proc/21630/task/21747/stat : 21747 (java) R 21628 21630 20277 0 -1 4203588 11 0 0 0 0 14 0 0 18 0 2 0 833604189 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.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.3
CPU time (s): 1800.46
CPU user time (s): 1798.28
CPU system time (s): 2.17667
CPU usage (%): 100.232
Max. virtual memory (cumulated for all children) (KiB): 10546244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.28
system time used= 2.17667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1388454
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= 38426
involuntary context switches= 10305

runsolver used 9.31058 second user time and 19.987 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 22:10:49
IDJOB=3456594
IDBENCH=1963
IDSOLVER=1951
FILE ID=node127/3456594-1307218249
RUNJOBID= node127-1307216732-21494
PBS_JOBID= 13509032
Free space on /tmp= 73932 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456594-1307218249/watcher-3456594-1307218249 -o /tmp/evaluation-result-3456594-1307218249/solver-3456594-1307218249 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456594-1307218249.opb

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

MD5SUM BENCH= f8f4f876e372c51b5109e7995e83ce5e
RANDOM SEED=1455696431

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.75
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.823
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.60
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.823
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:     32950928 kB
MemFree:      23696220 kB
Buffers:        335260 kB
Cached:         951532 kB
SwapCached:      59160 kB
Active:        6961448 kB
Inactive:      1997060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23696220 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:           17152 kB
Writeback:           0 kB
AnonPages:     7619300 kB
Mapped:          30264 kB
Slab:           124648 kB
PageTables:     102140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130114812 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= 73916 MiB
End job on node127 at 2011-06-04 22:40:47