Trace number 3457199

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 223.554 221.817

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag8.ucl.opb
MD5SUMec41e051a85a6b1d97ef15d7e169228d
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 benchmark0.061989
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3249
Total number of constraints8983
Number of constraints which are clauses8599
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints384
Minimum length of a constraint1
Maximum length of a constraint11
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 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@761a626f
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-3457199-1307217675.opb
0.10/0.11	c reading problem ... 
0.52/0.39	c ... done. Wall clock time 0.273s.
0.52/0.39	c #vars     3249
0.52/0.39	c #constraints  8983
0.52/0.39	c constraints type 
0.52/0.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5858
0.52/0.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2740
0.52/0.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
46.27/44.97	c cleaning 0 clauses out of 5001 with flag 0/5001
223.32/221.67	c starts		: 34
223.32/221.67	c conflicts		: 10664
223.32/221.67	c decisions		: 12278
223.32/221.67	c propagations		: 8561137
223.32/221.67	c inspects		: 519884694
223.32/221.67	c shortcuts		: 0
223.32/221.67	c learnt literals	: 0
223.32/221.67	c learnt binary clauses	: 24
223.32/221.67	c learnt ternary clauses	: 30
223.32/221.67	c learnt constraints	: 10663
223.32/221.67	c ignored constraints	: 0
223.32/221.67	c root simplifications	: 0
223.32/221.67	c removed literals (reason simplification)	: 0
223.32/221.67	c reason swapping (by a shorter reason)	: 0
223.32/221.67	c Calls to reduceDB	: 1
223.32/221.67	c number of reductions to clauses (during analyze)	: 0
223.32/221.67	c number of learned constraints concerned by reduction	: 0
223.32/221.67	c number of learning phase by resolution	: 0
223.32/221.67	c number of learning phase by cutting planes	: 0
223.32/221.67	c speed (assignments/second)	: 38688.10950534602
223.32/221.67	c non guided choices	138
223.32/221.68	c learnt constraints type 
223.32/221.68	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 296
223.32/221.68	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 24
223.32/221.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10343
223.32/221.68	c constraints type 
223.32/221.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5858
223.32/221.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2740
223.32/221.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 384
223.32/221.68	s UNSATISFIABLE
223.32/221.68	c Total wall clock time (in seconds): 221.567

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

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.67 1/268 17215
/proc/meminfo: memFree=28410848/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/17215/stat : 17215 (java) R 17213 17215 17036 0 -1 4202496 960 0 0 0 0 0 0 0 23 0 1 0 833368237 23580672 703 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222916814737 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/17215/statm: 5757 703 519 9 0 124 0
[pid=17215/tid=17216] ppid=17213 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17216/stat : 17216 (java) S 17213 17215 17036 0 -1 4202560 202 0 0 0 0 0 0 0 25 0 2 0 833368238 36646912 1018 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222921797190 0 0 0 16784584 15649799527320256511 0 0 -1 4 0 0 0

[startup+0.025497 s]
/proc/loadavg: 1.84 1.97 1.67 1/268 17215
/proc/meminfo: memFree=28410848/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/17215/stat : 17215 (java) S 17213 17215 17036 0 -1 4202496 8724 0 1 0 0 0 0 0 23 0 2 0 833368237 10694979584 8426 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933579749 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/17215/statm: 2611079 8442 917 9 0 2602235 0
[pid=17215/tid=17216] ppid=17213 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17216/stat : 17216 (java) R 17213 17215 17036 0 -1 4202560 7638 0 1 0 0 0 0 0 24 0 2 0 833368238 10694979584 8454 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222921471035 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100501 s]
/proc/loadavg: 1.84 1.97 1.67 1/268 17215
/proc/meminfo: memFree=28410848/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=10539712 CPUtime=0.1 cores=0,2,4,6
/proc/17215/stat : 17215 (java) S 17213 17215 17036 0 -1 4202496 12902 0 1 0 9 1 0 0 23 0 18 0 833368237 10792665088 12598 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17215/statm: 2634928 12598 2092 9 0 2625662 0
[pid=17215/tid=17216] ppid=17213 vsize=10539712 CPUtime=0.07 cores=0,2,4,6
/proc/17215/task/17216/stat : 17216 (java) R 17213 17215 17036 0 -1 4202560 11005 0 1 0 7 0 0 0 18 0 18 0 833368238 10792665088 12599 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 47682948107091 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539712

[startup+0.314981 s]
/proc/loadavg: 1.84 1.97 1.67 1/268 17215
/proc/meminfo: memFree=28410848/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=10540768 CPUtime=0.52 cores=0,2,4,6
/proc/17215/stat : 17215 (java) S 17213 17215 17036 0 -1 4202496 16252 0 1 0 50 2 0 0 23 0 18 0 833368237 10793746432 15458 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17215/statm: 2635192 15459 2201 9 0 2625926 0
[pid=17215/tid=17216] ppid=17213 vsize=10540768 CPUtime=0.29 cores=0,2,4,6
/proc/17215/task/17216/stat : 17216 (java) R 17213 17215 17036 0 -1 4202560 13173 0 1 0 28 1 0 0 18 0 18 0 833368238 10793746432 15460 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 46912505617172 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10540768

[startup+0.70041 s]
/proc/loadavg: 1.84 1.97 1.67 1/268 17215
/proc/meminfo: memFree=28410848/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=10544416 CPUtime=1.37 cores=0,2,4,6
/proc/17215/stat : 17215 (java) S 17213 17215 17036 0 -1 4202496 28494 0 1 0 134 3 0 0 23 0 19 0 833368237 10797481984 25688 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17215/statm: 2636104 25689 2229 9 0 2626838 0
[pid=17215/tid=17216] ppid=17213 vsize=10544416 CPUtime=0.67 cores=0,2,4,6
/proc/17215/task/17216/stat : 17216 (java) R 17213 17215 17036 0 -1 4202560 21917 0 1 0 65 2 0 0 19 0 19 0 833368238 10797481984 25689 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 46912505690600 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 10544416

[startup+1.50124 s]
/proc/loadavg: 1.77 1.95 1.67 2/287 17234
/proc/meminfo: memFree=28219556/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=10551864 CPUtime=2.53 cores=0,2,4,6
/proc/17215/stat : 17215 (java) S 17213 17215 17036 0 -1 4202496 99343 0 1 0 242 11 0 0 23 0 19 0 833368237 10805108736 94067 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17215/statm: 2637966 94070 2232 9 0 2628700 0
[pid=17215/tid=17216] ppid=17213 vsize=10551864 CPUtime=1.47 cores=0,2,4,6
/proc/17215/task/17216/stat : 17216 (java) R 17213 17215 17036 0 -1 4202560 87261 0 1 0 138 9 0 0 18 0 19 0 833368238 10805108736 94073 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 46912505636818 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 94075 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17219] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 94077 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17220] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17220/stat : 17220 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 94081 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 94086 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17222] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 94086 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 94088 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 94090 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 94092 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17226] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 17036 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833368241 10805108736 94094 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 0 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 17036 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833368241 10805108736 94097 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17228] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17228/stat : 17228 (java) S 17213 17215 17036 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833368241 10805108736 94099 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17229] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17229/stat : 17229 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833368243 10805108736 94101 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933600689 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17230] ppid=17213 vsize=10551864 CPUtime=0.53 cores=0,2,4,6
/proc/17215/task/17230/stat : 17230 (java) S 17213 17215 17036 0 -1 4202560 5643 0 0 0 53 0 0 0 19 0 19 0 833368243 10805108736 94102 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 0 0 0 0
[pid=17215/tid=17231] ppid=17213 vsize=10551864 CPUtime=0.49 cores=0,2,4,6
/proc/17215/task/17231/stat : 17231 (java) S 17213 17215 17036 0 -1 4202560 5283 0 0 0 49 0 0 0 15 0 19 0 833368244 10805108736 94104 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17232] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17232/stat : 17232 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833368244 10805108736 94106 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17233] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17233/stat : 17233 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833368244 10805108736 94109 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17234] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17234/stat : 17234 (java) S 17213 17215 17036 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833368277 10805108736 94110 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 10551864

[startup+3.10097 s]
/proc/loadavg: 1.77 1.95 1.67 6/309 17263
/proc/meminfo: memFree=27722948/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=10551864 CPUtime=4.19 cores=0,2,4,6
/proc/17215/stat : 17215 (java) S 17213 17215 17036 0 -1 4202496 246951 0 1 0 392 27 0 0 23 0 19 0 833368237 10805108736 241674 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17215/statm: 2637966 241677 2233 9 0 2628700 0
[pid=17215/tid=17216] ppid=17213 vsize=10551864 CPUtime=3.07 cores=0,2,4,6
/proc/17215/task/17216/stat : 17216 (java) R 17213 17215 17036 0 -1 4202560 234862 0 1 0 282 25 0 0 18 0 19 0 833368238 10805108736 241679 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 46912505683946 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 241681 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17219] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 241683 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17220] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17220/stat : 17220 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 241685 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 241686 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17222] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 241686 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 241688 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 241691 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 241693 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17226] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 17036 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833368241 10805108736 241696 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 0 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 17036 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833368241 10805108736 241698 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17228] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17228/stat : 17228 (java) S 17213 17215 17036 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833368241 10805108736 241701 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17229] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17229/stat : 17229 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833368243 10805108736 241703 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933600689 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17230] ppid=17213 vsize=10551864 CPUtime=0.56 cores=0,2,4,6
/proc/17215/task/17230/stat : 17230 (java) S 17213 17215 17036 0 -1 4202560 5646 0 0 0 56 0 0 0 15 0 19 0 833368243 10805108736 241705 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 0 0 0 0
[pid=17215/tid=17231] ppid=17213 vsize=10551864 CPUtime=0.52 cores=0,2,4,6
/proc/17215/task/17231/stat : 17231 (java) S 17213 17215 17036 0 -1 4202560 5287 0 0 0 52 0 0 0 15 0 19 0 833368244 10805108736 241708 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17232] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17232/stat : 17232 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833368244 10805108736 241711 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17233] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17233/stat : 17233 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833368244 10805108736 241713 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17234] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17234/stat : 17234 (java) S 17213 17215 17036 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833368277 10805108736 241716 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 10551864

[startup+6.30138 s]
/proc/loadavg: 1.79 1.95 1.67 3/310 17264
/proc/meminfo: memFree=25868428/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=10551864 CPUtime=7.52 cores=0,2,4,6
/proc/17215/stat : 17215 (java) S 17213 17215 17036 0 -1 4202496 543634 0 1 0 690 62 0 0 23 0 19 0 833368237 10805108736 535923 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17215/statm: 2637966 535927 2234 9 0 2628700 0
[pid=17215/tid=17216] ppid=17213 vsize=10551864 CPUtime=6.27 cores=0,2,4,6
/proc/17215/task/17216/stat : 17216 (java) R 17213 17215 17036 0 -1 4202560 529068 0 1 0 567 60 0 0 21 0 19 0 833368238 10805108736 535929 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 46912505711138 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 535931 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17219] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 535934 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17220] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17220/stat : 17220 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 535936 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 535939 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17222] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 535940 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 535941 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 535941 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833368240 10805108736 535943 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17226] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 17036 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 833368241 10805108736 535946 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 0 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 17036 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833368241 10805108736 535947 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17228] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17228/stat : 17228 (java) S 17213 17215 17036 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833368241 10805108736 535949 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17229] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17229/stat : 17229 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833368243 10805108736 535951 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933600689 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17230] ppid=17213 vsize=10551864 CPUtime=0.56 cores=0,2,4,6
/proc/17215/task/17230/stat : 17230 (java) S 17213 17215 17036 0 -1 4202560 5646 0 0 0 56 0 0 0 15 0 19 0 833368243 10805108736 535953 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 0 0 0 0
[pid=17215/tid=17231] ppid=17213 vsize=10551864 CPUtime=0.65 cores=0,2,4,6
/proc/17215/task/17231/stat : 17231 (java) S 17213 17215 17036 0 -1 4202560 7763 0 0 0 65 0 0 0 16 0 19 0 833368244 10805108736 535954 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0

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

/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 17036 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833368241 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17228] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17228/stat : 17228 (java) S 17213 17215 17036 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833368241 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17229] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17229/stat : 17229 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833368243 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933600689 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17230] ppid=17213 vsize=10551864 CPUtime=0.63 cores=0,2,4,6
/proc/17215/task/17230/stat : 17230 (java) S 17213 17215 17036 0 -1 4202560 5665 0 0 0 63 0 0 0 16 0 19 0 833368243 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 0 0 0 0
[pid=17215/tid=17231] ppid=17213 vsize=10551864 CPUtime=0.74 cores=0,2,4,6
/proc/17215/task/17231/stat : 17231 (java) S 17213 17215 17036 0 -1 4202560 7785 0 0 0 73 1 0 0 15 0 19 0 833368244 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17232] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17232/stat : 17232 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833368244 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17233] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17233/stat : 17233 (java) S 17213 17215 17036 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 19 0 833368244 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17234] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17234/stat : 17234 (java) S 17213 17215 17036 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833368277 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 219.21
Current children cumulated vsize (KiB) 10551864

[startup+219.101 s]
/proc/loadavg: 1.99 1.97 1.73 3/310 17319
/proc/meminfo: memFree=21369932/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=10551864 CPUtime=220.81 cores=0,2,4,6
/proc/17215/stat : 17215 (java) S 17213 17215 17036 0 -1 4202496 885448 0 1 0 21980 101 0 0 23 0 19 0 833368237 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17215/statm: 2637966 877562 2263 9 0 2628700 0
[pid=17215/tid=17216] ppid=17213 vsize=10551864 CPUtime=218.85 cores=0,2,4,6
/proc/17215/task/17216/stat : 17216 (java) R 17213 17215 17036 0 -1 4202560 853033 0 1 0 21789 96 0 0 25 0 19 0 833368238 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 46912505683806 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=10551864 CPUtime=0.04 cores=0,2,4,6
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 17036 0 -1 4202560 1548 0 0 0 4 0 0 0 15 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17219] ppid=17213 vsize=10551864 CPUtime=0.04 cores=0,2,4,6
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 17036 0 -1 4202560 1653 0 0 0 4 0 0 0 15 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17220] ppid=17213 vsize=10551864 CPUtime=0.06 cores=0,2,4,6
/proc/17215/task/17220/stat : 17220 (java) S 17213 17215 17036 0 -1 4202560 1894 0 0 0 6 0 0 0 16 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 0 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=10551864 CPUtime=0.05 cores=0,2,4,6
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 17036 0 -1 4202560 2173 0 0 0 5 0 0 0 15 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17222] ppid=17213 vsize=10551864 CPUtime=0.07 cores=0,2,4,6
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 17036 0 -1 4202560 2765 0 0 0 7 0 0 0 16 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=10551864 CPUtime=0.05 cores=0,2,4,6
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 17036 0 -1 4202560 2485 0 0 0 5 0 0 0 15 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=10551864 CPUtime=0.07 cores=0,2,4,6
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 17036 0 -1 4202560 2279 0 0 0 7 0 0 0 16 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=10551864 CPUtime=0.05 cores=0,2,4,6
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 17036 0 -1 4202560 2005 0 0 0 5 0 0 0 16 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17226] ppid=17213 vsize=10551864 CPUtime=0.04 cores=0,2,4,6
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 17036 0 -1 4202560 996 0 0 0 4 0 0 0 15 0 19 0 833368241 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 0 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 17036 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833368241 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17228] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17228/stat : 17228 (java) S 17213 17215 17036 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833368241 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17229] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17229/stat : 17229 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833368243 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933600689 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17230] ppid=17213 vsize=10551864 CPUtime=0.63 cores=0,2,4,6
/proc/17215/task/17230/stat : 17230 (java) S 17213 17215 17036 0 -1 4202560 5665 0 0 0 63 0 0 0 16 0 19 0 833368243 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 0 0 0 0
[pid=17215/tid=17231] ppid=17213 vsize=10551864 CPUtime=0.74 cores=0,2,4,6
/proc/17215/task/17231/stat : 17231 (java) S 17213 17215 17036 0 -1 4202560 7785 0 0 0 73 1 0 0 15 0 19 0 833368244 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17232] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17232/stat : 17232 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833368244 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17233] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17233/stat : 17233 (java) S 17213 17215 17036 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 833368244 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17234] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17234/stat : 17234 (java) S 17213 17215 17036 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833368277 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 220.81
Current children cumulated vsize (KiB) 10551864

[startup+220.701 s]
/proc/loadavg: 1.99 1.97 1.73 3/310 17319
/proc/meminfo: memFree=21370052/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=10551864 CPUtime=222.41 cores=0,2,4,6
/proc/17215/stat : 17215 (java) S 17213 17215 17036 0 -1 4202496 885448 0 1 0 22140 101 0 0 23 0 19 0 833368237 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17215/statm: 2637966 877562 2263 9 0 2628700 0
[pid=17215/tid=17216] ppid=17213 vsize=10551864 CPUtime=220.45 cores=0,2,4,6
/proc/17215/task/17216/stat : 17216 (java) R 17213 17215 17036 0 -1 4202560 853033 0 1 0 21949 96 0 0 25 0 19 0 833368238 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 46912505690515 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=10551864 CPUtime=0.04 cores=0,2,4,6
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 17036 0 -1 4202560 1548 0 0 0 4 0 0 0 15 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17219] ppid=17213 vsize=10551864 CPUtime=0.04 cores=0,2,4,6
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 17036 0 -1 4202560 1653 0 0 0 4 0 0 0 15 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17220] ppid=17213 vsize=10551864 CPUtime=0.06 cores=0,2,4,6
/proc/17215/task/17220/stat : 17220 (java) S 17213 17215 17036 0 -1 4202560 1894 0 0 0 6 0 0 0 16 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 0 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=10551864 CPUtime=0.05 cores=0,2,4,6
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 17036 0 -1 4202560 2173 0 0 0 5 0 0 0 15 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17222] ppid=17213 vsize=10551864 CPUtime=0.07 cores=0,2,4,6
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 17036 0 -1 4202560 2765 0 0 0 7 0 0 0 16 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=10551864 CPUtime=0.05 cores=0,2,4,6
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 17036 0 -1 4202560 2485 0 0 0 5 0 0 0 15 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=10551864 CPUtime=0.07 cores=0,2,4,6
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 17036 0 -1 4202560 2279 0 0 0 7 0 0 0 16 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=10551864 CPUtime=0.05 cores=0,2,4,6
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 17036 0 -1 4202560 2005 0 0 0 5 0 0 0 16 0 19 0 833368240 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17226] ppid=17213 vsize=10551864 CPUtime=0.04 cores=0,2,4,6
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 17036 0 -1 4202560 996 0 0 0 4 0 0 0 15 0 19 0 833368241 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 0 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 17036 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833368241 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17228] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17228/stat : 17228 (java) S 17213 17215 17036 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833368241 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17229] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17229/stat : 17229 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833368243 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933600689 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17230] ppid=17213 vsize=10551864 CPUtime=0.63 cores=0,2,4,6
/proc/17215/task/17230/stat : 17230 (java) S 17213 17215 17036 0 -1 4202560 5665 0 0 0 63 0 0 0 16 0 19 0 833368243 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 0 0 0 0
[pid=17215/tid=17231] ppid=17213 vsize=10551864 CPUtime=0.74 cores=0,2,4,6
/proc/17215/task/17231/stat : 17231 (java) S 17213 17215 17036 0 -1 4202560 7785 0 0 0 73 1 0 0 15 0 19 0 833368244 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17232] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17232/stat : 17232 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833368244 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17233] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17233/stat : 17233 (java) S 17213 17215 17036 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 833368244 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17234] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17234/stat : 17234 (java) S 17213 17215 17036 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833368277 10805108736 877562 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 10551864

[startup+221.501 s]
/proc/loadavg: 1.99 1.97 1.73 3/310 17319
/proc/meminfo: memFree=21367324/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=10551864 CPUtime=223.22 cores=0,2,4,6
/proc/17215/stat : 17215 (java) S 17213 17215 17036 0 -1 4202496 885547 0 1 0 22221 101 0 0 23 0 19 0 833368237 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933579749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17215/statm: 2637966 877657 2263 9 0 2628700 0
[pid=17215/tid=17216] ppid=17213 vsize=10551864 CPUtime=221.25 cores=0,2,4,6
/proc/17215/task/17216/stat : 17216 (java) R 17213 17215 17036 0 -1 4202560 853034 0 1 0 22029 96 0 0 25 0 19 0 833368238 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 46912505690515 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17215/tid=17218] ppid=17213 vsize=10551864 CPUtime=0.04 cores=0,2,4,6
/proc/17215/task/17218/stat : 17218 (java) S 17213 17215 17036 0 -1 4202560 1568 0 0 0 4 0 0 0 16 0 19 0 833368240 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17219] ppid=17213 vsize=10551864 CPUtime=0.04 cores=0,2,4,6
/proc/17215/task/17219/stat : 17219 (java) S 17213 17215 17036 0 -1 4202560 1653 0 0 0 4 0 0 0 15 0 19 0 833368240 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17220] ppid=17213 vsize=10551864 CPUtime=0.06 cores=0,2,4,6
/proc/17215/task/17220/stat : 17220 (java) S 17213 17215 17036 0 -1 4202560 1909 0 0 0 6 0 0 0 16 0 19 0 833368240 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 0 0 0 0
[pid=17215/tid=17221] ppid=17213 vsize=10551864 CPUtime=0.06 cores=0,2,4,6
/proc/17215/task/17221/stat : 17221 (java) S 17213 17215 17036 0 -1 4202560 2202 0 0 0 6 0 0 0 16 0 19 0 833368240 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17222] ppid=17213 vsize=10551864 CPUtime=0.07 cores=0,2,4,6
/proc/17215/task/17222/stat : 17222 (java) S 17213 17215 17036 0 -1 4202560 2765 0 0 0 7 0 0 0 15 0 19 0 833368240 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17223] ppid=17213 vsize=10551864 CPUtime=0.06 cores=0,2,4,6
/proc/17215/task/17223/stat : 17223 (java) S 17213 17215 17036 0 -1 4202560 2517 0 0 0 6 0 0 0 16 0 19 0 833368240 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17224] ppid=17213 vsize=10551864 CPUtime=0.07 cores=0,2,4,6
/proc/17215/task/17224/stat : 17224 (java) S 17213 17215 17036 0 -1 4202560 2279 0 0 0 7 0 0 0 15 0 19 0 833368240 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17225] ppid=17213 vsize=10551864 CPUtime=0.05 cores=0,2,4,6
/proc/17215/task/17225/stat : 17225 (java) S 17213 17215 17036 0 -1 4202560 2005 0 0 0 5 0 0 0 15 0 19 0 833368240 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17226] ppid=17213 vsize=10551864 CPUtime=0.04 cores=0,2,4,6
/proc/17215/task/17226/stat : 17226 (java) S 17213 17215 17036 0 -1 4202560 998 0 0 0 4 0 0 0 16 0 19 0 833368241 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 0 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17227] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17227/stat : 17227 (java) S 17213 17215 17036 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833368241 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17228] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17228/stat : 17228 (java) S 17213 17215 17036 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833368241 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 2 0 0 0
[pid=17215/tid=17229] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17229/stat : 17229 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 833368243 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933600689 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17230] ppid=17213 vsize=10551864 CPUtime=0.63 cores=0,2,4,6
/proc/17215/task/17230/stat : 17230 (java) S 17213 17215 17036 0 -1 4202560 5665 0 0 0 63 0 0 0 16 0 19 0 833368243 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 0 0 0 0
[pid=17215/tid=17231] ppid=17213 vsize=10551864 CPUtime=0.74 cores=0,2,4,6
/proc/17215/task/17231/stat : 17231 (java) S 17213 17215 17036 0 -1 4202560 7785 0 0 0 73 1 0 0 15 0 19 0 833368244 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17232] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17232/stat : 17232 (java) S 17213 17215 17036 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 833368244 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933592985 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
[pid=17215/tid=17233] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17233/stat : 17233 (java) S 17213 17215 17036 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 833368244 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 4 0 16800975 18446604447966511552 0 0 -1 4 0 0 0
[pid=17215/tid=17234] ppid=17213 vsize=10551864 CPUtime=0 cores=0,2,4,6
/proc/17215/task/17234/stat : 17234 (java) S 17213 17215 17036 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833368277 10805108736 877657 33554432000 1073741824 1073778376 140735008744768 18446744073709551615 222933593600 0 4 0 16800975 18446604447966511552 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 223.22
Current children cumulated vsize (KiB) 10551864

[startup+221.701 s]
/proc/loadavg: 1.99 1.97 1.73 3/310 17319
/proc/meminfo: memFree=21367324/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=0 CPUtime=223.43 cores=0,2,4,6
/proc/17215/stat : 17215 (java) R 17213 17215 17036 0 -1 4203524 885571 0 1 0 22240 103 0 0 18 0 1 0 833368237 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17215/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 223.43
Current children cumulated vsize (KiB) 0

[startup+221.801 s]
/proc/loadavg: 1.99 1.97 1.73 3/310 17319
/proc/meminfo: memFree=21367324/32951124 swapFree=55664332/67111528
[pid=17215] ppid=17213 vsize=0 CPUtime=223.53 cores=0,2,4,6
/proc/17215/stat : 17215 (java) R 17213 17215 17036 0 -1 4203524 885571 0 1 0 22240 113 0 0 18 0 1 0 833368237 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17215/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 223.53
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 221.817
CPU time (s): 223.554
CPU user time (s): 222.405
CPU system time (s): 1.14882
CPU usage (%): 100.783
Max. virtual memory (cumulated for all children) (KiB): 10551864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.405
system time used= 1.14882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 885571
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= 5696
involuntary context switches= 1033

runsolver used 0.624905 second user time and 1.39379 second system time

The end

Launcher Data

Begin job on node109 at 2011-06-04 22:01:15
IDJOB=3457199
IDBENCH=1480
IDSOLVER=1951
FILE ID=node109/3457199-1307217675
RUNJOBID= node109-1307215872-17054
PBS_JOBID= 13509109
Free space on /tmp= 74008 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.tag8.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457199-1307217675/watcher-3457199-1307217675 -o /tmp/evaluation-result-3457199-1307217675/solver-3457199-1307217675 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3457199-1307217675.opb

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

MD5SUM BENCH= ec41e051a85a6b1d97ef15d7e169228d
RANDOM SEED=2014694743

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.82
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.809
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.809
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.82
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.809
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:     32951124 kB
MemFree:      28411128 kB
Buffers:        322180 kB
Cached:        2233916 kB
SwapCached:      10392 kB
Active:         860032 kB
Inactive:      3423068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28411128 kB
SwapTotal:    67111528 kB
SwapFree:     55664332 kB
Dirty:             652 kB
Writeback:           0 kB
AnonPages:     1723200 kB
Mapped:          15768 kB
Slab:           157192 kB
PageTables:      37124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 30866284 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= 74008 MiB
End job on node109 at 2011-06-04 22:04:57