Trace number 3718248

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 2012-05-28OPTIMUM 19.641 18.2644

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-geom30a-4_wcsp.wbo
MD5SUMde59a4d263badb761d8b1cfdb0f0d5d5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.001998
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables120
Total number of constraints354
Number of soft constraints324
Number of constraints which are clauses324
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 82
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 324
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120528
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
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 No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 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-3718248-1338254574.wbo
0.09/0.12	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.052s.
0.09/0.17	c declared #vars     120
0.09/0.17	c internal #vars     444
0.09/0.17	c #constraints  385
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 354
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
0.09/0.17	c 385 constraints processed.
0.09/0.17	c objective function length is 324 literals
0.24/0.22	c SATISFIABLE
0.24/0.22	c OPTIMIZING...
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.103
0.24/0.22	o 15
0.24/0.24	c Got one! Elapsed wall clock time (in seconds):0.127
0.24/0.24	o 14
0.24/0.26	c Got one! Elapsed wall clock time (in seconds):0.141
0.24/0.26	o 13
0.24/0.28	c Got one! Elapsed wall clock time (in seconds):0.166
0.24/0.28	o 12
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.172
0.24/0.29	o 9
0.24/0.29	c Got one! Elapsed wall clock time (in seconds):0.176
0.24/0.29	o 8
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.187
0.53/0.30	o 7
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.195
0.53/0.31	o 6
0.94/0.58	c cleaning 2681 clauses out of 5417 with flag 23513/5417
1.29/0.84	c cleaning 4368 clauses out of 8737 with flag 53137/11418
1.60/1.14	c cleaning 5679 clauses out of 11368 with flag 94873/18417
1.91/1.49	c cleaning 6840 clauses out of 13690 with flag 127174/26418
2.34/1.86	c cleaning 7926 clauses out of 15854 with flag 164088/35422
2.75/2.26	c cleaning 8946 clauses out of 17924 with flag 204102/45418
3.14/2.69	c cleaning 9981 clauses out of 19977 with flag 260042/56417
3.64/3.18	c cleaning 10992 clauses out of 22000 with flag 328678/68421
4.24/3.73	c cleaning 12001 clauses out of 24004 with flag 403942/81417
4.85/4.31	c cleaning 12990 clauses out of 26003 with flag 476997/95417
5.46/4.95	c cleaning 13997 clauses out of 28013 with flag 556696/110417
6.18/5.66	c cleaning 14999 clauses out of 30016 with flag 653158/126417
6.98/6.42	c cleaning 16001 clauses out of 32018 with flag 754940/143418
7.50/6.93	c Got one! Elapsed wall clock time (in seconds):6.814
7.50/6.93	o 5
7.70/7.18	c cleaning 16620 clauses out of 33246 with flag 20805/160647
8.00/7.44	c cleaning 11307 clauses out of 22626 with flag 46770/166647
8.21/7.69	c cleaning 9127 clauses out of 18319 with flag 75759/173647
8.50/7.98	c cleaning 8593 clauses out of 17192 with flag 116411/181647
8.92/8.36	c cleaning 8798 clauses out of 17599 with flag 163244/190647
9.52/8.75	c cleaning 9399 clauses out of 18804 with flag 219440/200650
10.30/9.15	c cleaning 10185 clauses out of 20402 with flag 279362/211647
10.80/9.61	c cleaning 11105 clauses out of 22218 with flag 340646/223648
11.32/10.12	c cleaning 12042 clauses out of 24113 with flag 412967/236648
11.74/10.58	c Got one! Elapsed wall clock time (in seconds):10.463
11.74/10.58	o 4
12.05/10.82	c cleaning 14909 clauses out of 29841 with flag 23283/254418
12.25/11.05	c cleaning 10454 clauses out of 20929 with flag 50317/260415
12.55/11.30	c cleaning 8738 clauses out of 17477 with flag 83275/267417
12.75/11.59	c cleaning 8367 clauses out of 16741 with flag 124797/275420
13.16/11.91	c cleaning 8681 clauses out of 17372 with flag 162100/284419
13.46/12.26	c cleaning 9334 clauses out of 18689 with flag 213593/294417
13.86/12.66	c cleaning 10174 clauses out of 20353 with flag 279691/305416
14.28/13.09	c cleaning 11079 clauses out of 22180 with flag 336895/317419
14.78/13.59	c cleaning 12045 clauses out of 24098 with flag 396083/330417
15.40/14.12	c cleaning 13022 clauses out of 26050 with flag 462238/344415
15.90/14.69	c cleaning 14000 clauses out of 28028 with flag 551474/359416
16.52/15.29	c cleaning 15008 clauses out of 30025 with flag 626025/375415
17.22/15.92	c cleaning 16004 clauses out of 32015 with flag 698104/392414
17.92/16.60	c cleaning 16997 clauses out of 34011 with flag 779212/410415
18.62/17.32	c cleaning 18001 clauses out of 36014 with flag 855996/429417
19.33/18.07	c cleaning 18999 clauses out of 38009 with flag 941474/449415
19.55/18.25	c starts		: 145
19.55/18.25	c conflicts		: 453586
19.55/18.25	c decisions		: 1529192
19.55/18.25	c propagations		: 40666089
19.55/18.25	c inspects		: 100562252
19.55/18.25	c shortcuts		: 0
19.55/18.25	c learnt literals	: 30
19.55/18.25	c learnt binary clauses	: 43
19.55/18.25	c learnt ternary clauses	: 4496
19.55/18.25	c learnt constraints	: 453555
19.55/18.25	c ignored constraints	: 0
19.55/18.25	c root simplifications	: 0
19.55/18.25	c removed literals (reason simplification)	: 0
19.55/18.25	c reason swapping (by a shorter reason)	: 0
19.55/18.25	c Calls to reduceDB	: 38
19.55/18.25	c Number of update (reduction) of LBD	: 231777
19.55/18.25	c number of reductions to clauses (during analyze)	: 0
19.55/18.25	c number of learned constraints concerned by reduction	: 0
19.55/18.25	c number of learning phase by resolution	: 0
19.55/18.25	c number of learning phase by cutting planes	: 0
19.55/18.25	c speed (assignments/second)	: 2248981.805110054
19.55/18.25	c non guided choices	324
19.55/18.25	c learnt constraints type 
19.55/18.25	c constraints type 
19.55/18.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 354
19.55/18.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 31
19.55/18.25	c 385 constraints processed.
19.55/18.25	s OPTIMUM FOUND
19.55/18.26	v -x1 -x2 -x3 x4 -x5 x6 -x7 -x8 -x9 -x10 x11 -x12 x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 x38 -x39 -x40 -x41 x42 -x43 -x44 x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 x58 -x59 -x60 -x61 x62 -x63 -x64 x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 -x78 -x79 x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 x92 -x93 x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 x104 x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 x119 -x120 
19.55/18.26	c objective function=4
19.55/18.26	c Total wall clock time (in seconds): 18.142

Verifier Data

OK	4

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-3718248-1338254574/watcher-3718248-1338254574 -o /tmp/evaluation-result-3718248-1338254574/solver-3718248-1338254574 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718248-1338254574.wbo 

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.09 2.02 2.00 3/195 9632
/proc/meminfo: memFree=31612268/32873844 swapFree=6608/6608
[pid=9632] ppid=9630 vsize=9300 CPUtime=0 cores=0,2,4,6
/proc/9632/stat : 9632 (java) R 9630 9632 6458 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 291582225 9523200 184 33554432000 1073741824 1073778376 140735977324432 140735977315656 213419453879 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/9632/statm: 2 1 0 0 0 2 0

[startup+0.010472 s]
/proc/loadavg: 2.09 2.02 2.00 3/195 9632
/proc/meminfo: memFree=31612268/32873844 swapFree=6608/6608
[pid=9632] ppid=9630 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/9632/stat : 9632 (java) S 9630 9632 6458 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 291582225 94019584 917 33554432000 1073741824 1073778376 140736880952208 140736880943344 213422997565 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9632/statm: 22954 917 697 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 91816

[startup+0.100264 s]
/proc/loadavg: 2.09 2.02 2.00 3/195 9632
/proc/meminfo: memFree=31612268/32873844 swapFree=6608/6608
[pid=9632] ppid=9630 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/9632/stat : 9632 (java) S 9630 9632 6458 0 -1 4202496 4265 0 1 0 8 1 0 0 20 0 18 0 291582225 9787817984 5467 33554432000 1073741824 1073778376 140736880952208 140736880943344 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9632/statm: 2389604 5467 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300209 s]
/proc/loadavg: 2.09 2.02 2.00 3/195 9632
/proc/meminfo: memFree=31612268/32873844 swapFree=6608/6608
[pid=9632] ppid=9630 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/9632/stat : 9632 (java) S 9630 9632 6458 0 -1 4202496 8302 0 1 0 51 2 0 0 20 0 19 0 291582225 9855979520 8802 33554432000 1073741824 1073778376 140736880952208 140736880943344 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9632/statm: 2406245 8802 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9624980

[startup+0.70022 s]
/proc/loadavg: 2.09 2.02 2.00 3/195 9632
/proc/meminfo: memFree=31612268/32873844 swapFree=6608/6608
[pid=9632] ppid=9630 vsize=9624980 CPUtime=1.16 cores=0,2,4,6
/proc/9632/stat : 9632 (java) S 9630 9632 6458 0 -1 4202496 9562 0 1 0 114 2 0 0 20 0 19 0 291582225 9855979520 10452 33554432000 1073741824 1073778376 140736880952208 140736880943344 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9632/statm: 2406245 10452 2268 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9624980

[startup+1.50062 s]
/proc/loadavg: 2.08 2.02 2.00 3/214 9651
/proc/meminfo: memFree=31576292/32873844 swapFree=6608/6608
[pid=9632] ppid=9630 vsize=9624980 CPUtime=2.03 cores=0,2,4,6
/proc/9632/stat : 9632 (java) S 9630 9632 6458 0 -1 4202496 9585 0 1 0 201 2 0 0 20 0 19 0 291582225 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 140736880943344 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9632/statm: 2406245 11492 2269 9 0 2396937 0
[pid=9632/tid=9634] ppid=9630 vsize=9624980 CPUtime=1.42 cores=0,2,4,6
/proc/9632/task/9634/stat : 9634 (java) S 9630 9632 6458 0 -1 4202560 2467 0 1 0 141 1 0 0 20 0 19 0 291582226 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998791016856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 6458 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998763469864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998762417064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 6458 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998761364264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 6458 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998760311464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998759258664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998758205864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998757153064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998756100264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9643/stat : 9643 (java) R 9630 9632 6458 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 291582229 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998143678440 139998797872520 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998142625528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998141572616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9646] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9646/stat : 9646 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998140521104 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9647] ppid=9630 vsize=9624980 CPUtime=0.28 cores=0,2,4,6
/proc/9632/task/9647/stat : 9647 (java) S 9630 9632 6458 0 -1 4202560 2956 0 0 0 28 0 0 0 20 0 19 0 291582232 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998139444200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9648] ppid=9630 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/9632/task/9648/stat : 9648 (java) S 9630 9632 6458 0 -1 4202560 2908 0 0 0 23 0 0 0 20 0 19 0 291582232 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998138407384 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9649] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9649/stat : 9649 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998137362808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9650] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9650/stat : 9650 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998136310216 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9651] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9651/stat : 9651 (java) S 9630 9632 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582243 9855979520 11492 33554432000 1073741824 1073778376 140736880952208 139998135256744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9624980

[startup+3.1006 s]
/proc/loadavg: 2.08 2.02 2.00 3/214 9651
/proc/meminfo: memFree=31573624/32873844 swapFree=6608/6608
[pid=9632] ppid=9630 vsize=9624980 CPUtime=3.64 cores=0,2,4,6
/proc/9632/stat : 9632 (java) S 9630 9632 6458 0 -1 4202496 9594 0 1 0 362 2 0 0 20 0 19 0 291582225 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 140736880943344 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9632/statm: 2406245 11498 2269 9 0 2396937 0
[pid=9632/tid=9634] ppid=9630 vsize=9624980 CPUtime=2.98 cores=0,2,4,6
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 6458 0 -1 4202560 2470 0 1 0 297 1 0 0 20 0 19 0 291582226 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998791016736 139998636967975 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 6458 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998763469864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 6458 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998762417064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 6458 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998761364264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 6458 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998760311464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 6458 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998759258664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998758205864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998757153064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998756100264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 6458 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 19 0 291582229 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998143679464 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998142625528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998141572616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9646] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9646/stat : 9646 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998140521104 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9647] ppid=9630 vsize=9624980 CPUtime=0.29 cores=0,2,4,6
/proc/9632/task/9647/stat : 9647 (java) S 9630 9632 6458 0 -1 4202560 2956 0 0 0 29 0 0 0 20 0 19 0 291582232 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998139468216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9648] ppid=9630 vsize=9624980 CPUtime=0.24 cores=0,2,4,6
/proc/9632/task/9648/stat : 9648 (java) S 9630 9632 6458 0 -1 4202560 2908 0 0 0 24 0 0 0 20 0 19 0 291582232 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998138415416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9649] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9649/stat : 9649 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998137362808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9650] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9650/stat : 9650 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998136310216 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9651] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9651/stat : 9651 (java) S 9630 9632 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582243 9855979520 11498 33554432000 1073741824 1073778376 140736880952208 139998135256744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9624980

[startup+6.30062 s]
/proc/loadavg: 2.08 2.02 2.00 3/214 9651
/proc/meminfo: memFree=31573376/32873844 swapFree=6608/6608
[pid=9632] ppid=9630 vsize=9624980 CPUtime=6.88 cores=0,2,4,6
/proc/9632/stat : 9632 (java) S 9630 9632 6458 0 -1 4202496 9620 0 1 0 686 2 0 0 20 0 19 0 291582225 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 140736880943344 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9632/statm: 2406245 11436 2269 9 0 2396937 0
[pid=9632/tid=9634] ppid=9630 vsize=9624980 CPUtime=6.09 cores=0,2,4,6
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 6458 0 -1 4202560 2476 0 1 0 608 1 0 0 20 0 19 0 291582226 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998791016736 139998637091356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 6458 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998763469864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 6458 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998762417064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 6458 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998761364264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 6458 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998760311464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 6458 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998759258664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998758205864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 6458 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998757153064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 6458 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291582227 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998756100264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=9624980 CPUtime=0.1 cores=0,2,4,6
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 6458 0 -1 4202560 30 0 0 0 10 0 0 0 20 0 19 0 291582229 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998143679464 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998142625528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998141572616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9646] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9646/stat : 9646 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998140521104 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9647] ppid=9630 vsize=9624980 CPUtime=0.3 cores=0,2,4,6
/proc/9632/task/9647/stat : 9647 (java) S 9630 9632 6458 0 -1 4202560 2956 0 0 0 30 0 0 0 20 0 19 0 291582232 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998139468216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9648] ppid=9630 vsize=9624980 CPUtime=0.24 cores=0,2,4,6
/proc/9632/task/9648/stat : 9648 (java) S 9630 9632 6458 0 -1 4202560 2908 0 0 0 24 0 0 0 20 0 19 0 291582232 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998138415416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9649] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9649/stat : 9649 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998137362808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9650] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9650/stat : 9650 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998136310216 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9651] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9651/stat : 9651 (java) S 9630 9632 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582243 9855979520 11436 33554432000 1073741824 1073778376 140736880952208 139998135256744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.88
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 6458 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998763469864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 6458 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998762417064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 6458 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998761364264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 6458 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998760311464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998759258664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998758205864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998757153064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 6458 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998756100264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 6458 0 -1 4202560 49 0 0 0 37 0 0 0 20 0 19 0 291582229 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998143679464 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998142625528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998141572616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9646] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9646/stat : 9646 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998140521104 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9647] ppid=9630 vsize=9624980 CPUtime=0.9 cores=0,2,4,6
/proc/9632/task/9647/stat : 9647 (java) S 9630 9632 6458 0 -1 4202560 12303 0 0 0 88 2 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998139468216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9648] ppid=9630 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/9632/task/9648/stat : 9648 (java) S 9630 9632 6458 0 -1 4202560 2923 0 0 0 26 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998138415416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9649] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9649/stat : 9649 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998137362808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9650] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9650/stat : 9650 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998136310216 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9651] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9651/stat : 9651 (java) S 9630 9632 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582243 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998135256744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 18.83
Current children cumulated vsize (KiB) 9624980

[startup+17.9007 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 9708
/proc/meminfo: memFree=31402344/32873844 swapFree=6608/6608
[pid=9632] ppid=9630 vsize=9624980 CPUtime=19.23 cores=0,2,4,6
/proc/9632/stat : 9632 (java) S 9630 9632 6458 0 -1 4202496 19048 0 1 0 1919 4 0 0 20 0 19 0 291582225 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 140736880943344 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9632/statm: 2406245 14241 2269 9 0 2396937 0
[pid=9632/tid=9634] ppid=9630 vsize=9624980 CPUtime=17.33 cores=0,2,4,6
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 6458 0 -1 4202560 2500 0 1 0 1732 1 0 0 20 0 19 0 291582226 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998791016736 139998637091343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 6458 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998763469864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 6458 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998762417064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 6458 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998761364264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 6458 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998760311464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998759258664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998758205864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998757153064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 6458 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998756100264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=9624980 CPUtime=0.37 cores=0,2,4,6
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 6458 0 -1 4202560 49 0 0 0 37 0 0 0 20 0 19 0 291582229 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998143679464 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998142625528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998141572616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9646] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9646/stat : 9646 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998140521104 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9647] ppid=9630 vsize=9624980 CPUtime=0.9 cores=0,2,4,6
/proc/9632/task/9647/stat : 9647 (java) S 9630 9632 6458 0 -1 4202560 12303 0 0 0 88 2 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998139468216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9648] ppid=9630 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/9632/task/9648/stat : 9648 (java) S 9630 9632 6458 0 -1 4202560 2923 0 0 0 26 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998138415416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9649] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9649/stat : 9649 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998137362808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9650] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9650/stat : 9650 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998136310216 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9651] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9651/stat : 9651 (java) S 9630 9632 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582243 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998135256744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 19.23
Current children cumulated vsize (KiB) 9624980

[startup+18.1006 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 9708
/proc/meminfo: memFree=31402344/32873844 swapFree=6608/6608
[pid=9632] ppid=9630 vsize=9624980 CPUtime=19.45 cores=0,2,4,6
/proc/9632/stat : 9632 (java) S 9630 9632 6458 0 -1 4202496 19049 0 1 0 1941 4 0 0 20 0 19 0 291582225 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 140736880943344 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9632/statm: 2406245 14241 2269 9 0 2396937 0
[pid=9632/tid=9634] ppid=9630 vsize=9624980 CPUtime=17.51 cores=0,2,4,6
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 6458 0 -1 4202560 2501 0 1 0 1750 1 0 0 20 0 19 0 291582226 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998791016856 139998797417694 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 6458 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998763469864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 6458 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998762417064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 6458 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998761364264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 6458 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998760311464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998759258664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998758205864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998757153064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 6458 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998756100264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=9624980 CPUtime=0.38 cores=0,2,4,6
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 6458 0 -1 4202560 49 0 0 0 38 0 0 0 20 0 19 0 291582229 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998143679464 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998142625528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998141572616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9646] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9646/stat : 9646 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998140521104 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9647] ppid=9630 vsize=9624980 CPUtime=0.9 cores=0,2,4,6
/proc/9632/task/9647/stat : 9647 (java) S 9630 9632 6458 0 -1 4202560 12303 0 0 0 88 2 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998139468216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9648] ppid=9630 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/9632/task/9648/stat : 9648 (java) S 9630 9632 6458 0 -1 4202560 2923 0 0 0 26 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998138415416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9649] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9649/stat : 9649 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998137362808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9650] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9650/stat : 9650 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998136310216 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9651] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9651/stat : 9651 (java) S 9630 9632 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582243 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998135256744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 19.45
Current children cumulated vsize (KiB) 9624980

[startup+18.2007 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 9708
/proc/meminfo: memFree=31402344/32873844 swapFree=6608/6608
[pid=9632] ppid=9630 vsize=9624980 CPUtime=19.55 cores=0,2,4,6
/proc/9632/stat : 9632 (java) S 9630 9632 6458 0 -1 4202496 19049 0 1 0 1951 4 0 0 20 0 19 0 291582225 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 140736880943344 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9632/statm: 2406245 14241 2269 9 0 2396937 0
[pid=9632/tid=9634] ppid=9630 vsize=9624980 CPUtime=17.61 cores=0,2,4,6
/proc/9632/task/9634/stat : 9634 (java) R 9630 9632 6458 0 -1 4202560 2501 0 1 0 1760 1 0 0 20 0 19 0 291582226 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998791016856 139998636976748 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9635] ppid=9630 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/9632/task/9635/stat : 9635 (java) S 9630 9632 6458 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998763469864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9636] ppid=9630 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/9632/task/9636/stat : 9636 (java) S 9630 9632 6458 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998762417064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9637] ppid=9630 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/9632/task/9637/stat : 9637 (java) S 9630 9632 6458 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998761364264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9638] ppid=9630 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/9632/task/9638/stat : 9638 (java) S 9630 9632 6458 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998760311464 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9639] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9639/stat : 9639 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998759258664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9640] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9640/stat : 9640 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998758205864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9641] ppid=9630 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/9632/task/9641/stat : 9641 (java) S 9630 9632 6458 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998757153064 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9642] ppid=9630 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/9632/task/9642/stat : 9642 (java) S 9630 9632 6458 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 291582227 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998756100264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9643] ppid=9630 vsize=9624980 CPUtime=0.38 cores=0,2,4,6
/proc/9632/task/9643/stat : 9643 (java) S 9630 9632 6458 0 -1 4202560 49 0 0 0 38 0 0 0 20 0 19 0 291582229 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998143679464 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9644] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9644/stat : 9644 (java) S 9630 9632 6458 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998142625528 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9645] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9645/stat : 9645 (java) S 9630 9632 6458 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291582229 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998141572616 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9646] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9646/stat : 9646 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998140521104 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9632/tid=9647] ppid=9630 vsize=9624980 CPUtime=0.9 cores=0,2,4,6
/proc/9632/task/9647/stat : 9647 (java) S 9630 9632 6458 0 -1 4202560 12303 0 0 0 88 2 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998139468216 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9632/tid=9648] ppid=9630 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/9632/task/9648/stat : 9648 (java) S 9630 9632 6458 0 -1 4202560 2923 0 0 0 26 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998138415416 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9649] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9649/stat : 9649 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998137362808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9632/tid=9650] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9650/stat : 9650 (java) S 9630 9632 6458 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291582232 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998136310216 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9632/tid=9651] ppid=9630 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/9632/task/9651/stat : 9651 (java) S 9630 9632 6458 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291582243 9855979520 14241 33554432000 1073741824 1073778376 140736880952208 139998135256744 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 19.55
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 18.2644
CPU time (s): 19.641
CPU user time (s): 19.49
CPU system time (s): 0.150977
CPU usage (%): 107.537
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.49
system time used= 0.150977
maximum resident set size= 64656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19061
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1684
involuntary context switches= 1315

runsolver used 0.041993 second user time and 0.164974 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-29 03:22:54
IDJOB=3718248
IDBENCH=79443
IDSOLVER=2301
FILE ID=node140/3718248-1338254574
RUNJOBID= node140-1338248942-8852
PBS_JOBID= 14624641
Free space on /tmp= 71336 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-geom30a-4_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718248-1338254574/watcher-3718248-1338254574 -o /tmp/evaluation-result-3718248-1338254574/solver-3718248-1338254574 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718248-1338254574.wbo

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

MD5SUM BENCH= de59a4d263badb761d8b1cfdb0f0d5d5
RANDOM SEED=1500613758

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31612160 kB
Buffers:          232808 kB
Cached:            52440 kB
SwapCached:         1668 kB
Active:           376972 kB
Inactive:          27268 kB
Active(anon):     110748 kB
Inactive(anon):    10060 kB
Active(file):     266224 kB
Inactive(file):    17208 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105152 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:        205464 kB
Mapped:            18144 kB
Shmem:                 8 kB
Slab:             714260 kB
SReclaimable:     156384 kB
SUnreclaim:       557876 kB
KernelStack:        1768 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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= 71332 MiB
End job on node140 at 2012-05-29 03:23:12