Trace number 3456607

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.39 1796.67

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM99680d01aa100bfba038606e315bf03d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1188
Best CPU time to get the best result obtained on this benchmark1800.33
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 431
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 497468
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 497468
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	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-3456607-1307218766.opb
0.10/0.11	c reading problem ... 
3.42/3.03	c ... done. Wall clock time 2.92s.
3.42/3.03	c #vars     10000
3.42/3.03	c #constraints  656900
3.42/3.03	c constraints type 
3.42/3.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
3.42/3.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
26.62/25.55	c cleaning 0 clauses out of 5001 with flag 0/5001
40.19/38.95	c cleaning 0 clauses out of 11000 with flag 0/11000
57.70/56.40	c cleaning 0 clauses out of 18000 with flag 0/18000
80.49/79.16	c cleaning 0 clauses out of 26002 with flag 0/26002
109.37/107.99	c cleaning 0 clauses out of 35000 with flag 0/35000
138.31/136.87	c cleaning 0 clauses out of 45003 with flag 0/45003
177.25/175.74	c cleaning 0 clauses out of 56000 with flag 0/56000
221.95/220.32	c cleaning 0 clauses out of 68000 with flag 0/68000
269.51/267.85	c cleaning 0 clauses out of 81000 with flag 0/81000
306.97/305.22	c cleaning 0 clauses out of 95003 with flag 0/95003
345.14/343.36	c cleaning 0 clauses out of 110000 with flag 0/110000
397.79/395.93	c cleaning 0 clauses out of 126000 with flag 0/126000
459.82/457.83	c cleaning 0 clauses out of 143001 with flag 0/143001
529.71/527.65	c cleaning 0 clauses out of 161000 with flag 0/161000
608.11/605.94	c cleaning 0 clauses out of 180001 with flag 0/180001
699.81/697.59	c cleaning 0 clauses out of 200000 with flag 0/200000
812.47/810.00	c cleaning 0 clauses out of 221000 with flag 0/221000
950.19/947.60	c cleaning 0 clauses out of 243000 with flag 0/243000
1107.89/1105.18	c cleaning 0 clauses out of 266002 with flag 0/266002
1291.32/1288.34	c cleaning 0 clauses out of 290000 with flag 0/290000
1482.09/1478.91	c cleaning 0 clauses out of 315003 with flag 0/315003
1636.18/1632.81	c cleaning 0 clauses out of 341001 with flag 0/341001
1783.00/1779.43	c cleaning 0 clauses out of 368002 with flag 0/368002
1800.05/1796.42	c starts		: 136
1800.05/1796.42	c conflicts		: 371429
1800.05/1796.42	c decisions		: 496791
1800.05/1796.42	c propagations		: 71441561
1800.05/1796.42	c inspects		: 2817351454
1800.05/1796.42	c shortcuts		: 0
1800.05/1796.42	c learnt literals	: 0
1800.05/1796.42	c learnt binary clauses	: 0
1800.05/1796.42	c learnt ternary clauses	: 0
1800.05/1796.42	c learnt constraints	: 371429
1800.05/1796.42	c ignored constraints	: 0
1800.05/1796.42	c root simplifications	: 0
1800.05/1796.42	c removed literals (reason simplification)	: 0
1800.05/1796.42	c reason swapping (by a shorter reason)	: 0
1800.05/1796.42	c Calls to reduceDB	: 23
1800.05/1796.42	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.42	c number of learned constraints concerned by reduction	: 0
1800.05/1796.42	c number of learning phase by resolution	: 0
1800.05/1796.42	c number of learning phase by cutting planes	: 0
1800.05/1796.42	c speed (assignments/second)	: 39835.95462012252
1800.05/1796.42	c non guided choices	0
1800.05/1796.47	c learnt constraints type 
1800.05/1796.47	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 371436
1800.05/1796.47	c constraints type 
1800.05/1796.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
1800.05/1796.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
1800.05/1796.47	s UNKNOWN
1800.05/1796.47	c Total wall clock time (in seconds): 1796.361

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

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.04 1.92 2/507 3963
/proc/meminfo: memFree=23247616/32951124 swapFree=63649284/67111528
[pid=3963] ppid=3961 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/3963/stat : 3963 (java) S 3961 3963 3581 0 -1 4202496 1236 0 0 0 0 0 0 0 21 0 2 0 833475180 31260672 955 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216450021 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0
/proc/3963/statm: 7632 955 728 9 0 383 0
[pid=3963/tid=3964] ppid=3961 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3964/stat : 3964 (java) R 3961 3963 3581 0 -1 4202560 5102 0 1 0 0 0 0 0 22 0 2 0 833475181 10694979584 5919 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210204341307 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0341521 s]
/proc/loadavg: 2.07 2.04 1.92 2/507 3963
/proc/meminfo: memFree=23247616/32951124 swapFree=63649284/67111528
[pid=3963] ppid=3961 vsize=10464744 CPUtime=0.02 cores=1,3,5,7
/proc/3963/stat : 3963 (java) S 3961 3963 3581 0 -1 4202496 10887 0 1 0 1 1 0 0 21 0 10 0 833475180 10715897856 10585 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/3963/statm: 2616186 10588 1557 9 0 2606934 0
[pid=3963/tid=3964] ppid=3961 vsize=10464744 CPUtime=0.02 cores=1,3,5,7
/proc/3963/task/3964/stat : 3964 (java) R 3961 3963 3581 0 -1 4202560 9767 0 1 0 1 1 0 0 25 0 10 0 833475181 10715897856 10588 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 47887748112384 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10464744

[startup+0.101127 s]
/proc/loadavg: 2.07 2.04 1.92 2/507 3963
/proc/meminfo: memFree=23247616/32951124 swapFree=63649284/67111528
[pid=3963] ppid=3961 vsize=10605120 CPUtime=0.1 cores=1,3,5,7
/proc/3963/stat : 3963 (java) S 3961 3963 3581 0 -1 4202496 13076 0 1 0 9 1 0 0 21 0 18 0 833475180 10859642880 12738 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3963/statm: 2651280 12739 2092 9 0 2642014 0
[pid=3963/tid=3964] ppid=3961 vsize=10605120 CPUtime=0.08 cores=1,3,5,7
/proc/3963/task/3964/stat : 3964 (java) R 3961 3963 3581 0 -1 4202560 11139 0 1 0 7 1 0 0 25 0 18 0 833475181 10859642880 12739 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216474059 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10605120

[startup+0.301093 s]
/proc/loadavg: 2.07 2.04 1.92 2/507 3963
/proc/meminfo: memFree=23247616/32951124 swapFree=63649284/67111528
[pid=3963] ppid=3961 vsize=10607168 CPUtime=0.48 cores=1,3,5,7
/proc/3963/stat : 3963 (java) S 3961 3963 3581 0 -1 4202496 16782 0 1 0 46 2 0 0 21 0 18 0 833475180 10861740032 16125 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3963/statm: 2651792 16126 2199 9 0 2642526 0
[pid=3963/tid=3964] ppid=3961 vsize=10607168 CPUtime=0.28 cores=1,3,5,7
/proc/3963/task/3964/stat : 3964 (java) R 3961 3963 3581 0 -1 4202560 13948 0 1 0 26 2 0 0 25 0 18 0 833475181 10861740032 16127 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10607168

[startup+0.701041 s]
/proc/loadavg: 2.07 2.04 1.92 2/507 3963
/proc/meminfo: memFree=23247616/32951124 swapFree=63649284/67111528
[pid=3963] ppid=3961 vsize=10611264 CPUtime=1.11 cores=1,3,5,7
/proc/3963/stat : 3963 (java) S 3961 3963 3581 0 -1 4202496 53791 0 1 0 105 6 0 0 21 0 18 0 833475180 10865934336 51825 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3963/statm: 2652816 51830 2213 9 0 2643550 0
[pid=3963/tid=3964] ppid=3961 vsize=10611264 CPUtime=0.68 cores=1,3,5,7
/proc/3963/task/3964/stat : 3964 (java) R 3961 3963 3581 0 -1 4202560 47873 0 1 0 62 6 0 0 25 0 18 0 833475181 10865934336 51832 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 46912505554974 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 10611264

[startup+1.50091 s]
/proc/loadavg: 2.07 2.04 1.92 3/525 3981
/proc/meminfo: memFree=22924388/32951124 swapFree=63649284/67111528
[pid=3963] ppid=3961 vsize=10611264 CPUtime=1.92 cores=1,3,5,7
/proc/3963/stat : 3963 (java) S 3961 3963 3581 0 -1 4202496 135798 0 1 0 175 17 0 0 21 0 18 0 833475180 10865934336 133833 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3963/statm: 2652816 133837 2213 9 0 2643550 0
[pid=3963/tid=3964] ppid=3961 vsize=10611264 CPUtime=1.48 cores=1,3,5,7
/proc/3963/task/3964/stat : 3964 (java) R 3961 3963 3581 0 -1 4202560 129881 0 1 0 132 16 0 0 25 0 18 0 833475181 10865934336 133840 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 46912505576003 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3963/tid=3966] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3966/stat : 3966 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 833475182 10865934336 133842 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3967] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3967/stat : 3967 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 833475182 10865934336 133845 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3968] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3968/stat : 3968 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833475182 10865934336 133847 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3969] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3969/stat : 3969 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833475182 10865934336 133851 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3970] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3970/stat : 3970 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833475182 10865934336 133854 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3971] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3971/stat : 3971 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833475182 10865934336 133857 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3972] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3972/stat : 3972 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833475182 10865934336 133860 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3973] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3973/stat : 3973 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833475182 10865934336 133863 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3974] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3974/stat : 3974 (java) S 3961 3963 3581 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833475183 10865934336 133866 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 0 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3975] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3975/stat : 3975 (java) S 3961 3963 3581 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833475184 10865934336 133869 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3976] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3976/stat : 3976 (java) S 3961 3963 3581 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 833475184 10865934336 133872 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3977] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3977/stat : 3977 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833475186 10865934336 133875 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216470961 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3978] ppid=3961 vsize=10611264 CPUtime=0.22 cores=1,3,5,7
/proc/3963/task/3978/stat : 3978 (java) S 3961 3963 3581 0 -1 4202560 2803 0 0 0 22 0 0 0 25 0 18 0 833475186 10865934336 133877 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3979] ppid=3961 vsize=10611264 CPUtime=0.2 cores=1,3,5,7
/proc/3963/task/3979/stat : 3979 (java) S 3961 3963 3581 0 -1 4202560 1970 0 0 0 20 0 0 0 25 0 18 0 833475186 10865934336 133880 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3980] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3980/stat : 3980 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833475186 10865934336 133882 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3981] ppid=3961 vsize=10611264 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3981/stat : 3981 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833475186 10865934336 133885 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10611264

[startup+3.10064 s]
/proc/loadavg: 2.07 2.04 1.92 3/525 3981
/proc/meminfo: memFree=22466512/32951124 swapFree=63649284/67111528
[pid=3963] ppid=3961 vsize=10612292 CPUtime=3.6 cores=1,3,5,7
/proc/3963/stat : 3963 (java) S 3961 3963 3581 0 -1 4202496 292635 0 1 0 326 34 0 0 21 0 19 0 833475180 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3963/statm: 2653073 290512 2229 9 0 2643807 0
[pid=3963/tid=3964] ppid=3961 vsize=10612292 CPUtime=3.08 cores=1,3,5,7
/proc/3963/task/3964/stat : 3964 (java) R 3961 3963 3581 0 -1 4202560 286527 0 1 0 274 34 0 0 25 0 19 0 833475181 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 46912505798762 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3963/tid=3966] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3966/stat : 3966 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833475182 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3967] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3967/stat : 3967 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 833475182 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3968] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3968/stat : 3968 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475182 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3969] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3969/stat : 3969 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475182 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3970] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3970/stat : 3970 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475182 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3971] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3971/stat : 3971 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475182 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3972] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3972/stat : 3972 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475182 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3973] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3973/stat : 3973 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475182 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3974] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3974/stat : 3974 (java) S 3961 3963 3581 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 19 0 833475183 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 0 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3975] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3975/stat : 3975 (java) S 3961 3963 3581 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833475184 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3976] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3976/stat : 3976 (java) S 3961 3963 3581 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833475184 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3977] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3977/stat : 3977 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475186 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216470961 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3978] ppid=3961 vsize=10612292 CPUtime=0.26 cores=1,3,5,7
/proc/3963/task/3978/stat : 3978 (java) S 3961 3963 3581 0 -1 4202560 2969 0 0 0 26 0 0 0 17 0 19 0 833475186 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3979] ppid=3961 vsize=10612292 CPUtime=0.24 cores=1,3,5,7
/proc/3963/task/3979/stat : 3979 (java) S 3961 3963 3581 0 -1 4202560 1980 0 0 0 24 0 0 0 17 0 19 0 833475186 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3980] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3980/stat : 3980 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475186 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3981] ppid=3961 vsize=10612292 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3981/stat : 3981 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833475186 10866987008 290512 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 10612292

[startup+6.3011 s]
/proc/loadavg: 2.07 2.04 1.92 3/526 3983
/proc/meminfo: memFree=22072424/32951124 swapFree=63649284/67111528
[pid=3963] ppid=3961 vsize=10613316 CPUtime=7.15 cores=1,3,5,7
/proc/3963/stat : 3963 (java) S 3961 3963 3581 0 -1 4202496 298330 0 1 0 679 36 0 0 21 0 19 0 833475180 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3963/statm: 2653329 295602 2238 9 0 2644063 0
[pid=3963/tid=3964] ppid=3961 vsize=10613316 CPUtime=6.28 cores=1,3,5,7
/proc/3963/task/3964/stat : 3964 (java) R 3961 3963 3581 0 -1 4202560 291520 0 1 0 593 35 0 0 25 0 19 0 833475181 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 46912505823888 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3963/tid=3966] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3966/stat : 3966 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 833475182 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3967] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3967/stat : 3967 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 833475182 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3968] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3968/stat : 3968 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475182 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3969] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3969/stat : 3969 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475182 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3970] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3970/stat : 3970 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475182 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3971] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3971/stat : 3971 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475182 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3972] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3972/stat : 3972 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475182 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3973] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3973/stat : 3973 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475182 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3974] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3974/stat : 3974 (java) S 3961 3963 3581 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833475183 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 0 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3975] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3975/stat : 3975 (java) S 3961 3963 3581 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833475184 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3976] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3976/stat : 3976 (java) S 3961 3963 3581 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833475184 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3977] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3977/stat : 3977 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475186 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216470961 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3978] ppid=3961 vsize=10613316 CPUtime=0.43 cores=1,3,5,7
/proc/3963/task/3978/stat : 3978 (java) S 3961 3963 3581 0 -1 4202560 3390 0 0 0 43 0 0 0 15 0 19 0 833475186 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3979] ppid=3961 vsize=10613316 CPUtime=0.42 cores=1,3,5,7
/proc/3963/task/3979/stat : 3979 (java) S 3961 3963 3581 0 -1 4202560 2257 0 0 0 42 0 0 0 15 0 19 0 833475186 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3980] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3980/stat : 3980 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475186 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3981] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3981/stat : 3981 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833475186 10868035584 295602 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0

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

/proc/3963/task/3975/stat : 3975 (java) S 3961 3963 3581 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833475184 10868035584 1333735 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3976] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3976/stat : 3976 (java) S 3961 3963 3581 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833475184 10868035584 1333735 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3977] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3977/stat : 3977 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475186 10868035584 1333735 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216470961 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3978] ppid=3961 vsize=10613316 CPUtime=0.63 cores=1,3,5,7
/proc/3963/task/3978/stat : 3978 (java) S 3961 3963 3581 0 -1 4202560 4612 0 0 0 63 0 0 0 15 0 19 0 833475186 10868035584 1333735 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 1 0 0 0
[pid=3963/tid=3979] ppid=3961 vsize=10613316 CPUtime=0.55 cores=1,3,5,7
/proc/3963/task/3979/stat : 3979 (java) S 3961 3963 3581 0 -1 4202560 2287 0 0 0 55 0 0 0 15 0 19 0 833475186 10868035584 1333735 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3980] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3980/stat : 3980 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475186 10868035584 1333735 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3981] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3981/stat : 3981 (java) S 3961 3963 3581 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 833475186 10868035584 1333735 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3982] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3982/stat : 3982 (java) S 3961 3963 3581 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833475488 10868035584 1333735 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1665.73
Current children cumulated vsize (KiB) 10613316

[startup+1722.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/526 4168
/proc/meminfo: memFree=18045000/32951124 swapFree=63649284/67111528
[pid=3963] ppid=3961 vsize=10613316 CPUtime=1725.84 cores=1,3,5,7
/proc/3963/stat : 3963 (java) S 3961 3963 3581 0 -1 4202496 1377627 0 1 0 172428 156 0 0 21 0 19 0 833475180 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3963/statm: 2653329 1344676 2266 9 0 2644063 0
[pid=3963/tid=3964] ppid=3961 vsize=10613316 CPUtime=1714.63 cores=1,3,5,7
/proc/3963/task/3964/stat : 3964 (java) R 3961 3963 3581 0 -1 4202560 803723 0 1 0 171375 88 0 0 25 0 19 0 833475181 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 46912505965732 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3963/tid=3966] ppid=3961 vsize=10613316 CPUtime=0.46 cores=1,3,5,7
/proc/3963/task/3966/stat : 3966 (java) S 3961 3963 3581 0 -1 4202560 53446 0 0 0 41 5 0 0 15 0 19 0 833475182 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3967] ppid=3961 vsize=10613316 CPUtime=0.43 cores=1,3,5,7
/proc/3963/task/3967/stat : 3967 (java) S 3961 3963 3581 0 -1 4202560 47212 0 0 0 36 7 0 0 15 0 19 0 833475182 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3968] ppid=3961 vsize=10613316 CPUtime=0.57 cores=1,3,5,7
/proc/3963/task/3968/stat : 3968 (java) S 3961 3963 3581 0 -1 4202560 69576 0 0 0 49 8 0 0 16 0 19 0 833475182 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3969] ppid=3961 vsize=10613316 CPUtime=0.35 cores=1,3,5,7
/proc/3963/task/3969/stat : 3969 (java) S 3961 3963 3581 0 -1 4202560 47745 0 0 0 29 6 0 0 15 0 19 0 833475182 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3970] ppid=3961 vsize=10613316 CPUtime=0.39 cores=1,3,5,7
/proc/3963/task/3970/stat : 3970 (java) S 3961 3963 3581 0 -1 4202560 28503 0 0 0 36 3 0 0 15 0 19 0 833475182 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3971] ppid=3961 vsize=10613316 CPUtime=0.58 cores=1,3,5,7
/proc/3963/task/3971/stat : 3971 (java) S 3961 3963 3581 0 -1 4202560 71366 0 0 0 50 8 0 0 15 0 19 0 833475182 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3972] ppid=3961 vsize=10613316 CPUtime=0.4 cores=1,3,5,7
/proc/3963/task/3972/stat : 3972 (java) S 3961 3963 3581 0 -1 4202560 33812 0 0 0 35 5 0 0 16 0 19 0 833475182 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3973] ppid=3961 vsize=10613316 CPUtime=0.59 cores=1,3,5,7
/proc/3963/task/3973/stat : 3973 (java) S 3961 3963 3581 0 -1 4202560 61043 0 0 0 52 7 0 0 16 0 19 0 833475182 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3974] ppid=3961 vsize=10613316 CPUtime=6.17 cores=1,3,5,7
/proc/3963/task/3974/stat : 3974 (java) S 3961 3963 3581 0 -1 4202560 153050 0 0 0 602 15 0 0 15 0 19 0 833475183 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 0 0 16800975 18446604457031799040 0 0 -1 1 0 0 0
[pid=3963/tid=3975] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3975/stat : 3975 (java) S 3961 3963 3581 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833475184 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3976] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3976/stat : 3976 (java) S 3961 3963 3581 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833475184 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3977] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3977/stat : 3977 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475186 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216470961 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3978] ppid=3961 vsize=10613316 CPUtime=0.63 cores=1,3,5,7
/proc/3963/task/3978/stat : 3978 (java) S 3961 3963 3581 0 -1 4202560 4612 0 0 0 63 0 0 0 15 0 19 0 833475186 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 1 0 0 0
[pid=3963/tid=3979] ppid=3961 vsize=10613316 CPUtime=0.55 cores=1,3,5,7
/proc/3963/task/3979/stat : 3979 (java) S 3961 3963 3581 0 -1 4202560 2287 0 0 0 55 0 0 0 15 0 19 0 833475186 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3980] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3980/stat : 3980 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475186 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3981] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3981/stat : 3981 (java) S 3961 3963 3581 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 833475186 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3982] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3982/stat : 3982 (java) S 3961 3963 3581 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833475488 10868035584 1344676 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1725.84
Current children cumulated vsize (KiB) 10613316

[startup+1782.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/526 4170
/proc/meminfo: memFree=17902624/32951124 swapFree=63649284/67111528
[pid=3963] ppid=3961 vsize=10613316 CPUtime=1785.94 cores=1,3,5,7
/proc/3963/stat : 3963 (java) S 3961 3963 3581 0 -1 4202496 1407790 0 1 0 178434 160 0 0 21 0 19 0 833475180 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3963/statm: 2653329 1372889 2266 9 0 2644063 0
[pid=3963/tid=3964] ppid=3961 vsize=10613316 CPUtime=1774.18 cores=1,3,5,7
/proc/3963/task/3964/stat : 3964 (java) R 3961 3963 3581 0 -1 4202560 803725 0 1 0 177330 88 0 0 25 0 19 0 833475181 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 46912505850382 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3963/tid=3966] ppid=3961 vsize=10613316 CPUtime=0.48 cores=1,3,5,7
/proc/3963/task/3966/stat : 3966 (java) S 3961 3963 3581 0 -1 4202560 57196 0 0 0 43 5 0 0 15 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3967] ppid=3961 vsize=10613316 CPUtime=0.43 cores=1,3,5,7
/proc/3963/task/3967/stat : 3967 (java) S 3961 3963 3581 0 -1 4202560 47212 0 0 0 36 7 0 0 15 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3968] ppid=3961 vsize=10613316 CPUtime=0.57 cores=1,3,5,7
/proc/3963/task/3968/stat : 3968 (java) S 3961 3963 3581 0 -1 4202560 69576 0 0 0 49 8 0 0 15 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3969] ppid=3961 vsize=10613316 CPUtime=0.35 cores=1,3,5,7
/proc/3963/task/3969/stat : 3969 (java) S 3961 3963 3581 0 -1 4202560 47745 0 0 0 29 6 0 0 16 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3970] ppid=3961 vsize=10613316 CPUtime=0.43 cores=1,3,5,7
/proc/3963/task/3970/stat : 3970 (java) S 3961 3963 3581 0 -1 4202560 34182 0 0 0 39 4 0 0 16 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3971] ppid=3961 vsize=10613316 CPUtime=0.61 cores=1,3,5,7
/proc/3963/task/3971/stat : 3971 (java) S 3961 3963 3581 0 -1 4202560 75904 0 0 0 52 9 0 0 15 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3972] ppid=3961 vsize=10613316 CPUtime=0.43 cores=1,3,5,7
/proc/3963/task/3972/stat : 3972 (java) S 3961 3963 3581 0 -1 4202560 39290 0 0 0 38 5 0 0 16 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3973] ppid=3961 vsize=10613316 CPUtime=0.61 cores=1,3,5,7
/proc/3963/task/3973/stat : 3973 (java) S 3961 3963 3581 0 -1 4202560 64176 0 0 0 54 7 0 0 15 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3974] ppid=3961 vsize=10613316 CPUtime=6.55 cores=1,3,5,7
/proc/3963/task/3974/stat : 3974 (java) S 3961 3963 3581 0 -1 4202560 160631 0 0 0 639 16 0 0 15 0 19 0 833475183 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 0 0 16800975 18446604457031799040 0 0 -1 1 0 0 0
[pid=3963/tid=3975] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3975/stat : 3975 (java) S 3961 3963 3581 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833475184 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3976] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3976/stat : 3976 (java) S 3961 3963 3581 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833475184 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3977] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3977/stat : 3977 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475186 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216470961 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3978] ppid=3961 vsize=10613316 CPUtime=0.63 cores=1,3,5,7
/proc/3963/task/3978/stat : 3978 (java) S 3961 3963 3581 0 -1 4202560 4612 0 0 0 63 0 0 0 15 0 19 0 833475186 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 1 0 0 0
[pid=3963/tid=3979] ppid=3961 vsize=10613316 CPUtime=0.55 cores=1,3,5,7
/proc/3963/task/3979/stat : 3979 (java) S 3961 3963 3581 0 -1 4202560 2287 0 0 0 55 0 0 0 15 0 19 0 833475186 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3980] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3980/stat : 3980 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475186 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3981] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3981/stat : 3981 (java) S 3961 3963 3581 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833475186 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3982] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3982/stat : 3982 (java) S 3961 3963 3581 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833475488 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1785.94
Current children cumulated vsize (KiB) 10613316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.4 s]
/proc/loadavg: 2.02 2.03 2.00 3/526 4170
/proc/meminfo: memFree=17883276/32951124 swapFree=63649284/67111528
[pid=3963] ppid=3961 vsize=10613316 CPUtime=1800.05 cores=1,3,5,7
/proc/3963/stat : 3963 (java) S 3961 3963 3581 0 -1 4202496 1407792 0 1 0 179845 160 0 0 21 0 19 0 833475180 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3963/statm: 2653329 1372889 2266 9 0 2644063 0
[pid=3963/tid=3964] ppid=3961 vsize=10613316 CPUtime=1788.3 cores=1,3,5,7
/proc/3963/task/3964/stat : 3964 (java) R 3961 3963 3581 0 -1 4202560 803725 0 1 0 178742 88 0 0 25 0 19 0 833475181 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 46912505965732 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=3963/tid=3966] ppid=3961 vsize=10613316 CPUtime=0.48 cores=1,3,5,7
/proc/3963/task/3966/stat : 3966 (java) S 3961 3963 3581 0 -1 4202560 57196 0 0 0 43 5 0 0 15 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3967] ppid=3961 vsize=10613316 CPUtime=0.43 cores=1,3,5,7
/proc/3963/task/3967/stat : 3967 (java) S 3961 3963 3581 0 -1 4202560 47212 0 0 0 36 7 0 0 15 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3968] ppid=3961 vsize=10613316 CPUtime=0.57 cores=1,3,5,7
/proc/3963/task/3968/stat : 3968 (java) S 3961 3963 3581 0 -1 4202560 69576 0 0 0 49 8 0 0 15 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3969] ppid=3961 vsize=10613316 CPUtime=0.35 cores=1,3,5,7
/proc/3963/task/3969/stat : 3969 (java) S 3961 3963 3581 0 -1 4202560 47745 0 0 0 29 6 0 0 16 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3970] ppid=3961 vsize=10613316 CPUtime=0.43 cores=1,3,5,7
/proc/3963/task/3970/stat : 3970 (java) S 3961 3963 3581 0 -1 4202560 34182 0 0 0 39 4 0 0 16 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3971] ppid=3961 vsize=10613316 CPUtime=0.61 cores=1,3,5,7
/proc/3963/task/3971/stat : 3971 (java) S 3961 3963 3581 0 -1 4202560 75904 0 0 0 52 9 0 0 15 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3972] ppid=3961 vsize=10613316 CPUtime=0.43 cores=1,3,5,7
/proc/3963/task/3972/stat : 3972 (java) S 3961 3963 3581 0 -1 4202560 39290 0 0 0 38 5 0 0 16 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3973] ppid=3961 vsize=10613316 CPUtime=0.61 cores=1,3,5,7
/proc/3963/task/3973/stat : 3973 (java) S 3961 3963 3581 0 -1 4202560 64176 0 0 0 54 7 0 0 15 0 19 0 833475182 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3974] ppid=3961 vsize=10613316 CPUtime=6.55 cores=1,3,5,7
/proc/3963/task/3974/stat : 3974 (java) S 3961 3963 3581 0 -1 4202560 160631 0 0 0 639 16 0 0 15 0 19 0 833475183 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 0 0 16800975 18446604457031799040 0 0 -1 1 0 0 0
[pid=3963/tid=3975] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3975/stat : 3975 (java) S 3961 3963 3581 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833475184 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3976] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3976/stat : 3976 (java) S 3961 3963 3581 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833475184 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3977] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3977/stat : 3977 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475186 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216470961 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3978] ppid=3961 vsize=10613316 CPUtime=0.63 cores=1,3,5,7
/proc/3963/task/3978/stat : 3978 (java) S 3961 3963 3581 0 -1 4202560 4612 0 0 0 63 0 0 0 15 0 19 0 833475186 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 1 0 0 0
[pid=3963/tid=3979] ppid=3961 vsize=10613316 CPUtime=0.55 cores=1,3,5,7
/proc/3963/task/3979/stat : 3979 (java) S 3961 3963 3581 0 -1 4202560 2287 0 0 0 55 0 0 0 15 0 19 0 833475186 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
[pid=3963/tid=3980] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3980/stat : 3980 (java) S 3961 3963 3581 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833475186 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463257 0 4 0 16800975 18446604457031799040 0 0 -1 3 0 0 0
[pid=3963/tid=3981] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3981/stat : 3981 (java) S 3961 3963 3581 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 833475186 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 4 0 16800975 18446604457031799040 0 0 -1 5 0 0 0
[pid=3963/tid=3982] ppid=3961 vsize=10613316 CPUtime=0 cores=1,3,5,7
/proc/3963/task/3982/stat : 3982 (java) S 3961 3963 3581 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833475488 10868035584 1372889 33554432000 1073741824 1073778376 140735828668496 18446744073709551615 210216463872 0 4 0 16800975 18446604457031799040 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 10613316

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

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

[startup+1796.6 s]
/proc/loadavg: 2.02 2.03 2.00 3/526 4170
/proc/meminfo: memFree=17883276/32951124 swapFree=63649284/67111528
[pid=3963] ppid=3961 vsize=0 CPUtime=1800.31 cores=1,3,5,7
/proc/3963/stat : 3963 (java) Z 3961 3963 3581 0 -1 4203548 1407827 0 1 0 179858 173 0 0 17 0 2 0 833475180 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/3963/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1796.67
CPU time (s): 1800.39
CPU user time (s): 1798.58
CPU system time (s): 1.80472
CPU usage (%): 100.207
Max. virtual memory (cumulated for all children) (KiB): 10613316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 1.80472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1407827
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= 38299
involuntary context switches= 15564

runsolver used 8.97763 second user time and 20.4999 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-04 22:19:27
IDJOB=3456607
IDBENCH=1976
IDSOLVER=1951
FILE ID=node130/3456607-1307218766
RUNJOBID= node130-1307215869-3603
PBS_JOBID= 13509094
Free space on /tmp= 73840 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_13.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-3456607-1307218766/watcher-3456607-1307218766 -o /tmp/evaluation-result-3456607-1307218766/solver-3456607-1307218766 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456607-1307218766.opb

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

MD5SUM BENCH= 99680d01aa100bfba038606e315bf03d
RANDOM SEED=588358435

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.81
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.838
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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23247888 kB
Buffers:        296764 kB
Cached:         505300 kB
SwapCached:       9700 kB
Active:        8999484 kB
Inactive:       414336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23247888 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:           17172 kB
Writeback:           0 kB
AnonPages:     8609752 kB
Mapped:          38888 kB
Slab:           159224 kB
PageTables:      61684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155447072 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= 73836 MiB
End job on node130 at 2011-06-04 22:49:25