Trace number 3687480

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
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 46.7079 22.7805

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
MD5SUM631c705feb60dcd8a1b144825a73a754
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.68759
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables18069
Total number of constraints52475
Number of constraints which are clauses51555
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints920
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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3687480-1337871922.opb
0.08/0.13	c reading problem ... 
1.42/0.75	c ... done. Wall clock time 0.625s.
1.42/0.75	c declared #vars     18069
1.42/0.75	c #constraints  52475
1.42/0.75	c constraints type 
1.42/0.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16722
1.42/0.75	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1.42/0.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 34832
1.42/0.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 920
1.42/0.75	c 52475 constraints processed.
1.42/0.75	c constraints type 
1.42/0.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 34832
1.42/0.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16722
1.42/0.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 920
1.42/0.75	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1.42/0.75	c 52475 constraints processed.
9.01/3.89	c cleaning 2495 clauses out of 4999 with flag 5000/5000
16.58/7.50	c cleaning 4249 clauses out of 8500 with flag 11000/11000
25.33/11.97	c cleaning 5619 clauses out of 11252 with flag 18001/18001
36.48/17.51	c cleaning 6811 clauses out of 13632 with flag 26001/26001
37.19/17.98	c cleaning 0 clauses out of 4995 with flag 0/5001
46.36/22.49	c  And the winner is solver0
46.62/22.76	c starts		: 54
46.62/22.76	c conflicts		: 32614
46.62/22.76	c decisions		: 58567
46.62/22.76	c propagations		: 45246949
46.62/22.76	c inspects		: 131718464
46.62/22.76	c shortcuts		: 0
46.62/22.76	c learnt literals	: 14
46.62/22.76	c learnt binary clauses	: 81
46.62/22.76	c learnt ternary clauses	: 248
46.62/22.76	c learnt constraints	: 32599
46.62/22.76	c ignored constraints	: 0
46.62/22.76	c root simplifications	: 0
46.62/22.76	c removed literals (reason simplification)	: 1454090
46.62/22.76	c reason swapping (by a shorter reason)	: 0
46.62/22.76	c Calls to reduceDB	: 4
46.62/22.76	c number of reductions to clauses (during analyze)	: 0
46.62/22.76	c number of learned constraints concerned by reduction	: 0
46.62/22.76	c number of learning phase by resolution	: 0
46.62/22.76	c number of learning phase by cutting planes	: 0
46.62/22.76	c speed (assignments/second)	: 2059206.7082328312
46.62/22.76	c non guided choices	380
46.62/22.77	c learnt constraints type 
46.62/22.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 81
46.62/22.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13344
46.62/22.77	c constraints type 
46.62/22.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16722
46.62/22.77	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
46.62/22.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 34832
46.62/22.77	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 920
46.62/22.77	c 52475 constraints processed.
46.62/22.77	c constraints type 
46.62/22.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 34832
46.62/22.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16722
46.62/22.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 920
46.62/22.77	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
46.62/22.77	c 52475 constraints processed.
46.62/22.77	s UNSATISFIABLE
46.62/22.77	c Total wall clock time (in seconds): 22.638

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687480-1337871922/watcher-3687480-1337871922 -o /tmp/evaluation-result-3687480-1337871922/solver-3687480-1337871922 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687480-1337871922.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: 0.53 0.14 0.05 4/199 26733
/proc/meminfo: memFree=28724108/32873844 swapFree=7364/7364
[pid=26733] ppid=26731 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/26733/stat : 26733 (java) S 26731 26733 26250 0 -1 4202496 1230 0 0 0 0 0 0 0 20 0 2 0 253317065 98635776 939 33554432000 1073741824 1073778376 140737484606176 140737484597312 215146856509 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26733/statm: 24081 943 714 9 0 16771 0
[pid=26733/tid=26734] ppid=26731 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26734/stat : 26734 (java) R 26731 26733 26250 0 -1 4202560 104 0 0 0 0 0 0 0 20 0 2 0 253317066 98635776 959 33554432000 1073741824 1073778376 140737484606176 140645811146280 215134288435 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0696621 s]
/proc/loadavg: 0.53 0.14 0.05 4/199 26733
/proc/meminfo: memFree=28724108/32873844 swapFree=7364/7364
[pid=26733] ppid=26731 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/26733/stat : 26733 (java) S 26731 26733 26250 0 -1 4202496 3146 0 1 0 3 0 0 0 20 0 13 0 253317065 9446973440 3843 33554432000 1073741824 1073778376 140737484606176 140737484597312 215146856509 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26733/statm: 2306390 3843 1714 9 0 2297091 0
[pid=26733/tid=26734] ppid=26731 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/26733/task/26734/stat : 26734 (java) R 26731 26733 26250 0 -1 4202560 1964 0 1 0 3 0 0 0 20 0 13 0 253317066 9446973440 3843 33554432000 1073741824 1073778376 140737484606176 140645811148520 215143497557 0 4 0 16800971 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100236 s]
/proc/loadavg: 0.53 0.14 0.05 4/199 26733
/proc/meminfo: memFree=28724108/32873844 swapFree=7364/7364
[pid=26733] ppid=26731 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/26733/stat : 26733 (java) S 26731 26733 26250 0 -1 4202496 4053 0 1 0 7 1 0 0 20 0 18 0 253317065 9787813888 4738 33554432000 1073741824 1073778376 140737484606176 140737484597312 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26733/statm: 2389603 4738 2036 9 0 2380296 0
[pid=26733/tid=26734] ppid=26731 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/26733/task/26734/stat : 26734 (java) R 26731 26733 26250 0 -1 4202560 2312 0 1 0 6 0 0 0 20 0 18 0 253317066 9787813888 4738 33554432000 1073741824 1073778376 140737484606176 140645811149744 215143497397 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300164 s]
/proc/loadavg: 0.53 0.14 0.05 4/199 26733
/proc/meminfo: memFree=28724108/32873844 swapFree=7364/7364
[pid=26733] ppid=26731 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/26733/stat : 26733 (java) S 26731 26733 26250 0 -1 4202496 5568 0 1 0 42 2 0 0 20 0 18 0 253317065 9787813888 7990 33554432000 1073741824 1073778376 140737484606176 140737484597312 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26733/statm: 2389603 7990 2215 9 0 2380296 0
[pid=26733/tid=26734] ppid=26731 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/26733/task/26734/stat : 26734 (java) R 26731 26733 26250 0 -1 4202560 2501 0 1 0 25 1 0 0 20 0 18 0 253317066 9787813888 7990 33554432000 1073741824 1073778376 140737484606176 140645811149744 140645751250108 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700201 s]
/proc/loadavg: 0.53 0.14 0.05 4/199 26733
/proc/meminfo: memFree=28724108/32873844 swapFree=7364/7364
[pid=26733] ppid=26731 vsize=9558412 CPUtime=1.42 cores=0,2,4,6
/proc/26733/stat : 26733 (java) S 26731 26733 26250 0 -1 4202496 14108 0 1 0 137 5 0 0 20 0 18 0 253317065 9787813888 42282 33554432000 1073741824 1073778376 140737484606176 140737484597312 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26733/statm: 2389603 42282 2238 9 0 2380296 0
[pid=26733/tid=26734] ppid=26731 vsize=9558412 CPUtime=0.66 cores=0,2,4,6
/proc/26733/task/26734/stat : 26734 (java) R 26731 26733 26250 0 -1 4202560 2565 0 1 0 63 3 0 0 20 0 18 0 253317066 9787813888 42282 33554432000 1073741824 1073778376 140737484606176 140645811150728 140645817508656 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9558412

[startup+1.50075 s]
/proc/loadavg: 0.89 0.22 0.07 6/221 26755
/proc/meminfo: memFree=28540552/32873844 swapFree=7364/7364
[pid=26733] ppid=26731 vsize=9824668 CPUtime=3.97 cores=0,2,4,6
/proc/26733/stat : 26733 (java) S 26731 26733 26250 0 -1 4202496 16026 0 1 0 389 8 0 0 20 0 22 0 253317065 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140737484597312 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26733/statm: 2456167 48859 2267 9 0 2446860 0
[pid=26733/tid=26734] ppid=26731 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/26733/task/26734/stat : 26734 (java) S 26731 26733 26250 0 -1 4202560 2576 0 1 0 66 3 0 0 20 0 22 0 253317066 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645811151864 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26736] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26736/stat : 26736 (java) S 26731 26733 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317067 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645655067048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26737] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26737/stat : 26737 (java) S 26731 26733 26250 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253317067 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645654014504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26738] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26738/stat : 26738 (java) S 26731 26733 26250 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253317067 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645652961448 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26739] ppid=26731 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26733/task/26739/stat : 26739 (java) S 26731 26733 26250 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253317067 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645651908904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26740] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26740/stat : 26740 (java) S 26731 26733 26250 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253317067 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645650856872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26741] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26741/stat : 26741 (java) S 26731 26733 26250 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253317067 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645649804328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26742] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26742/stat : 26742 (java) S 26731 26733 26250 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253317067 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645648751272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26743] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26743/stat : 26743 (java) S 26731 26733 26250 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253317067 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645647698728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26744] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26744/stat : 26744 (java) S 26731 26733 26250 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 22 0 253317068 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645635287400 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26745] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26745/stat : 26745 (java) S 26731 26733 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317068 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645634233720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26746] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26746/stat : 26746 (java) S 26731 26733 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317068 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645633180552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26747] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26747/stat : 26747 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645632129296 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26748] ppid=26731 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/26733/task/26748/stat : 26748 (java) S 26731 26733 26250 0 -1 4202560 4756 0 0 0 81 2 0 0 20 0 22 0 253317072 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645631077176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26749] ppid=26731 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/26733/task/26749/stat : 26749 (java) R 26731 26733 26250 0 -1 4202560 7287 0 0 0 83 2 0 0 20 0 22 0 253317072 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645630002472 140645815002471 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26750] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26750/stat : 26750 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645628971768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26751] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26751/stat : 26751 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645627919432 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26752] ppid=26731 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/26733/task/26752/stat : 26752 (java) R 26731 26733 26250 0 -1 4202560 20 0 0 0 72 0 0 0 20 0 22 0 253317141 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645626864888 140645751708236 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26753] ppid=26731 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/26733/task/26753/stat : 26753 (java) R 26731 26733 26250 0 -1 4202560 74 0 0 0 73 0 0 0 20 0 22 0 253317141 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645625812112 140645751436483 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26754] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26754/stat : 26754 (java) S 26731 26733 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317145 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645624759080 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26755] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26755/stat : 26755 (java) S 26731 26733 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317145 10060460032 48859 33554432000 1073741824 1073778376 140737484606176 140645623706536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 0.89 0.22 0.07 7/221 26755
/proc/meminfo: memFree=28317812/32873844 swapFree=7364/7364
[pid=26733] ppid=26731 vsize=9824668 CPUtime=7.54 cores=0,2,4,6
/proc/26733/stat : 26733 (java) S 26731 26733 26250 0 -1 4202496 16941 0 1 0 742 12 0 0 20 0 22 0 253317065 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140737484597312 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26733/statm: 2456167 85746 2273 9 0 2446860 0
[pid=26733/tid=26734] ppid=26731 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/26733/task/26734/stat : 26734 (java) S 26731 26733 26250 0 -1 4202560 2576 0 1 0 66 3 0 0 20 0 22 0 253317066 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645811151864 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26736] ppid=26731 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26733/task/26736/stat : 26736 (java) S 26731 26733 26250 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 253317067 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645655067048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26737] ppid=26731 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26733/task/26737/stat : 26737 (java) S 26731 26733 26250 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 253317067 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645654014504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26738] ppid=26731 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/26733/task/26738/stat : 26738 (java) S 26731 26733 26250 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253317067 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645652961448 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26739] ppid=26731 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26733/task/26739/stat : 26739 (java) S 26731 26733 26250 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253317067 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645651908904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26740] ppid=26731 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/26733/task/26740/stat : 26740 (java) S 26731 26733 26250 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 22 0 253317067 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645650856872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26741] ppid=26731 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26733/task/26741/stat : 26741 (java) S 26731 26733 26250 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253317067 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645649804328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26742] ppid=26731 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26733/task/26742/stat : 26742 (java) S 26731 26733 26250 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 253317067 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645648751272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26743] ppid=26731 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26733/task/26743/stat : 26743 (java) S 26731 26733 26250 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 253317067 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645647698728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26744] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26744/stat : 26744 (java) S 26731 26733 26250 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 253317068 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645635287400 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26745] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26745/stat : 26745 (java) S 26731 26733 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317068 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645634233720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26746] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26746/stat : 26746 (java) S 26731 26733 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317068 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645633180552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26747] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26747/stat : 26747 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645632129296 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26748] ppid=26731 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/26733/task/26748/stat : 26748 (java) S 26731 26733 26250 0 -1 4202560 4760 0 0 0 86 2 0 0 20 0 22 0 253317072 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645631077176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26749] ppid=26731 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/26733/task/26749/stat : 26749 (java) S 26731 26733 26250 0 -1 4202560 7941 0 0 0 105 2 0 0 20 0 22 0 253317072 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645630024632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26750] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26750/stat : 26750 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645628971768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26751] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26751/stat : 26751 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645627919432 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26752] ppid=26731 vsize=9824668 CPUtime=2.26 cores=0,2,4,6
/proc/26733/task/26752/stat : 26752 (java) R 26731 26733 26250 0 -1 4202560 20 0 0 0 226 0 0 0 20 0 22 0 253317141 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645626863736 140645751714807 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26753] ppid=26731 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/26733/task/26753/stat : 26753 (java) R 26731 26733 26250 0 -1 4202560 131 0 0 0 225 2 0 0 20 0 22 0 253317141 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645625811352 140645751767509 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26754] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26754/stat : 26754 (java) S 26731 26733 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317145 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645624759080 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26755] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26755/stat : 26755 (java) S 26731 26733 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317145 10060460032 85746 33554432000 1073741824 1073778376 140737484606176 140645623706536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 9824668

[startup+6.30074 s]
/proc/loadavg: 0.89 0.22 0.07 5/221 26755
/proc/meminfo: memFree=27585036/32873844 swapFree=7364/7364
[pid=26733] ppid=26731 vsize=9824668 CPUtime=14.08 cores=0,2,4,6
/proc/26733/stat : 26733 (java) S 26731 26733 26250 0 -1 4202496 17527 0 1 0 1386 22 0 0 20 0 22 0 253317065 10060460032 156864 33554432000 1073741824 1073778376 140737484606176 140737484597312 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26733/statm: 2456167 156864 2285 9 0 2446860 0
[pid=26733/tid=26734] ppid=26731 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/26733/task/26734/stat : 26734 (java) S 26731 26733 26250 0 -1 4202560 2576 0 1 0 66 3 0 0 20 0 22 0 253317066 10060460032 156864 33554432000 1073741824 1073778376 140737484606176 140645811151864 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26736] ppid=26731 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/26733/task/26736/stat : 26736 (java) S 26731 26733 26250 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 253317067 10060460032 156864 33554432000 1073741824 1073778376 140737484606176 140645655067048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26737] ppid=26731 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26733/task/26737/stat : 26737 (java) S 26731 26733 26250 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 22 0 253317067 10060460032 156864 33554432000 1073741824 1073778376 140737484606176 140645654014504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26738] ppid=26731 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26733/task/26738/stat : 26738 (java) S 26731 26733 26250 0 -1 4202560 43 0 0 0 4 2 0 0 20 0 22 0 253317067 10060460032 156864 33554432000 1073741824 1073778376 140737484606176 140645652961448 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26739] ppid=26731 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/26733/task/26739/stat : 26739 (java) S 26731 26733 26250 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 22 0 253317067 10060460032 156864 33554432000 1073741824 1073778376 140737484606176 140645651908904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26740] ppid=26731 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/26733/task/26740/stat : 26740 (java) S 26731 26733 26250 0 -1 4202560 66 0 0 0 6 2 0 0 20 0 22 0 253317067 10060460032 156864 33554432000 1073741824 1073778376 140737484606176 140645650856872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26741] ppid=26731 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26733/task/26741/stat : 26741 (java) S 26731 26733 26250 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 22 0 253317067 10060460032 156864 33554432000 1073741824 1073778376 140737484606176 140645649804328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26742] ppid=26731 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/26733/task/26742/stat : 26742 (java) S 26731 26733 26250 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 22 0 253317067 10060460032 156864 33554432000 1073741824 1073778376 140737484606176 140645648751272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26743] ppid=26731 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/26733/task/26743/stat : 26743 (java) S 26731 26733 26250 0 -1 4202560 44 0 0 0 5 3 0 0 20 0 22 0 253317067 10060460032 156864 33554432000 1073741824 1073778376 140737484606176 140645647698728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/26733/task/26745/stat : 26745 (java) S 26731 26733 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317068 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645634233720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26746] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26746/stat : 26746 (java) S 26731 26733 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317068 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645633180552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26747] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26747/stat : 26747 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645632129296 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26748] ppid=26731 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/26733/task/26748/stat : 26748 (java) S 26731 26733 26250 0 -1 4202560 5425 0 0 0 110 2 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645631077176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26749] ppid=26731 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/26733/task/26749/stat : 26749 (java) S 26731 26733 26250 0 -1 4202560 9017 0 0 0 138 2 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645630024632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26750] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26750/stat : 26750 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645628971768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26751] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26751/stat : 26751 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645627919432 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26752] ppid=26731 vsize=9824668 CPUtime=19.18 cores=0,2,4,6
/proc/26733/task/26752/stat : 26752 (java) R 26731 26733 26250 0 -1 4202560 24 0 0 0 1918 0 0 0 20 0 22 0 253317141 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645626862064 140645751756096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26753] ppid=26731 vsize=9824668 CPUtime=19.18 cores=0,2,4,6
/proc/26733/task/26753/stat : 26753 (java) R 26731 26733 26250 0 -1 4202560 1306 0 0 0 1894 24 0 0 20 0 22 0 253317141 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645625811424 140645751941526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26754] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26754/stat : 26754 (java) S 26731 26733 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317145 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645624759080 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26755] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26755/stat : 26755 (java) S 26731 26733 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317145 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645623706536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.96
Current children cumulated vsize (KiB) 9824668

[startup+21.5008 s]
/proc/loadavg: 1.58 0.40 0.13 5/221 26755
/proc/meminfo: memFree=25246584/32873844 swapFree=7364/7364
[pid=26733] ppid=26731 vsize=9824668 CPUtime=44.56 cores=0,2,4,6
/proc/26733/stat : 26733 (java) S 26731 26733 26250 0 -1 4202496 20925 0 1 0 4412 44 0 0 20 0 22 0 253317065 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140737484597312 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26733/statm: 2456167 479959 2285 9 0 2446860 0
[pid=26733/tid=26734] ppid=26731 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/26733/task/26734/stat : 26734 (java) S 26731 26733 26250 0 -1 4202560 2576 0 1 0 67 3 0 0 20 0 22 0 253317066 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645811151864 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26736] ppid=26731 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/26733/task/26736/stat : 26736 (java) S 26731 26733 26250 0 -1 4202560 38 0 0 0 6 1 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645655067048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26737] ppid=26731 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/26733/task/26737/stat : 26737 (java) S 26731 26733 26250 0 -1 4202560 35 0 0 0 7 2 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645654014504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26738] ppid=26731 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/26733/task/26738/stat : 26738 (java) S 26731 26733 26250 0 -1 4202560 54 0 0 0 6 2 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645652961448 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26739] ppid=26731 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26733/task/26739/stat : 26739 (java) S 26731 26733 26250 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645651908904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26740] ppid=26731 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/26733/task/26740/stat : 26740 (java) S 26731 26733 26250 0 -1 4202560 68 0 0 0 8 2 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645650856872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26741] ppid=26731 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/26733/task/26741/stat : 26741 (java) S 26731 26733 26250 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645649804328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26742] ppid=26731 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/26733/task/26742/stat : 26742 (java) S 26731 26733 26250 0 -1 4202560 45 0 0 0 9 2 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645648751272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26743] ppid=26731 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/26733/task/26743/stat : 26743 (java) S 26731 26733 26250 0 -1 4202560 53 0 0 0 9 3 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645647698728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26744] ppid=26731 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/26733/task/26744/stat : 26744 (java) S 26731 26733 26250 0 -1 4202560 1030 0 0 0 49 2 0 0 20 0 22 0 253317068 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645635287400 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26745] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26745/stat : 26745 (java) S 26731 26733 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317068 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645634233720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26746] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26746/stat : 26746 (java) S 26731 26733 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317068 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645633180552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26747] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26747/stat : 26747 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645632129296 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26748] ppid=26731 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/26733/task/26748/stat : 26748 (java) S 26731 26733 26250 0 -1 4202560 5425 0 0 0 110 2 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645631077176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26749] ppid=26731 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/26733/task/26749/stat : 26749 (java) S 26731 26733 26250 0 -1 4202560 9017 0 0 0 138 2 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645630024632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26750] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26750/stat : 26750 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645628971768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26751] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26751/stat : 26751 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645627919432 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26752] ppid=26731 vsize=9824668 CPUtime=19.98 cores=0,2,4,6
/proc/26733/task/26752/stat : 26752 (java) R 26731 26733 26250 0 -1 4202560 24 0 0 0 1998 0 0 0 20 0 22 0 253317141 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645626862064 140645751738653 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26753] ppid=26731 vsize=9824668 CPUtime=19.97 cores=0,2,4,6
/proc/26733/task/26753/stat : 26753 (java) R 26731 26733 26250 0 -1 4202560 1306 0 0 0 1973 24 0 0 20 0 22 0 253317141 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645625811424 140645751908490 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26754] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26754/stat : 26754 (java) S 26731 26733 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317145 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645624759080 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26755] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26755/stat : 26755 (java) S 26731 26733 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317145 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645623706536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 44.56
Current children cumulated vsize (KiB) 9824668

[startup+22.3008 s]
/proc/loadavg: 1.77 0.46 0.15 5/221 26755
/proc/meminfo: memFree=25246832/32873844 swapFree=7364/7364
[pid=26733] ppid=26731 vsize=9824668 CPUtime=46.16 cores=0,2,4,6
/proc/26733/stat : 26733 (java) S 26731 26733 26250 0 -1 4202496 20925 0 1 0 4572 44 0 0 20 0 22 0 253317065 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140737484597312 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26733/statm: 2456167 479959 2285 9 0 2446860 0
[pid=26733/tid=26734] ppid=26731 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/26733/task/26734/stat : 26734 (java) S 26731 26733 26250 0 -1 4202560 2576 0 1 0 67 3 0 0 20 0 22 0 253317066 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645811151864 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26736] ppid=26731 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/26733/task/26736/stat : 26736 (java) S 26731 26733 26250 0 -1 4202560 38 0 0 0 6 1 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645655067048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26737] ppid=26731 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/26733/task/26737/stat : 26737 (java) S 26731 26733 26250 0 -1 4202560 35 0 0 0 7 2 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645654014504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26738] ppid=26731 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/26733/task/26738/stat : 26738 (java) S 26731 26733 26250 0 -1 4202560 54 0 0 0 6 2 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645652961448 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26739] ppid=26731 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26733/task/26739/stat : 26739 (java) S 26731 26733 26250 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645651908904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26740] ppid=26731 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/26733/task/26740/stat : 26740 (java) S 26731 26733 26250 0 -1 4202560 68 0 0 0 8 2 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645650856872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26741] ppid=26731 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/26733/task/26741/stat : 26741 (java) S 26731 26733 26250 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645649804328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26742] ppid=26731 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/26733/task/26742/stat : 26742 (java) S 26731 26733 26250 0 -1 4202560 45 0 0 0 9 2 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645648751272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26743] ppid=26731 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/26733/task/26743/stat : 26743 (java) S 26731 26733 26250 0 -1 4202560 53 0 0 0 9 3 0 0 20 0 22 0 253317067 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645647698728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26744] ppid=26731 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/26733/task/26744/stat : 26744 (java) S 26731 26733 26250 0 -1 4202560 1030 0 0 0 49 2 0 0 20 0 22 0 253317068 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645635287400 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26745] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26745/stat : 26745 (java) S 26731 26733 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317068 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645634233720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26746] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26746/stat : 26746 (java) S 26731 26733 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317068 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645633180552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26747] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26747/stat : 26747 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645632129296 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26748] ppid=26731 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/26733/task/26748/stat : 26748 (java) S 26731 26733 26250 0 -1 4202560 5425 0 0 0 110 2 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645631077176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26749] ppid=26731 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/26733/task/26749/stat : 26749 (java) S 26731 26733 26250 0 -1 4202560 9017 0 0 0 138 2 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645630024632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26750] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26750/stat : 26750 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645628971768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26751] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26751/stat : 26751 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317072 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645627919432 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26752] ppid=26731 vsize=9824668 CPUtime=20.78 cores=0,2,4,6
/proc/26733/task/26752/stat : 26752 (java) R 26731 26733 26250 0 -1 4202560 24 0 0 0 2078 0 0 0 20 0 22 0 253317141 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645626862064 140645751708570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26753] ppid=26731 vsize=9824668 CPUtime=20.77 cores=0,2,4,6
/proc/26733/task/26753/stat : 26753 (java) R 26731 26733 26250 0 -1 4202560 1306 0 0 0 2053 24 0 0 20 0 22 0 253317141 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645625811424 140645751941555 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26754] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26754/stat : 26754 (java) S 26731 26733 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317145 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645624759080 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26755] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26755/stat : 26755 (java) S 26731 26733 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317145 10060460032 479959 33554432000 1073741824 1073778376 140737484606176 140645623706536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 46.16
Current children cumulated vsize (KiB) 9824668

[startup+22.7008 s]
/proc/loadavg: 1.77 0.46 0.15 5/221 26755
/proc/meminfo: memFree=25246832/32873844 swapFree=7364/7364
[pid=26733] ppid=26731 vsize=9824668 CPUtime=46.62 cores=0,2,4,6
/proc/26733/stat : 26733 (java) S 26731 26733 26250 0 -1 4202496 20926 0 1 0 4615 47 0 0 20 0 19 0 253317065 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140737484597312 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26733/statm: 2456167 479948 2286 9 0 2446860 0
[pid=26733/tid=26734] ppid=26731 vsize=9824668 CPUtime=0.7 cores=0,2,4,6
/proc/26733/task/26734/stat : 26734 (java) S 26731 26733 26250 0 -1 4202560 2576 0 1 0 67 3 0 0 20 0 19 0 253317066 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645811151864 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26736] ppid=26731 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/26733/task/26736/stat : 26736 (java) S 26731 26733 26250 0 -1 4202560 38 0 0 0 6 1 0 0 20 0 19 0 253317067 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645655067048 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26737] ppid=26731 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/26733/task/26737/stat : 26737 (java) S 26731 26733 26250 0 -1 4202560 35 0 0 0 7 2 0 0 20 0 19 0 253317067 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645654014504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26738] ppid=26731 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/26733/task/26738/stat : 26738 (java) S 26731 26733 26250 0 -1 4202560 54 0 0 0 6 2 0 0 20 0 19 0 253317067 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645652961448 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26739] ppid=26731 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26733/task/26739/stat : 26739 (java) S 26731 26733 26250 0 -1 4202560 31 0 0 0 5 1 0 0 20 0 19 0 253317067 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645651908904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26740] ppid=26731 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/26733/task/26740/stat : 26740 (java) S 26731 26733 26250 0 -1 4202560 68 0 0 0 8 2 0 0 20 0 19 0 253317067 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645650856872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26741] ppid=26731 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/26733/task/26741/stat : 26741 (java) S 26731 26733 26250 0 -1 4202560 33 0 0 0 7 0 0 0 20 0 19 0 253317067 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645649804328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26742] ppid=26731 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/26733/task/26742/stat : 26742 (java) S 26731 26733 26250 0 -1 4202560 45 0 0 0 9 2 0 0 20 0 19 0 253317067 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645648751272 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26743] ppid=26731 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/26733/task/26743/stat : 26743 (java) S 26731 26733 26250 0 -1 4202560 53 0 0 0 9 3 0 0 20 0 19 0 253317067 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645647698728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26744] ppid=26731 vsize=9824668 CPUtime=0.51 cores=0,2,4,6
/proc/26733/task/26744/stat : 26744 (java) S 26731 26733 26250 0 -1 4202560 1030 0 0 0 49 2 0 0 20 0 19 0 253317068 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645635287400 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26745] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26745/stat : 26745 (java) S 26731 26733 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253317068 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645634233720 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26746] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26746/stat : 26746 (java) S 26731 26733 26250 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253317068 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645633180552 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26747] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26747/stat : 26747 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317072 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645632129296 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26748] ppid=26731 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/26733/task/26748/stat : 26748 (java) S 26731 26733 26250 0 -1 4202560 5425 0 0 0 110 2 0 0 20 0 19 0 253317072 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645631077176 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26733/tid=26749] ppid=26731 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/26733/task/26749/stat : 26749 (java) S 26731 26733 26250 0 -1 4202560 9017 0 0 0 139 2 0 0 20 0 19 0 253317072 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645630024632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26733/tid=26750] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26750/stat : 26750 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317072 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645628971768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26733/tid=26751] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26751/stat : 26751 (java) S 26731 26733 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253317072 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645627919432 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26733/tid=26755] ppid=26731 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26733/task/26755/stat : 26755 (java) S 26731 26733 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253317145 10060460032 479948 33554432000 1073741824 1073778376 140737484606176 140645623706536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 46.62
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 22.7805
CPU time (s): 46.7079
CPU user time (s): 46.104
CPU system time (s): 0.603908
CPU usage (%): 205.034
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.104
system time used= 0.603908
maximum resident set size= 1922512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20929
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1338
involuntary context switches= 1634

runsolver used 0.088986 second user time and 0.238963 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 17:05:23
IDJOB=3687480
IDBENCH=1493
IDSOLVER=2268
FILE ID=node133/3687480-1337871922
RUNJOBID= node133-1337871880-26266
PBS_JOBID= 14620071
Free space on /tmp= 71608 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687480-1337871922/watcher-3687480-1337871922 -o /tmp/evaluation-result-3687480-1337871922/solver-3687480-1337871922 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687480-1337871922.opb

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

MD5SUM BENCH= 631c705feb60dcd8a1b144825a73a754
RANDOM SEED=1705632628

node133.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.540
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28724744 kB
Buffers:          207988 kB
Cached:          2390428 kB
SwapCached:            0 kB
Active:          1204104 kB
Inactive:        2161900 kB
Active(anon):     769928 kB
Inactive(anon):        0 kB
Active(file):     434176 kB
Inactive(file):  2161900 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             19432 kB
Writeback:             0 kB
AnonPages:        744004 kB
Mapped:            22528 kB
Shmem:               212 kB
Slab:             629940 kB
SReclaimable:      71120 kB
SUnreclaim:       558820 kB
KernelStack:        1616 kB
PageTables:         5576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1715608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    686080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71604 MiB
End job on node133 at 2012-05-24 17:05:46