Trace number 4080214

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 2.3.6 Res+CP PB16SAT 415.2 205.753

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob1.opb
MD5SUM3fa3d77c564aea49e42df3fe632e1a1c
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark36.3785
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables77
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint77
Maximum length of a constraint77
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 33367336
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 458257453
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 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 PB16.v20160501
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 ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080214-1465230381.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.09/0.13	c ... done. Wall clock time 0.015s.
0.09/0.13	c declared #vars     77
0.09/0.13	c #constraints  2
0.09/0.14	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.09/0.14	c 2 constraints processed.
0.09/0.14	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.14	c constraints type 
0.09/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.09/0.14	c 2 constraints processed.
2.34/0.75	c cleaning 2501 clauses out of 5001 with flag 10002/5001
3.81/1.18	c cleaning 4249 clauses out of 8500 with flag 22002/11001
5.07/1.78	c cleaning 5626 clauses out of 11251 with flag 36003/18001
6.89/2.62	c cleaning 6813 clauses out of 13625 with flag 52005/26001
8.90/3.64	c cleaning 7905 clauses out of 15812 with flag 70010/35001
11.54/4.90	c cleaning 8954 clauses out of 17907 with flag 90012/45001
14.57/6.44	c cleaning 9974 clauses out of 19953 with flag 112015/56001
18.41/8.39	c cleaning 10988 clauses out of 21978 with flag 136017/68000
23.01/10.69	c cleaning 11996 clauses out of 23991 with flag 162029/81001
28.27/13.24	c cleaning 12998 clauses out of 25995 with flag 190049/95001
34.66/16.50	c cleaning 13998 clauses out of 27996 with flag 220061/110000
42.22/20.14	c cleaning 15000 clauses out of 30000 with flag 252076/126002
51.83/24.92	c cleaning 16000 clauses out of 31999 with flag 286079/143001
59.29/28.66	c cleaning 0 clauses out of 5001 with flag 0/5001
62.17/29.99	c cleaning 17000 clauses out of 33999 with flag 322103/161001
73.81/35.64	c cleaning 17994 clauses out of 35998 with flag 360105/180000
86.05/41.71	c cleaning 19002 clauses out of 38005 with flag 400120/200001
98.92/48.17	c cleaning 19999 clauses out of 40003 with flag 442130/221001
114.34/55.88	c cleaning 20998 clauses out of 42003 with flag 486136/243000
132.57/64.96	c cleaning 22001 clauses out of 44005 with flag 532155/266000
154.39/75.85	c cleaning 23001 clauses out of 46006 with flag 580173/290002
177.23/87.22	c cleaning 24000 clauses out of 48005 with flag 630193/315002
202.27/99.76	c cleaning 25000 clauses out of 50004 with flag 682199/341001
230.73/113.92	c cleaning 25994 clauses out of 52004 with flag 736215/368001
258.78/127.96	c cleaning 27004 clauses out of 54011 with flag 792246/396002
274.25/135.69	c cleaning 0 clauses out of 11000 with flag 0/11000
289.32/143.12	c cleaning 28003 clauses out of 56005 with flag 850249/425000
323.19/160.09	c cleaning 28992 clauses out of 58002 with flag 910257/455000
360.53/178.61	c cleaning 30004 clauses out of 60011 with flag 972268/486001
401.79/199.16	c cleaning 30995 clauses out of 62006 with flag 1036272/518000
414.61/205.58	c And the winner is solver0
414.86/205.70	c SATISFIABLE
414.86/205.70	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
414.86/205.70	c starts		: 1
414.86/205.70	c conflicts		: 532134
414.86/205.70	c decisions		: 532280
414.86/205.70	c propagations		: 2966247
414.86/205.70	c inspects		: 3589637487
414.86/205.70	c shortcuts		: 0
414.86/205.70	c learnt literals	: 0
414.86/205.70	c learnt binary clauses	: 0
414.86/205.70	c learnt ternary clauses	: 0
414.86/205.70	c learnt constraints	: 532134
414.86/205.70	c ignored constraints	: 0
414.86/205.70	c root simplifications	: 0
414.86/205.70	c removed literals (reason simplification)	: 4286696
414.86/205.70	c reason swapping (by a shorter reason)	: 0
414.86/205.70	c Calls to reduceDB	: 28
414.86/205.70	c Number of update (reduction) of LBD	: 174
414.86/205.70	c Imported unit clauses	: 0
414.86/205.70	c number of reductions to clauses (during analyze)	: 0
414.86/205.70	c number of learned constraints concerned by reduction	: 0
414.86/205.70	c number of learning phase by resolution	: 0
414.86/205.70	c number of learning phase by cutting planes	: 0
414.86/205.70	c speed (assignments/second)	: 14430.149008313914
414.86/205.70	c non guided choices	66
414.98/205.72	c learnt constraints type 
414.98/205.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 45145
414.98/205.72	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
414.98/205.72	c starts		: 39
414.98/205.72	c conflicts		: 13456
414.98/205.72	c decisions		: 16224
414.98/205.72	c propagations		: 81409
414.98/205.72	c inspects		: 121926654
414.98/205.72	c shortcuts		: 0
414.98/205.72	c learnt literals	: 0
414.98/205.73	c learnt binary clauses	: 0
414.98/205.73	c learnt ternary clauses	: 0
414.98/205.73	c learnt constraints	: 13456
414.98/205.73	c ignored constraints	: 0
414.98/205.73	c root simplifications	: 0
414.98/205.73	c removed literals (reason simplification)	: 0
414.98/205.73	c reason swapping (by a shorter reason)	: 0
414.98/205.73	c Calls to reduceDB	: 2
414.98/205.73	c Number of update (reduction) of LBD	: 0
414.98/205.73	c Imported unit clauses	: 0
414.98/205.73	c number of reductions to clauses (during analyze)	: 0
414.98/205.73	c number of learned constraints concerned by reduction	: 0
414.98/205.73	c number of learning phase by resolution	: 0
414.98/205.73	c number of learning phase by cutting planes	: 0
414.98/205.73	c speed (assignments/second)	: 395.99091364558353
414.98/205.73	c non guided choices	66
414.98/205.73	c learnt constraints type 
414.98/205.73	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 9
414.98/205.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13447
414.98/205.73	s SATISFIABLE
414.98/205.73	c Found 1 solution(s)
414.98/205.73	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 
414.98/205.73	c Total wall clock time (in seconds): 205.613

Verifier Data

OK	0

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4080214-1465230381/watcher-4080214-1465230381 -o /tmp/evaluation-result-4080214-1465230381/solver-4080214-1465230381 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8290 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080214-1465230381.opb 

pid=11197
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.12 4.21 4.29 4/199 11200
/proc/meminfo: memFree=29586656/32872528 swapFree=15540/1663004
[pid=11200] ppid=11197 vsize=9216 CPUtime=0 cores=1,3,5,7
/proc/11200/stat : 11200 (java) R 11197 11200 8273 0 -1 4202496 395 0 0 0 0 0 0 0 20 0 1 0 104970861 9437184 66 33554432000 1073741824 1073778376 140736038217520 140736038214648 273896533802 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11200/statm: 2306 81 63 9 0 38 0

[startup+0.10006 s]
/proc/loadavg: 4.12 4.21 4.29 4/199 11200
/proc/meminfo: memFree=29586656/32872528 swapFree=15540/1663004
[pid=11200] ppid=11197 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11200/stat : 11200 (java) S 11197 11200 8273 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 104970861 9787879424 6041 33554432000 1073741824 1073778376 140736038217520 140736038208656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11200/statm: 2389619 6041 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.12 4.21 4.29 4/199 11200
/proc/meminfo: memFree=29586656/32872528 swapFree=15540/1663004
[pid=11200] ppid=11197 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/11200/stat : 11200 (java) S 11197 11200 8273 0 -1 4202496 6416 0 1 0 32 1 0 0 20 0 22 0 104970861 10060525568 8911 33554432000 1073741824 1073778376 140736038217520 140736038208656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11200/statm: 2456183 8911 2222 9 0 2446860 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 9824732

[startup+0.300233 s]
/proc/loadavg: 4.12 4.21 4.29 4/199 11200
/proc/meminfo: memFree=29586656/32872528 swapFree=15540/1663004
[pid=11200] ppid=11197 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/11200/stat : 11200 (java) S 11197 11200 8273 0 -1 4202496 8675 0 1 0 71 2 0 0 20 0 22 0 104970861 10060525568 11851 33554432000 1073741824 1073778376 140736038217520 140736038208656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11200/statm: 2456183 11851 2227 9 0 2446860 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 9824732

[startup+0.700199 s]
/proc/loadavg: 4.12 4.21 4.29 4/199 11200
/proc/meminfo: memFree=29586656/32872528 swapFree=15540/1663004
[pid=11200] ppid=11197 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/11200/stat : 11200 (java) S 11197 11200 8273 0 -1 4202496 17184 0 1 0 229 5 0 0 20 0 22 0 104970861 10060525568 31168 33554432000 1073741824 1073778376 140736038217520 140736038208656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11200/statm: 2456183 31168 2245 9 0 2446860 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9824732

[startup+1.50087 s]
/proc/loadavg: 4.12 4.21 4.29 7/221 11222
/proc/meminfo: memFree=29403388/32872528 swapFree=15540/1663004
[pid=11200] ppid=11197 vsize=9824732 CPUtime=4.66 cores=1,3,5,7
/proc/11200/stat : 11200 (java) S 11197 11200 8273 0 -1 4202496 22228 0 1 0 457 9 0 0 20 0 22 0 104970861 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140736038208656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11200/statm: 2456183 50719 2272 9 0 2446860 0
[pid=11200/tid=11202] ppid=11197 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/11200/task/11202/stat : 11202 (java) S 11197 11200 8273 0 -1 4202560 2392 0 1 0 9 2 0 0 20 0 22 0 104970862 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140091046601592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11203] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11203/stat : 11203 (java) S 11197 11200 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104970863 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140091035663400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11204] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11204/stat : 11204 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140091034610600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11205] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11205/stat : 11205 (java) S 11197 11200 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140091033557800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11206] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11206/stat : 11206 (java) S 11197 11200 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140091032505000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11207] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11207/stat : 11207 (java) S 11197 11200 8273 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140091031452200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11208] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11208/stat : 11208 (java) S 11197 11200 8273 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140091030399400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11209] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11209/stat : 11209 (java) S 11197 11200 8273 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090883651880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11210] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11210/stat : 11210 (java) S 11197 11200 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090882599080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11211] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11211/stat : 11211 (java) S 11197 11200 8273 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090870402024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11212] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11212/stat : 11212 (java) S 11197 11200 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090869348088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11213] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11213/stat : 11213 (java) S 11197 11200 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090868295176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11214] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11214/stat : 11214 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104970867 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090867243664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11215] ppid=11197 vsize=9824732 CPUtime=0.89 cores=1,3,5,7
/proc/11200/task/11215/stat : 11215 (java) S 11197 11200 8273 0 -1 4202560 9914 0 0 0 87 2 0 0 20 0 22 0 104970867 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090866190776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11216] ppid=11197 vsize=9824732 CPUtime=0.91 cores=1,3,5,7
/proc/11200/task/11216/stat : 11216 (java) S 11197 11200 8273 0 -1 4202560 8400 0 0 0 89 2 0 0 20 0 22 0 104970867 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090865137976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11217] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11217/stat : 11217 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104970867 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090864085368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11218] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11218/stat : 11218 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104970868 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090863032776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11219] ppid=11197 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/11200/task/11219/stat : 11219 (java) R 11197 11200 8273 0 -1 4202560 31 0 0 0 133 0 0 0 20 0 22 0 104970876 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090861976816 140090911721954 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11220] ppid=11197 vsize=9824732 CPUtime=1.32 cores=1,3,5,7
/proc/11200/task/11220/stat : 11220 (java) R 11197 11200 8273 0 -1 4202560 98 0 0 0 130 2 0 0 20 0 22 0 104970876 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090860924832 140090911743817 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11221] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11221/stat : 11221 (java) S 11197 11200 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104970876 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090859873704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11222] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11222/stat : 11222 (java) S 11197 11200 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104970876 10060525568 50719 33554432000 1073741824 1073778376 140736038217520 140090858820904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.11 4.21 4.29 5/221 11222
/proc/meminfo: memFree=29388556/32872528 swapFree=15540/1663004
[pid=11200] ppid=11197 vsize=9824732 CPUtime=7.91 cores=1,3,5,7
/proc/11200/stat : 11200 (java) S 11197 11200 8273 0 -1 4202496 22266 0 1 0 780 11 0 0 20 0 22 0 104970861 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140736038208656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11200/statm: 2456183 57378 2272 9 0 2446860 0
[pid=11200/tid=11202] ppid=11197 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/11200/task/11202/stat : 11202 (java) S 11197 11200 8273 0 -1 4202560 2392 0 1 0 9 2 0 0 20 0 22 0 104970862 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140091046601592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11203] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11203/stat : 11203 (java) S 11197 11200 8273 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 104970863 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140091035663400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11204] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11204/stat : 11204 (java) S 11197 11200 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140091034610600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11205] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11205/stat : 11205 (java) S 11197 11200 8273 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140091033557800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11206] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11206/stat : 11206 (java) S 11197 11200 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140091032505000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11207] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11207/stat : 11207 (java) S 11197 11200 8273 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140091031452200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11208] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11208/stat : 11208 (java) S 11197 11200 8273 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140091030399400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11209] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11209/stat : 11209 (java) S 11197 11200 8273 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090883651880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11210] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11210/stat : 11210 (java) S 11197 11200 8273 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090882599080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11211] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11211/stat : 11211 (java) S 11197 11200 8273 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090870402024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11212] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11212/stat : 11212 (java) S 11197 11200 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090869348088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11213] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11213/stat : 11213 (java) S 11197 11200 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090868295176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11214] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11214/stat : 11214 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104970867 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090867243664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11215] ppid=11197 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/11200/task/11215/stat : 11215 (java) S 11197 11200 8273 0 -1 4202560 9915 0 0 0 90 2 0 0 20 0 22 0 104970867 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090866190776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11216] ppid=11197 vsize=9824732 CPUtime=0.92 cores=1,3,5,7
/proc/11200/task/11216/stat : 11216 (java) S 11197 11200 8273 0 -1 4202560 8400 0 0 0 90 2 0 0 20 0 22 0 104970867 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090865137976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11217] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11217/stat : 11217 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104970867 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090864085368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11218] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11218/stat : 11218 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104970868 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090863032776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11219] ppid=11197 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/11200/task/11219/stat : 11219 (java) R 11197 11200 8273 0 -1 4202560 32 0 0 0 291 0 0 0 20 0 22 0 104970876 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090861978696 140090911769991 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11220] ppid=11197 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/11200/task/11220/stat : 11220 (java) R 11197 11200 8273 0 -1 4202560 104 0 0 0 288 2 0 0 20 0 22 0 104970876 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090860924832 140090911799636 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11221] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11221/stat : 11221 (java) S 11197 11200 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104970876 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090859873704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11222] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11222/stat : 11222 (java) S 11197 11200 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104970876 10060525568 57378 33554432000 1073741824 1073778376 140736038217520 140090858820904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.91
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.11 4.21 4.29 5/221 11222
/proc/meminfo: memFree=29242692/32872528 swapFree=15540/1663004
[pid=11200] ppid=11197 vsize=9824732 CPUtime=14.37 cores=1,3,5,7
/proc/11200/stat : 11200 (java) S 11197 11200 8273 0 -1 4202496 22761 0 1 0 1421 16 0 0 20 0 22 0 104970861 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140736038208656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11200/statm: 2456183 88045 2272 9 0 2446860 0
[pid=11200/tid=11202] ppid=11197 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/11200/task/11202/stat : 11202 (java) S 11197 11200 8273 0 -1 4202560 2392 0 1 0 9 2 0 0 20 0 22 0 104970862 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140091046601592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11203] ppid=11197 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/11200/task/11203/stat : 11203 (java) S 11197 11200 8273 0 -1 4202560 26 0 0 0 1 2 0 0 20 0 22 0 104970863 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140091035663400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11204] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11204/stat : 11204 (java) S 11197 11200 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104970864 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140091034610600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11205] ppid=11197 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11200/task/11205/stat : 11205 (java) S 11197 11200 8273 0 -1 4202560 82 0 0 0 2 0 0 0 20 0 22 0 104970864 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140091033557800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11206] ppid=11197 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11200/task/11206/stat : 11206 (java) S 11197 11200 8273 0 -1 4202560 89 0 0 0 2 0 0 0 20 0 22 0 104970864 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140091032505000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11207] ppid=11197 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11200/task/11207/stat : 11207 (java) S 11197 11200 8273 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 104970864 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140091031452200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11208] ppid=11197 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/11200/task/11208/stat : 11208 (java) S 11197 11200 8273 0 -1 4202560 86 0 0 0 2 0 0 0 20 0 22 0 104970864 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140091030399400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11209] ppid=11197 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11200/task/11209/stat : 11209 (java) S 11197 11200 8273 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 22 0 104970864 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140090883651880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11210] ppid=11197 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/11200/task/11210/stat : 11210 (java) S 11197 11200 8273 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 104970864 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140090882599080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11211] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11211/stat : 11211 (java) S 11197 11200 8273 0 -1 4202560 194 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140090870402024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11212] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11212/stat : 11212 (java) S 11197 11200 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140090869348088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11213] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11213/stat : 11213 (java) S 11197 11200 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140090868295176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11214] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11214/stat : 11214 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104970867 10060525568 88045 33554432000 1073741824 1073778376 140736038217520 140090867243664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11215] ppid=11197 vsize=9824732 CPUtime=0.94 cores=1,3,5,7

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

[pid=11200/tid=11212] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11212/stat : 11212 (java) S 11197 11200 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090869348088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11213] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11213/stat : 11213 (java) S 11197 11200 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090868295176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11214] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11214/stat : 11214 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104970867 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090867243664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11215] ppid=11197 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/11200/task/11215/stat : 11215 (java) S 11197 11200 8273 0 -1 4202560 15814 0 0 0 156 4 0 0 20 0 22 0 104970867 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090866190776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11216] ppid=11197 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/11200/task/11216/stat : 11216 (java) S 11197 11200 8273 0 -1 4202560 8408 0 0 0 100 2 0 0 20 0 22 0 104970867 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090865137976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11217] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11217/stat : 11217 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104970867 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090864085368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11218] ppid=11197 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11200/task/11218/stat : 11218 (java) S 11197 11200 8273 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 22 0 104970868 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090863032776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11219] ppid=11197 vsize=9824732 CPUtime=203.45 cores=1,3,5,7
/proc/11200/task/11219/stat : 11219 (java) R 11197 11200 8273 0 -1 4202560 83 0 0 0 20342 3 0 0 20 0 22 0 104970876 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090861977488 140090911763599 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11220] ppid=11197 vsize=9824732 CPUtime=203.43 cores=1,3,5,7
/proc/11200/task/11220/stat : 11220 (java) R 11197 11200 8273 0 -1 4202560 763 0 0 0 20324 19 0 0 20 0 22 0 104970876 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090860923856 140090911799988 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11221] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11221/stat : 11221 (java) S 11197 11200 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104970876 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090859873704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11222] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11222/stat : 11222 (java) S 11197 11200 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104970876 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090858820904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 413.21
Current children cumulated vsize (KiB) 9824732

[startup+205.201 s]
/proc/loadavg: 4.24 4.23 4.27 6/221 11226
/proc/meminfo: memFree=28831472/32872528 swapFree=15540/1663004
[pid=11200] ppid=11197 vsize=9824732 CPUtime=414.01 cores=1,3,5,7
/proc/11200/stat : 11200 (java) S 11197 11200 8273 0 -1 4202496 30232 0 1 0 41340 61 0 0 20 0 22 0 104970861 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140736038208656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11200/statm: 2456183 214333 2272 9 0 2446860 0
[pid=11200/tid=11202] ppid=11197 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/11200/task/11202/stat : 11202 (java) S 11197 11200 8273 0 -1 4202560 2395 0 1 0 10 2 0 0 20 0 22 0 104970862 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140091046601592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11203] ppid=11197 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11200/task/11203/stat : 11203 (java) S 11197 11200 8273 0 -1 4202560 100 0 0 0 38 4 0 0 20 0 22 0 104970863 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140091035663400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11204] ppid=11197 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/11200/task/11204/stat : 11204 (java) S 11197 11200 8273 0 -1 4202560 73 0 0 0 38 3 0 0 20 0 22 0 104970864 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140091034610600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11205] ppid=11197 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/11200/task/11205/stat : 11205 (java) S 11197 11200 8273 0 -1 4202560 182 0 0 0 39 4 0 0 20 0 22 0 104970864 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140091033557800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11206] ppid=11197 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/11200/task/11206/stat : 11206 (java) S 11197 11200 8273 0 -1 4202560 172 0 0 0 41 4 0 0 20 0 22 0 104970864 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140091032505000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11207] ppid=11197 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/11200/task/11207/stat : 11207 (java) S 11197 11200 8273 0 -1 4202560 94 0 0 0 37 4 0 0 20 0 22 0 104970864 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140091031452200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11208] ppid=11197 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11200/task/11208/stat : 11208 (java) S 11197 11200 8273 0 -1 4202560 176 0 0 0 43 5 0 0 20 0 22 0 104970864 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140091030399400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11209] ppid=11197 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/11200/task/11209/stat : 11209 (java) S 11197 11200 8273 0 -1 4202560 139 0 0 0 34 3 0 0 20 0 22 0 104970864 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090883651880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11210] ppid=11197 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11200/task/11210/stat : 11210 (java) S 11197 11200 8273 0 -1 4202560 97 0 0 0 38 4 0 0 20 0 22 0 104970864 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090882599080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11211] ppid=11197 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11200/task/11211/stat : 11211 (java) S 11197 11200 8273 0 -1 4202560 458 0 0 0 1 7 0 0 20 0 22 0 104970865 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090870402024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11212] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11212/stat : 11212 (java) S 11197 11200 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090869348088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11213] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11213/stat : 11213 (java) S 11197 11200 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 104970865 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090868295176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11214] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11214/stat : 11214 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104970867 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090867243664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11215] ppid=11197 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/11200/task/11215/stat : 11215 (java) S 11197 11200 8273 0 -1 4202560 15814 0 0 0 156 4 0 0 20 0 22 0 104970867 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090866190776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11216] ppid=11197 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/11200/task/11216/stat : 11216 (java) S 11197 11200 8273 0 -1 4202560 8408 0 0 0 100 2 0 0 20 0 22 0 104970867 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090865137976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11217] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11217/stat : 11217 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 104970867 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090864085368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11218] ppid=11197 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11200/task/11218/stat : 11218 (java) S 11197 11200 8273 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 22 0 104970868 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090863032776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11219] ppid=11197 vsize=9824732 CPUtime=203.85 cores=1,3,5,7
/proc/11200/task/11219/stat : 11219 (java) R 11197 11200 8273 0 -1 4202560 83 0 0 0 20382 3 0 0 20 0 22 0 104970876 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090861977488 140090911737813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11220] ppid=11197 vsize=9824732 CPUtime=203.83 cores=1,3,5,7
/proc/11200/task/11220/stat : 11220 (java) R 11197 11200 8273 0 -1 4202560 763 0 0 0 20364 19 0 0 20 0 22 0 104970876 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090860923856 140090911799636 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11221] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11221/stat : 11221 (java) S 11197 11200 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104970876 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090859873704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11222] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11222/stat : 11222 (java) S 11197 11200 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 104970876 10060525568 214333 33554432000 1073741824 1073778376 140736038217520 140090858820904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 414.01
Current children cumulated vsize (KiB) 9824732

[startup+205.601 s]
/proc/loadavg: 4.24 4.23 4.27 6/221 11226
/proc/meminfo: memFree=28831472/32872528 swapFree=15540/1663004
[pid=11200] ppid=11197 vsize=9824732 CPUtime=414.86 cores=1,3,5,7
/proc/11200/stat : 11200 (java) S 11197 11200 8273 0 -1 4202496 30244 0 1 0 41421 65 0 0 20 0 20 0 104970861 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140736038208656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11200/statm: 2456183 214238 2273 9 0 2446860 0
[pid=11200/tid=11202] ppid=11197 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/11200/task/11202/stat : 11202 (java) S 11197 11200 8273 0 -1 4202560 2395 0 1 0 10 2 0 0 20 0 20 0 104970862 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140091046601592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11203] ppid=11197 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11200/task/11203/stat : 11203 (java) S 11197 11200 8273 0 -1 4202560 100 0 0 0 38 4 0 0 20 0 20 0 104970863 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140091035663400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11204] ppid=11197 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11200/task/11204/stat : 11204 (java) S 11197 11200 8273 0 -1 4202560 75 0 0 0 39 3 0 0 20 0 20 0 104970864 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140091034610600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11205] ppid=11197 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/11200/task/11205/stat : 11205 (java) S 11197 11200 8273 0 -1 4202560 184 0 0 0 39 4 0 0 20 0 20 0 104970864 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140091033557800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11206] ppid=11197 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/11200/task/11206/stat : 11206 (java) S 11197 11200 8273 0 -1 4202560 172 0 0 0 41 4 0 0 20 0 20 0 104970864 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140091032505000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11207] ppid=11197 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11200/task/11207/stat : 11207 (java) S 11197 11200 8273 0 -1 4202560 94 0 0 0 38 4 0 0 20 0 20 0 104970864 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140091031452200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11208] ppid=11197 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11200/task/11208/stat : 11208 (java) S 11197 11200 8273 0 -1 4202560 176 0 0 0 43 5 0 0 20 0 20 0 104970864 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140091030399400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11209] ppid=11197 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/11200/task/11209/stat : 11209 (java) S 11197 11200 8273 0 -1 4202560 139 0 0 0 34 4 0 0 20 0 20 0 104970864 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140090883651880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11210] ppid=11197 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/11200/task/11210/stat : 11210 (java) S 11197 11200 8273 0 -1 4202560 103 0 0 0 39 4 0 0 20 0 20 0 104970864 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140090882599080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11211] ppid=11197 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11200/task/11211/stat : 11211 (java) S 11197 11200 8273 0 -1 4202560 458 0 0 0 1 7 0 0 20 0 20 0 104970865 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140090870402024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11212] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11212/stat : 11212 (java) S 11197 11200 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 104970865 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140090869348088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11213] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11213/stat : 11213 (java) S 11197 11200 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 104970865 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140090868295176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11214] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11214/stat : 11214 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104970867 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140090867243664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11215] ppid=11197 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/11200/task/11215/stat : 11215 (java) S 11197 11200 8273 0 -1 4202560 15814 0 0 0 156 4 0 0 20 0 20 0 104970867 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140090866190776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11216] ppid=11197 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/11200/task/11216/stat : 11216 (java) S 11197 11200 8273 0 -1 4202560 8408 0 0 0 100 2 0 0 20 0 20 0 104970867 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140090865137976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11217] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11217/stat : 11217 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 104970867 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140090864085368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11218] ppid=11197 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11200/task/11218/stat : 11218 (java) S 11197 11200 8273 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 20 0 104970868 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140090863032776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11220] ppid=11197 vsize=9824732 CPUtime=204.21 cores=1,3,5,7
/proc/11200/task/11220/stat : 11220 (java) R 11197 11200 8273 0 -1 4202560 764 0 0 0 20402 19 0 0 20 0 20 0 104970876 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140090860924848 140090911737813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11221] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11221/stat : 11221 (java) S 11197 11200 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 104970876 10060525568 214238 33554432000 1073741824 1073778376 140736038217520 140090859873704 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 414.86
Current children cumulated vsize (KiB) 9824732

[startup+205.701 s]
/proc/loadavg: 4.24 4.23 4.27 3/218 11226
/proc/meminfo: memFree=28831780/32872528 swapFree=15540/1663004
[pid=11200] ppid=11197 vsize=9824732 CPUtime=414.98 cores=1,3,5,7
/proc/11200/stat : 11200 (java) S 11197 11200 8273 0 -1 4202496 30247 0 1 0 41428 70 0 0 20 0 19 0 104970861 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140736038208656 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11200/statm: 2456183 214231 2273 9 0 2446860 0
[pid=11200/tid=11202] ppid=11197 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/11200/task/11202/stat : 11202 (java) S 11197 11200 8273 0 -1 4202560 2395 0 1 0 10 2 0 0 20 0 19 0 104970862 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140091046601432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11203] ppid=11197 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11200/task/11203/stat : 11203 (java) S 11197 11200 8273 0 -1 4202560 100 0 0 0 38 4 0 0 20 0 19 0 104970863 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140091035663400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11204] ppid=11197 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11200/task/11204/stat : 11204 (java) S 11197 11200 8273 0 -1 4202560 75 0 0 0 39 3 0 0 20 0 19 0 104970864 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140091034610600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11205] ppid=11197 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/11200/task/11205/stat : 11205 (java) S 11197 11200 8273 0 -1 4202560 184 0 0 0 39 4 0 0 20 0 19 0 104970864 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140091033557800 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11206] ppid=11197 vsize=9824732 CPUtime=0.45 cores=1,3,5,7
/proc/11200/task/11206/stat : 11206 (java) S 11197 11200 8273 0 -1 4202560 172 0 0 0 41 4 0 0 20 0 19 0 104970864 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140091032505000 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11200/tid=11207] ppid=11197 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/11200/task/11207/stat : 11207 (java) S 11197 11200 8273 0 -1 4202560 94 0 0 0 38 4 0 0 20 0 19 0 104970864 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140091031452200 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11208] ppid=11197 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/11200/task/11208/stat : 11208 (java) S 11197 11200 8273 0 -1 4202560 176 0 0 0 43 5 0 0 20 0 19 0 104970864 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140091030399400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11209] ppid=11197 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/11200/task/11209/stat : 11209 (java) S 11197 11200 8273 0 -1 4202560 139 0 0 0 34 4 0 0 20 0 19 0 104970864 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140090883651880 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11210] ppid=11197 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/11200/task/11210/stat : 11210 (java) S 11197 11200 8273 0 -1 4202560 103 0 0 0 39 4 0 0 20 0 19 0 104970864 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140090882599080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11211] ppid=11197 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/11200/task/11211/stat : 11211 (java) S 11197 11200 8273 0 -1 4202560 458 0 0 0 1 7 0 0 20 0 19 0 104970865 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140090870402024 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11212] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11212/stat : 11212 (java) S 11197 11200 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104970865 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140090869348088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11213] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11213/stat : 11213 (java) S 11197 11200 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104970865 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140090868295176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11214] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11214/stat : 11214 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104970867 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140090867243664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11200/tid=11215] ppid=11197 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/11200/task/11215/stat : 11215 (java) S 11197 11200 8273 0 -1 4202560 15814 0 0 0 156 4 0 0 20 0 19 0 104970867 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140090866190776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11200/tid=11216] ppid=11197 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/11200/task/11216/stat : 11216 (java) S 11197 11200 8273 0 -1 4202560 8408 0 0 0 100 2 0 0 20 0 19 0 104970867 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140090865137976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11217] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11217/stat : 11217 (java) S 11197 11200 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104970867 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140090864085368 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11218] ppid=11197 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/11200/task/11218/stat : 11218 (java) S 11197 11200 8273 0 -1 4202560 13 0 0 0 3 4 0 0 20 0 19 0 104970868 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140090863032776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11200/tid=11227] ppid=11197 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/11200/task/11227/stat : 11227 (java) R 11197 11200 8273 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104991432 10060525568 214231 33554432000 1073741824 1073778376 140736038217520 140090860927848 140090911341005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 414.98
Current children cumulated vsize (KiB) 9824732

Child status: 10
Real time (s): 205.753
CPU time (s): 415.2
CPU user time (s): 414.308
CPU system time (s): 0.891864
CPU usage (%): 201.796
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 414.308
system time used= 0.891864
maximum resident set size= 1147520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30266
page faults= 1
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7374
involuntary context switches= 9765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3368 second user time and 1.76473 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-06 18:26:21
IDJOB=4080214
IDBENCH=2566
IDSOLVER=2543
FILE ID=node134/4080214-1465230381
RUNJOBID= node134-1465220363-8290
PBS_JOBID= 19843220
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080214-1465230381/watcher-4080214-1465230381 -o /tmp/evaluation-result-4080214-1465230381/solver-4080214-1465230381 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8290 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080214-1465230381.opb

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

MD5SUM BENCH= 3fa3d77c564aea49e42df3fe632e1a1c
RANDOM SEED=1180110372

node134.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.403
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	: 5332.80
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.403
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	: 5332.55
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.403
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	: 5332.56
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.403
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	: 5332.56
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.403
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	: 5332.55
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.403
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	: 5332.55
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.403
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	: 5332.56
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.403
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29587712 kB
Buffers:           22972 kB
Cached:            85100 kB
SwapCached:         1804 kB
Active:           867312 kB
Inactive:          49640 kB
Active(anon):     809828 kB
Inactive(anon):     1288 kB
Active(file):      57484 kB
Inactive(file):    48352 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098292 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       2456416 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             566360 kB
SReclaimable:      10404 kB
SUnreclaim:       555956 kB
KernelStack:        1824 kB
PageTables:         9528 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2608056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2402304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node134 at 2016-06-06 18:29:47