Trace number 3454300

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.37 899.679

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
MD5SUM7e6b5d1bb2d5498810142d4e4cc2c6f4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45751
Total number of constraints135901
Number of constraints which are clauses135900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint45300
Number of terms in the objective function 151
Biggest coefficient in the objective function 1427247692705959881058285969449495136382746624
Number of bits for the biggest coefficient in the objective function 151
Sum of the numbers in the objective function 2854495385411919762116571938898990272765493247
Number of bits of the sum of numbers in the objective function 151
Biggest number in a constraint 1453677448591213781098647615776009068707282721374636120562980398361278576226795846652382101427527131121525043212532355867069203257229312
Number of bits of the biggest number in a constraint 450
Biggest sum of numbers in a constraint 5814709794364855124394590463104036274829130884415680534709393500410164485780207399841635394555886269312423583179230372744812869772975784
Number of bits of the biggest sum of numbers451
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
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-3454300-1307193172.opb
0.10/0.11	c reading problem ... 
2.54/1.73	c ... done. Wall clock time 1.626s.
2.54/1.73	c #vars     45751
2.54/1.73	c #constraints  147378
2.54/1.73	c constraints type 
2.54/1.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
2.54/1.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
2.54/1.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.54/1.73	c constraints type 
2.54/1.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
2.54/1.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
2.54/1.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.18/899.52	c starts		: 10
1800.18/899.52	c conflicts		: 1703
1800.18/899.52	c decisions		: 37373
1800.18/899.52	c propagations		: 3554441
1800.18/899.52	c inspects		: 26770331
1800.18/899.52	c shortcuts		: 0
1800.18/899.52	c learnt literals	: 0
1800.18/899.52	c learnt binary clauses	: 0
1800.18/899.52	c learnt ternary clauses	: 0
1800.18/899.52	c learnt constraints	: 1703
1800.18/899.52	c ignored constraints	: 0
1800.18/899.52	c root simplifications	: 0
1800.18/899.52	c removed literals (reason simplification)	: 19973229
1800.18/899.52	c reason swapping (by a shorter reason)	: 0
1800.18/899.52	c Calls to reduceDB	: 0
1800.18/899.52	c number of reductions to clauses (during analyze)	: 0
1800.18/899.52	c number of learned constraints concerned by reduction	: 0
1800.18/899.52	c number of learning phase by resolution	: 0
1800.18/899.52	c number of learning phase by cutting planes	: 0
1800.18/899.52	c speed (assignments/second)	: 3959.1095002383636
1800.18/899.52	c non guided choices	127
1800.18/899.52	c learnt constraints type 
1800.18/899.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1703
1800.18/899.52	c constraints type 
1800.18/899.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 45300
1800.18/899.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90600
1800.18/899.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.18/899.52	c constraints type 
1800.18/899.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90600
1800.18/899.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45300
1800.18/899.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.18/899.52	s UNKNOWN
1800.18/899.52	c Total wall clock time (in seconds): 899.418

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

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

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


[startup+0 s]
/proc/loadavg: 3.86 3.88 3.78 4/532 9036
/proc/meminfo: memFree=13096880/32951124 swapFree=67111204/67111528
[pid=9036] ppid=9033 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/9036/stat : 9036 (java) S 9033 9036 5093 0 -1 4202496 3849 0 1 0 0 0 0 0 25 0 2 0 811733345 10694979584 3550 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/9036/statm: 2611079 3563 917 9 0 2602235 0
[pid=9036/tid=9037] ppid=9033 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9037/stat : 9037 (java) R 9033 9036 5093 0 -1 4202560 7273 0 1 0 0 0 0 0 25 0 2 0 811733345 10694979584 8089 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255106462779 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0255871 s]
/proc/loadavg: 3.86 3.88 3.78 4/532 9036
/proc/meminfo: memFree=13096880/32951124 swapFree=67111204/67111528
[pid=9036] ppid=9033 vsize=10454868 CPUtime=0.01 cores=0,2,4,6
/proc/9036/stat : 9036 (java) S 9033 9036 5093 0 -1 4202496 10495 0 1 0 1 0 0 0 25 0 10 0 811733345 10705784832 10194 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118571493 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/9036/statm: 2613717 10199 1390 9 0 2604465 0
[pid=9036/tid=9037] ppid=9033 vsize=10454868 CPUtime=0.01 cores=0,2,4,6
/proc/9036/task/9037/stat : 9037 (java) R 9033 9036 5093 0 -1 4202560 9381 0 1 0 1 0 0 0 25 0 10 0 811733345 10705784832 10203 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46912504011056 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10454868

[startup+0.100626 s]
/proc/loadavg: 3.86 3.88 3.78 4/532 9036
/proc/meminfo: memFree=13096880/32951124 swapFree=67111204/67111528
[pid=9036] ppid=9033 vsize=10539580 CPUtime=0.1 cores=0,2,4,6
/proc/9036/stat : 9036 (java) S 9033 9036 5093 0 -1 4202496 13109 0 1 0 9 1 0 0 25 0 18 0 811733345 10792529920 12789 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9036/statm: 2634895 12789 2093 9 0 2625629 0
[pid=9036/tid=9037] ppid=9033 vsize=10539580 CPUtime=0.08 cores=0,2,4,6
/proc/9036/task/9037/stat : 9037 (java) R 9033 9036 5093 0 -1 4202560 11157 0 1 0 7 1 0 0 18 0 18 0 811733345 10792529920 12789 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46963414318679 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) 10539580

[startup+0.3006 s]
/proc/loadavg: 3.86 3.88 3.78 4/532 9036
/proc/meminfo: memFree=13096880/32951124 swapFree=67111204/67111528
[pid=9036] ppid=9033 vsize=10540684 CPUtime=0.49 cores=0,2,4,6
/proc/9036/stat : 9036 (java) S 9033 9036 5093 0 -1 4202496 16804 0 1 0 48 1 0 0 25 0 18 0 811733345 10793660416 16025 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9036/statm: 2635171 16026 2201 9 0 2625905 0
[pid=9036/tid=9037] ppid=9033 vsize=10540684 CPUtime=0.28 cores=0,2,4,6
/proc/9036/task/9037/stat : 9037 (java) R 9033 9036 5093 0 -1 4202560 13566 0 1 0 27 1 0 0 18 0 18 0 811733345 10793660416 16026 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46912505615425 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10540684

[startup+0.700523 s]
/proc/loadavg: 3.86 3.88 3.78 4/532 9036
/proc/meminfo: memFree=13096880/32951124 swapFree=67111204/67111528
[pid=9036] ppid=9033 vsize=10544280 CPUtime=1.2 cores=0,2,4,6
/proc/9036/stat : 9036 (java) S 9033 9036 5093 0 -1 4202496 56800 0 1 0 114 6 0 0 25 0 18 0 811733345 10797342720 54431 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9036/statm: 2636070 54435 2214 9 0 2626804 0
[pid=9036/tid=9037] ppid=9033 vsize=10544280 CPUtime=0.68 cores=0,2,4,6
/proc/9036/task/9037/stat : 9037 (java) R 9033 9036 5093 0 -1 4202560 50160 0 1 0 63 5 0 0 18 0 18 0 811733345 10797342720 54438 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46912505624523 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 10544280

[startup+1.50138 s]
/proc/loadavg: 3.86 3.88 3.78 4/550 9056
/proc/meminfo: memFree=12743036/32951124 swapFree=67111204/67111528
[pid=9036] ppid=9033 vsize=10554172 CPUtime=2.16 cores=0,2,4,6
/proc/9036/stat : 9036 (java) S 9033 9036 5093 0 -1 4202496 114424 0 1 0 203 13 0 0 25 0 18 0 811733345 10807472128 110413 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9036/statm: 2638543 110416 2225 9 0 2629277 0
[pid=9036/tid=9037] ppid=9033 vsize=10554172 CPUtime=1.48 cores=0,2,4,6
/proc/9036/task/9037/stat : 9037 (java) R 9033 9036 5093 0 -1 4202560 103866 0 1 0 136 12 0 0 19 0 18 0 811733345 10807472128 110417 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46912505781270 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9036/tid=9040] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9040/stat : 9040 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811733347 10807472128 110419 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9041] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9041/stat : 9041 (java) S 9033 9036 5093 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811733347 10807472128 110420 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9042] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9042/stat : 9042 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811733347 10807472128 110422 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9043] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9043/stat : 9043 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811733347 10807472128 110424 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9044] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9044/stat : 9044 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811733347 10807472128 110425 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9045] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9045/stat : 9045 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811733347 10807472128 110427 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9046] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9046/stat : 9046 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811733347 10807472128 110428 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9047] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9047/stat : 9047 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811733347 10807472128 110431 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9048] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9048/stat : 9048 (java) S 9033 9036 5093 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811733348 10807472128 110432 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 0 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9049] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9049/stat : 9049 (java) S 9033 9036 5093 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811733348 10807472128 110434 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9050] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9050/stat : 9050 (java) S 9033 9036 5093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811733348 10807472128 110436 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9051] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9051/stat : 9051 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811733350 10807472128 110437 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118592433 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9052] ppid=9033 vsize=10554172 CPUtime=0.38 cores=0,2,4,6
/proc/9036/task/9052/stat : 9052 (java) R 9033 9036 5093 0 -1 4202560 6927 0 0 0 38 0 0 0 16 0 18 0 811733350 10807472128 110439 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46963417161381 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9036/tid=9053] ppid=9033 vsize=10554172 CPUtime=0.27 cores=0,2,4,6
/proc/9036/task/9053/stat : 9053 (java) S 9033 9036 5093 0 -1 4202560 2484 0 0 0 27 0 0 0 16 0 18 0 811733350 10807472128 110441 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9054] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9054/stat : 9054 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811733350 10807472128 110444 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9055] ppid=9033 vsize=10554172 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9055/stat : 9055 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811733350 10807472128 110446 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 10554172

[startup+3.10104 s]
/proc/loadavg: 3.95 3.90 3.79 5/554 9060
/proc/meminfo: memFree=12620988/32951124 swapFree=67111204/67111528
[pid=9036] ppid=9033 vsize=10558284 CPUtime=6.01 cores=0,2,4,6
/proc/9036/stat : 9036 (java) S 9033 9036 5093 0 -1 4202496 131284 0 1 0 585 16 0 0 25 0 22 0 811733345 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9036/statm: 2639571 126141 2237 9 0 2630305 0
[pid=9036/tid=9037] ppid=9033 vsize=10558284 CPUtime=1.72 cores=0,2,4,6
/proc/9036/task/9037/stat : 9037 (java) S 9033 9036 5093 0 -1 4202560 110582 0 1 0 159 13 0 0 15 0 22 0 811733345 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9040] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9040/stat : 9040 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9041] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9041/stat : 9041 (java) S 9033 9036 5093 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811733347 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9042] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9042/stat : 9042 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9043] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9043/stat : 9043 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9044] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9044/stat : 9044 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9045] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9045/stat : 9045 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9046] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9046/stat : 9046 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9047] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9047/stat : 9047 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9048] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9048/stat : 9048 (java) S 9033 9036 5093 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 811733348 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 0 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9049] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9049/stat : 9049 (java) S 9033 9036 5093 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811733348 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9050] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9050/stat : 9050 (java) S 9033 9036 5093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811733348 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9051] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9051/stat : 9051 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733350 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118592433 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9052] ppid=9033 vsize=10558284 CPUtime=0.87 cores=0,2,4,6
/proc/9036/task/9052/stat : 9052 (java) S 9033 9036 5093 0 -1 4202560 7464 0 0 0 87 0 0 0 15 0 22 0 811733350 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9053] ppid=9033 vsize=10558284 CPUtime=0.66 cores=0,2,4,6
/proc/9036/task/9053/stat : 9053 (java) S 9033 9036 5093 0 -1 4202560 3584 0 0 0 66 0 0 0 15 0 22 0 811733350 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9054] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9054/stat : 9054 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733350 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9055] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9055/stat : 9055 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811733350 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9057] ppid=9033 vsize=10558284 CPUtime=1.35 cores=0,2,4,6
/proc/9036/task/9057/stat : 9057 (java) R 9033 9036 5093 0 -1 4202560 1523 0 0 0 135 0 0 0 25 0 22 0 811733518 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46912505783168 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9036/tid=9058] ppid=9033 vsize=10558284 CPUtime=1.35 cores=0,2,4,6
/proc/9036/task/9058/stat : 9058 (java) R 9033 9036 5093 0 -1 4202560 6962 0 0 0 135 0 0 0 25 0 22 0 811733518 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46912506072150 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=9036/tid=9059] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9059/stat : 9059 (java) S 9033 9036 5093 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811733522 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9060] ppid=9033 vsize=10558284 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9060/stat : 9060 (java) S 9033 9036 5093 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 811733523 10811682816 126141 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 10558284

[startup+6.30153 s]
/proc/loadavg: 3.95 3.90 3.79 5/554 9060
/proc/meminfo: memFree=12574120/32951124 swapFree=67111204/67111528
[pid=9036] ppid=9033 vsize=10549332 CPUtime=12.45 cores=0,2,4,6
/proc/9036/stat : 9036 (java) S 9033 9036 5093 0 -1 4202496 139444 0 1 0 1228 17 0 0 25 0 22 0 811733345 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9036/statm: 2637333 132179 2240 9 0 2628067 0
[pid=9036/tid=9037] ppid=9033 vsize=10549332 CPUtime=1.72 cores=0,2,4,6
/proc/9036/task/9037/stat : 9037 (java) S 9033 9036 5093 0 -1 4202560 110583 0 1 0 159 13 0 0 15 0 22 0 811733345 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9040] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9040/stat : 9040 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9041] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9041/stat : 9041 (java) S 9033 9036 5093 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811733347 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9042] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9042/stat : 9042 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9043] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9043/stat : 9043 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9044] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9044/stat : 9044 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9045] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9045/stat : 9045 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9046] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9046/stat : 9046 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9047] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9047/stat : 9047 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733347 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9048] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9048/stat : 9048 (java) S 9033 9036 5093 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 811733348 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 0 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9049] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9049/stat : 9049 (java) S 9033 9036 5093 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811733348 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9050] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9050/stat : 9050 (java) S 9033 9036 5093 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811733348 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9051] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9051/stat : 9051 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733350 10802515968 132179 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118592433 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.02 3.99 3.90 5/554 9239
/proc/meminfo: memFree=9460600/32951124 swapFree=67111204/67111528
[pid=9036] ppid=9033 vsize=10549332 CPUtime=1645.72 cores=0,2,4,6
/proc/9036/stat : 9036 (java) S 9033 9036 5093 0 -1 4202496 916718 0 1 0 164462 110 0 0 25 0 22 0 811733345 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9036/statm: 2637333 907580 2256 9 0 2628067 0
[pid=9036/tid=9037] ppid=9033 vsize=10549332 CPUtime=1.72 cores=0,2,4,6
/proc/9036/task/9037/stat : 9037 (java) S 9033 9036 5093 0 -1 4202560 110585 0 1 0 159 13 0 0 15 0 22 0 811733345 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9040] ppid=9033 vsize=10549332 CPUtime=0.24 cores=0,2,4,6
/proc/9036/task/9040/stat : 9040 (java) S 9033 9036 5093 0 -1 4202560 10628 0 0 0 23 1 0 0 16 0 22 0 811733347 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9041] ppid=9033 vsize=10549332 CPUtime=0.14 cores=0,2,4,6
/proc/9036/task/9041/stat : 9041 (java) S 9033 9036 5093 0 -1 4202560 2432 0 0 0 14 0 0 0 15 0 22 0 811733347 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9042] ppid=9033 vsize=10549332 CPUtime=0.38 cores=0,2,4,6
/proc/9036/task/9042/stat : 9042 (java) S 9033 9036 5093 0 -1 4202560 14593 0 0 0 37 1 0 0 15 0 22 0 811733347 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9043] ppid=9033 vsize=10549332 CPUtime=0.24 cores=0,2,4,6
/proc/9036/task/9043/stat : 9043 (java) S 9033 9036 5093 0 -1 4202560 9602 0 0 0 23 1 0 0 15 0 22 0 811733347 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9044] ppid=9033 vsize=10549332 CPUtime=0.38 cores=0,2,4,6
/proc/9036/task/9044/stat : 9044 (java) S 9033 9036 5093 0 -1 4202560 15280 0 0 0 36 2 0 0 16 0 22 0 811733347 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9045] ppid=9033 vsize=10549332 CPUtime=0.35 cores=0,2,4,6
/proc/9036/task/9045/stat : 9045 (java) S 9033 9036 5093 0 -1 4202560 8120 0 0 0 34 1 0 0 15 0 22 0 811733347 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9046] ppid=9033 vsize=10549332 CPUtime=0.35 cores=0,2,4,6
/proc/9036/task/9046/stat : 9046 (java) S 9033 9036 5093 0 -1 4202560 9920 0 0 0 34 1 0 0 15 0 22 0 811733347 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9047] ppid=9033 vsize=10549332 CPUtime=0.35 cores=0,2,4,6
/proc/9036/task/9047/stat : 9047 (java) S 9033 9036 5093 0 -1 4202560 11809 0 0 0 34 1 0 0 16 0 22 0 811733347 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9048] ppid=9033 vsize=10549332 CPUtime=0.05 cores=0,2,4,6
/proc/9036/task/9048/stat : 9048 (java) S 9033 9036 5093 0 -1 4202560 56 0 0 0 3 2 0 0 15 0 22 0 811733348 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 0 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9049] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9049/stat : 9049 (java) S 9033 9036 5093 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811733348 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9050] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9050/stat : 9050 (java) S 9033 9036 5093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811733348 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9051] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9051/stat : 9051 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733350 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118592433 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9052] ppid=9033 vsize=10549332 CPUtime=1.1 cores=0,2,4,6
/proc/9036/task/9052/stat : 9052 (java) S 9033 9036 5093 0 -1 4202560 7487 0 0 0 110 0 0 0 15 0 22 0 811733350 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9053] ppid=9033 vsize=10549332 CPUtime=1.01 cores=0,2,4,6
/proc/9036/task/9053/stat : 9053 (java) S 9033 9036 5093 0 -1 4202560 4628 0 0 0 101 0 0 0 15 0 22 0 811733350 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9054] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9054/stat : 9054 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733350 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9055] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9055/stat : 9055 (java) S 9033 9036 5093 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 811733350 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9057] ppid=9033 vsize=10549332 CPUtime=819.64 cores=0,2,4,6
/proc/9036/task/9057/stat : 9057 (java) R 9033 9036 5093 0 -1 4202560 16978 0 0 0 81961 3 0 0 25 0 22 0 811733518 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46912505971231 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9036/tid=9058] ppid=9033 vsize=10549332 CPUtime=819.61 cores=0,2,4,6
/proc/9036/task/9058/stat : 9058 (java) R 9033 9036 5093 0 -1 4202560 693394 0 0 0 81886 75 0 0 25 0 22 0 811733518 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46912505750418 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9036/tid=9059] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9059/stat : 9059 (java) S 9033 9036 5093 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811733522 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9060] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9060/stat : 9060 (java) S 9033 9036 5093 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 811733523 10802515968 907580 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1645.72
Current children cumulated vsize (KiB) 10549332

[startup+882.302 s]
/proc/loadavg: 4.00 3.99 3.90 5/554 9241
/proc/meminfo: memFree=9456928/32951124 swapFree=67111204/67111528
[pid=9036] ppid=9033 vsize=10549332 CPUtime=1765.75 cores=0,2,4,6
/proc/9036/stat : 9036 (java) S 9033 9036 5093 0 -1 4202496 917166 0 1 0 176465 110 0 0 25 0 22 0 811733345 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9036/statm: 2637333 908006 2256 9 0 2628067 0
[pid=9036/tid=9037] ppid=9033 vsize=10549332 CPUtime=1.72 cores=0,2,4,6
/proc/9036/task/9037/stat : 9037 (java) S 9033 9036 5093 0 -1 4202560 110585 0 1 0 159 13 0 0 15 0 22 0 811733345 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9040] ppid=9033 vsize=10549332 CPUtime=0.26 cores=0,2,4,6
/proc/9036/task/9040/stat : 9040 (java) S 9033 9036 5093 0 -1 4202560 10664 0 0 0 25 1 0 0 15 0 22 0 811733347 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9041] ppid=9033 vsize=10549332 CPUtime=0.16 cores=0,2,4,6
/proc/9036/task/9041/stat : 9041 (java) S 9033 9036 5093 0 -1 4202560 2539 0 0 0 16 0 0 0 15 0 22 0 811733347 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9042] ppid=9033 vsize=10549332 CPUtime=0.4 cores=0,2,4,6
/proc/9036/task/9042/stat : 9042 (java) S 9033 9036 5093 0 -1 4202560 14681 0 0 0 39 1 0 0 16 0 22 0 811733347 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9043] ppid=9033 vsize=10549332 CPUtime=0.26 cores=0,2,4,6
/proc/9036/task/9043/stat : 9043 (java) S 9033 9036 5093 0 -1 4202560 9655 0 0 0 25 1 0 0 15 0 22 0 811733347 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9044] ppid=9033 vsize=10549332 CPUtime=0.39 cores=0,2,4,6
/proc/9036/task/9044/stat : 9044 (java) S 9033 9036 5093 0 -1 4202560 15334 0 0 0 37 2 0 0 16 0 22 0 811733347 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9045] ppid=9033 vsize=10549332 CPUtime=0.37 cores=0,2,4,6
/proc/9036/task/9045/stat : 9045 (java) S 9033 9036 5093 0 -1 4202560 8173 0 0 0 36 1 0 0 15 0 22 0 811733347 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9046] ppid=9033 vsize=10549332 CPUtime=0.37 cores=0,2,4,6
/proc/9036/task/9046/stat : 9046 (java) S 9033 9036 5093 0 -1 4202560 9938 0 0 0 36 1 0 0 15 0 22 0 811733347 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9047] ppid=9033 vsize=10549332 CPUtime=0.37 cores=0,2,4,6
/proc/9036/task/9047/stat : 9047 (java) S 9033 9036 5093 0 -1 4202560 11826 0 0 0 36 1 0 0 16 0 22 0 811733347 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9048] ppid=9033 vsize=10549332 CPUtime=0.05 cores=0,2,4,6
/proc/9036/task/9048/stat : 9048 (java) S 9033 9036 5093 0 -1 4202560 58 0 0 0 3 2 0 0 15 0 22 0 811733348 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 0 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9049] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9049/stat : 9049 (java) S 9033 9036 5093 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811733348 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9050] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9050/stat : 9050 (java) S 9033 9036 5093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811733348 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9051] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9051/stat : 9051 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733350 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118592433 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9052] ppid=9033 vsize=10549332 CPUtime=1.1 cores=0,2,4,6
/proc/9036/task/9052/stat : 9052 (java) S 9033 9036 5093 0 -1 4202560 7487 0 0 0 110 0 0 0 15 0 22 0 811733350 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9053] ppid=9033 vsize=10549332 CPUtime=1.01 cores=0,2,4,6
/proc/9036/task/9053/stat : 9053 (java) S 9033 9036 5093 0 -1 4202560 4628 0 0 0 101 0 0 0 15 0 22 0 811733350 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9054] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9054/stat : 9054 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733350 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9055] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9055/stat : 9055 (java) S 9033 9036 5093 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 811733350 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9057] ppid=9033 vsize=10549332 CPUtime=879.58 cores=0,2,4,6
/proc/9036/task/9057/stat : 9057 (java) R 9033 9036 5093 0 -1 4202560 16988 0 0 0 87955 3 0 0 25 0 22 0 811733518 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46912505970210 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9036/tid=9058] ppid=9033 vsize=10549332 CPUtime=879.55 cores=0,2,4,6
/proc/9036/task/9058/stat : 9058 (java) R 9033 9036 5093 0 -1 4202560 693402 0 0 0 87880 75 0 0 25 0 22 0 811733518 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46912505730245 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9036/tid=9059] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9059/stat : 9059 (java) S 9033 9036 5093 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811733522 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9060] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9060/stat : 9060 (java) S 9033 9036 5093 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 811733523 10802515968 908006 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1765.75
Current children cumulated vsize (KiB) 10549332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.502 s]
/proc/loadavg: 4.00 3.99 3.90 5/554 9241
/proc/meminfo: memFree=9455544/32951124 swapFree=67111204/67111528
[pid=9036] ppid=9033 vsize=10549332 CPUtime=1800.18 cores=0,2,4,6
/proc/9036/stat : 9036 (java) S 9033 9036 5093 0 -1 4202496 917335 0 1 0 179908 110 0 0 25 0 22 0 811733345 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118571493 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9036/statm: 2637333 908166 2256 9 0 2628067 0
[pid=9036/tid=9037] ppid=9033 vsize=10549332 CPUtime=1.72 cores=0,2,4,6
/proc/9036/task/9037/stat : 9037 (java) S 9033 9036 5093 0 -1 4202560 110585 0 1 0 159 13 0 0 15 0 22 0 811733345 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9040] ppid=9033 vsize=10549332 CPUtime=0.27 cores=0,2,4,6
/proc/9036/task/9040/stat : 9040 (java) S 9033 9036 5093 0 -1 4202560 10682 0 0 0 26 1 0 0 16 0 22 0 811733347 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9041] ppid=9033 vsize=10549332 CPUtime=0.17 cores=0,2,4,6
/proc/9036/task/9041/stat : 9041 (java) S 9033 9036 5093 0 -1 4202560 2539 0 0 0 17 0 0 0 16 0 22 0 811733347 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9042] ppid=9033 vsize=10549332 CPUtime=0.4 cores=0,2,4,6
/proc/9036/task/9042/stat : 9042 (java) S 9033 9036 5093 0 -1 4202560 14681 0 0 0 39 1 0 0 15 0 22 0 811733347 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9043] ppid=9033 vsize=10549332 CPUtime=0.26 cores=0,2,4,6
/proc/9036/task/9043/stat : 9043 (java) S 9033 9036 5093 0 -1 4202560 9673 0 0 0 25 1 0 0 15 0 22 0 811733347 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9044] ppid=9033 vsize=10549332 CPUtime=0.39 cores=0,2,4,6
/proc/9036/task/9044/stat : 9044 (java) S 9033 9036 5093 0 -1 4202560 15334 0 0 0 37 2 0 0 15 0 22 0 811733347 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9045] ppid=9033 vsize=10549332 CPUtime=0.38 cores=0,2,4,6
/proc/9036/task/9045/stat : 9045 (java) S 9033 9036 5093 0 -1 4202560 8260 0 0 0 37 1 0 0 15 0 22 0 811733347 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9046] ppid=9033 vsize=10549332 CPUtime=0.38 cores=0,2,4,6
/proc/9036/task/9046/stat : 9046 (java) S 9033 9036 5093 0 -1 4202560 9938 0 0 0 37 1 0 0 16 0 22 0 811733347 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9047] ppid=9033 vsize=10549332 CPUtime=0.38 cores=0,2,4,6
/proc/9036/task/9047/stat : 9047 (java) S 9033 9036 5093 0 -1 4202560 11864 0 0 0 37 1 0 0 15 0 22 0 811733347 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
[pid=9036/tid=9048] ppid=9033 vsize=10549332 CPUtime=0.05 cores=0,2,4,6
/proc/9036/task/9048/stat : 9048 (java) S 9033 9036 5093 0 -1 4202560 60 0 0 0 3 2 0 0 15 0 22 0 811733348 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 0 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9049] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9049/stat : 9049 (java) S 9033 9036 5093 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811733348 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9050] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9050/stat : 9050 (java) S 9033 9036 5093 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811733348 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9051] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9051/stat : 9051 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733350 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118592433 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9052] ppid=9033 vsize=10549332 CPUtime=1.1 cores=0,2,4,6
/proc/9036/task/9052/stat : 9052 (java) S 9033 9036 5093 0 -1 4202560 7487 0 0 0 110 0 0 0 15 0 22 0 811733350 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9053] ppid=9033 vsize=10549332 CPUtime=1.01 cores=0,2,4,6
/proc/9036/task/9053/stat : 9053 (java) S 9033 9036 5093 0 -1 4202560 4628 0 0 0 101 0 0 0 15 0 22 0 811733350 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9054] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9054/stat : 9054 (java) S 9033 9036 5093 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811733350 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118584729 0 4 0 16800975 18446604453547008960 0 0 -1 2 0 0 0
[pid=9036/tid=9055] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9055/stat : 9055 (java) S 9033 9036 5093 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811733350 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 4 0 0 0
[pid=9036/tid=9057] ppid=9033 vsize=10549332 CPUtime=896.78 cores=0,2,4,6
/proc/9036/task/9057/stat : 9057 (java) R 9033 9036 5093 0 -1 4202560 16990 0 0 0 89675 3 0 0 25 0 22 0 811733518 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46912505773077 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=9036/tid=9058] ppid=9033 vsize=10549332 CPUtime=896.75 cores=0,2,4,6
/proc/9036/task/9058/stat : 9058 (java) R 9033 9036 5093 0 -1 4202560 693404 0 0 0 89600 75 0 0 25 0 22 0 811733518 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 46912505730361 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=9036/tid=9059] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9059/stat : 9059 (java) S 9033 9036 5093 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811733522 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 0 0 0 0
[pid=9036/tid=9060] ppid=9033 vsize=10549332 CPUtime=0 cores=0,2,4,6
/proc/9036/task/9060/stat : 9060 (java) S 9033 9036 5093 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 22 0 811733523 10802515968 908166 33554432000 1073741824 1073778376 140733677362320 18446744073709551615 255118585344 0 4 0 16800975 18446604453547008960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10549332

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

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

[startup+899.626 s]
/proc/loadavg: 4.00 3.99 3.90 5/554 9241
/proc/meminfo: memFree=9455544/32951124 swapFree=67111204/67111528
[pid=9036] ppid=9033 vsize=0 CPUtime=1800.31 cores=0,2,4,6
/proc/9036/stat : 9036 (java) Z 9033 9036 5093 0 -1 4203548 917361 0 1 0 179911 120 0 0 17 0 2 0 811733345 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/9036/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): 899.679
CPU time (s): 1800.37
CPU user time (s): 1799.11
CPU system time (s): 1.25381
CPU usage (%): 200.112
Max. virtual memory (cumulated for all children) (KiB): 10558284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 1.25381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 917361
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= 26756
involuntary context switches= 19570

runsolver used 5.01424 second user time and 10.5704 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-04 15:12:52
IDJOB=3454300
IDBENCH=3012
IDSOLVER=1950
FILE ID=node144/3454300-1307193172
RUNJOBID= node144-1307192249-8684
PBS_JOBID= 13508845
Free space on /tmp= 73916 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=300-sizeP=151-sizeQ=300-692949159-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454300-1307193172/watcher-3454300-1307193172 -o /tmp/evaluation-result-3454300-1307193172/solver-3454300-1307193172 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454300-1307193172.opb

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

MD5SUM BENCH= 7e6b5d1bb2d5498810142d4e4cc2c6f4
RANDOM SEED=1548911124

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.850
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.83
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13097168 kB
Buffers:        318868 kB
Cached:         486668 kB
SwapCached:        140 kB
Active:       19156296 kB
Inactive:       416368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13097168 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:            7492 kB
Writeback:           0 kB
AnonPages:    18767180 kB
Mapped:          50676 kB
Slab:           136920 kB
PageTables:      76820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 168115184 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= 73920 MiB
End job on node144 at 2011-06-04 15:27:54