Trace number 3479373

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 NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.42 917.522

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ivu06-big.opb
MD5SUM3085a2bda178410828dcd956a716c89f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables2277736
Total number of constraints1177
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint704
Maximum length of a constraint152997
Number of terms in the objective function 2277736
Biggest coefficient in the objective function 80000000000000000
Number of bits for the biggest coefficient in the objective function 57
Sum of the numbers in the objective function 27910716903658970007421
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 80000000000000000
Number of bits of the biggest number in a constraint 57
Biggest sum of numbers in a constraint 27910716903658970007421
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/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-3479373-1307448537.opb
0.10/0.11	c reading problem ... 
69.56/52.95	c ... done. Wall clock time 52.844s.
69.56/52.95	c #vars     2277736
69.56/52.95	c #constraints  2354
69.56/52.95	c constraints type 
69.56/52.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1177
69.56/52.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 1177
69.56/52.95	c constraints type 
69.56/52.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1177
69.56/52.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1177
1800.17/917.32	c starts		: 10
1800.17/917.32	c conflicts		: 1462
1800.17/917.32	c decisions		: 24237060
1800.17/917.32	c propagations		: 29692156
1800.17/917.32	c inspects		: 200082
1800.17/917.32	c shortcuts		: 0
1800.17/917.32	c learnt literals	: 0
1800.17/917.32	c learnt binary clauses	: 0
1800.17/917.32	c learnt ternary clauses	: 0
1800.17/917.32	c learnt constraints	: 1461
1800.17/917.32	c ignored constraints	: 0
1800.17/917.32	c root simplifications	: 0
1800.17/917.32	c removed literals (reason simplification)	: 3888
1800.17/917.32	c reason swapping (by a shorter reason)	: 0
1800.17/917.32	c Calls to reduceDB	: 0
1800.17/917.32	c number of reductions to clauses (during analyze)	: 0
1800.17/917.32	c number of learned constraints concerned by reduction	: 0
1800.17/917.32	c number of learning phase by resolution	: 0
1800.17/917.32	c number of learning phase by cutting planes	: 0
1800.17/917.32	c speed (assignments/second)	: 34351.687610920475
1800.17/917.32	c non guided choices	0
1800.17/917.32	c learnt constraints type 
1800.17/917.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1461
1800.17/917.32	c constraints type 
1800.17/917.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1177
1800.17/917.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 1177
1800.17/917.32	c constraints type 
1800.17/917.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1177
1800.17/917.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1177
1800.17/917.32	s UNKNOWN
1800.17/917.32	c Total wall clock time (in seconds): 917.216

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-3479373-1307448537/watcher-3479373-1307448537 -o /tmp/evaluation-result-3479373-1307448537/solver-3479373-1307448537 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3479373-1307448537.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: 3.52 3.91 3.88 3/519 25331
/proc/meminfo: memFree=22863096/32950928 swapFree=34421304/67111528
[pid=25331] ppid=25329 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/25331/stat : 25331 (java) S 25329 25331 24554 0 -1 4202496 3068 0 1 0 0 0 0 0 18 0 2 0 935085476 10681323520 2769 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379349477 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/25331/statm: 2607745 2783 906 9 0 2598901 0
[pid=25331/tid=25332] ppid=25329 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25332/stat : 25332 (java) R 25329 25331 24554 0 -1 4202560 7629 0 1 0 0 0 0 0 19 0 2 0 935085477 10694979584 8446 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251367240763 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.097332 s]
/proc/loadavg: 3.52 3.91 3.88 3/519 25331
/proc/meminfo: memFree=22863096/32950928 swapFree=34421304/67111528
[pid=25331] ppid=25329 vsize=10540400 CPUtime=0.09 cores=1,3,5,7
/proc/25331/stat : 25331 (java) S 25329 25331 24554 0 -1 4202496 13049 0 1 0 9 0 0 0 18 0 18 0 935085476 10793369600 12719 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25331/statm: 2635100 12720 2092 9 0 2625834 0
[pid=25331/tid=25332] ppid=25329 vsize=10540400 CPUtime=0.07 cores=1,3,5,7
/proc/25331/task/25332/stat : 25332 (java) R 25329 25331 24554 0 -1 4202560 11118 0 1 0 7 0 0 0 18 0 18 0 935085477 10793369600 12721 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 46919256001363 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540400

[startup+0.100348 s]
/proc/loadavg: 3.52 3.91 3.88 3/519 25331
/proc/meminfo: memFree=22863096/32950928 swapFree=34421304/67111528
[pid=25331] ppid=25329 vsize=10540400 CPUtime=0.1 cores=1,3,5,7
/proc/25331/stat : 25331 (java) S 25329 25331 24554 0 -1 4202496 13115 0 1 0 9 1 0 0 18 0 18 0 935085476 10793369600 12785 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25331/statm: 2635100 12785 2092 9 0 2625834 0
[pid=25331/tid=25332] ppid=25329 vsize=10540400 CPUtime=0.07 cores=1,3,5,7
/proc/25331/task/25332/stat : 25332 (java) R 25329 25331 24554 0 -1 4202560 11182 0 1 0 7 0 0 0 18 0 18 0 935085477 10793369600 12785 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379373515 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540400

[startup+0.300297 s]
/proc/loadavg: 3.52 3.91 3.88 3/519 25331
/proc/meminfo: memFree=22863096/32950928 swapFree=34421304/67111528
[pid=25331] ppid=25329 vsize=10542960 CPUtime=0.45 cores=1,3,5,7
/proc/25331/stat : 25331 (java) S 25329 25331 24554 0 -1 4202496 42576 0 1 0 41 4 0 0 18 0 18 0 935085476 10795991040 41693 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25331/statm: 2635740 41695 2200 9 0 2626474 0
[pid=25331/tid=25332] ppid=25329 vsize=10542960 CPUtime=0.28 cores=1,3,5,7
/proc/25331/task/25332/stat : 25332 (java) R 25329 25331 24554 0 -1 4202560 38939 0 1 0 24 4 0 0 18 0 18 0 935085477 10795991040 41696 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 46912505572910 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10542960

[startup+0.70022 s]
/proc/loadavg: 3.52 3.91 3.88 3/519 25331
/proc/meminfo: memFree=22863096/32950928 swapFree=34421304/67111528
[pid=25331] ppid=25329 vsize=10542960 CPUtime=0.86 cores=1,3,5,7
/proc/25331/stat : 25331 (java) S 25329 25331 24554 0 -1 4202496 65506 0 1 0 78 8 0 0 18 0 18 0 935085476 10795991040 64623 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25331/statm: 2635740 64626 2201 9 0 2626474 0
[pid=25331/tid=25332] ppid=25329 vsize=10542960 CPUtime=0.68 cores=1,3,5,7
/proc/25331/task/25332/stat : 25332 (java) R 25329 25331 24554 0 -1 4202560 61866 0 1 0 60 8 0 0 18 0 18 0 935085477 10795991040 64627 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 46912505582080 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10542960

[startup+1.50108 s]
/proc/loadavg: 3.52 3.91 3.88 4/537 25349
/proc/meminfo: memFree=22543256/32950928 swapFree=34421304/67111528
[pid=25331] ppid=25329 vsize=10542960 CPUtime=1.66 cores=1,3,5,7
/proc/25331/stat : 25331 (java) S 25329 25331 24554 0 -1 4202496 111785 0 1 0 151 15 0 0 18 0 18 0 935085476 10795991040 110902 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25331/statm: 2635740 110904 2201 9 0 2626474 0
[pid=25331/tid=25332] ppid=25329 vsize=10542960 CPUtime=1.48 cores=1,3,5,7
/proc/25331/task/25332/stat : 25332 (java) R 25329 25331 24554 0 -1 4202560 108145 0 1 0 133 15 0 0 20 0 18 0 935085477 10795991040 110906 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 46912505601649 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25331/tid=25334] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25334/stat : 25334 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 935085478 10795991040 110907 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25335] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25335/stat : 25335 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10795991040 110909 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25336] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25336/stat : 25336 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10795991040 110910 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25337] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25337/stat : 25337 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10795991040 110911 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25338] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25338/stat : 25338 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10795991040 110913 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25339] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10795991040 110914 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24554 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 935085478 10795991040 110916 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 935085478 10795991040 110916 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24554 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 935085479 10795991040 110917 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 0 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24554 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 18 0 935085480 10795991040 110918 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24554 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 935085480 10795991040 110920 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 935085482 10795991040 110921 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379370417 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=10542960 CPUtime=0.09 cores=1,3,5,7
/proc/25331/task/25346/stat : 25346 (java) S 25329 25331 24554 0 -1 4202560 1189 0 0 0 9 0 0 0 18 0 18 0 935085482 10795991040 110923 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=10542960 CPUtime=0.08 cores=1,3,5,7
/proc/25331/task/25347/stat : 25347 (java) S 25329 25331 24554 0 -1 4202560 1303 0 0 0 8 0 0 0 16 0 18 0 935085482 10795991040 110924 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 935085482 10795991040 110925 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 935085482 10795991040 110927 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10542960

[startup+3.10078 s]
/proc/loadavg: 3.52 3.91 3.88 4/537 25349
/proc/meminfo: memFree=22297260/32950928 swapFree=34421304/67111528
[pid=25331] ppid=25329 vsize=10542960 CPUtime=3.26 cores=1,3,5,7
/proc/25331/stat : 25331 (java) S 25329 25331 24554 0 -1 4202496 202615 0 1 0 299 27 0 0 18 0 18 0 935085476 10795991040 201732 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25331/statm: 2635740 201735 2205 9 0 2626474 0
[pid=25331/tid=25332] ppid=25329 vsize=10542960 CPUtime=3.07 cores=1,3,5,7
/proc/25331/task/25332/stat : 25332 (java) R 25329 25331 24554 0 -1 4202560 198971 0 1 0 281 26 0 0 25 0 18 0 935085477 10795991040 201736 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 46912505596789 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25331/tid=25334] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25334/stat : 25334 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 935085478 10795991040 201737 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25335] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25335/stat : 25335 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10795991040 201739 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25336] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25336/stat : 25336 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10795991040 201740 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25337] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25337/stat : 25337 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10795991040 201742 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25338] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25338/stat : 25338 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10795991040 201743 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25339] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10795991040 201744 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24554 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 935085478 10795991040 201746 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 935085478 10795991040 201747 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24554 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 935085479 10795991040 201748 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 0 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24554 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 18 0 935085480 10795991040 201750 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24554 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 935085480 10795991040 201751 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 935085482 10795991040 201753 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379370417 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=10542960 CPUtime=0.09 cores=1,3,5,7
/proc/25331/task/25346/stat : 25346 (java) S 25329 25331 24554 0 -1 4202560 1193 0 0 0 9 0 0 0 15 0 18 0 935085482 10795991040 201754 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=10542960 CPUtime=0.08 cores=1,3,5,7
/proc/25331/task/25347/stat : 25347 (java) S 25329 25331 24554 0 -1 4202560 1303 0 0 0 8 0 0 0 16 0 18 0 935085482 10795991040 201755 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 935085482 10795991040 201757 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=10542960 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 935085482 10795991040 201758 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 10542960

[startup+6.3012 s]
/proc/loadavg: 3.47 3.89 3.88 4/537 25349
/proc/meminfo: memFree=21520540/32950928 swapFree=34421304/67111528
[pid=25331] ppid=25329 vsize=10544152 CPUtime=6.68 cores=1,3,5,7
/proc/25331/stat : 25331 (java) S 25329 25331 24554 0 -1 4202496 462262 0 1 0 611 57 0 0 18 0 18 0 935085476 10797211648 460732 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25331/statm: 2636038 460760 2206 9 0 2626772 0
[pid=25331/tid=25332] ppid=25329 vsize=10544152 CPUtime=6.27 cores=1,3,5,7
/proc/25331/task/25332/stat : 25332 (java) R 25329 25331 24554 0 -1 4202560 457544 0 1 0 571 56 0 0 25 0 18 0 935085477 10797211648 460773 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 46919256001626 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25331/tid=25334] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25334/stat : 25334 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 935085478 10797211648 460790 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25335] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25335/stat : 25335 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10797211648 460806 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25336] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25336/stat : 25336 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10797211648 460823 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25337] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25337/stat : 25337 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10797211648 460838 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25338] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25338/stat : 25338 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10797211648 460853 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25339] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 935085478 10797211648 460869 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24554 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 935085478 10797211648 460885 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 18 0 935085478 10797211648 460900 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24554 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 935085479 10797211648 460916 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 0 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24554 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 18 0 935085480 10797211648 460931 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24554 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 935085480 10797211648 460948 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 935085482 10797211648 460963 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379370417 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=10544152 CPUtime=0.2 cores=1,3,5,7
/proc/25331/task/25346/stat : 25346 (java) S 25329 25331 24554 0 -1 4202560 1628 0 0 0 20 0 0 0 16 0 18 0 935085482 10797211648 460980 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=10544152 CPUtime=0.18 cores=1,3,5,7
/proc/25331/task/25347/stat : 25347 (java) S 25329 25331 24554 0 -1 4202560 1980 0 0 0 18 0 0 0 15 0 18 0 935085482 10797211648 460996 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 935085482 10797211648 461012 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=10544152 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24554 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 935085482 10797211648 461027 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 3 0 0 0

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

/proc/meminfo: memFree=16599128/32950928 swapFree=34421304/67111528
[pid=25331] ppid=25329 vsize=10549588 CPUtime=1610.15 cores=1,3,5,7
/proc/25331/stat : 25331 (java) S 25329 25331 24554 0 -1 4202496 1372867 0 1 0 160835 180 0 0 18 0 22 0 935085476 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25331/statm: 2637397 1359761 2244 9 0 2628131 0
[pid=25331/tid=25332] ppid=25329 vsize=10549588 CPUtime=47.28 cores=1,3,5,7
/proc/25331/task/25332/stat : 25332 (java) S 25329 25331 24554 0 -1 4202560 651062 0 1 0 4640 88 0 0 15 0 22 0 935085477 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25334] ppid=25329 vsize=10549588 CPUtime=2.61 cores=1,3,5,7
/proc/25331/task/25334/stat : 25334 (java) S 25329 25331 24554 0 -1 4202560 70409 0 0 0 253 8 0 0 15 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25335] ppid=25329 vsize=10549588 CPUtime=2.86 cores=1,3,5,7
/proc/25331/task/25335/stat : 25335 (java) S 25329 25331 24554 0 -1 4202560 103814 0 0 0 276 10 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25336] ppid=25329 vsize=10549588 CPUtime=2.41 cores=1,3,5,7
/proc/25331/task/25336/stat : 25336 (java) S 25329 25331 24554 0 -1 4202560 70692 0 0 0 233 8 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25337] ppid=25329 vsize=10549588 CPUtime=2.16 cores=1,3,5,7
/proc/25331/task/25337/stat : 25337 (java) S 25329 25331 24554 0 -1 4202560 68751 0 0 0 208 8 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 3 0 0 0
[pid=25331/tid=25338] ppid=25329 vsize=10549588 CPUtime=2.42 cores=1,3,5,7
/proc/25331/task/25338/stat : 25338 (java) S 25329 25331 24554 0 -1 4202560 79856 0 0 0 232 10 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25339] ppid=25329 vsize=10549588 CPUtime=3.23 cores=1,3,5,7
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24554 0 -1 4202560 108706 0 0 0 309 14 0 0 15 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=10549588 CPUtime=2.92 cores=1,3,5,7
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24554 0 -1 4202560 102246 0 0 0 278 14 0 0 15 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 3 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=10549588 CPUtime=3.72 cores=1,3,5,7
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24554 0 -1 4202560 101195 0 0 0 359 13 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 3 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24554 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 935085479 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 0 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24554 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 935085480 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24554 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 935085480 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379370417 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=10549588 CPUtime=0.9 cores=1,3,5,7
/proc/25331/task/25346/stat : 25346 (java) S 25329 25331 24554 0 -1 4202560 3293 0 0 0 90 0 0 0 15 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=10549588 CPUtime=1.09 cores=1,3,5,7
/proc/25331/task/25347/stat : 25347 (java) S 25329 25331 24554 0 -1 4202560 11529 0 0 0 108 1 0 0 15 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24554 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25352] ppid=25329 vsize=10549588 CPUtime=769.23 cores=1,3,5,7
/proc/25331/task/25352/stat : 25352 (java) R 25329 25331 24554 0 -1 4202560 36 0 0 0 76923 0 0 0 25 0 22 0 935090772 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 46912505900843 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25331/tid=25353] ppid=25329 vsize=10549588 CPUtime=769.18 cores=1,3,5,7
/proc/25331/task/25353/stat : 25353 (java) R 25329 25331 24554 0 -1 4202560 55 0 0 0 76918 0 0 0 25 0 22 0 935090772 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 46912506008693 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25331/tid=25354] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25354/stat : 25354 (java) S 25329 25331 24554 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 935090843 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25355] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25355/stat : 25355 (java) S 25329 25331 24554 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 935090845 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1610.15
Current children cumulated vsize (KiB) 10549588

[startup+882.32 s]
/proc/loadavg: 4.00 4.01 3.94 5/541 25379
/proc/meminfo: memFree=16592404/32950928 swapFree=34421304/67111528
[pid=25331] ppid=25329 vsize=10549588 CPUtime=1730.19 cores=1,3,5,7
/proc/25331/stat : 25331 (java) S 25329 25331 24554 0 -1 4202496 1372871 0 1 0 172839 180 0 0 18 0 22 0 935085476 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25331/statm: 2637397 1359761 2244 9 0 2628131 0
[pid=25331/tid=25332] ppid=25329 vsize=10549588 CPUtime=47.28 cores=1,3,5,7
/proc/25331/task/25332/stat : 25332 (java) S 25329 25331 24554 0 -1 4202560 651062 0 1 0 4640 88 0 0 15 0 22 0 935085477 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25334] ppid=25329 vsize=10549588 CPUtime=2.61 cores=1,3,5,7
/proc/25331/task/25334/stat : 25334 (java) S 25329 25331 24554 0 -1 4202560 70409 0 0 0 253 8 0 0 15 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25335] ppid=25329 vsize=10549588 CPUtime=2.86 cores=1,3,5,7
/proc/25331/task/25335/stat : 25335 (java) S 25329 25331 24554 0 -1 4202560 103814 0 0 0 276 10 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25336] ppid=25329 vsize=10549588 CPUtime=2.41 cores=1,3,5,7
/proc/25331/task/25336/stat : 25336 (java) S 25329 25331 24554 0 -1 4202560 70692 0 0 0 233 8 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25337] ppid=25329 vsize=10549588 CPUtime=2.16 cores=1,3,5,7
/proc/25331/task/25337/stat : 25337 (java) S 25329 25331 24554 0 -1 4202560 68751 0 0 0 208 8 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 3 0 0 0
[pid=25331/tid=25338] ppid=25329 vsize=10549588 CPUtime=2.42 cores=1,3,5,7
/proc/25331/task/25338/stat : 25338 (java) S 25329 25331 24554 0 -1 4202560 79856 0 0 0 232 10 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25339] ppid=25329 vsize=10549588 CPUtime=3.23 cores=1,3,5,7
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24554 0 -1 4202560 108706 0 0 0 309 14 0 0 15 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=10549588 CPUtime=2.92 cores=1,3,5,7
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24554 0 -1 4202560 102246 0 0 0 278 14 0 0 15 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 3 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=10549588 CPUtime=3.72 cores=1,3,5,7
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24554 0 -1 4202560 101195 0 0 0 359 13 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 3 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24554 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 935085479 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 0 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24554 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 935085480 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24554 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 935085480 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379370417 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=10549588 CPUtime=0.9 cores=1,3,5,7
/proc/25331/task/25346/stat : 25346 (java) S 25329 25331 24554 0 -1 4202560 3293 0 0 0 90 0 0 0 15 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=10549588 CPUtime=1.09 cores=1,3,5,7
/proc/25331/task/25347/stat : 25347 (java) S 25329 25331 24554 0 -1 4202560 11529 0 0 0 108 1 0 0 15 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24554 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25352] ppid=25329 vsize=10549588 CPUtime=829.25 cores=1,3,5,7
/proc/25331/task/25352/stat : 25352 (java) R 25329 25331 24554 0 -1 4202560 36 0 0 0 82925 0 0 0 25 0 22 0 935090772 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 46912505900865 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25331/tid=25353] ppid=25329 vsize=10549588 CPUtime=829.2 cores=1,3,5,7
/proc/25331/task/25353/stat : 25353 (java) R 25329 25331 24554 0 -1 4202560 55 0 0 0 82920 0 0 0 25 0 22 0 935090772 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 46912506008527 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25331/tid=25354] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25354/stat : 25354 (java) S 25329 25331 24554 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 935090843 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25355] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25355/stat : 25355 (java) S 25329 25331 24554 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 935090845 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1730.19
Current children cumulated vsize (KiB) 10549588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+917.302 s]
/proc/loadavg: 3.56 3.90 3.90 4/537 25432
/proc/meminfo: memFree=17146192/32950928 swapFree=34421304/67111528
[pid=25331] ppid=25329 vsize=10549588 CPUtime=1800.17 cores=1,3,5,7
/proc/25331/stat : 25331 (java) S 25329 25331 24554 0 -1 4202496 1372873 0 1 0 179837 180 0 0 18 0 22 0 935085476 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25331/statm: 2637397 1359761 2244 9 0 2628131 0
[pid=25331/tid=25332] ppid=25329 vsize=10549588 CPUtime=47.28 cores=1,3,5,7
/proc/25331/task/25332/stat : 25332 (java) S 25329 25331 24554 0 -1 4202560 651062 0 1 0 4640 88 0 0 15 0 22 0 935085477 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25334] ppid=25329 vsize=10549588 CPUtime=2.61 cores=1,3,5,7
/proc/25331/task/25334/stat : 25334 (java) S 25329 25331 24554 0 -1 4202560 70409 0 0 0 253 8 0 0 15 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25335] ppid=25329 vsize=10549588 CPUtime=2.86 cores=1,3,5,7
/proc/25331/task/25335/stat : 25335 (java) S 25329 25331 24554 0 -1 4202560 103814 0 0 0 276 10 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25336] ppid=25329 vsize=10549588 CPUtime=2.41 cores=1,3,5,7
/proc/25331/task/25336/stat : 25336 (java) S 25329 25331 24554 0 -1 4202560 70692 0 0 0 233 8 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25337] ppid=25329 vsize=10549588 CPUtime=2.16 cores=1,3,5,7
/proc/25331/task/25337/stat : 25337 (java) S 25329 25331 24554 0 -1 4202560 68751 0 0 0 208 8 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 3 0 0 0
[pid=25331/tid=25338] ppid=25329 vsize=10549588 CPUtime=2.42 cores=1,3,5,7
/proc/25331/task/25338/stat : 25338 (java) S 25329 25331 24554 0 -1 4202560 79856 0 0 0 232 10 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25339] ppid=25329 vsize=10549588 CPUtime=3.23 cores=1,3,5,7
/proc/25331/task/25339/stat : 25339 (java) S 25329 25331 24554 0 -1 4202560 108706 0 0 0 309 14 0 0 15 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25340] ppid=25329 vsize=10549588 CPUtime=2.92 cores=1,3,5,7
/proc/25331/task/25340/stat : 25340 (java) S 25329 25331 24554 0 -1 4202560 102246 0 0 0 278 14 0 0 15 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 3 0 0 0
[pid=25331/tid=25341] ppid=25329 vsize=10549588 CPUtime=3.72 cores=1,3,5,7
/proc/25331/task/25341/stat : 25341 (java) S 25329 25331 24554 0 -1 4202560 101195 0 0 0 359 13 0 0 16 0 22 0 935085478 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 3 0 0 0
[pid=25331/tid=25342] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25342/stat : 25342 (java) S 25329 25331 24554 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 935085479 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 0 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25343] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25343/stat : 25343 (java) S 25329 25331 24554 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 935085480 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25344] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25344/stat : 25344 (java) S 25329 25331 24554 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 935085480 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25345] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25345/stat : 25345 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379370417 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25346] ppid=25329 vsize=10549588 CPUtime=0.9 cores=1,3,5,7
/proc/25331/task/25346/stat : 25346 (java) S 25329 25331 24554 0 -1 4202560 3293 0 0 0 90 0 0 0 15 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25347] ppid=25329 vsize=10549588 CPUtime=1.09 cores=1,3,5,7
/proc/25331/task/25347/stat : 25347 (java) S 25329 25331 24554 0 -1 4202560 11529 0 0 0 108 1 0 0 15 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25348] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25348/stat : 25348 (java) S 25329 25331 24554 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379362713 0 4 0 16800975 18446604470742685824 0 0 -1 1 0 0 0
[pid=25331/tid=25349] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25349/stat : 25349 (java) S 25329 25331 24554 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 935085482 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 5 0 0 0
[pid=25331/tid=25352] ppid=25329 vsize=10549588 CPUtime=864.25 cores=1,3,5,7
/proc/25331/task/25352/stat : 25352 (java) R 25329 25331 24554 0 -1 4202560 36 0 0 0 86425 0 0 0 25 0 22 0 935090772 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 46912505900787 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25331/tid=25353] ppid=25329 vsize=10549588 CPUtime=864.2 cores=1,3,5,7
/proc/25331/task/25353/stat : 25353 (java) R 25329 25331 24554 0 -1 4202560 55 0 0 0 86420 0 0 0 25 0 22 0 935090772 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 46912506008251 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25331/tid=25354] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25354/stat : 25354 (java) S 25329 25331 24554 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 935090843 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
[pid=25331/tid=25355] ppid=25329 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/25331/task/25355/stat : 25355 (java) S 25329 25331 24554 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 935090845 10802778112 1359761 33554432000 1073741824 1073778376 140734404593552 18446744073709551615 251379363328 0 4 0 16800975 18446604470742685824 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10549588

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

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

[startup+917.52 s]
/proc/loadavg: 3.56 3.90 3.90 3/518 25435
/proc/meminfo: memFree=19867108/32950928 swapFree=34421304/67111528
[pid=25331] ppid=25329 vsize=0 CPUtime=1800.41 cores=1,3,5,7
/proc/25331/stat : 25331 (java) Z 25329 25331 24554 0 -1 4203548 1372901 0 1 0 179841 200 0 0 17 0 2 0 935085476 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/25331/statm: 0 0 0 0 0 0 0
[pid=25331/tid=25353] ppid=25329 vsize=0 CPUtime=864.39 cores=1,3,5,7
/proc/25331/task/25353/stat : 25353 (java) R 25329 25331 24554 0 -1 4203588 55 0 0 0 86421 18 0 0 25 0 2 0 935090772 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 917.522
CPU time (s): 1800.42
CPU user time (s): 1798.42
CPU system time (s): 2.00269
CPU usage (%): 196.226
Max. virtual memory (cumulated for all children) (KiB): 10549588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.42
system time used= 2.0027
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1372901
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= 21452
involuntary context switches= 16051

runsolver used 4.76427 second user time and 11.0833 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-07 14:09:08
IDJOB=3479373
IDBENCH=89900
IDSOLVER=1950
FILE ID=node113/3479373-1307448537
RUNJOBID= node113-1307444787-24573
PBS_JOBID= 13520323
Free space on /tmp= 73520 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ivu06-big.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479373-1307448537/watcher-3479373-1307448537 -o /tmp/evaluation-result-3479373-1307448537/solver-3479373-1307448537 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3479373-1307448537.opb

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

MD5SUM BENCH= 3085a2bda178410828dcd956a716c89f
RANDOM SEED=632906391

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22863376 kB
Buffers:        325144 kB
Cached:        1358832 kB
SwapCached:      13476 kB
Active:        8885776 kB
Inactive:       865392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22863376 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:          340760 kB
Writeback:           0 kB
AnonPages:     8065320 kB
Mapped:          29276 kB
Slab:           146000 kB
PageTables:     122796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 165133648 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= 72964 MiB
End job on node113 at 2011-06-07 14:24:27