Trace number 3478870

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 CuttingPlanes 2.3.0UNSAT 1210.09 1205.97

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-188.opb
MD5SUMf4a912d895a0ec3b6fbe08ae8c055d80
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.07384
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables483
Total number of constraints8027
Number of constraints which are clauses7293
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints713
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 19
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3478870-1307442175.opb
0.09/0.11	c reading problem ... 
0.66/0.41	c ... done. Wall clock time 0.303s.
0.66/0.41	c #vars     483
0.66/0.41	c #constraints  8041
0.66/0.41	c constraints type 
0.66/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1974
0.66/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5331
0.66/0.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 23
0.66/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 713
15.31/13.95	c cleaning 0 clauses out of 5001 with flag 0/5001
95.06/93.36	c cleaning 0 clauses out of 11000 with flag 0/11000
344.81/342.61	c cleaning 0 clauses out of 18001 with flag 0/18001
985.06/981.52	c cleaning 0 clauses out of 26001 with flag 0/26001
1209.92/1205.81	c starts		: 53
1209.92/1205.81	c conflicts		: 28080
1209.92/1205.81	c decisions		: 73818
1209.92/1205.81	c propagations		: 1674045
1209.92/1205.81	c inspects		: 1874931007
1209.92/1205.81	c shortcuts		: 0
1209.92/1205.81	c learnt literals	: 0
1209.92/1205.81	c learnt binary clauses	: 22
1209.92/1205.81	c learnt ternary clauses	: 59
1209.92/1205.81	c learnt constraints	: 28079
1209.92/1205.81	c ignored constraints	: 0
1209.92/1205.81	c root simplifications	: 0
1209.92/1205.81	c removed literals (reason simplification)	: 0
1209.92/1205.81	c reason swapping (by a shorter reason)	: 0
1209.92/1205.81	c Calls to reduceDB	: 4
1209.92/1205.81	c number of reductions to clauses (during analyze)	: 0
1209.92/1205.81	c number of learned constraints concerned by reduction	: 0
1209.92/1205.81	c number of learning phase by resolution	: 0
1209.92/1205.81	c number of learning phase by cutting planes	: 0
1209.92/1205.81	c speed (assignments/second)	: 1388.7879542060725
1209.92/1205.81	c non guided choices	329
1209.92/1205.83	c learnt constraints type 
1209.92/1205.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2053
1209.92/1205.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1209.92/1205.83	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 22
1209.92/1205.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25996
1209.92/1205.83	c constraints type 
1209.92/1205.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1974
1209.92/1205.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5331
1209.92/1205.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 23
1209.92/1205.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 713
1209.92/1205.83	s UNSATISFIABLE
1209.92/1205.83	c Total wall clock time (in seconds): 1205.718

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

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.10 2.02 1/533 9793
/proc/meminfo: memFree=24813672/32951124 swapFree=46970528/67111528
[pid=9793] ppid=9791 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/9793/stat : 9793 (java) R 9791 9793 9329 0 -1 4202496 973 0 0 0 0 0 0 0 25 0 1 0 836633797 23580672 716 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 47480587730934 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9793/statm: 5757 727 535 9 0 124 0
[pid=9793/tid=9794] ppid=9791 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9794/stat : 9794 (java) R 9791 9793 9329 0 -1 4202560 4915 0 1 0 0 0 0 0 25 0 2 0 836633797 10694979584 5731 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.088665 s]
/proc/loadavg: 2.12 2.10 2.02 1/533 9793
/proc/meminfo: memFree=24813672/32951124 swapFree=46970528/67111528
[pid=9793] ppid=9791 vsize=10539188 CPUtime=0.07 cores=1,3,5,7
/proc/9793/stat : 9793 (java) S 9791 9793 9329 0 -1 4202496 12480 0 1 0 6 1 0 0 25 0 18 0 836633797 10792128512 12176 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9793/statm: 2634797 12180 2015 9 0 2625531 0
[pid=9793/tid=9794] ppid=9791 vsize=10539188 CPUtime=0.06 cores=1,3,5,7
/proc/9793/task/9794/stat : 9794 (java) R 9791 9793 9329 0 -1 4202560 10935 0 1 0 5 1 0 0 18 0 18 0 836633797 10792128512 12182 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 46912505166996 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10539188

[startup+0.10137 s]
/proc/loadavg: 2.12 2.10 2.02 1/533 9793
/proc/meminfo: memFree=24813672/32951124 swapFree=46970528/67111528
[pid=9793] ppid=9791 vsize=10539664 CPUtime=0.09 cores=1,3,5,7
/proc/9793/stat : 9793 (java) S 9791 9793 9329 0 -1 4202496 12897 0 1 0 8 1 0 0 25 0 18 0 836633797 10792615936 12593 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9793/statm: 2634916 12593 2093 9 0 2625650 0
[pid=9793/tid=9794] ppid=9791 vsize=10539664 CPUtime=0.08 cores=1,3,5,7
/proc/9793/task/9794/stat : 9794 (java) R 9791 9793 9329 0 -1 4202560 11107 0 1 0 7 1 0 0 18 0 18 0 836633797 10792615936 12593 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 47480583041795 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539664

[startup+0.300642 s]
/proc/loadavg: 2.12 2.10 2.02 1/533 9793
/proc/meminfo: memFree=24813672/32951124 swapFree=46970528/67111528
[pid=9793] ppid=9791 vsize=10541088 CPUtime=0.46 cores=1,3,5,7
/proc/9793/stat : 9793 (java) S 9791 9793 9329 0 -1 4202496 15432 0 1 0 44 2 0 0 25 0 18 0 836633797 10794074112 14834 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9793/statm: 2635272 14835 2199 9 0 2626006 0
[pid=9793/tid=9794] ppid=9791 vsize=10541088 CPUtime=0.28 cores=1,3,5,7
/proc/9793/task/9794/stat : 9794 (java) R 9791 9793 9329 0 -1 4202560 12894 0 1 0 27 1 0 0 18 0 18 0 836633797 10794074112 14835 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 46912505558390 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541088

[startup+0.856588 s]
/proc/loadavg: 2.12 2.10 2.02 1/533 9793
/proc/meminfo: memFree=24813672/32951124 swapFree=46970528/67111528
[pid=9793] ppid=9791 vsize=10552744 CPUtime=1.9 cores=1,3,5,7
/proc/9793/stat : 9793 (java) S 9791 9793 9329 0 -1 4202496 46820 0 1 0 184 6 0 0 25 0 19 0 836633797 10806009856 41503 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9793/statm: 2638186 41508 2231 9 0 2628920 0
[pid=9793/tid=9794] ppid=9791 vsize=10552744 CPUtime=0.83 cores=1,3,5,7
/proc/9793/task/9794/stat : 9794 (java) R 9791 9793 9329 0 -1 4202560 34266 0 1 0 80 3 0 0 18 0 19 0 836633797 10806009856 41510 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 46912505707322 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 10552744

[startup+1.50145 s]
/proc/loadavg: 2.51 2.18 2.05 3/571 9856
/proc/meminfo: memFree=24418152/32951124 swapFree=46970528/67111528
[pid=9793] ppid=9791 vsize=10552744 CPUtime=2.75 cores=1,3,5,7
/proc/9793/stat : 9793 (java) S 9791 9793 9329 0 -1 4202496 113871 0 1 0 263 12 0 0 25 0 19 0 836633797 10806009856 108553 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9793/statm: 2638186 108557 2234 9 0 2628920 0
[pid=9793/tid=9794] ppid=9791 vsize=10552744 CPUtime=1.48 cores=1,3,5,7
/proc/9793/task/9794/stat : 9794 (java) R 9791 9793 9329 0 -1 4202560 101157 0 1 0 138 10 0 0 18 0 19 0 836633797 10806009856 108559 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 46912505672063 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 108562 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 108565 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9798] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 108567 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9799] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 108570 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 108572 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 108575 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 108577 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 108580 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9804] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9329 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 836633800 10806009856 108583 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 0 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9805] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9329 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 836633801 10806009856 108586 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9806] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9329 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836633801 10806009856 108589 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9807] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9807/stat : 9807 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10806009856 108592 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051478961 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9808] ppid=9791 vsize=10552744 CPUtime=0.58 cores=1,3,5,7
/proc/9793/task/9808/stat : 9808 (java) S 9791 9793 9329 0 -1 4202560 3945 0 0 0 57 1 0 0 15 0 19 0 836633803 10806009856 108595 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9809] ppid=9791 vsize=10552744 CPUtime=0.68 cores=1,3,5,7
/proc/9793/task/9809/stat : 9809 (java) R 9791 9793 9329 0 -1 4202560 7616 0 0 0 68 0 0 0 15 0 19 0 836633803 10806009856 108598 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051474144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9793/tid=9810] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9810/stat : 9810 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10806009856 108601 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9811] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9811/stat : 9811 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 836633803 10806009856 108603 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 4 0 16800975 18446604468132676672 0 0 -1 5 0 0 0
[pid=9793/tid=9838] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9838/stat : 9838 (java) S 9791 9793 9329 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 836633839 10806009856 108606 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 10552744

[startup+3.10117 s]
/proc/loadavg: 2.51 2.18 2.05 4/572 9857
/proc/meminfo: memFree=23564156/32951124 swapFree=46970528/67111528
[pid=9793] ppid=9791 vsize=10552744 CPUtime=4.41 cores=1,3,5,7
/proc/9793/stat : 9793 (java) S 9791 9793 9329 0 -1 4202496 287098 0 1 0 410 31 0 0 25 0 19 0 836633797 10806009856 281779 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9793/statm: 2638186 281781 2237 9 0 2628920 0
[pid=9793/tid=9794] ppid=9791 vsize=10552744 CPUtime=3.08 cores=1,3,5,7
/proc/9793/task/9794/stat : 9794 (java) R 9791 9793 9329 0 -1 4202560 274366 0 1 0 279 29 0 0 21 0 19 0 836633797 10806009856 281783 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 46912505707311 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 281785 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 281788 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9798] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 281789 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9799] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 281791 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 281793 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 281795 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 281797 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10806009856 281799 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9804] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9329 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 836633800 10806009856 281801 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 0 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9805] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9329 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 836633801 10806009856 281803 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9806] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9329 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836633801 10806009856 281806 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9807] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9807/stat : 9807 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10806009856 281808 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051478961 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9808] ppid=9791 vsize=10552744 CPUtime=0.58 cores=1,3,5,7
/proc/9793/task/9808/stat : 9808 (java) S 9791 9793 9329 0 -1 4202560 3945 0 0 0 57 1 0 0 15 0 19 0 836633803 10806009856 281811 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9809] ppid=9791 vsize=10552744 CPUtime=0.74 cores=1,3,5,7
/proc/9793/task/9809/stat : 9809 (java) S 9791 9793 9329 0 -1 4202560 7631 0 0 0 73 1 0 0 16 0 19 0 836633803 10806009856 281813 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9810] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9810/stat : 9810 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10806009856 281816 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9811] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9811/stat : 9811 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 836633803 10806009856 281819 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 4 0 16800975 18446604468132676672 0 0 -1 5 0 0 0
[pid=9793/tid=9838] ppid=9791 vsize=10552744 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9838/stat : 9838 (java) S 9791 9793 9329 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 836633839 10806009856 281821 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 10552744

[startup+6.30159 s]
/proc/loadavg: 2.51 2.18 2.05 3/572 9857
/proc/meminfo: memFree=20893444/32951124 swapFree=46970528/67111528
[pid=9793] ppid=9791 vsize=10550100 CPUtime=7.63 cores=1,3,5,7
/proc/9793/stat : 9793 (java) S 9791 9793 9329 0 -1 4202496 613849 0 1 0 697 66 0 0 25 0 19 0 836633797 10803302400 607772 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9793/statm: 2637525 607777 2238 9 0 2628259 0
[pid=9793/tid=9794] ppid=9791 vsize=10550100 CPUtime=6.28 cores=1,3,5,7
/proc/9793/task/9794/stat : 9794 (java) R 9791 9793 9329 0 -1 4202560 601118 0 1 0 565 63 0 0 21 0 19 0 836633797 10803302400 607779 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 46912505674803 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10803302400 607781 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10803302400 607784 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9798] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10803302400 607786 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9799] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10803302400 607788 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10803302400 607790 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10803302400 607793 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10803302400 607794 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633799 10803302400 607796 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9804] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9329 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 836633800 10803302400 607798 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 0 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9805] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9329 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 836633801 10803302400 607801 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9806] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9329 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836633801 10803302400 607803 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9807] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9807/stat : 9807 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10803302400 607806 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051478961 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9808] ppid=9791 vsize=10550100 CPUtime=0.59 cores=1,3,5,7
/proc/9793/task/9808/stat : 9808 (java) S 9791 9793 9329 0 -1 4202560 3946 0 0 0 58 1 0 0 15 0 19 0 836633803 10803302400 607808 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9809] ppid=9791 vsize=10550100 CPUtime=0.74 cores=1,3,5,7
/proc/9793/task/9809/stat : 9809 (java) S 9791 9793 9329 0 -1 4202560 7631 0 0 0 73 1 0 0 16 0 19 0 836633803 10803302400 607811 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0

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

[pid=9793/tid=9802] ppid=9791 vsize=10550100 CPUtime=0.5 cores=1,3,5,7
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9329 0 -1 4202560 6897 0 0 0 50 0 0 0 16 0 19 0 836633799 10803302400 902871 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=10550100 CPUtime=0.42 cores=1,3,5,7
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9329 0 -1 4202560 3945 0 0 0 42 0 0 0 16 0 19 0 836633799 10803302400 902871 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9804] ppid=9791 vsize=10550100 CPUtime=0.61 cores=1,3,5,7
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9329 0 -1 4202560 4247 0 0 0 60 1 0 0 15 0 19 0 836633800 10803302400 902871 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 0 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9805] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836633801 10803302400 902871 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9806] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9329 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 836633801 10803302400 902871 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9807] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9807/stat : 9807 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10803302400 902871 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051478961 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9808] ppid=9791 vsize=10550100 CPUtime=0.77 cores=1,3,5,7
/proc/9793/task/9808/stat : 9808 (java) S 9791 9793 9329 0 -1 4202560 3992 0 0 0 76 1 0 0 15 0 19 0 836633803 10803302400 902871 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9809] ppid=9791 vsize=10550100 CPUtime=0.82 cores=1,3,5,7
/proc/9793/task/9809/stat : 9809 (java) S 9791 9793 9329 0 -1 4202560 7651 0 0 0 81 1 0 0 15 0 19 0 836633803 10803302400 902871 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9810] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9810/stat : 9810 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10803302400 902871 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9811] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9811/stat : 9811 (java) S 9791 9793 9329 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 836633803 10803302400 902871 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9838] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9838/stat : 9838 (java) S 9791 9793 9329 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 836633839 10803302400 902871 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1207.29
Current children cumulated vsize (KiB) 10550100

[startup+1204.8 s]
/proc/loadavg: 2.09 2.08 2.02 3/572 9892
/proc/meminfo: memFree=17607720/32951124 swapFree=46970528/67111528
[pid=9793] ppid=9791 vsize=10550100 CPUtime=1208.92 cores=1,3,5,7
/proc/9793/stat : 9793 (java) S 9791 9793 9329 0 -1 4202496 909787 0 1 0 120790 102 0 0 25 0 19 0 836633797 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9793/statm: 2637525 902872 2264 9 0 2628259 0
[pid=9793/tid=9794] ppid=9791 vsize=10550100 CPUtime=1202.95 cores=1,3,5,7
/proc/9793/task/9794/stat : 9794 (java) R 9791 9793 9329 0 -1 4202560 847145 0 1 0 120207 88 0 0 25 0 19 0 836633797 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 46912505684590 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=10550100 CPUtime=0.42 cores=1,3,5,7
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9329 0 -1 4202560 5392 0 0 0 42 0 0 0 16 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 5 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=10550100 CPUtime=0.42 cores=1,3,5,7
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9329 0 -1 4202560 4694 0 0 0 41 1 0 0 16 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9798] ppid=9791 vsize=10550100 CPUtime=0.44 cores=1,3,5,7
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9329 0 -1 4202560 6650 0 0 0 44 0 0 0 16 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9799] ppid=9791 vsize=10550100 CPUtime=0.46 cores=1,3,5,7
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9329 0 -1 4202560 5057 0 0 0 45 1 0 0 15 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=10550100 CPUtime=0.47 cores=1,3,5,7
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9329 0 -1 4202560 6827 0 0 0 46 1 0 0 15 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 5 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=10550100 CPUtime=0.5 cores=1,3,5,7
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9329 0 -1 4202560 6064 0 0 0 49 1 0 0 15 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 5 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=10550100 CPUtime=0.51 cores=1,3,5,7
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9329 0 -1 4202560 6897 0 0 0 51 0 0 0 16 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=10550100 CPUtime=0.42 cores=1,3,5,7
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9329 0 -1 4202560 3945 0 0 0 42 0 0 0 15 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9804] ppid=9791 vsize=10550100 CPUtime=0.61 cores=1,3,5,7
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9329 0 -1 4202560 4249 0 0 0 60 1 0 0 15 0 19 0 836633800 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 0 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9805] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836633801 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9806] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9329 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 836633801 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9807] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9807/stat : 9807 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051478961 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9808] ppid=9791 vsize=10550100 CPUtime=0.77 cores=1,3,5,7
/proc/9793/task/9808/stat : 9808 (java) S 9791 9793 9329 0 -1 4202560 3992 0 0 0 76 1 0 0 15 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9809] ppid=9791 vsize=10550100 CPUtime=0.82 cores=1,3,5,7
/proc/9793/task/9809/stat : 9809 (java) S 9791 9793 9329 0 -1 4202560 7651 0 0 0 81 1 0 0 15 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9810] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9810/stat : 9810 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9811] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9811/stat : 9811 (java) S 9791 9793 9329 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9838] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9838/stat : 9838 (java) S 9791 9793 9329 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 836633839 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1208.92
Current children cumulated vsize (KiB) 10550100

[startup+1205.6 s]
/proc/loadavg: 2.09 2.08 2.02 3/572 9892
/proc/meminfo: memFree=17607720/32951124 swapFree=46970528/67111528
[pid=9793] ppid=9791 vsize=10550100 CPUtime=1209.73 cores=1,3,5,7
/proc/9793/stat : 9793 (java) S 9791 9793 9329 0 -1 4202496 909787 0 1 0 120871 102 0 0 25 0 19 0 836633797 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9793/statm: 2637525 902872 2264 9 0 2628259 0
[pid=9793/tid=9794] ppid=9791 vsize=10550100 CPUtime=1203.76 cores=1,3,5,7
/proc/9793/task/9794/stat : 9794 (java) R 9791 9793 9329 0 -1 4202560 847145 0 1 0 120288 88 0 0 25 0 19 0 836633797 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 46912505734322 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=10550100 CPUtime=0.42 cores=1,3,5,7
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9329 0 -1 4202560 5392 0 0 0 42 0 0 0 16 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 5 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=10550100 CPUtime=0.42 cores=1,3,5,7
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9329 0 -1 4202560 4694 0 0 0 41 1 0 0 16 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9798] ppid=9791 vsize=10550100 CPUtime=0.44 cores=1,3,5,7
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9329 0 -1 4202560 6650 0 0 0 44 0 0 0 16 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9799] ppid=9791 vsize=10550100 CPUtime=0.46 cores=1,3,5,7
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9329 0 -1 4202560 5057 0 0 0 45 1 0 0 15 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=10550100 CPUtime=0.47 cores=1,3,5,7
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9329 0 -1 4202560 6827 0 0 0 46 1 0 0 15 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 5 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=10550100 CPUtime=0.5 cores=1,3,5,7
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9329 0 -1 4202560 6064 0 0 0 49 1 0 0 15 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 5 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=10550100 CPUtime=0.51 cores=1,3,5,7
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9329 0 -1 4202560 6897 0 0 0 51 0 0 0 16 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=10550100 CPUtime=0.42 cores=1,3,5,7
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9329 0 -1 4202560 3945 0 0 0 42 0 0 0 15 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9804] ppid=9791 vsize=10550100 CPUtime=0.61 cores=1,3,5,7
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9329 0 -1 4202560 4249 0 0 0 60 1 0 0 15 0 19 0 836633800 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 0 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9805] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836633801 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9806] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9329 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 836633801 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9807] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9807/stat : 9807 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051478961 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9808] ppid=9791 vsize=10550100 CPUtime=0.77 cores=1,3,5,7
/proc/9793/task/9808/stat : 9808 (java) S 9791 9793 9329 0 -1 4202560 3992 0 0 0 76 1 0 0 15 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9809] ppid=9791 vsize=10550100 CPUtime=0.82 cores=1,3,5,7
/proc/9793/task/9809/stat : 9809 (java) S 9791 9793 9329 0 -1 4202560 7651 0 0 0 81 1 0 0 15 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9810] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9810/stat : 9810 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9811] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9811/stat : 9811 (java) S 9791 9793 9329 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9838] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9838/stat : 9838 (java) S 9791 9793 9329 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 836633839 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1209.73
Current children cumulated vsize (KiB) 10550100

[startup+1205.8 s]
/proc/loadavg: 2.09 2.08 2.02 3/572 9892
/proc/meminfo: memFree=17607720/32951124 swapFree=46970528/67111528
[pid=9793] ppid=9791 vsize=10550100 CPUtime=1209.92 cores=1,3,5,7
/proc/9793/stat : 9793 (java) S 9791 9793 9329 0 -1 4202496 909787 0 1 0 120890 102 0 0 25 0 19 0 836633797 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9793/statm: 2637525 902872 2264 9 0 2628259 0
[pid=9793/tid=9794] ppid=9791 vsize=10550100 CPUtime=1203.95 cores=1,3,5,7
/proc/9793/task/9794/stat : 9794 (java) R 9791 9793 9329 0 -1 4202560 847145 0 1 0 120307 88 0 0 25 0 19 0 836633797 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 46912505734379 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9793/tid=9796] ppid=9791 vsize=10550100 CPUtime=0.42 cores=1,3,5,7
/proc/9793/task/9796/stat : 9796 (java) S 9791 9793 9329 0 -1 4202560 5392 0 0 0 42 0 0 0 16 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 5 0 0 0
[pid=9793/tid=9797] ppid=9791 vsize=10550100 CPUtime=0.42 cores=1,3,5,7
/proc/9793/task/9797/stat : 9797 (java) S 9791 9793 9329 0 -1 4202560 4694 0 0 0 41 1 0 0 16 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9798] ppid=9791 vsize=10550100 CPUtime=0.44 cores=1,3,5,7
/proc/9793/task/9798/stat : 9798 (java) S 9791 9793 9329 0 -1 4202560 6650 0 0 0 44 0 0 0 16 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9799] ppid=9791 vsize=10550100 CPUtime=0.46 cores=1,3,5,7
/proc/9793/task/9799/stat : 9799 (java) S 9791 9793 9329 0 -1 4202560 5057 0 0 0 45 1 0 0 15 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9800] ppid=9791 vsize=10550100 CPUtime=0.47 cores=1,3,5,7
/proc/9793/task/9800/stat : 9800 (java) S 9791 9793 9329 0 -1 4202560 6827 0 0 0 46 1 0 0 15 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 5 0 0 0
[pid=9793/tid=9801] ppid=9791 vsize=10550100 CPUtime=0.5 cores=1,3,5,7
/proc/9793/task/9801/stat : 9801 (java) S 9791 9793 9329 0 -1 4202560 6064 0 0 0 49 1 0 0 15 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 5 0 0 0
[pid=9793/tid=9802] ppid=9791 vsize=10550100 CPUtime=0.51 cores=1,3,5,7
/proc/9793/task/9802/stat : 9802 (java) S 9791 9793 9329 0 -1 4202560 6897 0 0 0 51 0 0 0 16 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9803] ppid=9791 vsize=10550100 CPUtime=0.42 cores=1,3,5,7
/proc/9793/task/9803/stat : 9803 (java) S 9791 9793 9329 0 -1 4202560 3945 0 0 0 42 0 0 0 15 0 19 0 836633799 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9804] ppid=9791 vsize=10550100 CPUtime=0.61 cores=1,3,5,7
/proc/9793/task/9804/stat : 9804 (java) S 9791 9793 9329 0 -1 4202560 4249 0 0 0 60 1 0 0 15 0 19 0 836633800 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 0 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9805] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9805/stat : 9805 (java) S 9791 9793 9329 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836633801 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9806] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9806/stat : 9806 (java) S 9791 9793 9329 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 836633801 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9807] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9807/stat : 9807 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051478961 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9808] ppid=9791 vsize=10550100 CPUtime=0.77 cores=1,3,5,7
/proc/9793/task/9808/stat : 9808 (java) S 9791 9793 9329 0 -1 4202560 3992 0 0 0 76 1 0 0 15 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
[pid=9793/tid=9809] ppid=9791 vsize=10550100 CPUtime=0.82 cores=1,3,5,7
/proc/9793/task/9809/stat : 9809 (java) S 9791 9793 9329 0 -1 4202560 7651 0 0 0 81 1 0 0 15 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9810] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9810/stat : 9810 (java) S 9791 9793 9329 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471257 0 4 0 16800975 18446604468132676672 0 0 -1 3 0 0 0
[pid=9793/tid=9811] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9811/stat : 9811 (java) S 9791 9793 9329 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 19 0 836633803 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 4 0 16800975 18446604468132676672 0 0 -1 1 0 0 0
[pid=9793/tid=9838] ppid=9791 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/9793/task/9838/stat : 9838 (java) S 9791 9793 9329 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 836633839 10803302400 902872 33554432000 1073741824 1073778376 140736928546528 18446744073709551615 212051471872 0 4 0 16800975 18446604468132676672 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1209.92
Current children cumulated vsize (KiB) 10550100

[startup+1205.9 s]
/proc/loadavg: 2.09 2.08 2.02 3/572 9892
/proc/meminfo: memFree=17607720/32951124 swapFree=46970528/67111528
[pid=9793] ppid=9791 vsize=0 CPUtime=1210.01 cores=1,3,5,7
/proc/9793/stat : 9793 (java) Z 9791 9793 9329 0 -1 4203548 909811 0 1 0 120894 107 0 0 18 0 2 0 836633797 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9793/statm: 0 0 0 0 0 0 0
[pid=9793/tid=9794] ppid=9791 vsize=0 CPUtime=1204.02 cores=1,3,5,7
/proc/9793/task/9794/stat : 9794 (java) R 9791 9793 9329 0 -1 4203588 847148 0 1 0 120308 94 0 0 25 0 2 0 836633797 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1210.01
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1205.97
CPU time (s): 1210.09
CPU user time (s): 1208.95
CPU system time (s): 1.14582
CPU usage (%): 100.342
Max. virtual memory (cumulated for all children) (KiB): 10552744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1208.95
system time used= 1.14582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 909811
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= 27623
involuntary context switches= 14803

runsolver used 6.35503 second user time and 15.5866 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-07 12:22:55
IDJOB=3478870
IDBENCH=89751
IDSOLVER=1951
FILE ID=node146/3478870-1307442175
RUNJOBID= node146-1307436781-9348
PBS_JOBID= 13519942
Free space on /tmp= 73856 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-188.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478870-1307442175/watcher-3478870-1307442175 -o /tmp/evaluation-result-3478870-1307442175/solver-3478870-1307442175 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3478870-1307442175.opb

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

MD5SUM BENCH= f4a912d895a0ec3b6fbe08ae8c055d80
RANDOM SEED=688730637

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24813820 kB
Buffers:        232468 kB
Cached:         507196 kB
SwapCached:      60836 kB
Active:         422920 kB
Inactive:      7455408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24813820 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:             868 kB
Writeback:           0 kB
AnonPages:     7089044 kB
Mapped:          16556 kB
Slab:            92272 kB
PageTables:      97324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 160707500 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= 73892 MiB
End job on node146 at 2011-06-07 12:43:01