Trace number 3454985

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 22.8515 10.6696

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.tag10.ucl.opb
MD5SUM02e31ca1ab9f95407d6e9ec422f4634a
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.396939
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables9071
Total number of constraints25914
Number of constraints which are clauses25190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints724
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454985-1307187620.opb
0.10/0.11	c reading problem ... 
0.97/0.55	c ... done. Wall clock time 0.44s.
0.97/0.55	c #vars     9071
0.97/0.55	c #constraints  25914
0.97/0.55	c constraints type 
0.97/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8127
0.97/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17062
0.97/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 724
0.97/0.55	c constraints type 
0.97/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17062
0.97/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8127
0.97/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
7.96/3.48	c cleaning 2503 clauses out of 5005 with flag 5005/5005
14.03/6.20	c cleaning 4249 clauses out of 8497 with flag 11000/11000
20.26/9.31	c cleaning 5625 clauses out of 11252 with flag 18004/18004
22.63/10.57	c  And the winner is Resolution
22.63/10.59	c starts		: 45
22.63/10.59	c conflicts		: 21120
22.63/10.59	c decisions		: 31555
22.63/10.59	c propagations		: 26301507
22.63/10.59	c inspects		: 73460965
22.63/10.59	c shortcuts		: 0
22.63/10.59	c learnt literals	: 8
22.63/10.59	c learnt binary clauses	: 148
22.63/10.59	c learnt ternary clauses	: 208
22.63/10.59	c learnt constraints	: 21111
22.63/10.59	c ignored constraints	: 0
22.63/10.59	c root simplifications	: 0
22.63/10.59	c removed literals (reason simplification)	: 341857
22.63/10.59	c reason swapping (by a shorter reason)	: 0
22.63/10.59	c Calls to reduceDB	: 3
22.63/10.59	c number of reductions to clauses (during analyze)	: 0
22.63/10.59	c number of learned constraints concerned by reduction	: 0
22.63/10.59	c number of learning phase by resolution	: 0
22.63/10.59	c number of learning phase by cutting planes	: 0
22.63/10.59	c speed (assignments/second)	: 2618889.475256398
22.63/10.59	c non guided choices	257
22.79/10.60	c learnt constraints type 
22.79/10.60	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 148
22.79/10.60	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8586
22.79/10.60	c constraints type 
22.79/10.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8127
22.79/10.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17062
22.79/10.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 724
22.79/10.60	c constraints type 
22.79/10.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17062
22.79/10.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 8127
22.79/10.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
22.79/10.60	s UNSATISFIABLE
22.79/10.60	c Total wall clock time (in seconds): 10.492

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-3454985-1307187620/watcher-3454985-1307187620 -o /tmp/evaluation-result-3454985-1307187620/solver-3454985-1307187620 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454985-1307187620.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: 3.78 3.62 3.02 3/494 762
/proc/meminfo: memFree=21125872/32951124 swapFree=67057928/67111528
[pid=762] ppid=760 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/762/stat : 762 (java) R 760 762 28116 0 -1 4202496 498 0 0 0 0 0 0 0 25 0 1 0 811177330 23580672 241 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254256654101 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/762/statm: 5757 254 197 9 0 124 0
[pid=762/tid=763] ppid=760 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/762/task/763/stat : 763 (java) R 760 762 28116 0 -1 4202560 6848 0 1 0 0 0 0 0 25 0 2 0 811177330 10694979584 7664 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254261310523 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.01823 s]
/proc/loadavg: 3.78 3.62 3.02 3/494 762
/proc/meminfo: memFree=21125872/32951124 swapFree=67057928/67111528
[pid=762] ppid=760 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/762/stat : 762 (java) S 760 762 28116 0 -1 4202496 8335 0 1 0 0 0 0 0 25 0 2 0 811177330 10694979584 8036 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/762/statm: 2611079 8051 917 9 0 2602235 0
[pid=762/tid=763] ppid=760 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/762/task/763/stat : 763 (java) R 760 762 28116 0 -1 4202560 7247 0 1 0 0 0 0 0 25 0 2 0 811177330 10694979584 8063 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254261310523 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100262 s]
/proc/loadavg: 3.78 3.62 3.02 3/494 762
/proc/meminfo: memFree=21125872/32951124 swapFree=67057928/67111528
[pid=762] ppid=760 vsize=10539856 CPUtime=0.1 cores=0,2,4,6
/proc/762/stat : 762 (java) S 760 762 28116 0 -1 4202496 13093 0 1 0 9 1 0 0 25 0 18 0 811177330 10792812544 12789 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/762/statm: 2634964 12789 2092 9 0 2625698 0
[pid=762/tid=763] ppid=760 vsize=10539856 CPUtime=0.08 cores=0,2,4,6
/proc/762/task/763/stat : 763 (java) R 760 762 28116 0 -1 4202560 11214 0 1 0 7 1 0 0 18 0 18 0 811177330 10792812544 12789 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 46959851731795 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) 10539856

[startup+0.300213 s]
/proc/loadavg: 3.78 3.62 3.02 3/494 762
/proc/meminfo: memFree=21125872/32951124 swapFree=67057928/67111528
[pid=762] ppid=760 vsize=10542280 CPUtime=0.48 cores=0,2,4,6
/proc/762/stat : 762 (java) S 760 762 28116 0 -1 4202496 15963 0 1 0 46 2 0 0 25 0 18 0 811177330 10795294720 15417 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/762/statm: 2635570 15418 2201 9 0 2626304 0
[pid=762/tid=763] ppid=760 vsize=10542280 CPUtime=0.29 cores=0,2,4,6
/proc/762/task/763/stat : 763 (java) R 760 762 28116 0 -1 4202560 13089 0 1 0 27 2 0 0 18 0 18 0 811177330 10795294720 15418 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542280

[startup+0.70112 s]
/proc/loadavg: 3.78 3.62 3.02 3/494 762
/proc/meminfo: memFree=21125872/32951124 swapFree=67057928/67111528
[pid=762] ppid=760 vsize=10554716 CPUtime=1.62 cores=0,2,4,6
/proc/762/stat : 762 (java) S 760 762 28116 0 -1 4202496 37571 0 1 0 157 5 0 0 25 0 22 0 811177330 10808029184 34306 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/762/statm: 2638679 34306 2232 9 0 2629413 0
[pid=762/tid=763] ppid=760 vsize=10554716 CPUtime=0.54 cores=0,2,4,6
/proc/762/task/763/stat : 763 (java) S 760 762 28116 0 -1 4202560 27746 0 1 0 50 4 0 0 19 0 22 0 811177330 10808029184 34306 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 10554716

[startup+1.50098 s]
/proc/loadavg: 3.78 3.62 3.02 6/516 784
/proc/meminfo: memFree=20516184/32951124 swapFree=67057928/67111528
[pid=762] ppid=760 vsize=10558476 CPUtime=4.08 cores=0,2,4,6
/proc/762/stat : 762 (java) S 760 762 28116 0 -1 4202496 79714 0 1 0 396 12 0 0 25 0 22 0 811177330 10811879424 71953 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/762/statm: 2639619 71954 2238 9 0 2630353 0
[pid=762/tid=763] ppid=760 vsize=10558476 CPUtime=0.54 cores=0,2,4,6
/proc/762/task/763/stat : 763 (java) S 760 762 28116 0 -1 4202560 27746 0 1 0 50 4 0 0 15 0 22 0 811177330 10811879424 71956 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=765] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/765/stat : 765 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 71957 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=766] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/766/stat : 766 (java) S 760 762 28116 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 71958 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=767] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/767/stat : 767 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 71960 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=768] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/768/stat : 768 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 71961 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=769] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/769/stat : 769 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 71963 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=770] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/770/stat : 770 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 71964 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=771] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/771/stat : 771 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 71966 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=772] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/772/stat : 772 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 71967 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=773] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/773/stat : 773 (java) S 760 762 28116 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 811177333 10811879424 71969 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 0 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=774] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/774/stat : 774 (java) S 760 762 28116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811177333 10811879424 71970 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=775] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/775/stat : 775 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811177333 10811879424 71972 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=776] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/776/stat : 776 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177335 10811879424 71973 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273440177 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=777] ppid=760 vsize=10558476 CPUtime=0.75 cores=0,2,4,6
/proc/762/task/777/stat : 777 (java) S 760 762 28116 0 -1 4202560 6370 0 0 0 74 1 0 0 21 0 22 0 811177335 10811879424 71974 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=778] ppid=760 vsize=10558476 CPUtime=0.9 cores=0,2,4,6
/proc/762/task/778/stat : 778 (java) S 760 762 28116 0 -1 4202560 6736 0 0 0 90 0 0 0 15 0 22 0 811177335 10811879424 71976 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=779] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/779/stat : 779 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177335 10811879424 71978 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=780] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/780/stat : 780 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811177335 10811879424 71979 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=781] ppid=760 vsize=10558476 CPUtime=0.92 cores=0,2,4,6
/proc/762/task/781/stat : 781 (java) R 760 762 28116 0 -1 4202560 269 0 0 0 92 0 0 0 23 0 22 0 811177385 10811879424 71980 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 46912505892256 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=762/tid=782] ppid=760 vsize=10558476 CPUtime=0.93 cores=0,2,4,6
/proc/762/task/782/stat : 782 (java) R 760 762 28116 0 -1 4202560 37452 0 0 0 88 5 0 0 25 0 22 0 811177385 10811879424 71981 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 46912505778865 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=762/tid=783] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/783/stat : 783 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811177387 10811879424 71981 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=784] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/784/stat : 784 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811177387 10811879424 71983 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 10558476

[startup+3.10174 s]
/proc/loadavg: 3.78 3.62 3.02 5/516 784
/proc/meminfo: memFree=19753584/32951124 swapFree=67057928/67111528
[pid=762] ppid=760 vsize=10558476 CPUtime=7.33 cores=0,2,4,6
/proc/762/stat : 762 (java) S 760 762 28116 0 -1 4202496 189731 0 1 0 708 25 0 0 25 0 22 0 811177330 10811879424 181659 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/762/statm: 2639619 181663 2242 9 0 2630353 0
[pid=762/tid=763] ppid=760 vsize=10558476 CPUtime=0.54 cores=0,2,4,6
/proc/762/task/763/stat : 763 (java) S 760 762 28116 0 -1 4202560 27746 0 1 0 50 4 0 0 15 0 22 0 811177330 10811879424 181665 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=765] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/765/stat : 765 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 181667 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=766] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/766/stat : 766 (java) S 760 762 28116 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 181670 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=767] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/767/stat : 767 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 181672 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=768] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/768/stat : 768 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 181674 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=769] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/769/stat : 769 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 181676 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=770] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/770/stat : 770 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 181678 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=771] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/771/stat : 771 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 181680 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=772] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/772/stat : 772 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177332 10811879424 181682 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=773] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/773/stat : 773 (java) S 760 762 28116 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 811177333 10811879424 181684 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 0 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=774] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/774/stat : 774 (java) S 760 762 28116 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811177333 10811879424 181686 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=775] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/775/stat : 775 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811177333 10811879424 181688 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=776] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/776/stat : 776 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177335 10811879424 181689 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273440177 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=777] ppid=760 vsize=10558476 CPUtime=0.79 cores=0,2,4,6
/proc/762/task/777/stat : 777 (java) S 760 762 28116 0 -1 4202560 6707 0 0 0 78 1 0 0 15 0 22 0 811177335 10811879424 181691 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=778] ppid=760 vsize=10558476 CPUtime=0.91 cores=0,2,4,6
/proc/762/task/778/stat : 778 (java) S 760 762 28116 0 -1 4202560 6736 0 0 0 91 0 0 0 15 0 22 0 811177335 10811879424 181693 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=779] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/779/stat : 779 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177335 10811879424 181695 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=780] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/780/stat : 780 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811177335 10811879424 181696 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=781] ppid=760 vsize=10558476 CPUtime=2.52 cores=0,2,4,6
/proc/762/task/781/stat : 781 (java) R 760 762 28116 0 -1 4202560 490 0 0 0 252 0 0 0 25 0 22 0 811177385 10811879424 181698 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 46912505892149 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=762/tid=782] ppid=760 vsize=10558476 CPUtime=2.53 cores=0,2,4,6
/proc/762/task/782/stat : 782 (java) R 760 762 28116 0 -1 4202560 146924 0 0 0 235 18 0 0 19 0 22 0 811177385 10811879424 181701 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 46912505983804 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=762/tid=783] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/783/stat : 783 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811177387 10811879424 181704 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=784] ppid=760 vsize=10558476 CPUtime=0 cores=0,2,4,6
/proc/762/task/784/stat : 784 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811177387 10811879424 181706 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 10558476

[startup+6.30117 s]
/proc/loadavg: 3.88 3.64 3.03 5/520 789
/proc/meminfo: memFree=18427084/32951124 swapFree=67057928/67111528
[pid=762] ppid=760 vsize=10556660 CPUtime=14.19 cores=0,2,4,6
/proc/762/stat : 762 (java) S 760 762 28116 0 -1 4202496 269658 0 1 0 1384 35 0 0 25 0 22 0 811177330 10810019840 259393 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/762/statm: 2639165 259393 2267 9 0 2629899 0
[pid=762/tid=763] ppid=760 vsize=10556660 CPUtime=0.54 cores=0,2,4,6
/proc/762/task/763/stat : 763 (java) S 760 762 28116 0 -1 4202560 27746 0 1 0 50 4 0 0 15 0 22 0 811177330 10810019840 259393 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=765] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/765/stat : 765 (java) S 760 762 28116 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 22 0 811177332 10810019840 259393 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=766] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/766/stat : 766 (java) S 760 762 28116 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 22 0 811177332 10810019840 259393 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=767] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/767/stat : 767 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811177332 10810019840 259393 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=768] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/768/stat : 768 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811177332 10810019840 259393 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=769] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/769/stat : 769 (java) S 760 762 28116 0 -1 4202560 893 0 0 0 0 0 0 0 18 0 22 0 811177332 10810019840 259393 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=770] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/770/stat : 770 (java) S 760 762 28116 0 -1 4202560 673 0 0 0 0 0 0 0 18 0 22 0 811177332 10810019840 259393 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/771/stat : 771 (java) S 760 762 28116 0 -1 4202560 701 0 0 0 0 0 0 0 18 0 22 0 811177332 10810019840 259393 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=772] ppid=760 vsize=10556660 CPUtime=0.01 cores=0,2,4,6
/proc/762/task/772/stat : 772 (java) S 760 762 28116 0 -1 4202560 981 0 0 0 1 0 0 0 18 0 22 0 811177332 10810019840 259393 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0

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

/proc/762/task/774/stat : 774 (java) S 760 762 28116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811177333 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=775] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/775/stat : 775 (java) S 760 762 28116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811177333 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=776] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/776/stat : 776 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177335 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273440177 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=777] ppid=760 vsize=10556660 CPUtime=0.93 cores=0,2,4,6
/proc/762/task/777/stat : 777 (java) S 760 762 28116 0 -1 4202560 7500 0 0 0 92 1 0 0 15 0 22 0 811177335 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=778] ppid=760 vsize=10556660 CPUtime=1.39 cores=0,2,4,6
/proc/762/task/778/stat : 778 (java) S 760 762 28116 0 -1 4202560 8398 0 0 0 139 0 0 0 16 0 22 0 811177335 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=779] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/779/stat : 779 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177335 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=780] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/780/stat : 780 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811177335 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=781] ppid=760 vsize=10556660 CPUtime=8.75 cores=0,2,4,6
/proc/762/task/781/stat : 781 (java) R 760 762 28116 0 -1 4202560 537 0 0 0 875 0 0 0 25 0 22 0 811177385 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 46912505842346 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=762/tid=782] ppid=760 vsize=10556660 CPUtime=8.78 cores=0,2,4,6
/proc/762/task/782/stat : 782 (java) R 760 762 28116 0 -1 4202560 277775 0 0 0 845 33 0 0 17 0 22 0 811177385 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 46912505892149 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=762/tid=783] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/783/stat : 783 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811177387 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=784] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/784/stat : 784 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811177387 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20.63
Current children cumulated vsize (KiB) 10556660

[startup+10.3015 s]
/proc/loadavg: 3.89 3.65 3.03 5/520 789
/proc/meminfo: memFree=17376024/32951124 swapFree=67057928/67111528
[pid=762] ppid=760 vsize=10556660 CPUtime=22.23 cores=0,2,4,6
/proc/762/stat : 762 (java) S 760 762 28116 0 -1 4202496 330835 0 1 0 2182 41 0 0 25 0 22 0 811177330 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/762/statm: 2639165 320174 2267 9 0 2629899 0
[pid=762/tid=763] ppid=760 vsize=10556660 CPUtime=0.54 cores=0,2,4,6
/proc/762/task/763/stat : 763 (java) S 760 762 28116 0 -1 4202560 27746 0 1 0 50 4 0 0 15 0 22 0 811177330 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=765] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/765/stat : 765 (java) S 760 762 28116 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 22 0 811177332 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=766] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/766/stat : 766 (java) S 760 762 28116 0 -1 4202560 210 0 0 0 0 0 0 0 16 0 22 0 811177332 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=767] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/767/stat : 767 (java) S 760 762 28116 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 811177332 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=768] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/768/stat : 768 (java) S 760 762 28116 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 811177332 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=769] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/769/stat : 769 (java) S 760 762 28116 0 -1 4202560 893 0 0 0 0 0 0 0 15 0 22 0 811177332 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=770] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/770/stat : 770 (java) S 760 762 28116 0 -1 4202560 673 0 0 0 0 0 0 0 15 0 22 0 811177332 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=10556660 CPUtime=0.01 cores=0,2,4,6
/proc/762/task/771/stat : 771 (java) S 760 762 28116 0 -1 4202560 702 0 0 0 1 0 0 0 16 0 22 0 811177332 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=772] ppid=760 vsize=10556660 CPUtime=0.01 cores=0,2,4,6
/proc/762/task/772/stat : 772 (java) S 760 762 28116 0 -1 4202560 981 0 0 0 1 0 0 0 18 0 22 0 811177332 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=10556660 CPUtime=0.12 cores=0,2,4,6
/proc/762/task/773/stat : 773 (java) S 760 762 28116 0 -1 4202560 4087 0 0 0 12 0 0 0 15 0 22 0 811177333 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 0 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=774] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/774/stat : 774 (java) S 760 762 28116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811177333 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=775] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/775/stat : 775 (java) S 760 762 28116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811177333 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=776] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/776/stat : 776 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177335 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273440177 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=777] ppid=760 vsize=10556660 CPUtime=0.93 cores=0,2,4,6
/proc/762/task/777/stat : 777 (java) S 760 762 28116 0 -1 4202560 7500 0 0 0 92 1 0 0 15 0 22 0 811177335 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=778] ppid=760 vsize=10556660 CPUtime=1.4 cores=0,2,4,6
/proc/762/task/778/stat : 778 (java) S 760 762 28116 0 -1 4202560 8398 0 0 0 140 0 0 0 15 0 22 0 811177335 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=779] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/779/stat : 779 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177335 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=780] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/780/stat : 780 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811177335 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=781] ppid=760 vsize=10556660 CPUtime=9.55 cores=0,2,4,6
/proc/762/task/781/stat : 781 (java) R 760 762 28116 0 -1 4202560 537 0 0 0 955 0 0 0 25 0 22 0 811177385 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 46912505863471 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=762/tid=782] ppid=760 vsize=10556660 CPUtime=9.58 cores=0,2,4,6
/proc/762/task/782/stat : 782 (java) R 760 762 28116 0 -1 4202560 277775 0 0 0 925 33 0 0 18 0 22 0 811177385 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 46912506047974 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=762/tid=783] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/783/stat : 783 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811177387 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=784] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/784/stat : 784 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811177387 10810019840 320174 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.23
Current children cumulated vsize (KiB) 10556660

[startup+10.5014 s]
/proc/loadavg: 3.89 3.65 3.03 5/520 789
/proc/meminfo: memFree=17376024/32951124 swapFree=67057928/67111528
[pid=762] ppid=760 vsize=10556660 CPUtime=22.63 cores=0,2,4,6
/proc/762/stat : 762 (java) S 760 762 28116 0 -1 4202496 330835 0 1 0 2222 41 0 0 25 0 22 0 811177330 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/762/statm: 2639165 320114 2267 9 0 2629899 0
[pid=762/tid=763] ppid=760 vsize=10556660 CPUtime=0.54 cores=0,2,4,6
/proc/762/task/763/stat : 763 (java) S 760 762 28116 0 -1 4202560 27746 0 1 0 50 4 0 0 15 0 22 0 811177330 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=765] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/765/stat : 765 (java) S 760 762 28116 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 22 0 811177332 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=766] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/766/stat : 766 (java) S 760 762 28116 0 -1 4202560 210 0 0 0 0 0 0 0 16 0 22 0 811177332 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=767] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/767/stat : 767 (java) S 760 762 28116 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 811177332 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=768] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/768/stat : 768 (java) S 760 762 28116 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 22 0 811177332 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=769] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/769/stat : 769 (java) S 760 762 28116 0 -1 4202560 893 0 0 0 0 0 0 0 15 0 22 0 811177332 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=770] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/770/stat : 770 (java) S 760 762 28116 0 -1 4202560 673 0 0 0 0 0 0 0 15 0 22 0 811177332 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=10556660 CPUtime=0.01 cores=0,2,4,6
/proc/762/task/771/stat : 771 (java) S 760 762 28116 0 -1 4202560 702 0 0 0 1 0 0 0 16 0 22 0 811177332 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=772] ppid=760 vsize=10556660 CPUtime=0.01 cores=0,2,4,6
/proc/762/task/772/stat : 772 (java) S 760 762 28116 0 -1 4202560 981 0 0 0 1 0 0 0 18 0 22 0 811177332 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=10556660 CPUtime=0.12 cores=0,2,4,6
/proc/762/task/773/stat : 773 (java) S 760 762 28116 0 -1 4202560 4087 0 0 0 12 0 0 0 15 0 22 0 811177333 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 0 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=774] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/774/stat : 774 (java) S 760 762 28116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811177333 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=775] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/775/stat : 775 (java) S 760 762 28116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811177333 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=776] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/776/stat : 776 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177335 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273440177 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=777] ppid=760 vsize=10556660 CPUtime=0.93 cores=0,2,4,6
/proc/762/task/777/stat : 777 (java) S 760 762 28116 0 -1 4202560 7500 0 0 0 92 1 0 0 15 0 22 0 811177335 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=778] ppid=760 vsize=10556660 CPUtime=1.4 cores=0,2,4,6
/proc/762/task/778/stat : 778 (java) S 760 762 28116 0 -1 4202560 8398 0 0 0 140 0 0 0 15 0 22 0 811177335 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=779] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/779/stat : 779 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811177335 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=780] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/780/stat : 780 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811177335 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=781] ppid=760 vsize=10556660 CPUtime=9.75 cores=0,2,4,6
/proc/762/task/781/stat : 781 (java) R 760 762 28116 0 -1 4202560 537 0 0 0 975 0 0 0 25 0 22 0 811177385 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 46912505909302 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=762/tid=782] ppid=760 vsize=10556660 CPUtime=9.78 cores=0,2,4,6
/proc/762/task/782/stat : 782 (java) R 760 762 28116 0 -1 4202560 277775 0 0 0 945 33 0 0 18 0 22 0 811177385 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 46912505966729 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=762/tid=783] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/783/stat : 783 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811177387 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=784] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/784/stat : 784 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811177387 10810019840 320114 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.63
Current children cumulated vsize (KiB) 10556660

[startup+10.6014 s]
/proc/loadavg: 3.89 3.65 3.03 5/520 789
/proc/meminfo: memFree=17376024/32951124 swapFree=67057928/67111528
[pid=762] ppid=760 vsize=10556660 CPUtime=22.79 cores=0,2,4,6
/proc/762/stat : 762 (java) S 760 762 28116 0 -1 4202496 330840 0 1 0 2238 41 0 0 25 0 20 0 811177330 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/762/statm: 2639165 320119 2268 9 0 2629899 0
[pid=762/tid=763] ppid=760 vsize=10556660 CPUtime=0.54 cores=0,2,4,6
/proc/762/task/763/stat : 763 (java) S 760 762 28116 0 -1 4202560 27749 0 1 0 50 4 0 0 16 0 20 0 811177330 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=765] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/765/stat : 765 (java) S 760 762 28116 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 20 0 811177332 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=766] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/766/stat : 766 (java) S 760 762 28116 0 -1 4202560 210 0 0 0 0 0 0 0 16 0 20 0 811177332 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=767] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/767/stat : 767 (java) S 760 762 28116 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 20 0 811177332 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 6 0 0 0
[pid=762/tid=768] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/768/stat : 768 (java) S 760 762 28116 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 20 0 811177332 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=769] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/769/stat : 769 (java) S 760 762 28116 0 -1 4202560 893 0 0 0 0 0 0 0 15 0 20 0 811177332 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=770] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/770/stat : 770 (java) S 760 762 28116 0 -1 4202560 673 0 0 0 0 0 0 0 15 0 20 0 811177332 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=771] ppid=760 vsize=10556660 CPUtime=0.01 cores=0,2,4,6
/proc/762/task/771/stat : 771 (java) S 760 762 28116 0 -1 4202560 702 0 0 0 1 0 0 0 16 0 20 0 811177332 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=772] ppid=760 vsize=10556660 CPUtime=0.01 cores=0,2,4,6
/proc/762/task/772/stat : 772 (java) S 760 762 28116 0 -1 4202560 981 0 0 0 1 0 0 0 18 0 20 0 811177332 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=773] ppid=760 vsize=10556660 CPUtime=0.12 cores=0,2,4,6
/proc/762/task/773/stat : 773 (java) S 760 762 28116 0 -1 4202560 4087 0 0 0 12 0 0 0 15 0 20 0 811177333 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 0 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=774] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/774/stat : 774 (java) S 760 762 28116 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 20 0 811177333 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=775] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/775/stat : 775 (java) S 760 762 28116 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 811177333 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=776] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/776/stat : 776 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 811177335 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273440177 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=777] ppid=760 vsize=10556660 CPUtime=0.93 cores=0,2,4,6
/proc/762/task/777/stat : 777 (java) S 760 762 28116 0 -1 4202560 7500 0 0 0 92 1 0 0 15 0 20 0 811177335 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=778] ppid=760 vsize=10556660 CPUtime=1.4 cores=0,2,4,6
/proc/762/task/778/stat : 778 (java) S 760 762 28116 0 -1 4202560 8398 0 0 0 140 0 0 0 15 0 20 0 811177335 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 0 0 0 0
[pid=762/tid=779] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/779/stat : 779 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 811177335 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273432473 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
[pid=762/tid=780] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/780/stat : 780 (java) S 760 762 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 811177335 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 4 0 0 0
[pid=762/tid=783] ppid=760 vsize=10556660 CPUtime=0 cores=0,2,4,6
/proc/762/task/783/stat : 783 (java) S 760 762 28116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 20 0 811177387 10810019840 320119 33554432000 1073741824 1073778376 140736910707408 18446744073709551615 254273433088 0 4 0 16800975 18446604444759360576 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.79
Current children cumulated vsize (KiB) 10556660

Child status: 20
Real time (s): 10.6696
CPU time (s): 22.8515
CPU user time (s): 22.3866
CPU system time (s): 0.464929
CPU usage (%): 214.175
Max. virtual memory (cumulated for all children) (KiB): 10564672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.3866
system time used= 0.464929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330841
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= 652
involuntary context switches= 357

runsolver used 0.06299 second user time and 0.117982 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-04 13:40:20
IDJOB=3454985
IDBENCH=1454
IDSOLVER=1950
FILE ID=node140/3454985-1307187620
RUNJOBID= node140-1307186738-30886
PBS_JOBID= 13508839
Free space on /tmp= 73628 MiB

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

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

MD5SUM BENCH= 02e31ca1ab9f95407d6e9ec422f4634a
RANDOM SEED=1408032836

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21127020 kB
Buffers:        315720 kB
Cached:        4001344 kB
SwapCached:       6932 kB
Active:        7686140 kB
Inactive:      3799688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21127020 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:           18660 kB
Writeback:           0 kB
AnonPages:     7167140 kB
Mapped:          45944 kB
Slab:           217252 kB
PageTables:      52928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 151742672 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= 73628 MiB
End job on node140 at 2011-06-04 13:40:31