Trace number 3453671

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 44.7812 22.5283

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_1_15.opb
MD5SUMebbe5bb724184b6646f7cf4470989c3e
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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.566913
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2996
Sum of products size (including duplicates)5992
Number of different products1498
Sum of products size2996

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		9996466904
0.01/0.09	c Max memory 		10048897024
0.01/0.09	c Total memory 		10048897024
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3453671-1307196008.opb
0.09/0.12	c reading problem ... 
0.47/0.33	c ... done. Wall clock time 0.213s.
0.47/0.33	c #vars     1598
0.47/0.33	c #constraints  3149
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1498
0.47/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1498
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1498
0.47/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1498
3.44/1.16	c cleaning 2501 clauses out of 5002 with flag 5002/5002
4.80/1.65	c cleaning 4250 clauses out of 8499 with flag 11000/11000
5.58/2.10	c cleaning 5614 clauses out of 11249 with flag 18000/18000
6.75/2.66	c cleaning 6814 clauses out of 13635 with flag 26000/26000
8.21/3.32	c cleaning 7898 clauses out of 15821 with flag 35000/35000
9.74/4.12	c cleaning 8943 clauses out of 17923 with flag 45000/45000
11.52/5.05	c cleaning 9480 clauses out of 18980 with flag 55000/55000
13.48/6.04	c cleaning 9740 clauses out of 19501 with flag 65001/65001
15.63/7.10	c cleaning 9880 clauses out of 19764 with flag 75004/75004
17.39/8.05	c cleaning 9930 clauses out of 19880 with flag 85000/85000
19.54/9.10	c cleaning 9964 clauses out of 19950 with flag 95000/95000
21.30/10.05	c cleaning 9982 clauses out of 19986 with flag 105000/105000
23.05/11.00	c cleaning 9989 clauses out of 20004 with flag 115000/115000
24.99/11.96	c cleaning 9999 clauses out of 20015 with flag 125000/125000
26.93/12.90	c cleaning 9998 clauses out of 20016 with flag 135000/135000
28.47/13.77	c cleaning 9999 clauses out of 20018 with flag 145000/145000
30.19/14.69	c cleaning 9996 clauses out of 20019 with flag 155000/155000
32.13/15.62	c cleaning 9998 clauses out of 20024 with flag 165001/165001
33.91/16.53	c cleaning 10003 clauses out of 20027 with flag 175002/175002
35.61/17.46	c cleaning 10006 clauses out of 20022 with flag 185000/185000
37.52/18.40	c cleaning 9999 clauses out of 20016 with flag 195000/195000
39.05/19.26	c cleaning 10000 clauses out of 20017 with flag 205000/205000
40.79/20.13	c cleaning 10001 clauses out of 20017 with flag 215000/215000
42.36/21.00	c cleaning 9998 clauses out of 20018 with flag 225002/225002
44.03/21.86	c cleaning 9996 clauses out of 20018 with flag 235000/235000
44.57/22.18	c  And the winner is CuttingPlanes
44.74/22.49	c starts		: 11
44.74/22.49	c conflicts		: 1937
44.74/22.49	c decisions		: 4930
44.74/22.49	c propagations		: 319352
44.74/22.49	c inspects		: 13957792
44.74/22.49	c shortcuts		: 0
44.74/22.49	c learnt literals	: 0
44.74/22.49	c learnt binary clauses	: 0
44.74/22.49	c learnt ternary clauses	: 0
44.74/22.49	c learnt constraints	: 1936
44.74/22.49	c ignored constraints	: 0
44.74/22.49	c root simplifications	: 0
44.74/22.49	c removed literals (reason simplification)	: 0
44.74/22.49	c reason swapping (by a shorter reason)	: 0
44.74/22.49	c Calls to reduceDB	: 0
44.74/22.49	c number of reductions to clauses (during analyze)	: 0
44.74/22.49	c number of learned constraints concerned by reduction	: 0
44.74/22.49	c number of learning phase by resolution	: 0
44.74/22.49	c number of learning phase by cutting planes	: 0
44.74/22.49	c speed (assignments/second)	: 14411.841689606932
44.74/22.49	c non guided choices	1515
44.74/22.49	c learnt constraints type 
44.74/22.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
44.74/22.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1935
44.74/22.49	c constraints type 
44.74/22.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1498
44.74/22.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
44.74/22.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
44.74/22.49	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1498
44.74/22.49	c constraints type 
44.74/22.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
44.74/22.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1498
44.74/22.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
44.74/22.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1498
44.74/22.49	s UNSATISFIABLE
44.74/22.49	c Total wall clock time (in seconds): 22.375

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

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

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


[startup+0 s]
/proc/loadavg: 1.62 2.77 3.24 3/494 5476
/proc/meminfo: memFree=19778244/32950928 swapFree=61858088/67111528
[pid=5476] ppid=5474 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/5476/stat : 5476 (java) S 5474 5476 5363 0 -1 4202496 1317 0 0 0 0 0 0 0 25 0 2 0 831200460 36646912 1018 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/5476/statm: 8947 1018 782 9 0 386 0
[pid=5476/tid=5477] ppid=5474 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5477/stat : 5477 (java) R 5474 5476 5363 0 -1 4202560 953 0 1 0 0 0 0 0 25 0 2 0 831200460 10681323520 1769 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274473661499 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.030028 s]
/proc/loadavg: 1.62 2.77 3.24 3/494 5476
/proc/meminfo: memFree=19778244/32950928 swapFree=61858088/67111528
[pid=5476] ppid=5474 vsize=10453028 CPUtime=0.01 cores=1,3,5,7
/proc/5476/stat : 5476 (java) S 5474 5476 5363 0 -1 4202496 9943 0 1 0 0 1 0 0 25 0 10 0 831200460 10703900672 9644 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485770213 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/5476/statm: 2613257 9646 952 9 0 2604413 0
[pid=5476/tid=5477] ppid=5474 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5477/stat : 5477 (java) R 5474 5476 5363 0 -1 4202560 8822 0 1 0 0 0 0 0 25 0 10 0 831200460 10703900672 9647 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 46964866195496 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10453028

[startup+0.101236 s]
/proc/loadavg: 1.62 2.77 3.24 3/494 5476
/proc/meminfo: memFree=19778244/32950928 swapFree=61858088/67111528
[pid=5476] ppid=5474 vsize=10540148 CPUtime=0.09 cores=1,3,5,7
/proc/5476/stat : 5476 (java) S 5474 5476 5363 0 -1 4202496 12997 0 1 0 8 1 0 0 25 0 18 0 831200460 10793111552 12658 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5476/statm: 2635037 12659 2093 9 0 2625771 0
[pid=5476/tid=5477] ppid=5474 vsize=10540148 CPUtime=0.07 cores=1,3,5,7
/proc/5476/task/5477/stat : 5477 (java) R 5474 5476 5363 0 -1 4202560 11049 0 1 0 6 1 0 0 25 0 18 0 831200460 10793111552 12659 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485794251 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540148

[startup+0.300985 s]
/proc/loadavg: 1.62 2.77 3.24 3/494 5476
/proc/meminfo: memFree=19778244/32950928 swapFree=61858088/67111528
[pid=5476] ppid=5474 vsize=10542080 CPUtime=0.47 cores=1,3,5,7
/proc/5476/stat : 5476 (java) S 5474 5476 5363 0 -1 4202496 16422 0 1 0 45 2 0 0 25 0 18 0 831200460 10795089920 15659 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5476/statm: 2635520 15659 2213 9 0 2626254 0
[pid=5476/tid=5477] ppid=5474 vsize=10542080 CPUtime=0.27 cores=1,3,5,7
/proc/5476/task/5477/stat : 5477 (java) R 5474 5476 5363 0 -1 4202560 12825 0 1 0 26 1 0 0 25 0 18 0 831200460 10795089920 15660 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 46912505583710 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10542080

[startup+0.700916 s]
/proc/loadavg: 1.62 2.77 3.24 3/494 5476
/proc/meminfo: memFree=19778244/32950928 swapFree=61858088/67111528
[pid=5476] ppid=5474 vsize=10555036 CPUtime=1.88 cores=1,3,5,7
/proc/5476/stat : 5476 (java) S 5474 5476 5363 0 -1 4202496 28590 0 1 0 184 4 0 0 25 0 22 0 831200460 10808356864 24244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5476/statm: 2638759 24252 2234 9 0 2629493 0
[pid=5476/tid=5477] ppid=5474 vsize=10555036 CPUtime=0.3 cores=1,3,5,7
/proc/5476/task/5477/stat : 5477 (java) S 5474 5476 5363 0 -1 4202560 13521 0 1 0 29 1 0 0 25 0 22 0 831200460 10808356864 24255 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10555036

[startup+1.50077 s]
/proc/loadavg: 1.62 2.77 3.24 6/516 5499
/proc/meminfo: memFree=19586688/32950928 swapFree=61858088/67111528
[pid=5476] ppid=5474 vsize=10557312 CPUtime=4.55 cores=1,3,5,7
/proc/5476/stat : 5476 (java) S 5474 5476 5363 0 -1 4202496 69972 0 1 0 445 10 0 0 25 0 22 0 831200460 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5476/statm: 2639328 59178 2267 9 0 2630062 0
[pid=5476/tid=5477] ppid=5474 vsize=10557312 CPUtime=0.3 cores=1,3,5,7
/proc/5476/task/5477/stat : 5477 (java) S 5474 5476 5363 0 -1 4202560 13521 0 1 0 29 1 0 0 15 0 22 0 831200460 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5479] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5479/stat : 5479 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831200463 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5480] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5480/stat : 5480 (java) S 5474 5476 5363 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 831200463 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5481] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5481/stat : 5481 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831200463 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5482] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5482/stat : 5482 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831200463 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5483] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5483/stat : 5483 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831200463 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5484] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5484/stat : 5484 (java) S 5474 5476 5363 0 -1 4202560 361 0 0 0 0 0 0 0 18 0 22 0 831200463 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5485] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5485/stat : 5485 (java) S 5474 5476 5363 0 -1 4202560 363 0 0 0 0 0 0 0 18 0 22 0 831200463 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5486] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5486/stat : 5486 (java) S 5474 5476 5363 0 -1 4202560 427 0 0 0 0 0 0 0 18 0 22 0 831200463 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5487] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5487/stat : 5487 (java) S 5474 5476 5363 0 -1 4202560 1146 0 0 0 2 0 0 0 16 0 22 0 831200464 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 0 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5488] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5488/stat : 5488 (java) S 5474 5476 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831200464 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5489] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5489/stat : 5489 (java) S 5474 5476 5363 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831200464 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5490] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5490/stat : 5490 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200466 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485791153 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5491] ppid=5474 vsize=10557312 CPUtime=0.94 cores=1,3,5,7
/proc/5476/task/5491/stat : 5491 (java) S 5474 5476 5363 0 -1 4202560 7760 0 0 0 93 1 0 0 25 0 22 0 831200466 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5492] ppid=5474 vsize=10557312 CPUtime=1 cores=1,3,5,7
/proc/5476/task/5492/stat : 5492 (java) S 5474 5476 5363 0 -1 4202560 11095 0 0 0 99 1 0 0 25 0 22 0 831200466 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5493] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5493/stat : 5493 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200466 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5494] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5494/stat : 5494 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831200466 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5495] ppid=5474 vsize=10557312 CPUtime=1.13 cores=1,3,5,7
/proc/5476/task/5495/stat : 5495 (java) R 5474 5476 5363 0 -1 4202560 600 0 0 0 113 0 0 0 20 0 22 0 831200493 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 46912505648403 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5476/tid=5496] ppid=5474 vsize=10557312 CPUtime=1.1 cores=1,3,5,7
/proc/5476/task/5496/stat : 5496 (java) R 5474 5476 5363 0 -1 4202560 33535 0 0 0 106 4 0 0 25 0 22 0 831200493 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 46912505788938 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5476/tid=5497] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5497/stat : 5497 (java) S 5474 5476 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200494 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5499] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5499/stat : 5499 (java) S 5474 5476 5363 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831200494 10810687488 59178 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 10557312

[startup+3.10149 s]
/proc/loadavg: 1.81 2.79 3.25 5/516 5499
/proc/meminfo: memFree=19375764/32950928 swapFree=61858088/67111528
[pid=5476] ppid=5474 vsize=10557312 CPUtime=7.77 cores=1,3,5,7
/proc/5476/stat : 5476 (java) S 5474 5476 5363 0 -1 4202496 112044 0 1 0 762 15 0 0 25 0 22 0 831200460 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5476/statm: 2639328 101247 2267 9 0 2630062 0
[pid=5476/tid=5477] ppid=5474 vsize=10557312 CPUtime=0.3 cores=1,3,5,7
/proc/5476/task/5477/stat : 5477 (java) S 5474 5476 5363 0 -1 4202560 13521 0 1 0 29 1 0 0 15 0 22 0 831200460 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5479] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5479/stat : 5479 (java) S 5474 5476 5363 0 -1 4202560 374 0 0 0 0 0 0 0 15 0 22 0 831200463 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5480] ppid=5474 vsize=10557312 CPUtime=0.01 cores=1,3,5,7
/proc/5476/task/5480/stat : 5480 (java) S 5474 5476 5363 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 22 0 831200463 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5481] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5481/stat : 5481 (java) S 5474 5476 5363 0 -1 4202560 228 0 0 0 0 0 0 0 15 0 22 0 831200463 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5482] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5482/stat : 5482 (java) S 5474 5476 5363 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 22 0 831200463 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5483] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5483/stat : 5483 (java) S 5474 5476 5363 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 22 0 831200463 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5484] ppid=5474 vsize=10557312 CPUtime=0.01 cores=1,3,5,7
/proc/5476/task/5484/stat : 5484 (java) S 5474 5476 5363 0 -1 4202560 363 0 0 0 1 0 0 0 16 0 22 0 831200463 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5485] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5485/stat : 5485 (java) S 5474 5476 5363 0 -1 4202560 367 0 0 0 0 0 0 0 16 0 22 0 831200463 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5486] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5486/stat : 5486 (java) S 5474 5476 5363 0 -1 4202560 427 0 0 0 0 0 0 0 15 0 22 0 831200463 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5487] ppid=5474 vsize=10557312 CPUtime=0.1 cores=1,3,5,7
/proc/5476/task/5487/stat : 5487 (java) S 5474 5476 5363 0 -1 4202560 2187 0 0 0 10 0 0 0 15 0 22 0 831200464 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 0 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5488] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5488/stat : 5488 (java) S 5474 5476 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831200464 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5489] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5489/stat : 5489 (java) S 5474 5476 5363 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831200464 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5490] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5490/stat : 5490 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200466 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485791153 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5491] ppid=5474 vsize=10557312 CPUtime=0.97 cores=1,3,5,7
/proc/5476/task/5491/stat : 5491 (java) S 5474 5476 5363 0 -1 4202560 7760 0 0 0 96 1 0 0 15 0 22 0 831200466 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5492] ppid=5474 vsize=10557312 CPUtime=1.08 cores=1,3,5,7
/proc/5476/task/5492/stat : 5492 (java) S 5474 5476 5363 0 -1 4202560 11109 0 0 0 107 1 0 0 15 0 22 0 831200466 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5493] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5493/stat : 5493 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200466 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5494] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5494/stat : 5494 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831200466 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5495] ppid=5474 vsize=10557312 CPUtime=2.62 cores=1,3,5,7
/proc/5476/task/5495/stat : 5495 (java) R 5474 5476 5363 0 -1 4202560 603 0 0 0 262 0 0 0 23 0 22 0 831200493 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 46912505649280 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5476/tid=5496] ppid=5474 vsize=10557312 CPUtime=2.59 cores=1,3,5,7
/proc/5476/task/5496/stat : 5496 (java) R 5474 5476 5363 0 -1 4202560 73765 0 0 0 250 9 0 0 25 0 22 0 831200493 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 46912505570029 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5476/tid=5497] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5497/stat : 5497 (java) S 5474 5476 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200494 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5499] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5499/stat : 5499 (java) S 5474 5476 5363 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831200494 10810687488 101247 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 10557312

[startup+6.30098 s]
/proc/loadavg: 1.81 2.79 3.25 5/516 5499
/proc/meminfo: memFree=18855352/32950928 swapFree=61858088/67111528
[pid=5476] ppid=5474 vsize=10557312 CPUtime=14.03 cores=1,3,5,7
/proc/5476/stat : 5476 (java) S 5474 5476 5363 0 -1 4202496 162592 0 1 0 1381 22 0 0 25 0 22 0 831200460 10810687488 151331 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5476/statm: 2639328 151331 2267 9 0 2630062 0
[pid=5476/tid=5477] ppid=5474 vsize=10557312 CPUtime=0.3 cores=1,3,5,7
/proc/5476/task/5477/stat : 5477 (java) S 5474 5476 5363 0 -1 4202560 13522 0 1 0 29 1 0 0 15 0 22 0 831200460 10810687488 151331 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5479] ppid=5474 vsize=10557312 CPUtime=0.01 cores=1,3,5,7
/proc/5476/task/5479/stat : 5479 (java) S 5474 5476 5363 0 -1 4202560 418 0 0 0 1 0 0 0 15 0 22 0 831200463 10810687488 151331 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5480] ppid=5474 vsize=10557312 CPUtime=0.01 cores=1,3,5,7
/proc/5476/task/5480/stat : 5480 (java) S 5474 5476 5363 0 -1 4202560 66 0 0 0 1 0 0 0 15 0 22 0 831200463 10810687488 151331 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5481] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5481/stat : 5481 (java) S 5474 5476 5363 0 -1 4202560 230 0 0 0 0 0 0 0 16 0 22 0 831200463 10810687488 151331 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5482] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5482/stat : 5482 (java) S 5474 5476 5363 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 22 0 831200463 10810687488 151331 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5483] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5483/stat : 5483 (java) S 5474 5476 5363 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 22 0 831200463 10810687488 151331 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5484] ppid=5474 vsize=10557312 CPUtime=0.01 cores=1,3,5,7
/proc/5476/task/5484/stat : 5484 (java) S 5474 5476 5363 0 -1 4202560 366 0 0 0 1 0 0 0 16 0 22 0 831200463 10810687488 151331 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5485] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5485/stat : 5485 (java) S 5474 5476 5363 0 -1 4202560 367 0 0 0 0 0 0 0 15 0 22 0 831200463 10810687488 151331 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5486] ppid=5474 vsize=10557312 CPUtime=0.01 cores=1,3,5,7
/proc/5476/task/5486/stat : 5486 (java) S 5474 5476 5363 0 -1 4202560 484 0 0 0 1 0 0 0 15 0 22 0 831200463 10810687488 151331 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0

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

[pid=5476/tid=5493] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5493/stat : 5493 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200466 10810687488 161261 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5494] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5494/stat : 5494 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831200466 10810687488 161261 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5495] ppid=5474 vsize=10557312 CPUtime=17.59 cores=1,3,5,7
/proc/5476/task/5495/stat : 5495 (java) R 5474 5476 5363 0 -1 4202560 619 0 0 0 1759 0 0 0 25 0 22 0 831200493 10810687488 161261 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 46912505678048 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5476/tid=5496] ppid=5474 vsize=10557312 CPUtime=17.56 cores=1,3,5,7
/proc/5476/task/5496/stat : 5496 (java) R 5474 5476 5363 0 -1 4202560 127606 0 0 0 1740 16 0 0 25 0 22 0 831200493 10810687488 161261 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 46912505893858 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5476/tid=5497] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5497/stat : 5497 (java) S 5474 5476 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200494 10810687488 161261 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5499] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5499/stat : 5499 (java) S 5474 5476 5363 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831200494 10810687488 161261 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 38.85
Current children cumulated vsize (KiB) 10557312

[startup+20.7014 s]
/proc/loadavg: 2.30 2.85 3.26 5/516 5499
/proc/meminfo: memFree=18324980/32950928 swapFree=61858088/67111528
[pid=5476] ppid=5474 vsize=10557312 CPUtime=41.93 cores=1,3,5,7
/proc/5476/stat : 5476 (java) S 5474 5476 5363 0 -1 4202496 173262 0 1 0 4170 23 0 0 25 0 22 0 831200460 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5476/statm: 2639328 161986 2267 9 0 2630062 0
[pid=5476/tid=5477] ppid=5474 vsize=10557312 CPUtime=0.3 cores=1,3,5,7
/proc/5476/task/5477/stat : 5477 (java) S 5474 5476 5363 0 -1 4202560 13522 0 1 0 29 1 0 0 15 0 22 0 831200460 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5479] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5479/stat : 5479 (java) S 5474 5476 5363 0 -1 4202560 422 0 0 0 2 0 0 0 16 0 22 0 831200463 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5480] ppid=5474 vsize=10557312 CPUtime=0.03 cores=1,3,5,7
/proc/5476/task/5480/stat : 5480 (java) S 5474 5476 5363 0 -1 4202560 69 0 0 0 3 0 0 0 15 0 22 0 831200463 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5481] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5481/stat : 5481 (java) S 5474 5476 5363 0 -1 4202560 238 0 0 0 2 0 0 0 16 0 22 0 831200463 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5482] ppid=5474 vsize=10557312 CPUtime=0.03 cores=1,3,5,7
/proc/5476/task/5482/stat : 5482 (java) S 5474 5476 5363 0 -1 4202560 21 0 0 0 3 0 0 0 16 0 22 0 831200463 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5483] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5483/stat : 5483 (java) S 5474 5476 5363 0 -1 4202560 187 0 0 0 2 0 0 0 15 0 22 0 831200463 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5484] ppid=5474 vsize=10557312 CPUtime=0.03 cores=1,3,5,7
/proc/5476/task/5484/stat : 5484 (java) S 5474 5476 5363 0 -1 4202560 372 0 0 0 3 0 0 0 15 0 22 0 831200463 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5485] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5485/stat : 5485 (java) S 5474 5476 5363 0 -1 4202560 373 0 0 0 2 0 0 0 15 0 22 0 831200463 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5486] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5486/stat : 5486 (java) S 5474 5476 5363 0 -1 4202560 487 0 0 0 2 0 0 0 16 0 22 0 831200463 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5487] ppid=5474 vsize=10557312 CPUtime=1.2 cores=1,3,5,7
/proc/5476/task/5487/stat : 5487 (java) S 5474 5476 5363 0 -1 4202560 9317 0 0 0 119 1 0 0 16 0 22 0 831200464 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 0 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5488] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5488/stat : 5488 (java) S 5474 5476 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831200464 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5489] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5489/stat : 5489 (java) S 5474 5476 5363 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831200464 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5490] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5490/stat : 5490 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200466 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485791153 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5491] ppid=5474 vsize=10557312 CPUtime=0.97 cores=1,3,5,7
/proc/5476/task/5491/stat : 5491 (java) S 5474 5476 5363 0 -1 4202560 7760 0 0 0 96 1 0 0 15 0 22 0 831200466 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5492] ppid=5474 vsize=10557312 CPUtime=1.09 cores=1,3,5,7
/proc/5476/task/5492/stat : 5492 (java) S 5474 5476 5363 0 -1 4202560 11109 0 0 0 108 1 0 0 15 0 22 0 831200466 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5493] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5493/stat : 5493 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200466 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5494] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5494/stat : 5494 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831200466 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5495] ppid=5474 vsize=10557312 CPUtime=19.05 cores=1,3,5,7
/proc/5476/task/5495/stat : 5495 (java) R 5474 5476 5363 0 -1 4202560 621 0 0 0 1905 0 0 0 25 0 22 0 831200493 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 46912505596760 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5476/tid=5496] ppid=5474 vsize=10557312 CPUtime=19.02 cores=1,3,5,7
/proc/5476/task/5496/stat : 5496 (java) R 5474 5476 5363 0 -1 4202560 127606 0 0 0 1886 16 0 0 25 0 22 0 831200493 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 46912505570170 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5476/tid=5497] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5497/stat : 5497 (java) S 5474 5476 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200494 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5499] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5499/stat : 5499 (java) S 5474 5476 5363 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831200494 10810687488 161986 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 41.93
Current children cumulated vsize (KiB) 10557312

[startup+21.5013 s]
/proc/loadavg: 2.30 2.85 3.26 5/516 5499
/proc/meminfo: memFree=18323368/32950928 swapFree=61858088/67111528
[pid=5476] ppid=5474 vsize=10557312 CPUtime=43.43 cores=1,3,5,7
/proc/5476/stat : 5476 (java) S 5474 5476 5363 0 -1 4202496 173264 0 1 0 4320 23 0 0 25 0 22 0 831200460 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5476/statm: 2639328 161987 2267 9 0 2630062 0
[pid=5476/tid=5477] ppid=5474 vsize=10557312 CPUtime=0.3 cores=1,3,5,7
/proc/5476/task/5477/stat : 5477 (java) S 5474 5476 5363 0 -1 4202560 13522 0 1 0 29 1 0 0 15 0 22 0 831200460 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5479] ppid=5474 vsize=10557312 CPUtime=0.03 cores=1,3,5,7
/proc/5476/task/5479/stat : 5479 (java) S 5474 5476 5363 0 -1 4202560 422 0 0 0 3 0 0 0 15 0 22 0 831200463 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5480] ppid=5474 vsize=10557312 CPUtime=0.03 cores=1,3,5,7
/proc/5476/task/5480/stat : 5480 (java) S 5474 5476 5363 0 -1 4202560 69 0 0 0 3 0 0 0 15 0 22 0 831200463 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5481] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5481/stat : 5481 (java) S 5474 5476 5363 0 -1 4202560 239 0 0 0 2 0 0 0 15 0 22 0 831200463 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5482] ppid=5474 vsize=10557312 CPUtime=0.03 cores=1,3,5,7
/proc/5476/task/5482/stat : 5482 (java) S 5474 5476 5363 0 -1 4202560 21 0 0 0 3 0 0 0 15 0 22 0 831200463 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5483] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5483/stat : 5483 (java) S 5474 5476 5363 0 -1 4202560 187 0 0 0 2 0 0 0 15 0 22 0 831200463 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5484] ppid=5474 vsize=10557312 CPUtime=0.03 cores=1,3,5,7
/proc/5476/task/5484/stat : 5484 (java) S 5474 5476 5363 0 -1 4202560 372 0 0 0 3 0 0 0 15 0 22 0 831200463 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5485] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5485/stat : 5485 (java) S 5474 5476 5363 0 -1 4202560 373 0 0 0 2 0 0 0 16 0 22 0 831200463 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5486] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5486/stat : 5486 (java) S 5474 5476 5363 0 -1 4202560 487 0 0 0 2 0 0 0 15 0 22 0 831200463 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5487] ppid=5474 vsize=10557312 CPUtime=1.3 cores=1,3,5,7
/proc/5476/task/5487/stat : 5487 (java) S 5474 5476 5363 0 -1 4202560 9317 0 0 0 129 1 0 0 16 0 22 0 831200464 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 0 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5488] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5488/stat : 5488 (java) S 5474 5476 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831200464 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5489] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5489/stat : 5489 (java) S 5474 5476 5363 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 831200464 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5490] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5490/stat : 5490 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200466 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485791153 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5491] ppid=5474 vsize=10557312 CPUtime=0.97 cores=1,3,5,7
/proc/5476/task/5491/stat : 5491 (java) S 5474 5476 5363 0 -1 4202560 7760 0 0 0 96 1 0 0 15 0 22 0 831200466 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5492] ppid=5474 vsize=10557312 CPUtime=1.09 cores=1,3,5,7
/proc/5476/task/5492/stat : 5492 (java) S 5474 5476 5363 0 -1 4202560 11109 0 0 0 108 1 0 0 15 0 22 0 831200466 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5493] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5493/stat : 5493 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831200466 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5494] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5494/stat : 5494 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831200466 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5495] ppid=5474 vsize=10557312 CPUtime=19.75 cores=1,3,5,7
/proc/5476/task/5495/stat : 5495 (java) R 5474 5476 5363 0 -1 4202560 622 0 0 0 1975 0 0 0 25 0 22 0 831200493 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 46912505697315 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5476/tid=5496] ppid=5474 vsize=10557312 CPUtime=19.72 cores=1,3,5,7
/proc/5476/task/5496/stat : 5496 (java) R 5474 5476 5363 0 -1 4202560 127606 0 0 0 1956 16 0 0 25 0 22 0 831200493 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 46912505744346 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5476/tid=5497] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5497/stat : 5497 (java) S 5474 5476 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 831200494 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5499] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5499/stat : 5499 (java) S 5474 5476 5363 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831200494 10810687488 161987 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 43.43
Current children cumulated vsize (KiB) 10557312

[startup+22.3011 s]
/proc/loadavg: 2.30 2.85 3.26 4/516 5499
/proc/meminfo: memFree=18323244/32950928 swapFree=61858088/67111528
[pid=5476] ppid=5474 vsize=10557312 CPUtime=44.74 cores=1,3,5,7
/proc/5476/stat : 5476 (java) S 5474 5476 5363 0 -1 4202496 173522 0 1 0 4451 23 0 0 25 0 19 0 831200460 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485770213 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5476/statm: 2639328 162244 2268 9 0 2630062 0
[pid=5476/tid=5477] ppid=5474 vsize=10557312 CPUtime=0.3 cores=1,3,5,7
/proc/5476/task/5477/stat : 5477 (java) S 5474 5476 5363 0 -1 4202560 13522 0 1 0 29 1 0 0 15 0 19 0 831200460 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5479] ppid=5474 vsize=10557312 CPUtime=0.03 cores=1,3,5,7
/proc/5476/task/5479/stat : 5479 (java) S 5474 5476 5363 0 -1 4202560 422 0 0 0 3 0 0 0 16 0 19 0 831200463 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5480] ppid=5474 vsize=10557312 CPUtime=0.03 cores=1,3,5,7
/proc/5476/task/5480/stat : 5480 (java) S 5474 5476 5363 0 -1 4202560 70 0 0 0 3 0 0 0 16 0 19 0 831200463 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5481] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5481/stat : 5481 (java) S 5474 5476 5363 0 -1 4202560 239 0 0 0 2 0 0 0 15 0 19 0 831200463 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5482] ppid=5474 vsize=10557312 CPUtime=0.03 cores=1,3,5,7
/proc/5476/task/5482/stat : 5482 (java) S 5474 5476 5363 0 -1 4202560 21 0 0 0 3 0 0 0 15 0 19 0 831200463 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5483] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5483/stat : 5483 (java) S 5474 5476 5363 0 -1 4202560 187 0 0 0 2 0 0 0 16 0 19 0 831200463 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
[pid=5476/tid=5484] ppid=5474 vsize=10557312 CPUtime=0.03 cores=1,3,5,7
/proc/5476/task/5484/stat : 5484 (java) S 5474 5476 5363 0 -1 4202560 372 0 0 0 3 0 0 0 15 0 19 0 831200463 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5485] ppid=5474 vsize=10557312 CPUtime=0.03 cores=1,3,5,7
/proc/5476/task/5485/stat : 5485 (java) S 5474 5476 5363 0 -1 4202560 373 0 0 0 3 0 0 0 16 0 19 0 831200463 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5486] ppid=5474 vsize=10557312 CPUtime=0.02 cores=1,3,5,7
/proc/5476/task/5486/stat : 5486 (java) S 5474 5476 5363 0 -1 4202560 487 0 0 0 2 0 0 0 16 0 19 0 831200463 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 5 0 0 0
[pid=5476/tid=5487] ppid=5474 vsize=10557312 CPUtime=1.37 cores=1,3,5,7
/proc/5476/task/5487/stat : 5487 (java) S 5474 5476 5363 0 -1 4202560 9572 0 0 0 136 1 0 0 16 0 19 0 831200464 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 0 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5488] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5488/stat : 5488 (java) S 5474 5476 5363 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 831200464 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5489] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5489/stat : 5489 (java) S 5474 5476 5363 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 831200464 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5490] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5490/stat : 5490 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831200466 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485791153 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5491] ppid=5474 vsize=10557312 CPUtime=0.97 cores=1,3,5,7
/proc/5476/task/5491/stat : 5491 (java) S 5474 5476 5363 0 -1 4202560 7760 0 0 0 96 1 0 0 15 0 19 0 831200466 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5492] ppid=5474 vsize=10557312 CPUtime=1.09 cores=1,3,5,7
/proc/5476/task/5492/stat : 5492 (java) S 5474 5476 5363 0 -1 4202560 11109 0 0 0 108 1 0 0 15 0 19 0 831200466 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5493] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5493/stat : 5493 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831200466 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485783449 0 4 0 16800975 18446604467719475520 0 0 -1 3 0 0 0
[pid=5476/tid=5494] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5494/stat : 5494 (java) S 5474 5476 5363 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831200466 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 1 0 0 0
[pid=5476/tid=5497] ppid=5474 vsize=10557312 CPUtime=0 cores=1,3,5,7
/proc/5476/task/5497/stat : 5497 (java) S 5474 5476 5363 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831200494 10810687488 162244 33554432000 1073741824 1073778376 140736373487920 18446744073709551615 274485784064 0 4 0 16800975 18446604467719475520 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 44.74
Current children cumulated vsize (KiB) 10557312

[startup+22.5011 s]
/proc/loadavg: 2.30 2.85 3.26 4/516 5499
/proc/meminfo: memFree=18323244/32950928 swapFree=61858088/67111528
[pid=5476] ppid=5474 vsize=0 CPUtime=44.75 cores=1,3,5,7
/proc/5476/stat : 5476 (java) R 5474 5476 5363 0 -1 4203524 173527 0 1 0 4451 24 0 0 18 0 1 0 831200460 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5476/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 44.75
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 22.5283
CPU time (s): 44.7812
CPU user time (s): 44.5142
CPU system time (s): 0.266959
CPU usage (%): 198.777
Max. virtual memory (cumulated for all children) (KiB): 10572804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.5142
system time used= 0.266959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173527
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= 1593
involuntary context switches= 702

runsolver used 0.118981 second user time and 0.253961 second system time

The end

Launcher Data

Begin job on node125 at 2011-06-04 16:00:08
IDJOB=3453671
IDBENCH=48380
IDSOLVER=1950
FILE ID=node125/3453671-1307196008
RUNJOBID= node125-1307196005-5383
PBS_JOBID= 13508885
Free space on /tmp= 73792 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_1_15.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453671-1307196008/watcher-3453671-1307196008 -o /tmp/evaluation-result-3453671-1307196008/solver-3453671-1307196008 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453671-1307196008.opb

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

MD5SUM BENCH= ebbe5bb724184b6646f7cf4470989c3e
RANDOM SEED=1843225405

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19778384 kB
Buffers:        359968 kB
Cached:        3517912 kB
SwapCached:       3616 kB
Active:        9457972 kB
Inactive:      3367328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19778384 kB
SwapTotal:    67111528 kB
SwapFree:     61858088 kB
Dirty:            2316 kB
Writeback:           0 kB
AnonPages:     8945084 kB
Mapped:          42300 kB
Slab:           215056 kB
PageTables:      62540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 140397152 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= 73788 MiB
End job on node125 at 2011-06-04 16:00:31