Trace number 3454984

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0UNSAT 32.0001 16.0225

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
MD5SUMbdfd22b57887b70e5df6236004ca174a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.08983
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables25800
Total number of constraints76699
Number of constraints which are clauses76319
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint9
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454984-1307187620.opb
0.11/0.11	c reading problem ... 
1.17/0.78	c ... done. Wall clock time 0.669s.
1.17/0.78	c #vars     25800
1.17/0.78	c #constraints  76699
1.17/0.78	c constraints type 
1.17/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25218
1.17/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 51100
1.17/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 380
1.17/0.78	c constraints type 
1.17/0.78	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 51100
1.17/0.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 25218
1.17/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
27.33/13.28	c cleaning 2498 clauses out of 4995 with flag 5001/5001
31.72/15.48	c  And the winner is Resolution
31.88/15.90	c starts		: 21
31.88/15.90	c conflicts		: 6065
31.88/15.90	c decisions		: 10118
31.88/15.90	c propagations		: 27508912
31.88/15.90	c inspects		: 69021187
31.88/15.90	c shortcuts		: 0
31.88/15.90	c learnt literals	: 21
31.88/15.90	c learnt binary clauses	: 64
31.88/15.90	c learnt ternary clauses	: 120
31.88/15.90	c learnt constraints	: 6043
31.88/15.90	c ignored constraints	: 0
31.88/15.90	c root simplifications	: 0
31.88/15.90	c removed literals (reason simplification)	: 167340
31.88/15.90	c reason swapping (by a shorter reason)	: 0
31.88/15.90	c Calls to reduceDB	: 1
31.88/15.90	c number of reductions to clauses (during analyze)	: 0
31.88/15.90	c number of learned constraints concerned by reduction	: 0
31.88/15.90	c number of learning phase by resolution	: 0
31.88/15.90	c number of learning phase by cutting planes	: 0
31.88/15.90	c speed (assignments/second)	: 1818650.799947111
31.88/15.90	c non guided choices	965
31.88/15.91	c learnt constraints type 
31.88/15.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 64
31.88/15.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3481
31.88/15.91	c constraints type 
31.88/15.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25218
31.88/15.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 51100
31.88/15.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 380
31.88/15.91	c constraints type 
31.88/15.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 51100
31.88/15.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 25218
31.88/15.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
31.88/15.91	s UNSATISFIABLE
31.88/15.91	c Total wall clock time (in seconds): 15.799

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

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

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


[startup+0 s]
/proc/loadavg: 2.12 1.76 1.87 4/460 27944
/proc/meminfo: memFree=29747680/32950928 swapFree=52246700/67111528
[pid=27944] ppid=27942 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27944/stat : 27944 (java) S 27942 27944 23545 0 -1 4202496 4379 0 1 0 0 0 0 0 18 0 2 0 908992684 10694979584 4080 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907293157 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/27944/statm: 2611079 4094 917 9 0 2602235 0
[pid=27944/tid=27945] ppid=27942 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27945/stat : 27945 (java) R 27942 27944 23545 0 -1 4202560 6083 0 1 0 0 0 0 0 19 0 2 0 908992685 10694979584 6898 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231895184443 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0932029 s]
/proc/loadavg: 2.12 1.76 1.87 4/460 27944
/proc/meminfo: memFree=29747680/32950928 swapFree=52246700/67111528
[pid=27944] ppid=27942 vsize=10539752 CPUtime=0.1 cores=1,3,5,7
/proc/27944/stat : 27944 (java) S 27942 27944 23545 0 -1 4202496 12962 0 1 0 9 1 0 0 18 0 18 0 908992684 10792706048 12651 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27944/statm: 2634938 12651 2092 9 0 2625672 0
[pid=27944/tid=27945] ppid=27942 vsize=10539752 CPUtime=0.08 cores=1,3,5,7
/proc/27944/task/27945/stat : 27945 (java) R 27942 27944 23545 0 -1 4202560 11045 0 1 0 7 1 0 0 22 0 18 0 908992685 10792706048 12651 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 47793864146848 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539752

[startup+0.101219 s]
/proc/loadavg: 2.12 1.76 1.87 4/460 27944
/proc/meminfo: memFree=29747680/32950928 swapFree=52246700/67111528
[pid=27944] ppid=27942 vsize=10539752 CPUtime=0.11 cores=1,3,5,7
/proc/27944/stat : 27944 (java) S 27942 27944 23545 0 -1 4202496 13089 0 1 0 10 1 0 0 18 0 18 0 908992684 10792706048 12769 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27944/statm: 2634938 12769 2092 9 0 2625672 0
[pid=27944/tid=27945] ppid=27942 vsize=10539752 CPUtime=0.09 cores=1,3,5,7
/proc/27944/task/27945/stat : 27945 (java) R 27942 27944 23545 0 -1 4202560 11172 0 1 0 8 1 0 0 22 0 18 0 908992685 10792706048 12769 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 47793861917635 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539752

[startup+0.301158 s]
/proc/loadavg: 2.12 1.76 1.87 4/460 27944
/proc/meminfo: memFree=29747680/32950928 swapFree=52246700/67111528
[pid=27944] ppid=27942 vsize=10540940 CPUtime=0.49 cores=1,3,5,7
/proc/27944/stat : 27944 (java) S 27942 27944 23545 0 -1 4202496 16418 0 1 0 47 2 0 0 18 0 18 0 908992684 10793922560 15740 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27944/statm: 2635235 15741 2201 9 0 2625969 0
[pid=27944/tid=27945] ppid=27942 vsize=10540940 CPUtime=0.28 cores=1,3,5,7
/proc/27944/task/27945/stat : 27945 (java) R 27942 27944 23545 0 -1 4202560 13272 0 1 0 27 1 0 0 22 0 18 0 908992685 10793922560 15741 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10540940

[startup+0.701095 s]
/proc/loadavg: 2.12 1.76 1.87 4/460 27944
/proc/meminfo: memFree=29747680/32950928 swapFree=52246700/67111528
[pid=27944] ppid=27942 vsize=10544964 CPUtime=1.17 cores=1,3,5,7
/proc/27944/stat : 27944 (java) S 27942 27944 23545 0 -1 4202496 56390 0 1 0 109 8 0 0 18 0 18 0 908992684 10798043136 54275 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27944/statm: 2636241 54280 2214 9 0 2626975 0
[pid=27944/tid=27945] ppid=27942 vsize=10544964 CPUtime=0.68 cores=1,3,5,7
/proc/27944/task/27945/stat : 27945 (java) R 27942 27944 23545 0 -1 4202560 50070 0 1 0 61 7 0 0 23 0 18 0 908992685 10798043136 54282 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 46912505588383 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 10544964

[startup+1.50088 s]
/proc/loadavg: 2.12 1.76 1.87 8/486 27970
/proc/meminfo: memFree=29164496/32950928 swapFree=52246700/67111528
[pid=27944] ppid=27942 vsize=10550100 CPUtime=3.41 cores=1,3,5,7
/proc/27944/stat : 27944 (java) S 27942 27944 23545 0 -1 4202496 88498 0 1 0 329 12 0 0 18 0 22 0 908992684 10803302400 84220 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27944/statm: 2637525 84222 2238 9 0 2628259 0
[pid=27944/tid=27945] ppid=27942 vsize=10550100 CPUtime=0.77 cores=1,3,5,7
/proc/27944/task/27945/stat : 27945 (java) S 27942 27944 23545 0 -1 4202560 56414 0 1 0 69 8 0 0 20 0 22 0 908992685 10803302400 84223 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 908992686 10803302400 84224 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 908992686 10803302400 84224 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27949] ppid=27942 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27949/stat : 27949 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992686 10803302400 84225 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27950] ppid=27942 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27950/stat : 27950 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992686 10803302400 84226 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 7 0 0 0
[pid=27944/tid=27951] ppid=27942 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27951/stat : 27951 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 908992686 10803302400 84227 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27952] ppid=27942 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27952/stat : 27952 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992686 10803302400 84228 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27953] ppid=27942 vsize=10550100 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27953/stat : 27953 (java) S 27942 27944 23545 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 22 0 908992686 10803302400 83972 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27954] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27954/stat : 27954 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 908992686 10802253824 83973 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27955] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27955/stat : 27955 (java) S 27942 27944 23545 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 908992687 10802253824 83974 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 0 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27956] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27956/stat : 27956 (java) S 27942 27944 23545 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 22 0 908992688 10802253824 83975 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27957] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27957/stat : 27957 (java) S 27942 27944 23545 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 908992688 10802253824 83976 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27958] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27958/stat : 27958 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 908992690 10802253824 83976 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907314097 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27959] ppid=27942 vsize=10549076 CPUtime=0.58 cores=1,3,5,7
/proc/27944/task/27959/stat : 27959 (java) S 27942 27944 23545 0 -1 4202560 1799 0 0 0 58 0 0 0 15 0 22 0 908992690 10802253824 83977 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27960] ppid=27942 vsize=10549076 CPUtime=0.63 cores=1,3,5,7
/proc/27944/task/27960/stat : 27960 (java) R 27942 27944 23545 0 -1 4202560 5977 0 0 0 62 1 0 0 15 0 22 0 908992690 10802253824 83978 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231895533703 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27944/tid=27961] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27961/stat : 27961 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992690 10802253824 83979 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27962] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27962/stat : 27962 (java) S 27942 27944 23545 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 908992690 10802253824 83980 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 7 0 0 0
[pid=27944/tid=27967] ppid=27942 vsize=10549076 CPUtime=0.69 cores=1,3,5,7
/proc/27944/task/27967/stat : 27967 (java) R 27942 27944 23545 0 -1 4202560 504 0 0 0 69 0 0 0 25 0 22 0 908992763 10802253824 83981 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 46912505979933 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27944/tid=27968] ppid=27942 vsize=10549076 CPUtime=0.7 cores=1,3,5,7
/proc/27944/task/27968/stat : 27968 (java) R 27942 27944 23545 0 -1 4202560 22651 0 0 0 68 2 0 0 25 0 22 0 908992763 10802253824 83982 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 46912505940158 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27944/tid=27969] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27969/stat : 27969 (java) S 27942 27944 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992765 10802253824 83982 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27970] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27970/stat : 27970 (java) S 27942 27944 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992765 10802253824 83983 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 10550100

[startup+3.10164 s]
/proc/loadavg: 2.12 1.76 1.87 5/486 27970
/proc/meminfo: memFree=28783352/32950928 swapFree=52246700/67111528
[pid=27944] ppid=27942 vsize=10549076 CPUtime=6.95 cores=1,3,5,7
/proc/27944/stat : 27944 (java) S 27942 27944 23545 0 -1 4202496 158320 0 1 0 674 21 0 0 18 0 22 0 908992684 10802253824 152037 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27944/statm: 2637269 152038 2239 9 0 2628003 0
[pid=27944/tid=27945] ppid=27942 vsize=10549076 CPUtime=0.77 cores=1,3,5,7
/proc/27944/task/27945/stat : 27945 (java) S 27942 27944 23545 0 -1 4202560 56414 0 1 0 69 8 0 0 15 0 22 0 908992685 10802253824 152038 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 908992686 10802253824 152039 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 908992686 10802253824 152039 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27949] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27949/stat : 27949 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992686 10802253824 152039 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27950] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27950/stat : 27950 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992686 10802253824 152040 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 7 0 0 0
[pid=27944/tid=27951] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27951/stat : 27951 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 908992686 10802253824 152040 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27952] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27952/stat : 27952 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992686 10802253824 152041 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27953] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27953/stat : 27953 (java) S 27942 27944 23545 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 22 0 908992686 10802253824 152041 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27954] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27954/stat : 27954 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 908992686 10802253824 152042 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27955] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27955/stat : 27955 (java) S 27942 27944 23545 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 908992687 10802253824 152042 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 0 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27956] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27956/stat : 27956 (java) S 27942 27944 23545 0 -1 4202560 16 0 0 0 0 0 0 0 24 0 22 0 908992688 10802253824 152042 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27957] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27957/stat : 27957 (java) S 27942 27944 23545 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 908992688 10802253824 152043 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27958] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27958/stat : 27958 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 908992690 10802253824 152043 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907314097 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27959] ppid=27942 vsize=10549076 CPUtime=0.62 cores=1,3,5,7
/proc/27944/task/27959/stat : 27959 (java) S 27942 27944 23545 0 -1 4202560 1805 0 0 0 62 0 0 0 15 0 22 0 908992690 10802253824 152044 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27960] ppid=27942 vsize=10549076 CPUtime=0.93 cores=1,3,5,7
/proc/27944/task/27960/stat : 27960 (java) S 27942 27944 23545 0 -1 4202560 9341 0 0 0 92 1 0 0 15 0 22 0 908992690 10802253824 152045 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27961] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27961/stat : 27961 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992690 10802253824 152045 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27962] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27962/stat : 27962 (java) S 27942 27944 23545 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 908992690 10802253824 152046 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 7 0 0 0
[pid=27944/tid=27967] ppid=27942 vsize=10549076 CPUtime=2.29 cores=1,3,5,7
/proc/27944/task/27967/stat : 27967 (java) R 27942 27944 23545 0 -1 4202560 574 0 0 0 229 0 0 0 25 0 22 0 908992763 10802253824 152046 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 46912505860741 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27944/tid=27968] ppid=27942 vsize=10549076 CPUtime=2.3 cores=1,3,5,7
/proc/27944/task/27968/stat : 27968 (java) R 27942 27944 23545 0 -1 4202560 89025 0 0 0 219 11 0 0 25 0 22 0 908992763 10802253824 152046 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 46912506082941 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27944/tid=27969] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27969/stat : 27969 (java) S 27942 27944 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992765 10802253824 152047 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27970] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27970/stat : 27970 (java) S 27942 27944 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992765 10802253824 152047 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 10549076

[startup+6.30098 s]
/proc/loadavg: 2.27 1.79 1.89 5/486 27971
/proc/meminfo: memFree=27683800/32950928 swapFree=52246700/67111528
[pid=27944] ppid=27942 vsize=10549076 CPUtime=13.37 cores=1,3,5,7
/proc/27944/stat : 27944 (java) S 27942 27944 23545 0 -1 4202496 296202 0 1 0 1296 41 0 0 18 0 22 0 908992684 10802253824 288261 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27944/statm: 2637269 288263 2239 9 0 2628003 0
[pid=27944/tid=27945] ppid=27942 vsize=10549076 CPUtime=0.77 cores=1,3,5,7
/proc/27944/task/27945/stat : 27945 (java) S 27942 27944 23545 0 -1 4202560 56414 0 1 0 69 8 0 0 15 0 22 0 908992685 10802253824 288265 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 908992686 10802253824 288268 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 908992686 10802253824 288268 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27949] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27949/stat : 27949 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992686 10802253824 288268 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27950] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27950/stat : 27950 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992686 10802253824 288270 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 7 0 0 0
[pid=27944/tid=27951] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27951/stat : 27951 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 908992686 10802253824 288272 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27952] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27952/stat : 27952 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992686 10802253824 288274 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27953] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27953/stat : 27953 (java) S 27942 27944 23545 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 22 0 908992686 10802253824 288275 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27954] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27954/stat : 27954 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 22 0 908992686 10802253824 288277 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0

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

[pid=27944/tid=27959] ppid=27942 vsize=10549076 CPUtime=0.69 cores=1,3,5,7
/proc/27944/task/27959/stat : 27959 (java) S 27942 27944 23545 0 -1 4202560 1810 0 0 0 69 0 0 0 15 0 22 0 908992690 10802253824 675708 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27960] ppid=27942 vsize=10549076 CPUtime=1.01 cores=1,3,5,7
/proc/27944/task/27960/stat : 27960 (java) S 27942 27944 23545 0 -1 4202560 9346 0 0 0 100 1 0 0 15 0 22 0 908992690 10802253824 675708 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27961] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27961/stat : 27961 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992690 10802253824 675708 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27962] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27962/stat : 27962 (java) S 27942 27944 23545 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 908992690 10802253824 675708 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27967] ppid=27942 vsize=10549076 CPUtime=13.35 cores=1,3,5,7
/proc/27944/task/27967/stat : 27967 (java) R 27942 27944 23545 0 -1 4202560 845 0 0 0 1335 0 0 0 25 0 22 0 908992763 10802253824 675708 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 46912505861146 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27944/tid=27968] ppid=27942 vsize=10549076 CPUtime=13.37 cores=1,3,5,7
/proc/27944/task/27968/stat : 27968 (java) R 27942 27944 23545 0 -1 4202560 593586 0 0 0 1263 74 0 0 25 0 22 0 908992763 10802253824 675708 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 46912506073291 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27944/tid=27969] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27969/stat : 27969 (java) S 27942 27944 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992765 10802253824 675708 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27970] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27970/stat : 27970 (java) S 27942 27944 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992765 10802253824 675708 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.51
Current children cumulated vsize (KiB) 10549076

[startup+15.1014 s]
/proc/loadavg: 2.78 1.92 1.92 5/486 27971
/proc/meminfo: memFree=24681112/32950928 swapFree=52246700/67111528
[pid=27944] ppid=27942 vsize=10549076 CPUtime=31.08 cores=1,3,5,7
/proc/27944/stat : 27944 (java) S 27942 27944 23545 0 -1 4202496 683700 0 1 0 3021 87 0 0 18 0 22 0 908992684 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27944/statm: 2637269 675747 2266 9 0 2628003 0
[pid=27944/tid=27945] ppid=27942 vsize=10549076 CPUtime=0.77 cores=1,3,5,7
/proc/27944/task/27945/stat : 27945 (java) S 27942 27944 23545 0 -1 4202560 56414 0 1 0 69 8 0 0 15 0 22 0 908992685 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=10549076 CPUtime=0.03 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (java) S 27942 27944 23545 0 -1 4202560 2870 0 0 0 3 0 0 0 16 0 22 0 908992686 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=10549076 CPUtime=0.04 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (java) S 27942 27944 23545 0 -1 4202560 3572 0 0 0 4 0 0 0 16 0 22 0 908992686 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 7 0 0 0
[pid=27944/tid=27949] ppid=27942 vsize=10549076 CPUtime=0.01 cores=1,3,5,7
/proc/27944/task/27949/stat : 27949 (java) S 27942 27944 23545 0 -1 4202560 2002 0 0 0 1 0 0 0 16 0 22 0 908992686 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27950] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27950/stat : 27950 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 908992686 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 7 0 0 0
[pid=27944/tid=27951] ppid=27942 vsize=10549076 CPUtime=0.04 cores=1,3,5,7
/proc/27944/task/27951/stat : 27951 (java) S 27942 27944 23545 0 -1 4202560 3510 0 0 0 4 0 0 0 16 0 22 0 908992686 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27952] ppid=27942 vsize=10549076 CPUtime=0.02 cores=1,3,5,7
/proc/27944/task/27952/stat : 27952 (java) S 27942 27944 23545 0 -1 4202560 1759 0 0 0 2 0 0 0 16 0 22 0 908992686 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27953] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27953/stat : 27953 (java) S 27942 27944 23545 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 908992686 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27954] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27954/stat : 27954 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 22 0 908992686 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27955] ppid=27942 vsize=10549076 CPUtime=0.09 cores=1,3,5,7
/proc/27944/task/27955/stat : 27955 (java) S 27942 27944 23545 0 -1 4202560 6783 0 0 0 9 0 0 0 15 0 22 0 908992687 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 0 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27956] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27956/stat : 27956 (java) S 27942 27944 23545 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908992688 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27957] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27957/stat : 27957 (java) S 27942 27944 23545 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 908992688 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27958] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27958/stat : 27958 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 908992690 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907314097 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27959] ppid=27942 vsize=10549076 CPUtime=0.69 cores=1,3,5,7
/proc/27944/task/27959/stat : 27959 (java) S 27942 27944 23545 0 -1 4202560 1810 0 0 0 69 0 0 0 15 0 22 0 908992690 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27960] ppid=27942 vsize=10549076 CPUtime=1.02 cores=1,3,5,7
/proc/27944/task/27960/stat : 27960 (java) S 27942 27944 23545 0 -1 4202560 9346 0 0 0 101 1 0 0 15 0 22 0 908992690 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27961] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27961/stat : 27961 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 908992690 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27962] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27962/stat : 27962 (java) S 27942 27944 23545 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 908992690 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27967] ppid=27942 vsize=10549076 CPUtime=14.13 cores=1,3,5,7
/proc/27944/task/27967/stat : 27967 (java) R 27942 27944 23545 0 -1 4202560 845 0 0 0 1413 0 0 0 25 0 22 0 908992763 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 46912505860741 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27944/tid=27968] ppid=27942 vsize=10549076 CPUtime=14.15 cores=1,3,5,7
/proc/27944/task/27968/stat : 27968 (java) R 27942 27944 23545 0 -1 4202560 593625 0 0 0 1341 74 0 0 25 0 22 0 908992763 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 46912505861141 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27944/tid=27969] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27969/stat : 27969 (java) S 27942 27944 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992765 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27970] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27970/stat : 27970 (java) S 27942 27944 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908992765 10802253824 675747 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.08
Current children cumulated vsize (KiB) 10549076

[startup+15.5013 s]
/proc/loadavg: 2.78 1.92 1.92 5/486 27971
/proc/meminfo: memFree=24681112/32950928 swapFree=52246700/67111528
[pid=27944] ppid=27942 vsize=10549076 CPUtime=31.88 cores=1,3,5,7
/proc/27944/stat : 27944 (java) S 27942 27944 23545 0 -1 4202496 683766 0 1 0 3101 87 0 0 18 0 19 0 908992684 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27944/statm: 2637269 675812 2267 9 0 2628003 0
[pid=27944/tid=27945] ppid=27942 vsize=10549076 CPUtime=0.77 cores=1,3,5,7
/proc/27944/task/27945/stat : 27945 (java) S 27942 27944 23545 0 -1 4202560 56415 0 1 0 69 8 0 0 15 0 19 0 908992685 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=10549076 CPUtime=0.03 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (java) S 27942 27944 23545 0 -1 4202560 2870 0 0 0 3 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=10549076 CPUtime=0.04 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (java) S 27942 27944 23545 0 -1 4202560 3572 0 0 0 4 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 7 0 0 0
[pid=27944/tid=27949] ppid=27942 vsize=10549076 CPUtime=0.01 cores=1,3,5,7
/proc/27944/task/27949/stat : 27949 (java) S 27942 27944 23545 0 -1 4202560 2002 0 0 0 1 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27950] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27950/stat : 27950 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 7 0 0 0
[pid=27944/tid=27951] ppid=27942 vsize=10549076 CPUtime=0.04 cores=1,3,5,7
/proc/27944/task/27951/stat : 27951 (java) S 27942 27944 23545 0 -1 4202560 3510 0 0 0 4 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27952] ppid=27942 vsize=10549076 CPUtime=0.02 cores=1,3,5,7
/proc/27944/task/27952/stat : 27952 (java) S 27942 27944 23545 0 -1 4202560 1759 0 0 0 2 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27953] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27953/stat : 27953 (java) S 27942 27944 23545 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27954] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27954/stat : 27954 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27955] ppid=27942 vsize=10549076 CPUtime=0.09 cores=1,3,5,7
/proc/27944/task/27955/stat : 27955 (java) S 27942 27944 23545 0 -1 4202560 6783 0 0 0 9 0 0 0 15 0 19 0 908992687 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 0 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27956] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27956/stat : 27956 (java) S 27942 27944 23545 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 908992688 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27957] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27957/stat : 27957 (java) S 27942 27944 23545 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 908992688 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27958] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27958/stat : 27958 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 908992690 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907314097 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27959] ppid=27942 vsize=10549076 CPUtime=0.69 cores=1,3,5,7
/proc/27944/task/27959/stat : 27959 (java) S 27942 27944 23545 0 -1 4202560 1810 0 0 0 69 0 0 0 15 0 19 0 908992690 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27960] ppid=27942 vsize=10549076 CPUtime=1.04 cores=1,3,5,7
/proc/27944/task/27960/stat : 27960 (java) S 27942 27944 23545 0 -1 4202560 9346 0 0 0 103 1 0 0 15 0 19 0 908992690 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27961] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27961/stat : 27961 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 908992690 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27962] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27962/stat : 27962 (java) S 27942 27944 23545 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 908992690 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27969] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27969/stat : 27969 (java) S 27942 27944 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 908992765 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 10549076

[startup+15.9013 s]
/proc/loadavg: 2.78 1.92 1.92 5/486 27971
/proc/meminfo: memFree=24681112/32950928 swapFree=52246700/67111528
[pid=27944] ppid=27942 vsize=10549076 CPUtime=31.88 cores=1,3,5,7
/proc/27944/stat : 27944 (java) S 27942 27944 23545 0 -1 4202496 683766 0 1 0 3101 87 0 0 18 0 19 0 908992684 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27944/statm: 2637269 675812 2267 9 0 2628003 0
[pid=27944/tid=27945] ppid=27942 vsize=10549076 CPUtime=0.77 cores=1,3,5,7
/proc/27944/task/27945/stat : 27945 (java) S 27942 27944 23545 0 -1 4202560 56415 0 1 0 69 8 0 0 15 0 19 0 908992685 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27947] ppid=27942 vsize=10549076 CPUtime=0.03 cores=1,3,5,7
/proc/27944/task/27947/stat : 27947 (java) S 27942 27944 23545 0 -1 4202560 2870 0 0 0 3 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27948] ppid=27942 vsize=10549076 CPUtime=0.04 cores=1,3,5,7
/proc/27944/task/27948/stat : 27948 (java) S 27942 27944 23545 0 -1 4202560 3572 0 0 0 4 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 7 0 0 0
[pid=27944/tid=27949] ppid=27942 vsize=10549076 CPUtime=0.01 cores=1,3,5,7
/proc/27944/task/27949/stat : 27949 (java) S 27942 27944 23545 0 -1 4202560 2002 0 0 0 1 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27950] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27950/stat : 27950 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 7 0 0 0
[pid=27944/tid=27951] ppid=27942 vsize=10549076 CPUtime=0.04 cores=1,3,5,7
/proc/27944/task/27951/stat : 27951 (java) S 27942 27944 23545 0 -1 4202560 3510 0 0 0 4 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27952] ppid=27942 vsize=10549076 CPUtime=0.02 cores=1,3,5,7
/proc/27944/task/27952/stat : 27952 (java) S 27942 27944 23545 0 -1 4202560 1759 0 0 0 2 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27953] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27953/stat : 27953 (java) S 27942 27944 23545 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27954] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27954/stat : 27954 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 908992686 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27955] ppid=27942 vsize=10549076 CPUtime=0.09 cores=1,3,5,7
/proc/27944/task/27955/stat : 27955 (java) S 27942 27944 23545 0 -1 4202560 6783 0 0 0 9 0 0 0 15 0 19 0 908992687 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 0 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27956] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27956/stat : 27956 (java) S 27942 27944 23545 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 908992688 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27957] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27957/stat : 27957 (java) S 27942 27944 23545 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 908992688 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 5 0 0 0
[pid=27944/tid=27958] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27958/stat : 27958 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 908992690 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907314097 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27959] ppid=27942 vsize=10549076 CPUtime=0.69 cores=1,3,5,7
/proc/27944/task/27959/stat : 27959 (java) S 27942 27944 23545 0 -1 4202560 1810 0 0 0 69 0 0 0 15 0 19 0 908992690 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27960] ppid=27942 vsize=10549076 CPUtime=1.04 cores=1,3,5,7
/proc/27944/task/27960/stat : 27960 (java) S 27942 27944 23545 0 -1 4202560 9346 0 0 0 103 1 0 0 15 0 19 0 908992690 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27961] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27961/stat : 27961 (java) S 27942 27944 23545 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 908992690 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907306393 0 4 0 16800975 18446604460955857344 0 0 -1 3 0 0 0
[pid=27944/tid=27962] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27962/stat : 27962 (java) S 27942 27944 23545 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 908992690 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
[pid=27944/tid=27969] ppid=27942 vsize=10549076 CPUtime=0 cores=1,3,5,7
/proc/27944/task/27969/stat : 27969 (java) S 27942 27944 23545 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 908992765 10802253824 675812 33554432000 1073741824 1073778376 140735468150368 18446744073709551615 231907307008 0 4 0 16800975 18446604460955857344 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 10549076

[startup+16.0052 s]
/proc/loadavg: 2.78 1.92 1.92 5/486 27971
/proc/meminfo: memFree=24681112/32950928 swapFree=52246700/67111528
[pid=27944] ppid=27942 vsize=0 CPUtime=31.97 cores=1,3,5,7
/proc/27944/stat : 27944 (java) Z 27942 27944 23545 0 -1 4203548 683778 0 1 0 3101 96 0 0 18 0 2 0 908992684 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27944/statm: 0 0 0 0 0 0 0
[pid=27944/tid=27950] ppid=27942 vsize=0 CPUtime=0.09 cores=1,3,5,7
/proc/27944/task/27950/stat : 27950 (java) R 27942 27944 23545 0 -1 4203588 1 0 0 0 0 9 0 0 15 0 2 0 908992686 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 31.97
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 16.0225
CPU time (s): 32.0001
CPU user time (s): 31.0173
CPU system time (s): 0.98285
CPU usage (%): 199.72
Max. virtual memory (cumulated for all children) (KiB): 10550100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.0173
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= 683778
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= 800
involuntary context switches= 308

runsolver used 0.083987 second user time and 0.158975 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-04 13:40:20
IDJOB=3454984
IDBENCH=1453
IDSOLVER=1950
FILE ID=node114/3454984-1307187620
RUNJOBID= node114-1307187591-26664
PBS_JOBID= 13508824
Free space on /tmp= 73936 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache.inv12.ucl.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454984-1307187620/watcher-3454984-1307187620 -o /tmp/evaluation-result-3454984-1307187620/solver-3454984-1307187620 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454984-1307187620.opb

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

MD5SUM BENCH= bdfd22b57887b70e5df6236004ca174a
RANDOM SEED=1616822536

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29748580 kB
Buffers:        323488 kB
Cached:         486556 kB
SwapCached:      10712 kB
Active:        2440812 kB
Inactive:       487464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29748580 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:            7136 kB
Writeback:           0 kB
AnonPages:     2116108 kB
Mapped:          29484 kB
Slab:           144836 kB
PageTables:      62224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118521584 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= 73932 MiB
End job on node114 at 2011-06-04 13:40:36