Trace number 3710091

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 PB specific settings 2.3.2 snapshotUNSAT 43.1084 41.7684

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
MD5SUM8bda8bcfdd3d0bef04b7cb75764a0af7
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.834872
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)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3710091-1338175289.opb
0.10/0.11	c reading problem ... 
0.24/0.28	c ... done. Wall clock time 0.173s.
0.24/0.28	c declared #vars     100
0.24/0.28	c internal #vars     1576
0.24/0.28	c #constraints  3105
0.24/0.28	c constraints type 
0.24/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
0.24/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.24/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.24/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
0.24/0.29	c 3105 constraints processed.
1.26/0.84	c cleaning 2364 clauses out of 4727 with flag 5000/5000
1.76/1.27	c cleaning 4182 clauses out of 8363 with flag 11000/11000
2.20/1.65	c cleaning 5584 clauses out of 11182 with flag 18001/18001
3.28/2.28	c cleaning 6799 clauses out of 13597 with flag 26000/26000
3.92/2.89	c cleaning 7894 clauses out of 15798 with flag 35000/35000
4.53/3.46	c cleaning 8947 clauses out of 17904 with flag 45000/45000
5.33/4.27	c cleaning 9975 clauses out of 19957 with flag 56000/56000
6.24/5.16	c cleaning 10986 clauses out of 21982 with flag 68000/68000
7.05/5.98	c cleaning 11985 clauses out of 23996 with flag 81000/81000
8.06/6.96	c cleaning 13002 clauses out of 26011 with flag 95000/95000
9.46/8.31	c cleaning 14001 clauses out of 28009 with flag 110000/110000
10.47/9.38	c cleaning 14996 clauses out of 30009 with flag 126001/126001
11.47/10.39	c cleaning 15997 clauses out of 32012 with flag 143000/143000
12.88/11.71	c cleaning 16999 clauses out of 34017 with flag 161002/161002
14.39/13.22	c cleaning 18007 clauses out of 36017 with flag 180001/180001
15.80/14.65	c cleaning 19004 clauses out of 38011 with flag 200002/200002
17.61/16.41	c cleaning 20002 clauses out of 40005 with flag 221000/221000
19.31/18.14	c cleaning 20998 clauses out of 42006 with flag 243003/243003
21.03/19.88	c cleaning 21991 clauses out of 44005 with flag 266000/266000
23.04/21.85	c cleaning 23018 clauses out of 46035 with flag 290021/290021
24.96/23.76	c cleaning 23990 clauses out of 47996 with flag 315000/315000
27.08/25.88	c cleaning 24997 clauses out of 50006 with flag 341000/341000
29.30/28.01	c cleaning 26000 clauses out of 52010 with flag 368001/368001
31.70/30.40	c cleaning 26997 clauses out of 54009 with flag 396000/396000
34.02/32.75	c cleaning 27997 clauses out of 56015 with flag 425003/425003
36.44/35.10	c cleaning 28995 clauses out of 58016 with flag 455001/455001
38.86/37.58	c cleaning 29998 clauses out of 60022 with flag 486002/486002
41.17/39.81	c cleaning 31003 clauses out of 62022 with flag 518000/518000
43.10/41.76	c starts		: 153
43.10/41.76	c conflicts		: 542874
43.10/41.76	c decisions		: 830355
43.10/41.76	c propagations		: 30898602
43.10/41.76	c inspects		: 412701378
43.10/41.76	c shortcuts		: 0
43.10/41.76	c learnt literals	: 13
43.10/41.76	c learnt binary clauses	: 115
43.10/41.76	c learnt ternary clauses	: 18840
43.10/41.76	c learnt constraints	: 542860
43.10/41.76	c ignored constraints	: 0
43.10/41.76	c root simplifications	: 165
43.10/41.76	c removed literals (reason simplification)	: 10725515
43.10/41.76	c reason swapping (by a shorter reason)	: 0
43.10/41.76	c Calls to reduceDB	: 28
43.10/41.76	c number of reductions to clauses (during analyze)	: 0
43.10/41.76	c number of learned constraints concerned by reduction	: 0
43.10/41.76	c number of learning phase by resolution	: 0
43.10/41.76	c number of learning phase by cutting planes	: 0
43.10/41.76	c speed (assignments/second)	: 745047.3090277778
43.10/41.76	c non guided choices	1493
43.10/41.76	c learnt constraints type 
43.10/41.76	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
43.10/41.76	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6672
43.10/41.76	c constraints type 
43.10/41.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
43.10/41.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
43.10/41.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
43.10/41.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
43.10/41.76	c 3105 constraints processed.
43.10/41.76	s UNSATISFIABLE
43.10/41.76	c Total wall clock time (in seconds): 41.653

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-3710091-1338175289/watcher-3710091-1338175289 -o /tmp/evaluation-result-3710091-1338175289/solver-3710091-1338175289 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710091-1338175289.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: 2.16 2.05 2.01 2/192 17446
/proc/meminfo: memFree=29083612/32873852 swapFree=7624/7624
[pid=17446] ppid=17444 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/17446/stat : 17446 (java) R 17444 17446 15185 0 -1 4202496 1146 0 0 0 0 0 0 0 20 0 1 0 283654352 24780800 866 33554432000 1073741824 1073778376 140735327107408 140735327096472 252263130087 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17446/statm: 6050 867 654 9 0 385 0
[pid=17446/tid=17447] ppid=17444 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17447/stat : 17447 (java) R 17444 17446 15185 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 283654353 24780800 867 33554432000 1073741824 1073778376 140735327107408 140735327096472 140497029548512 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.016682 s]
/proc/loadavg: 2.16 2.05 2.01 2/192 17446
/proc/meminfo: memFree=29083612/32873852 swapFree=7624/7624
[pid=17446] ppid=17444 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/17446/stat : 17446 (java) S 17444 17446 15185 0 -1 4202496 2376 0 1 0 0 0 0 0 20 0 10 0 283654352 9233014784 3075 33554432000 1073741824 1073778376 140735327107408 140735327098544 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17446/statm: 2254154 3084 1209 9 0 2244855 0
[pid=17446/tid=17447] ppid=17444 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17447/stat : 17447 (java) R 17444 17446 15185 0 -1 4202560 1232 0 1 0 0 0 0 0 20 0 10 0 283654353 9233014784 3088 33554432000 1073741824 1073778376 140735327107408 140497021870784 140497011938469 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100224 s]
/proc/loadavg: 2.16 2.05 2.01 2/192 17446
/proc/meminfo: memFree=29083612/32873852 swapFree=7624/7624
[pid=17446] ppid=17444 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/17446/stat : 17446 (java) S 17444 17446 15185 0 -1 4202496 4395 0 1 0 9 1 0 0 20 0 18 0 283654352 9787842560 6073 33554432000 1073741824 1073778376 140735327107408 140735327098544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17446/statm: 2389610 6073 2131 9 0 2380296 0
[pid=17446/tid=17447] ppid=17444 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/17446/task/17447/stat : 17447 (java) R 17444 17446 15185 0 -1 4202560 2471 0 1 0 6 1 0 0 20 0 18 0 283654353 9787842560 6073 33554432000 1073741824 1073778376 140735327107408 140497021873968 252266472717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300315 s]
/proc/loadavg: 2.16 2.05 2.01 2/192 17446
/proc/meminfo: memFree=29083612/32873852 swapFree=7624/7624
[pid=17446] ppid=17444 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/17446/stat : 17446 (java) S 17444 17446 15185 0 -1 4202496 5966 0 1 0 42 2 0 0 20 0 19 0 283654352 9856004096 9296 33554432000 1073741824 1073778376 140735327107408 140735327098544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17446/statm: 2406251 9296 2244 9 0 2396937 0
[pid=17446/tid=17447] ppid=17444 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/17446/task/17447/stat : 17447 (java) R 17444 17446 15185 0 -1 4202560 2517 0 1 0 26 1 0 0 20 0 19 0 283654353 9856004096 9296 33554432000 1073741824 1073778376 140735327107408 140497021874960 140496852855893 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) 9625004

[startup+0.70029 s]
/proc/loadavg: 2.16 2.05 2.01 2/192 17446
/proc/meminfo: memFree=29083612/32873852 swapFree=7624/7624
[pid=17446] ppid=17444 vsize=9625004 CPUtime=1.16 cores=0,2,4,6
/proc/17446/stat : 17446 (java) S 17444 17446 15185 0 -1 4202496 7167 0 1 0 114 2 0 0 20 0 19 0 283654352 9856004096 9611 33554432000 1073741824 1073778376 140735327107408 140735327098544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17446/statm: 2406251 9611 2261 9 0 2396937 0
[pid=17446/tid=17447] ppid=17444 vsize=9625004 CPUtime=0.67 cores=0,2,4,6
/proc/17446/task/17447/stat : 17447 (java) R 17444 17446 15185 0 -1 4202560 2519 0 1 0 66 1 0 0 20 0 19 0 283654353 9856004096 9611 33554432000 1073741824 1073778376 140735327107408 140497021874488 252266462264 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 2.16 2.05 2.01 3/211 17465
/proc/meminfo: memFree=29043560/32873852 swapFree=7624/7624
[pid=17446] ppid=17444 vsize=9625004 CPUtime=2.1 cores=0,2,4,6
/proc/17446/stat : 17446 (java) S 17444 17446 15185 0 -1 4202496 7546 0 1 0 207 3 0 0 20 0 19 0 283654352 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140735327098544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17446/statm: 2406251 13251 2287 9 0 2396937 0
[pid=17446/tid=17447] ppid=17444 vsize=9625004 CPUtime=1.45 cores=0,2,4,6
/proc/17446/task/17447/stat : 17447 (java) R 17444 17446 15185 0 -1 4202560 2523 0 1 0 143 2 0 0 20 0 19 0 283654353 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140497021874600 140496853388824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17449] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17449/stat : 17449 (java) S 17444 17446 15185 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496983365928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17450] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17450/stat : 17450 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496982313128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17451] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17451/stat : 17451 (java) S 17444 17446 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496981260840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17452] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17452/stat : 17452 (java) S 17444 17446 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496980208040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17453] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17453/stat : 17453 (java) S 17444 17446 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496979155752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17454] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17454/stat : 17454 (java) S 17444 17446 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496978102952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17455] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17455/stat : 17455 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496977050664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17456] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17456/stat : 17456 (java) S 17444 17446 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496975997864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17457] ppid=17444 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/17446/task/17457/stat : 17457 (java) S 17444 17446 15185 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 283654354 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496845371624 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17458] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17458/stat : 17458 (java) S 17444 17446 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496844317688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17459] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17459/stat : 17459 (java) S 17444 17446 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496843265288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17460] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17460/stat : 17460 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496842213776 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17461] ppid=17444 vsize=9625004 CPUtime=0.27 cores=0,2,4,6
/proc/17446/task/17461/stat : 17461 (java) S 17444 17446 15185 0 -1 4202560 1817 0 0 0 27 0 0 0 20 0 19 0 283654357 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496841161400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17462] ppid=17444 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/17446/task/17462/stat : 17462 (java) S 17444 17446 15185 0 -1 4202560 1945 0 0 0 31 0 0 0 20 0 19 0 283654357 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496840108600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17463] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17463/stat : 17463 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496839056504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17464] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17464/stat : 17464 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140496838003912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17465] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17465/stat : 17465 (java) S 17444 17446 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283654381 9856004096 13251 33554432000 1073741824 1073778376 140735327107408 140495829328808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625004

[startup+3.10074 s]
/proc/loadavg: 2.16 2.05 2.01 3/211 17465
/proc/meminfo: memFree=29019624/32873852 swapFree=7624/7624
[pid=17446] ppid=17444 vsize=9625004 CPUtime=4.23 cores=0,2,4,6
/proc/17446/stat : 17446 (java) S 17444 17446 15185 0 -1 4202496 15497 0 1 0 418 5 0 0 20 0 19 0 283654352 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140735327098544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17446/statm: 2406251 18046 2287 9 0 2396937 0
[pid=17446/tid=17447] ppid=17444 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/17446/task/17447/stat : 17447 (java) R 17444 17446 15185 0 -1 4202560 2524 0 1 0 298 2 0 0 20 0 19 0 283654353 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140497021874600 140496853221539 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17449] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17449/stat : 17449 (java) S 17444 17446 15185 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496983365928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17450] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17450/stat : 17450 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496982313128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17451] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17451/stat : 17451 (java) S 17444 17446 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496981260840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17452] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17452/stat : 17452 (java) S 17444 17446 15185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496980208040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17453] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17453/stat : 17453 (java) S 17444 17446 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496979155752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17454] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17454/stat : 17454 (java) S 17444 17446 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496978102952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17455] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17455/stat : 17455 (java) S 17444 17446 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496977050664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17456] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17456/stat : 17456 (java) S 17444 17446 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496975997864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17457] ppid=17444 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/17446/task/17457/stat : 17457 (java) S 17444 17446 15185 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 19 0 283654354 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496845371624 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17458] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17458/stat : 17458 (java) S 17444 17446 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496844317688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17459] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17459/stat : 17459 (java) S 17444 17446 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496843265288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17460] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17460/stat : 17460 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496842213776 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17461] ppid=17444 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/17446/task/17461/stat : 17461 (java) S 17444 17446 15185 0 -1 4202560 2028 0 0 0 29 0 0 0 20 0 19 0 283654357 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496841161400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17462] ppid=17444 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/17446/task/17462/stat : 17462 (java) S 17444 17446 15185 0 -1 4202560 9672 0 0 0 78 2 0 0 20 0 19 0 283654357 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496840108600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17463] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17463/stat : 17463 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496839056504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17464] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17464/stat : 17464 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140496838003912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17465] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17465/stat : 17465 (java) S 17444 17446 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283654381 9856004096 18046 33554432000 1073741824 1073778376 140735327107408 140495829328808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 9625004

[startup+6.30066 s]
/proc/loadavg: 2.15 2.05 2.01 3/211 17465
/proc/meminfo: memFree=29023220/32873852 swapFree=7624/7624
[pid=17446] ppid=17444 vsize=9625004 CPUtime=7.46 cores=0,2,4,6
/proc/17446/stat : 17446 (java) S 17444 17446 15185 0 -1 4202496 15509 0 1 0 741 5 0 0 20 0 19 0 283654352 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140735327098544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17446/statm: 2406251 17054 2287 9 0 2396937 0
[pid=17446/tid=17447] ppid=17444 vsize=9625004 CPUtime=6.12 cores=0,2,4,6
/proc/17446/task/17447/stat : 17447 (java) R 17444 17446 15185 0 -1 4202560 2529 0 1 0 610 2 0 0 20 0 19 0 283654353 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140497021874480 140496853270436 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17449] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17449/stat : 17449 (java) S 17444 17446 15185 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496983365928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17450] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17450/stat : 17450 (java) S 17444 17446 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496982313128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17451] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17451/stat : 17451 (java) S 17444 17446 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496981260840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17452] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17452/stat : 17452 (java) S 17444 17446 15185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496980208040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17453] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17453/stat : 17453 (java) S 17444 17446 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496979155752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17454] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17454/stat : 17454 (java) S 17444 17446 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496978102952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17455] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17455/stat : 17455 (java) S 17444 17446 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496977050664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17456] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17456/stat : 17456 (java) S 17444 17446 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283654353 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496975997864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17457] ppid=17444 vsize=9625004 CPUtime=0.1 cores=0,2,4,6
/proc/17446/task/17457/stat : 17457 (java) S 17444 17446 15185 0 -1 4202560 39 0 0 0 10 0 0 0 20 0 19 0 283654354 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496845371624 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17458] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17458/stat : 17458 (java) S 17444 17446 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496844317688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17459] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17459/stat : 17459 (java) S 17444 17446 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496843265288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17460] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17460/stat : 17460 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496842213776 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17461] ppid=17444 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/17446/task/17461/stat : 17461 (java) S 17444 17446 15185 0 -1 4202560 2028 0 0 0 29 0 0 0 20 0 19 0 283654357 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496841161400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17462] ppid=17444 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/17446/task/17462/stat : 17462 (java) S 17444 17446 15185 0 -1 4202560 9672 0 0 0 78 2 0 0 20 0 19 0 283654357 9856004096 17054 33554432000 1073741824 1073778376 140735327107408 140496840108600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/17446/task/17449/stat : 17449 (java) S 17444 17446 15185 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496983365928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17450] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17450/stat : 17450 (java) S 17444 17446 15185 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496982313128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17451] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17451/stat : 17451 (java) S 17444 17446 15185 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496981260840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17452] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17452/stat : 17452 (java) S 17444 17446 15185 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496980208040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17453] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17453/stat : 17453 (java) S 17444 17446 15185 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496979155752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17454] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17454/stat : 17454 (java) S 17444 17446 15185 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496978102952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17455] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17455/stat : 17455 (java) S 17444 17446 15185 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496977050664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17456] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17456/stat : 17456 (java) S 17444 17446 15185 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496975997864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17457] ppid=17444 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/17446/task/17457/stat : 17457 (java) S 17444 17446 15185 0 -1 4202560 43 0 0 0 46 0 0 0 20 0 19 0 283654354 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496845371624 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17458] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17458/stat : 17458 (java) S 17444 17446 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496844317688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17459] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17459/stat : 17459 (java) S 17444 17446 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496843265288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17460] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17460/stat : 17460 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496842213776 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17461] ppid=17444 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/17446/task/17461/stat : 17461 (java) S 17444 17446 15185 0 -1 4202560 2028 0 0 0 29 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496841161400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17462] ppid=17444 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/17446/task/17462/stat : 17462 (java) S 17444 17446 15185 0 -1 4202560 9672 0 0 0 79 2 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496840108600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17463] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17463/stat : 17463 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496839056504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17464] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17464/stat : 17464 (java) S 17444 17446 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496838003912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17465] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17465/stat : 17465 (java) S 17444 17446 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283654381 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140495829328808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 41.3
Current children cumulated vsize (KiB) 9625004

[startup+40.7068 s]
/proc/loadavg: 2.08 2.04 2.01 3/211 17465
/proc/meminfo: memFree=29019556/32873852 swapFree=7624/7624
[pid=17446] ppid=17444 vsize=9625004 CPUtime=42.1 cores=0,2,4,6
/proc/17446/stat : 17446 (java) S 17444 17446 15185 0 -1 4202496 15645 0 1 0 4203 7 0 0 20 0 19 0 283654352 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140735327098544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17446/statm: 2406251 18013 2287 9 0 2396937 0
[pid=17446/tid=17447] ppid=17444 vsize=9625004 CPUtime=39.97 cores=0,2,4,6
/proc/17446/task/17447/stat : 17447 (java) R 17444 17446 15185 0 -1 4202560 2548 0 1 0 3995 2 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140497021874480 140496853389607 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17449] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17449/stat : 17449 (java) S 17444 17446 15185 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496983365928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17450] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17450/stat : 17450 (java) S 17444 17446 15185 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496982313128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17451] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17451/stat : 17451 (java) S 17444 17446 15185 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496981260840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17452] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17452/stat : 17452 (java) S 17444 17446 15185 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496980208040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17453] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17453/stat : 17453 (java) S 17444 17446 15185 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496979155752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17454] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17454/stat : 17454 (java) S 17444 17446 15185 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496978102952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17455] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17455/stat : 17455 (java) S 17444 17446 15185 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496977050664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17456] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17456/stat : 17456 (java) S 17444 17446 15185 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496975997864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17457] ppid=17444 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/17446/task/17457/stat : 17457 (java) S 17444 17446 15185 0 -1 4202560 43 0 0 0 46 0 0 0 20 0 19 0 283654354 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496845371624 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17458] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17458/stat : 17458 (java) S 17444 17446 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496844317688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17459] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17459/stat : 17459 (java) S 17444 17446 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496843265288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17460] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17460/stat : 17460 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496842213776 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17461] ppid=17444 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/17446/task/17461/stat : 17461 (java) S 17444 17446 15185 0 -1 4202560 2028 0 0 0 29 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496841161400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17462] ppid=17444 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/17446/task/17462/stat : 17462 (java) S 17444 17446 15185 0 -1 4202560 9672 0 0 0 79 2 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496840108600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17463] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17463/stat : 17463 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496839056504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17464] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17464/stat : 17464 (java) S 17444 17446 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496838003912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17465] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17465/stat : 17465 (java) S 17444 17446 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283654381 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140495829328808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.1
Current children cumulated vsize (KiB) 9625004

[startup+41.5007 s]
/proc/loadavg: 2.08 2.04 2.01 3/211 17465
/proc/meminfo: memFree=29019556/32873852 swapFree=7624/7624
[pid=17446] ppid=17444 vsize=9625004 CPUtime=42.9 cores=0,2,4,6
/proc/17446/stat : 17446 (java) S 17444 17446 15185 0 -1 4202496 15645 0 1 0 4283 7 0 0 20 0 19 0 283654352 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140735327098544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17446/statm: 2406251 18013 2287 9 0 2396937 0
[pid=17446/tid=17447] ppid=17444 vsize=9625004 CPUtime=40.77 cores=0,2,4,6
/proc/17446/task/17447/stat : 17447 (java) R 17444 17446 15185 0 -1 4202560 2548 0 1 0 4075 2 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140497021874480 140496853388814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17449] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17449/stat : 17449 (java) S 17444 17446 15185 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496983365928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17450] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17450/stat : 17450 (java) S 17444 17446 15185 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496982313128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17451] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17451/stat : 17451 (java) S 17444 17446 15185 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496981260840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17452] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17452/stat : 17452 (java) S 17444 17446 15185 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496980208040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17453] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17453/stat : 17453 (java) S 17444 17446 15185 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496979155752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17454] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17454/stat : 17454 (java) S 17444 17446 15185 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496978102952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17455] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17455/stat : 17455 (java) S 17444 17446 15185 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496977050664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17456] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17456/stat : 17456 (java) S 17444 17446 15185 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496975997864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17457] ppid=17444 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/17446/task/17457/stat : 17457 (java) S 17444 17446 15185 0 -1 4202560 43 0 0 0 46 0 0 0 20 0 19 0 283654354 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496845371624 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17458] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17458/stat : 17458 (java) S 17444 17446 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496844317688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17459] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17459/stat : 17459 (java) S 17444 17446 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496843265288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17460] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17460/stat : 17460 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496842213776 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17461] ppid=17444 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/17446/task/17461/stat : 17461 (java) S 17444 17446 15185 0 -1 4202560 2028 0 0 0 29 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496841161400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17462] ppid=17444 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/17446/task/17462/stat : 17462 (java) S 17444 17446 15185 0 -1 4202560 9672 0 0 0 79 2 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496840108600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17463] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17463/stat : 17463 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496839056504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17464] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17464/stat : 17464 (java) S 17444 17446 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496838003912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17465] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17465/stat : 17465 (java) S 17444 17446 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283654381 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140495829328808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 42.9
Current children cumulated vsize (KiB) 9625004

[startup+41.7007 s]
/proc/loadavg: 2.08 2.04 2.01 3/211 17465
/proc/meminfo: memFree=29019556/32873852 swapFree=7624/7624
[pid=17446] ppid=17444 vsize=9625004 CPUtime=43.1 cores=0,2,4,6
/proc/17446/stat : 17446 (java) S 17444 17446 15185 0 -1 4202496 15645 0 1 0 4303 7 0 0 20 0 19 0 283654352 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140735327098544 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17446/statm: 2406251 18013 2287 9 0 2396937 0
[pid=17446/tid=17447] ppid=17444 vsize=9625004 CPUtime=40.97 cores=0,2,4,6
/proc/17446/task/17447/stat : 17447 (java) R 17444 17446 15185 0 -1 4202560 2548 0 1 0 4095 2 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140497021874480 140496853242016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17449] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17449/stat : 17449 (java) S 17444 17446 15185 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496983365928 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17450] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17450/stat : 17450 (java) S 17444 17446 15185 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496982313128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17451] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17451/stat : 17451 (java) S 17444 17446 15185 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496981260840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17452] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17452/stat : 17452 (java) S 17444 17446 15185 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496980208040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17453] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17453/stat : 17453 (java) S 17444 17446 15185 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496979155752 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17454] ppid=17444 vsize=9625004 CPUtime=0.03 cores=0,2,4,6
/proc/17446/task/17454/stat : 17454 (java) S 17444 17446 15185 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496978102952 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17455] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17455/stat : 17455 (java) S 17444 17446 15185 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496977050664 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17456] ppid=17444 vsize=9625004 CPUtime=0.04 cores=0,2,4,6
/proc/17446/task/17456/stat : 17456 (java) S 17444 17446 15185 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 283654353 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496975997864 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17446/tid=17457] ppid=17444 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/17446/task/17457/stat : 17457 (java) S 17444 17446 15185 0 -1 4202560 43 0 0 0 46 0 0 0 20 0 19 0 283654354 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496845371624 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17458] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17458/stat : 17458 (java) S 17444 17446 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496844317688 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17459] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17459/stat : 17459 (java) S 17444 17446 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283654355 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496843265288 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17460] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17460/stat : 17460 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496842213776 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17446/tid=17461] ppid=17444 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/17446/task/17461/stat : 17461 (java) S 17444 17446 15185 0 -1 4202560 2028 0 0 0 29 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496841161400 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17462] ppid=17444 vsize=9625004 CPUtime=0.81 cores=0,2,4,6
/proc/17446/task/17462/stat : 17462 (java) S 17444 17446 15185 0 -1 4202560 9672 0 0 0 79 2 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496840108600 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17463] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17463/stat : 17463 (java) S 17444 17446 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496839056504 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17446/tid=17464] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17464/stat : 17464 (java) S 17444 17446 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283654357 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140496838003912 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17446/tid=17465] ppid=17444 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/17446/task/17465/stat : 17465 (java) S 17444 17446 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283654381 9856004096 18013 33554432000 1073741824 1073778376 140735327107408 140495829328808 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 43.1
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 41.7684
CPU time (s): 43.1084
CPU user time (s): 42.9445
CPU system time (s): 0.163975
CPU usage (%): 103.208
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.9445
system time used= 0.163975
maximum resident set size= 74184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15663
page faults= 1
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1921
involuntary context switches= 1251

runsolver used 0.162975 second user time and 0.269958 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 05:21:29
IDJOB=3710091
IDBENCH=48363
IDSOLVER=2289
FILE ID=node131/3710091-1338175289
RUNJOBID= node131-1338155741-15201
PBS_JOBID= 14624524
Free space on /tmp= 71728 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710091-1338175289/watcher-3710091-1338175289 -o /tmp/evaluation-result-3710091-1338175289/solver-3710091-1338175289 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710091-1338175289.opb

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

MD5SUM BENCH= 8bda8bcfdd3d0bef04b7cb75764a0af7
RANDOM SEED=991268895

node131.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.805
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.61
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.805
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.91
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.805
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.91
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.805
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.805
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.805
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.91
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.805
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.92
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.805
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29083876 kB
Buffers:          344940 kB
Cached:          1812576 kB
SwapCached:         2172 kB
Active:          1338324 kB
Inactive:        1615980 kB
Active(anon):     798468 kB
Inactive(anon):      820 kB
Active(file):     539856 kB
Inactive(file):  1615160 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099044 kB
Dirty:               692 kB
Writeback:             0 kB
AnonPages:        791228 kB
Mapped:            22620 kB
Shmem:                 0 kB
Slab:             694276 kB
SReclaimable:     136280 kB
SUnreclaim:       557996 kB
KernelStack:        1744 kB
PageTables:         5680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1420104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    763904 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= 71728 MiB
End job on node131 at 2012-05-28 05:22:11