Trace number 3456972

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 272.11 270.815

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110969170.opb
MD5SUMc40b249e67431ed3407a98dac8d92148
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.017997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3456972-1307212854.opb
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.055s.
0.10/0.17	c #vars     169
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
271.84/270.68	c starts		: 4
271.84/270.68	c conflicts		: 873
271.84/270.68	c decisions		: 4377
271.84/270.68	c propagations		: 32082
271.84/270.68	c inspects		: 2300204
271.84/270.68	c shortcuts		: 0
271.84/270.68	c learnt literals	: 0
271.84/270.68	c learnt binary clauses	: 0
271.84/270.68	c learnt ternary clauses	: 0
271.84/270.68	c learnt constraints	: 872
271.84/270.68	c ignored constraints	: 0
271.84/270.68	c root simplifications	: 0
271.84/270.68	c removed literals (reason simplification)	: 0
271.84/270.68	c reason swapping (by a shorter reason)	: 0
271.84/270.68	c Calls to reduceDB	: 0
271.84/270.68	c number of reductions to clauses (during analyze)	: 0
271.84/270.68	c number of learned constraints concerned by reduction	: 0
271.84/270.68	c number of learning phase by resolution	: 0
271.84/270.68	c number of learning phase by cutting planes	: 0
271.84/270.68	c speed (assignments/second)	: 118.59644972164102
271.84/270.68	c non guided choices	38
271.84/270.68	c learnt constraints type 
271.84/270.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 872
271.84/270.68	c constraints type 
271.84/270.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
271.84/270.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
271.84/270.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
271.84/270.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
271.84/270.68	s UNSATISFIABLE
271.84/270.68	c Total wall clock time (in seconds): 270.571

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-3456972-1307212854/watcher-3456972-1307212854 -o /tmp/evaluation-result-3456972-1307212854/solver-3456972-1307212854 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456972-1307212854.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.02 1.03 1.00 1/475 21152
/proc/meminfo: memFree=27388004/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21152/stat : 21152 (java) S 21150 21152 20277 0 -1 4202496 4142 0 1 0 0 0 0 0 25 0 2 0 832885111 10694979584 3844 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 2611079 3858 917 9 0 2602235 0
[pid=21152/tid=21153] ppid=21150 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21153/stat : 21153 (java) R 21150 21152 20277 0 -1 4202560 4998 0 1 0 0 0 0 0 25 0 2 0 832885111 10694979584 5814 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0908629 s]
/proc/loadavg: 1.02 1.03 1.00 1/475 21152
/proc/meminfo: memFree=27388004/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=10473952 CPUtime=0.08 cores=0,2,4,6
/proc/21152/stat : 21152 (java) S 21150 21152 20277 0 -1 4202496 12555 0 1 0 7 1 0 0 25 0 18 0 832885111 10725326848 12252 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 2618488 12252 2018 9 0 2609222 0
[pid=21152/tid=21153] ppid=21150 vsize=10473952 CPUtime=0.07 cores=0,2,4,6
/proc/21152/task/21153/stat : 21153 (java) R 21150 21152 20277 0 -1 4202560 10982 0 1 0 6 1 0 0 25 0 18 0 832885111 10725326848 12252 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208080275546 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10473952

[startup+0.100827 s]
/proc/loadavg: 1.02 1.03 1.00 1/475 21152
/proc/meminfo: memFree=27388004/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=10540152 CPUtime=0.1 cores=0,2,4,6
/proc/21152/stat : 21152 (java) S 21150 21152 20277 0 -1 4202496 12935 0 1 0 9 1 0 0 25 0 18 0 832885111 10793115648 12632 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 2635038 12632 2092 9 0 2625772 0
[pid=21152/tid=21153] ppid=21150 vsize=10540152 CPUtime=0.08 cores=0,2,4,6
/proc/21152/task/21153/stat : 21153 (java) R 21150 21152 20277 0 -1 4202560 11071 0 1 0 7 1 0 0 25 0 18 0 832885111 10793115648 12633 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208079893189 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) 10540152

[startup+0.300793 s]
/proc/loadavg: 1.02 1.03 1.00 1/475 21152
/proc/meminfo: memFree=27388004/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=10543336 CPUtime=0.43 cores=0,2,4,6
/proc/21152/stat : 21152 (java) S 21150 21152 20277 0 -1 4202496 15912 0 1 0 42 1 0 0 25 0 19 0 832885111 10796376064 15439 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 2635834 15439 2206 9 0 2626568 0
[pid=21152/tid=21153] ppid=21150 vsize=10543336 CPUtime=0.27 cores=0,2,4,6
/proc/21152/task/21153/stat : 21153 (java) R 21150 21152 20277 0 -1 4202560 13219 0 1 0 26 1 0 0 25 0 19 0 832885111 10796376064 15439 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 46942090615604 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10543336

[startup+0.700714 s]
/proc/loadavg: 1.02 1.03 1.00 1/475 21152
/proc/meminfo: memFree=27388004/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=10553596 CPUtime=1.51 cores=0,2,4,6
/proc/21152/stat : 21152 (java) S 21150 21152 20277 0 -1 4202496 47631 0 1 0 145 6 0 0 25 0 19 0 832885111 10806882304 44186 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 2638399 44186 2220 9 0 2629133 0
[pid=21152/tid=21153] ppid=21150 vsize=10553596 CPUtime=0.62 cores=0,2,4,6
/proc/21152/task/21153/stat : 21153 (java) R 21150 21152 20277 0 -1 4202560 36531 0 1 0 58 4 0 0 25 0 19 0 832885111 10806882304 44186 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 46912505562546 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 10553596

[startup+1.50161 s]
/proc/loadavg: 1.18 1.06 1.01 2/494 21171
/proc/meminfo: memFree=27096400/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=10553596 CPUtime=2.53 cores=0,2,4,6
/proc/21152/stat : 21152 (java) S 21150 21152 20277 0 -1 4202496 134145 0 1 0 236 17 0 0 25 0 19 0 832885111 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 2638399 130699 2227 9 0 2629133 0
[pid=21152/tid=21153] ppid=21150 vsize=10553596 CPUtime=1.41 cores=0,2,4,6
/proc/21152/task/21153/stat : 21153 (java) R 21150 21152 20277 0 -1 4202560 123014 0 1 0 126 15 0 0 18 0 19 0 832885111 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 46912505954379 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=21152/tid=21155] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21155/stat : 21155 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21156] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21156/stat : 21156 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21157] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21157/stat : 21157 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21158] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21158/stat : 21158 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21159] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21159/stat : 21159 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21160] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21160/stat : 21160 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21161] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21161/stat : 21161 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21162] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21162/stat : 21162 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21163] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21163/stat : 21163 (java) S 21150 21152 20277 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 19 0 832885114 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 0 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21164] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21164/stat : 21164 (java) S 21150 21152 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 832885115 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21165] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21165/stat : 21165 (java) S 21150 21152 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 832885115 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21166] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21166/stat : 21166 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092055985 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21167] ppid=21150 vsize=10553596 CPUtime=0.52 cores=0,2,4,6
/proc/21152/task/21167/stat : 21167 (java) S 21150 21152 20277 0 -1 4202560 4864 0 0 0 51 1 0 0 15 0 19 0 832885117 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21168] ppid=21150 vsize=10553596 CPUtime=0.58 cores=0,2,4,6
/proc/21152/task/21168/stat : 21168 (java) S 21150 21152 20277 0 -1 4202560 5108 0 0 0 58 0 0 0 15 0 19 0 832885117 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 4 0 0 0
[pid=21152/tid=21169] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21169/stat : 21169 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21170] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21170/stat : 21170 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 832885117 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21171] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21171/stat : 21171 (java) S 21150 21152 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 832885128 10806882304 130699 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 10553596

[startup+3.10131 s]
/proc/loadavg: 1.18 1.06 1.01 2/494 21171
/proc/meminfo: memFree=26627928/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=10553596 CPUtime=4.15 cores=0,2,4,6
/proc/21152/stat : 21152 (java) S 21150 21152 20277 0 -1 4202496 280693 0 1 0 382 33 0 0 25 0 19 0 832885111 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 2638399 277246 2227 9 0 2629133 0
[pid=21152/tid=21153] ppid=21150 vsize=10553596 CPUtime=3 cores=0,2,4,6
/proc/21152/task/21153/stat : 21153 (java) R 21150 21152 20277 0 -1 4202560 269560 0 1 0 270 30 0 0 21 0 19 0 832885111 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 46912505973066 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21152/tid=21155] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21155/stat : 21155 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21156] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21156/stat : 21156 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21157] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21157/stat : 21157 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21158] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21158/stat : 21158 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21159] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21159/stat : 21159 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21160] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21160/stat : 21160 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21161] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21161/stat : 21161 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21162] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21162/stat : 21162 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21163] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21163/stat : 21163 (java) S 21150 21152 20277 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 832885114 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 0 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21164] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21164/stat : 21164 (java) S 21150 21152 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 832885115 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21165] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21165/stat : 21165 (java) S 21150 21152 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 832885115 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21166] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21166/stat : 21166 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092055985 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21167] ppid=21150 vsize=10553596 CPUtime=0.52 cores=0,2,4,6
/proc/21152/task/21167/stat : 21167 (java) S 21150 21152 20277 0 -1 4202560 4864 0 0 0 51 1 0 0 16 0 19 0 832885117 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21168] ppid=21150 vsize=10553596 CPUtime=0.59 cores=0,2,4,6
/proc/21152/task/21168/stat : 21168 (java) S 21150 21152 20277 0 -1 4202560 5110 0 0 0 59 0 0 0 15 0 19 0 832885117 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 4 0 0 0
[pid=21152/tid=21169] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21169/stat : 21169 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21170] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21170/stat : 21170 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 832885117 10806882304 277246 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21171] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21171/stat : 21171 (java) S 21150 21152 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 832885128 10806882304 277247 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 10553596

[startup+6.3007 s]
/proc/loadavg: 1.17 1.06 1.01 2/494 21172
/proc/meminfo: memFree=25589916/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=10553596 CPUtime=7.36 cores=0,2,4,6
/proc/21152/stat : 21152 (java) S 21150 21152 20277 0 -1 4202496 506614 0 1 0 678 58 0 0 25 0 19 0 832885111 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 2638399 503054 2228 9 0 2629133 0
[pid=21152/tid=21153] ppid=21150 vsize=10553596 CPUtime=6.2 cores=0,2,4,6
/proc/21152/task/21153/stat : 21153 (java) R 21150 21152 20277 0 -1 4202560 495478 0 1 0 565 55 0 0 25 0 19 0 832885111 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 46912505954089 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21152/tid=21155] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21155/stat : 21155 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21156] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21156/stat : 21156 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21157] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21157/stat : 21157 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21158] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21158/stat : 21158 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21159] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21159/stat : 21159 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21160] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21160/stat : 21160 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21161] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21161/stat : 21161 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21162] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21162/stat : 21162 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885113 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21163] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21163/stat : 21163 (java) S 21150 21152 20277 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 832885114 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 0 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21164] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21164/stat : 21164 (java) S 21150 21152 20277 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 832885115 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21165] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21165/stat : 21165 (java) S 21150 21152 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 832885115 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21166] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21166/stat : 21166 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092055985 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21167] ppid=21150 vsize=10553596 CPUtime=0.52 cores=0,2,4,6
/proc/21152/task/21167/stat : 21167 (java) S 21150 21152 20277 0 -1 4202560 4864 0 0 0 51 1 0 0 16 0 19 0 832885117 10806882304 503054 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21168] ppid=21150 vsize=10553596 CPUtime=0.61 cores=0,2,4,6
/proc/21152/task/21168/stat : 21168 (java) S 21150 21152 20277 0 -1 4202560 5112 0 0 0 61 0 0 0 15 0 19 0 832885117 10806882304 503055 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 4 0 0 0

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

/proc/21152/task/21166/stat : 21166 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092055985 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21167] ppid=21150 vsize=10553596 CPUtime=0.52 cores=0,2,4,6
/proc/21152/task/21167/stat : 21167 (java) S 21150 21152 20277 0 -1 4202560 4864 0 0 0 51 1 0 0 16 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21168] ppid=21150 vsize=10553596 CPUtime=0.61 cores=0,2,4,6
/proc/21152/task/21168/stat : 21168 (java) S 21150 21152 20277 0 -1 4202560 5113 0 0 0 61 0 0 0 15 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 4 0 0 0
[pid=21152/tid=21169] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21169/stat : 21169 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21170] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21170/stat : 21170 (java) S 21150 21152 20277 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21171] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21171/stat : 21171 (java) S 21150 21152 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 832885128 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 266.72
Current children cumulated vsize (KiB) 10553596

[startup+268.701 s]
/proc/loadavg: 1.04 1.05 1.00 2/494 21179
/proc/meminfo: memFree=24571760/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=10553596 CPUtime=269.92 cores=0,2,4,6
/proc/21152/stat : 21152 (java) S 21150 21152 20277 0 -1 4202496 707730 0 1 0 26912 80 0 0 25 0 19 0 832885111 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 2638399 704104 2241 9 0 2629133 0
[pid=21152/tid=21153] ppid=21150 vsize=10553596 CPUtime=268.51 cores=0,2,4,6
/proc/21152/task/21153/stat : 21153 (java) R 21150 21152 20277 0 -1 4202560 651069 0 1 0 26779 72 0 0 25 0 19 0 832885111 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 46912505602605 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21152/tid=21155] ppid=21150 vsize=10553596 CPUtime=0.05 cores=0,2,4,6
/proc/21152/task/21155/stat : 21155 (java) S 21150 21152 20277 0 -1 4202560 11621 0 0 0 5 0 0 0 16 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21156] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21156/stat : 21156 (java) S 21150 21152 20277 0 -1 4202560 1591 0 0 0 0 0 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21157] ppid=21150 vsize=10553596 CPUtime=0.03 cores=0,2,4,6
/proc/21152/task/21157/stat : 21157 (java) S 21150 21152 20277 0 -1 4202560 8089 0 0 0 2 1 0 0 16 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21158] ppid=21150 vsize=10553596 CPUtime=0.03 cores=0,2,4,6
/proc/21152/task/21158/stat : 21158 (java) S 21150 21152 20277 0 -1 4202560 7276 0 0 0 3 0 0 0 16 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21159] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21159/stat : 21159 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21160] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21160/stat : 21160 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21161] ppid=21150 vsize=10553596 CPUtime=0.05 cores=0,2,4,6
/proc/21152/task/21161/stat : 21161 (java) S 21150 21152 20277 0 -1 4202560 9939 0 0 0 4 1 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21162] ppid=21150 vsize=10553596 CPUtime=0.03 cores=0,2,4,6
/proc/21152/task/21162/stat : 21162 (java) S 21150 21152 20277 0 -1 4202560 6978 0 0 0 2 1 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21163] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21163/stat : 21163 (java) S 21150 21152 20277 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 832885114 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 0 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21164] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21164/stat : 21164 (java) S 21150 21152 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 832885115 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21165] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21165/stat : 21165 (java) S 21150 21152 20277 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 832885115 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21166] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21166/stat : 21166 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092055985 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21167] ppid=21150 vsize=10553596 CPUtime=0.52 cores=0,2,4,6
/proc/21152/task/21167/stat : 21167 (java) S 21150 21152 20277 0 -1 4202560 4864 0 0 0 51 1 0 0 16 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21168] ppid=21150 vsize=10553596 CPUtime=0.61 cores=0,2,4,6
/proc/21152/task/21168/stat : 21168 (java) S 21150 21152 20277 0 -1 4202560 5113 0 0 0 61 0 0 0 15 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 4 0 0 0
[pid=21152/tid=21169] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21169/stat : 21169 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21170] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21170/stat : 21170 (java) S 21150 21152 20277 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21171] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21171/stat : 21171 (java) S 21150 21152 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 832885128 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 269.92
Current children cumulated vsize (KiB) 10553596

[startup+269.518 s]
/proc/loadavg: 1.04 1.05 1.00 2/494 21179
/proc/meminfo: memFree=24571760/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=10553596 CPUtime=270.74 cores=0,2,4,6
/proc/21152/stat : 21152 (java) S 21150 21152 20277 0 -1 4202496 707730 0 1 0 26994 80 0 0 25 0 19 0 832885111 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 2638399 704104 2241 9 0 2629133 0
[pid=21152/tid=21153] ppid=21150 vsize=10553596 CPUtime=269.33 cores=0,2,4,6
/proc/21152/task/21153/stat : 21153 (java) R 21150 21152 20277 0 -1 4202560 651069 0 1 0 26861 72 0 0 25 0 19 0 832885111 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 46912505602577 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21152/tid=21155] ppid=21150 vsize=10553596 CPUtime=0.05 cores=0,2,4,6
/proc/21152/task/21155/stat : 21155 (java) S 21150 21152 20277 0 -1 4202560 11621 0 0 0 5 0 0 0 16 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21156] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21156/stat : 21156 (java) S 21150 21152 20277 0 -1 4202560 1591 0 0 0 0 0 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21157] ppid=21150 vsize=10553596 CPUtime=0.03 cores=0,2,4,6
/proc/21152/task/21157/stat : 21157 (java) S 21150 21152 20277 0 -1 4202560 8089 0 0 0 2 1 0 0 16 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21158] ppid=21150 vsize=10553596 CPUtime=0.03 cores=0,2,4,6
/proc/21152/task/21158/stat : 21158 (java) S 21150 21152 20277 0 -1 4202560 7276 0 0 0 3 0 0 0 16 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21159] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21159/stat : 21159 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21160] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21160/stat : 21160 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21161] ppid=21150 vsize=10553596 CPUtime=0.05 cores=0,2,4,6
/proc/21152/task/21161/stat : 21161 (java) S 21150 21152 20277 0 -1 4202560 9939 0 0 0 4 1 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21162] ppid=21150 vsize=10553596 CPUtime=0.03 cores=0,2,4,6
/proc/21152/task/21162/stat : 21162 (java) S 21150 21152 20277 0 -1 4202560 6978 0 0 0 2 1 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21163] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21163/stat : 21163 (java) S 21150 21152 20277 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 832885114 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 0 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21164] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21164/stat : 21164 (java) S 21150 21152 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 832885115 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21165] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21165/stat : 21165 (java) S 21150 21152 20277 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 832885115 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21166] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21166/stat : 21166 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092055985 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21167] ppid=21150 vsize=10553596 CPUtime=0.52 cores=0,2,4,6
/proc/21152/task/21167/stat : 21167 (java) S 21150 21152 20277 0 -1 4202560 4864 0 0 0 51 1 0 0 16 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21168] ppid=21150 vsize=10553596 CPUtime=0.61 cores=0,2,4,6
/proc/21152/task/21168/stat : 21168 (java) S 21150 21152 20277 0 -1 4202560 5113 0 0 0 61 0 0 0 15 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 4 0 0 0
[pid=21152/tid=21169] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21169/stat : 21169 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21170] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21170/stat : 21170 (java) S 21150 21152 20277 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21171] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21171/stat : 21171 (java) S 21150 21152 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 832885128 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 270.74
Current children cumulated vsize (KiB) 10553596

[startup+270.301 s]
/proc/loadavg: 1.04 1.05 1.00 2/494 21179
/proc/meminfo: memFree=24571760/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=10553596 CPUtime=271.52 cores=0,2,4,6
/proc/21152/stat : 21152 (java) S 21150 21152 20277 0 -1 4202496 707730 0 1 0 27072 80 0 0 25 0 19 0 832885111 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 2638399 704104 2241 9 0 2629133 0
[pid=21152/tid=21153] ppid=21150 vsize=10553596 CPUtime=270.11 cores=0,2,4,6
/proc/21152/task/21153/stat : 21153 (java) R 21150 21152 20277 0 -1 4202560 651069 0 1 0 26939 72 0 0 25 0 19 0 832885111 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 46912505602528 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=21152/tid=21155] ppid=21150 vsize=10553596 CPUtime=0.05 cores=0,2,4,6
/proc/21152/task/21155/stat : 21155 (java) S 21150 21152 20277 0 -1 4202560 11621 0 0 0 5 0 0 0 16 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21156] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21156/stat : 21156 (java) S 21150 21152 20277 0 -1 4202560 1591 0 0 0 0 0 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21157] ppid=21150 vsize=10553596 CPUtime=0.03 cores=0,2,4,6
/proc/21152/task/21157/stat : 21157 (java) S 21150 21152 20277 0 -1 4202560 8089 0 0 0 2 1 0 0 16 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21158] ppid=21150 vsize=10553596 CPUtime=0.03 cores=0,2,4,6
/proc/21152/task/21158/stat : 21158 (java) S 21150 21152 20277 0 -1 4202560 7276 0 0 0 3 0 0 0 16 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21159] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21159/stat : 21159 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21160] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21160/stat : 21160 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21161] ppid=21150 vsize=10553596 CPUtime=0.05 cores=0,2,4,6
/proc/21152/task/21161/stat : 21161 (java) S 21150 21152 20277 0 -1 4202560 9939 0 0 0 4 1 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21162] ppid=21150 vsize=10553596 CPUtime=0.03 cores=0,2,4,6
/proc/21152/task/21162/stat : 21162 (java) S 21150 21152 20277 0 -1 4202560 6978 0 0 0 2 1 0 0 15 0 19 0 832885113 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21163] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21163/stat : 21163 (java) S 21150 21152 20277 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 832885114 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 0 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21164] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21164/stat : 21164 (java) S 21150 21152 20277 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 832885115 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21165] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21165/stat : 21165 (java) S 21150 21152 20277 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 832885115 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21166] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21166/stat : 21166 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092055985 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21167] ppid=21150 vsize=10553596 CPUtime=0.52 cores=0,2,4,6
/proc/21152/task/21167/stat : 21167 (java) S 21150 21152 20277 0 -1 4202560 4864 0 0 0 51 1 0 0 16 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 2 0 0 0
[pid=21152/tid=21168] ppid=21150 vsize=10553596 CPUtime=0.61 cores=0,2,4,6
/proc/21152/task/21168/stat : 21168 (java) S 21150 21152 20277 0 -1 4202560 5113 0 0 0 61 0 0 0 15 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 4 0 0 0
[pid=21152/tid=21169] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21169/stat : 21169 (java) S 21150 21152 20277 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048281 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
[pid=21152/tid=21170] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21170/stat : 21170 (java) S 21150 21152 20277 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 19 0 832885117 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 4 0 16800975 18446604448373544960 0 0 -1 0 0 0 0
[pid=21152/tid=21171] ppid=21150 vsize=10553596 CPUtime=0 cores=0,2,4,6
/proc/21152/task/21171/stat : 21171 (java) S 21150 21152 20277 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 832885128 10806882304 704104 33554432000 1073741824 1073778376 140736625006672 18446744073709551615 208092048896 0 4 0 16800975 18446604448373544960 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 271.52
Current children cumulated vsize (KiB) 10553596

[startup+270.701 s]
/proc/loadavg: 1.04 1.05 1.00 2/494 21179
/proc/meminfo: memFree=24571760/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=0 CPUtime=271.98 cores=0,2,4,6
/proc/21152/stat : 21152 (java) Z 21150 21152 20277 0 -1 4203548 736245 0 1 0 27112 86 0 0 18 0 2 0 832885111 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 0 0 0 0 0 0 0
[pid=21152/tid=21171] ppid=21150 vsize=0 CPUtime=0.01 cores=0,2,4,6
/proc/21152/task/21171/stat : 21171 (java) R 21150 21152 20277 0 -1 4203588 7 0 0 0 0 1 0 0 18 0 2 0 832885128 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 271.98
Current children cumulated vsize (KiB) 0

[startup+270.801 s]
/proc/loadavg: 1.04 1.05 1.00 2/494 21179
/proc/meminfo: memFree=24571760/32950928 swapFree=39617324/67111528
[pid=21152] ppid=21150 vsize=0 CPUtime=272.08 cores=0,2,4,6
/proc/21152/stat : 21152 (java) Z 21150 21152 20277 0 -1 4203548 736245 0 1 0 27112 96 0 0 18 0 2 0 832885111 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/21152/statm: 0 0 0 0 0 0 0
[pid=21152/tid=21171] ppid=21150 vsize=0 CPUtime=0.11 cores=0,2,4,6
/proc/21152/task/21171/stat : 21171 (java) R 21150 21152 20277 0 -1 4203588 7 0 0 0 0 11 0 0 18 0 2 0 832885128 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 272.08
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 270.815
CPU time (s): 272.11
CPU user time (s): 271.127
CPU system time (s): 0.98285
CPU usage (%): 100.478
Max. virtual memory (cumulated for all children) (KiB): 10554672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 271.127
system time used= 0.98285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 736245
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= 5932
involuntary context switches= 1255

runsolver used 1.38379 second user time and 2.83557 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 20:40:54
IDJOB=3456972
IDBENCH=1233
IDSOLVER=1951
FILE ID=node127/3456972-1307212854
RUNJOBID= node127-1307200208-20295
PBS_JOBID= 13509032
Free space on /tmp= 73948 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110969170.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456972-1307212854/watcher-3456972-1307212854 -o /tmp/evaluation-result-3456972-1307212854/solver-3456972-1307212854 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456972-1307212854.opb

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

MD5SUM BENCH= c40b249e67431ed3407a98dac8d92148
RANDOM SEED=688587401

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27388160 kB
Buffers:        335008 kB
Cached:         932292 kB
SwapCached:      59160 kB
Active:        3277112 kB
Inactive:      1997080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27388160 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:             452 kB
Writeback:           0 kB
AnonPages:     3954660 kB
Mapped:          21320 kB
Slab:           124124 kB
PageTables:      94884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 119719748 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= 73948 MiB
End job on node127 at 2011-06-04 20:45:25