Trace number 4097626

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 PB16UNSAT 225.329 111.404

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_7_18.opb
MD5SUM99527d8798926939475b3d72f612d842
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.95725
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables702
Total number of constraints3281
Number of constraints which are clauses3276
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
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 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 44
Number of bits of the biggest sum of numbers6
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4097626-1466114001.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  no objective function found
0.51/0.32	c ... done. Wall clock time 0.209s.
0.51/0.32	c declared #vars     702
0.51/0.32	c #constraints  3285
0.51/0.32	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.51/0.32	c constraints type 
0.51/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1950
0.51/0.32	c org.sat4j.specs.Constr$1 => 4
0.51/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.51/0.32	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.51/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1325
0.51/0.32	c 3285 constraints processed.
0.51/0.32	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.51/0.32	c constraints type 
0.51/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1325
0.51/0.32	c org.sat4j.specs.Constr$1 => 4
0.51/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1950
0.51/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.51/0.32	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.51/0.32	c 3285 constraints processed.
3.90/1.32	c cleaning 2499 clauses out of 5001 with flag 22900/5001
5.50/1.94	c cleaning 4250 clauses out of 8503 with flag 55052/11002
7.13/2.75	c cleaning 5624 clauses out of 11252 with flag 92835/18001
9.24/3.71	c cleaning 6811 clauses out of 13628 with flag 135165/26001
11.66/4.90	c cleaning 7908 clauses out of 15816 with flag 193353/35000
14.66/6.43	c cleaning 8952 clauses out of 17908 with flag 264832/45000
18.28/8.22	c cleaning 9976 clauses out of 19957 with flag 348143/56001
21.50/9.82	c cleaning 10977 clauses out of 21980 with flag 411658/68000
25.52/11.82	c cleaning 11994 clauses out of 24003 with flag 495346/81000
30.32/14.22	c cleaning 13002 clauses out of 26009 with flag 591860/95000
36.22/17.10	c cleaning 14002 clauses out of 28009 with flag 686539/110002
42.74/20.20	c cleaning 14993 clauses out of 30006 with flag 783399/126001
49.75/23.79	c cleaning 15998 clauses out of 32012 with flag 886818/143000
54.39/26.00	c cleaning 0 clauses out of 5001 with flag 0/5001
58.22/27.97	c cleaning 17000 clauses out of 34014 with flag 1009644/161000
67.76/32.69	c cleaning 18000 clauses out of 36014 with flag 1144742/180000
77.63/37.52	c cleaning 19005 clauses out of 38015 with flag 1278403/200001
88.05/42.73	c cleaning 20002 clauses out of 40009 with flag 1413619/221000
100.54/48.95	c cleaning 21002 clauses out of 42007 with flag 1568249/243000
113.02/55.15	c cleaning 21995 clauses out of 44005 with flag 1718983/266000
128.44/62.85	c cleaning 23002 clauses out of 46010 with flag 1881831/290000
145.07/71.15	c cleaning 23997 clauses out of 48010 with flag 2041666/315002
162.50/79.72	c cleaning 25002 clauses out of 50012 with flag 2214063/341002
179.78/88.33	c cleaning 26000 clauses out of 52007 with flag 2368401/368000
198.86/97.80	c cleaning 26998 clauses out of 54008 with flag 2537845/396002
219.72/108.22	c cleaning 28004 clauses out of 56008 with flag 2733920/425000
225.14/110.92	c And the winner is solver0
225.14/111.36	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
225.14/111.36	c starts		: 64
225.14/111.36	c conflicts		: 434414
225.14/111.36	c decisions		: 498653
225.14/111.36	c propagations		: 34979918
225.14/111.36	c inspects		: 1638465989
225.14/111.36	c shortcuts		: 0
225.14/111.36	c learnt literals	: 13
225.14/111.36	c learnt binary clauses	: 84
225.14/111.36	c learnt ternary clauses	: 415
225.14/111.36	c learnt constraints	: 434400
225.14/111.36	c ignored constraints	: 0
225.14/111.36	c root simplifications	: 0
225.14/111.36	c removed literals (reason simplification)	: 5937741
225.14/111.36	c reason swapping (by a shorter reason)	: 0
225.14/111.36	c Calls to reduceDB	: 25
225.14/111.36	c Number of update (reduction) of LBD	: 159516
225.14/111.36	c Imported unit clauses	: 0
225.14/111.36	c number of reductions to clauses (during analyze)	: 0
225.14/111.36	c number of learned constraints concerned by reduction	: 0
225.14/111.36	c number of learning phase by resolution	: 0
225.14/111.36	c number of learning phase by cutting planes	: 0
225.14/111.36	c speed (assignments/second)	: 315023.7123893407
225.14/111.36	c non guided choices	126
225.14/111.38	c learnt constraints type 
225.14/111.38	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 84
225.14/111.38	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37323
225.14/111.38	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
225.14/111.38	c starts		: 32
225.14/111.38	c conflicts		: 8786
225.14/111.38	c decisions		: 10183
225.14/111.38	c propagations		: 831900
225.14/111.38	c inspects		: 212637936
225.14/111.38	c shortcuts		: 0
225.14/111.38	c learnt literals	: 0
225.14/111.38	c learnt binary clauses	: 0
225.14/111.38	c learnt ternary clauses	: 1
225.14/111.38	c learnt constraints	: 8785
225.14/111.38	c ignored constraints	: 0
225.14/111.38	c root simplifications	: 0
225.14/111.38	c removed literals (reason simplification)	: 0
225.14/111.38	c reason swapping (by a shorter reason)	: 0
225.14/111.38	c Calls to reduceDB	: 1
225.14/111.38	c Number of update (reduction) of LBD	: 0
225.14/111.38	c Imported unit clauses	: 0
225.14/111.38	c number of reductions to clauses (during analyze)	: 0
225.14/111.38	c number of learned constraints concerned by reduction	: 0
225.14/111.38	c number of learning phase by resolution	: 0
225.14/111.38	c number of learning phase by cutting planes	: 0
225.14/111.38	c speed (assignments/second)	: 7490.9503484791185
225.14/111.38	c non guided choices	126
225.14/111.38	c learnt constraints type 
225.14/111.38	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 932
225.14/111.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 296
225.14/111.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7557
225.14/111.38	s UNSATISFIABLE
225.14/111.38	c Total wall clock time (in seconds): 111.274

Verifier Data

ERROR: no interpretation found !

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-4097626-1466114001/watcher-4097626-1466114001 -o /tmp/evaluation-result-4097626-1466114001/solver-4097626-1466114001 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16810 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097626-1466114001.opb 

pid=17797
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: 4.35 4.34 3.97 4/196 17800
/proc/meminfo: memFree=28830212/32872528 swapFree=1315980/1463148
[pid=17800] ppid=17797 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/17800/stat : 17800 (java) R 17797 17800 14504 0 -1 4202496 1062 0 0 0 0 0 0 0 20 0 1 0 13447074 23793664 713 33554432000 1073741824 1073778376 140735480509888 140735480498952 227503289704 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17800/statm: 5809 713 527 9 0 128 0

[startup+0.100059 s]
/proc/loadavg: 4.35 4.34 3.97 4/196 17800
/proc/meminfo: memFree=28830212/32872528 swapFree=1315980/1463148
[pid=17800] ppid=17797 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/17800/stat : 17800 (java) S 17797 17800 14504 0 -1 4202496 4453 0 1 0 10 1 0 0 20 0 18 0 13447074 9787879424 6089 33554432000 1073741824 1073778376 140735480509888 140735480501024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17800/statm: 2389619 6089 2156 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 4.35 4.34 3.97 4/196 17800
/proc/meminfo: memFree=28830212/32872528 swapFree=1315980/1463148
[pid=17800] ppid=17797 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/17800/stat : 17800 (java) S 17797 17800 14504 0 -1 4202496 4967 0 1 0 27 1 0 0 20 0 18 0 13447074 9787879424 7020 33554432000 1073741824 1073778376 140735480509888 140735480501024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17800/statm: 2389619 7020 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300215 s]
/proc/loadavg: 4.35 4.34 3.97 4/196 17800
/proc/meminfo: memFree=28830212/32872528 swapFree=1315980/1463148
[pid=17800] ppid=17797 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/17800/stat : 17800 (java) S 17797 17800 14504 0 -1 4202496 5528 0 1 0 50 1 0 0 20 0 18 0 13447074 9787879424 9409 33554432000 1073741824 1073778376 140735480509888 140735480501024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17800/statm: 2389619 9409 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 4.35 4.34 3.97 4/196 17800
/proc/meminfo: memFree=28830212/32872528 swapFree=1315980/1463148
[pid=17800] ppid=17797 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/17800/stat : 17800 (java) S 17797 17800 14504 0 -1 4202496 16762 0 1 0 191 3 0 0 20 0 22 0 13447074 10060525568 20283 33554432000 1073741824 1073778376 140735480509888 140735480501024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17800/statm: 2456183 20283 2264 9 0 2446860 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9824732

[startup+1.50082 s]
/proc/loadavg: 4.35 4.34 3.97 5/218 17822
/proc/meminfo: memFree=28651084/32872528 swapFree=1315980/1463148
[pid=17800] ppid=17797 vsize=9824732 CPUtime=4.47 cores=0,2,4,6
/proc/17800/stat : 17800 (java) S 17797 17800 14504 0 -1 4202496 26726 0 1 0 440 7 0 0 20 0 22 0 13447074 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 140735480501024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17800/statm: 2456183 49019 2289 9 0 2446860 0
[pid=17800/tid=17802] ppid=17797 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/17800/task/17802/stat : 17802 (java) S 17797 17800 14504 0 -1 4202560 2458 0 1 0 28 2 0 0 20 0 22 0 13447075 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760827966328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17803] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17803/stat : 17803 (java) S 17797 17800 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760789457960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17804] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17804/stat : 17804 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760788405160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17805] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17805/stat : 17805 (java) S 17797 17800 14504 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760787352360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17806] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17806/stat : 17806 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760668502696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17807] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17807/stat : 17807 (java) S 17797 17800 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760667449896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17808] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17808/stat : 17808 (java) S 17797 17800 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760666397096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17809] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17809/stat : 17809 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760665344296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17810] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17810/stat : 17810 (java) S 17797 17800 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760664291496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17811] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17811/stat : 17811 (java) S 17797 17800 14504 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13447076 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760181963752 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17812] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17812/stat : 17812 (java) S 17797 17800 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13447077 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760180909816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17813] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17813/stat : 17813 (java) S 17797 17800 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447077 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760179856904 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17814] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17814/stat : 17814 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447079 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760178805392 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17815] ppid=17797 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/17800/task/17815/stat : 17815 (java) R 17797 17800 14504 0 -1 4202560 13059 0 0 0 98 1 0 0 20 0 22 0 13447079 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760177739784 139760833994049 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17816] ppid=17797 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/17800/task/17816/stat : 17816 (java) S 17797 17800 14504 0 -1 4202560 9728 0 0 0 85 2 0 0 20 0 22 0 13447079 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760176699704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17817] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17817/stat : 17817 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447079 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760175647096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17818] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17818/stat : 17818 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447079 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760174594504 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17819] ppid=17797 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/17800/task/17819/stat : 17819 (java) R 17797 17800 14504 0 -1 4202560 22 0 0 0 107 0 0 0 20 0 22 0 13447107 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760173538616 139760669043853 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17820] ppid=17797 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/17800/task/17820/stat : 17820 (java) R 17797 17800 14504 0 -1 4202560 87 0 0 0 113 1 0 0 20 0 22 0 13447107 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760172487304 139760669274018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17821] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17821/stat : 17821 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760171435432 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17822] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17822/stat : 17822 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 49019 33554432000 1073741824 1073778376 140735480509888 139760170382632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 4.33 4.33 3.97 5/218 17822
/proc/meminfo: memFree=28590948/32872528 swapFree=1315980/1463148
[pid=17800] ppid=17797 vsize=9824732 CPUtime=8.04 cores=0,2,4,6
/proc/17800/stat : 17800 (java) S 17797 17800 14504 0 -1 4202496 27801 0 1 0 792 12 0 0 20 0 22 0 13447074 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 140735480501024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17800/statm: 2456183 83031 2292 9 0 2446860 0
[pid=17800/tid=17802] ppid=17797 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/17800/task/17802/stat : 17802 (java) S 17797 17800 14504 0 -1 4202560 2458 0 1 0 28 2 0 0 20 0 22 0 13447075 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760827966328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17803] ppid=17797 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17800/task/17803/stat : 17803 (java) S 17797 17800 14504 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 22 0 13447075 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760789457960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17804] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17804/stat : 17804 (java) S 17797 17800 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760788405160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17805] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17805/stat : 17805 (java) S 17797 17800 14504 0 -1 4202560 77 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760787352360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17806] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17806/stat : 17806 (java) S 17797 17800 14504 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760668502696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17807] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17807/stat : 17807 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760667449896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17808] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17808/stat : 17808 (java) S 17797 17800 14504 0 -1 4202560 77 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760666397096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17809] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17809/stat : 17809 (java) S 17797 17800 14504 0 -1 4202560 76 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760665344296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17810] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17810/stat : 17810 (java) S 17797 17800 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760664291496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17811] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17811/stat : 17811 (java) S 17797 17800 14504 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 22 0 13447076 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760181963752 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17812] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17812/stat : 17812 (java) S 17797 17800 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13447077 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760180909816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17813] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17813/stat : 17813 (java) S 17797 17800 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447077 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760179856904 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17814] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17814/stat : 17814 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447079 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760178805392 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17815] ppid=17797 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/17800/task/17815/stat : 17815 (java) S 17797 17800 14504 0 -1 4202560 13061 0 0 0 103 1 0 0 20 0 22 0 13447079 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760177752504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17816] ppid=17797 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/17800/task/17816/stat : 17816 (java) S 17797 17800 14504 0 -1 4202560 10306 0 0 0 116 2 0 0 20 0 22 0 13447079 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760176699704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17817] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17817/stat : 17817 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447079 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760175647096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17818] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17818/stat : 17818 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447079 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760174594504 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17819] ppid=17797 vsize=9824732 CPUtime=2.63 cores=0,2,4,6
/proc/17800/task/17819/stat : 17819 (java) R 17797 17800 14504 0 -1 4202560 24 0 0 0 263 0 0 0 20 0 22 0 13447107 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760173538592 139760669191394 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17820] ppid=17797 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/17800/task/17820/stat : 17820 (java) R 17797 17800 14504 0 -1 4202560 147 0 0 0 266 4 0 0 20 0 22 0 13447107 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760172487352 139760669276658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17821] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17821/stat : 17821 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760171435432 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17822] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17822/stat : 17822 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 83031 33554432000 1073741824 1073778376 140735480509888 139760170382632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.33 4.33 3.97 5/218 17822
/proc/meminfo: memFree=28248576/32872528 swapFree=1315980/1463148
[pid=17800] ppid=17797 vsize=9824732 CPUtime=14.47 cores=0,2,4,6
/proc/17800/stat : 17800 (java) S 17797 17800 14504 0 -1 4202496 28550 0 1 0 1424 23 0 0 20 0 22 0 13447074 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 140735480501024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17800/statm: 2456183 209962 2292 9 0 2446860 0
[pid=17800/tid=17802] ppid=17797 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/17800/task/17802/stat : 17802 (java) S 17797 17800 14504 0 -1 4202560 2458 0 1 0 28 2 0 0 20 0 22 0 13447075 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760827966328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17803] ppid=17797 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17800/task/17803/stat : 17803 (java) S 17797 17800 14504 0 -1 4202560 97 0 0 0 2 0 0 0 20 0 22 0 13447075 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760789457960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17804] ppid=17797 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17800/task/17804/stat : 17804 (java) S 17797 17800 14504 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 13447075 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760788405160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17805] ppid=17797 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17800/task/17805/stat : 17805 (java) S 17797 17800 14504 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 22 0 13447075 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760787352360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17806] ppid=17797 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17800/task/17806/stat : 17806 (java) S 17797 17800 14504 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 13447075 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760668502696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17807] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17807/stat : 17807 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760667449896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17808] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17808/stat : 17808 (java) S 17797 17800 14504 0 -1 4202560 80 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760666397096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17809] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17809/stat : 17809 (java) S 17797 17800 14504 0 -1 4202560 76 0 0 0 0 0 0 0 20 0 22 0 13447075 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760665344296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17810] ppid=17797 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/17800/task/17810/stat : 17810 (java) S 17797 17800 14504 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 13447075 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760664291496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17811] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17811/stat : 17811 (java) S 17797 17800 14504 0 -1 4202560 433 0 0 0 0 0 0 0 20 0 22 0 13447076 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760181963752 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17812] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17812/stat : 17812 (java) S 17797 17800 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13447077 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760180909816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17813] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17813/stat : 17813 (java) S 17797 17800 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447077 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760179856904 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17814] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17814/stat : 17814 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447079 10060525568 209962 33554432000 1073741824 1073778376 140735480509888 139760178805392 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17815] ppid=17797 vsize=9824732 CPUtime=1.04 cores=0,2,4,6

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


[startup+108.801 s]
/proc/loadavg: 4.36 4.35 4.02 4/191 18172
/proc/meminfo: memFree=29363372/32872528 swapFree=1315980/1463148
[pid=17800] ppid=17797 vsize=9824732 CPUtime=220.92 cores=0,2,4,6
/proc/17800/stat : 17800 (java) S 17797 17800 14504 0 -1 4202496 31848 0 1 0 22042 50 0 0 20 0 22 0 13447074 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 140735480501024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17800/statm: 2456183 293911 2293 9 0 2446860 0
[pid=17800/tid=17802] ppid=17797 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17800/task/17802/stat : 17802 (java) S 17797 17800 14504 0 -1 4202560 2460 0 1 0 29 2 0 0 20 0 22 0 13447075 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760827966328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17803] ppid=17797 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/17800/task/17803/stat : 17803 (java) S 17797 17800 14504 0 -1 4202560 148 0 0 0 22 2 0 0 20 0 22 0 13447075 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760789457960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17804] ppid=17797 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17800/task/17804/stat : 17804 (java) S 17797 17800 14504 0 -1 4202560 81 0 0 0 28 3 0 0 20 0 22 0 13447075 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760788405160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17805] ppid=17797 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/17800/task/17805/stat : 17805 (java) S 17797 17800 14504 0 -1 4202560 150 0 0 0 26 3 0 0 20 0 22 0 13447075 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760787352360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17806] ppid=17797 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/17800/task/17806/stat : 17806 (java) S 17797 17800 14504 0 -1 4202560 79 0 0 0 27 3 0 0 20 0 22 0 13447075 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760668502696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17807] ppid=17797 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/17800/task/17807/stat : 17807 (java) S 17797 17800 14504 0 -1 4202560 66 0 0 0 25 2 0 0 20 0 22 0 13447075 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760667449896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17808] ppid=17797 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17800/task/17808/stat : 17808 (java) S 17797 17800 14504 0 -1 4202560 155 0 0 0 28 3 0 0 20 0 22 0 13447075 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760666397096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17809] ppid=17797 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/17800/task/17809/stat : 17809 (java) S 17797 17800 14504 0 -1 4202560 129 0 0 0 24 2 0 0 20 0 22 0 13447075 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760665344296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17810] ppid=17797 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17800/task/17810/stat : 17810 (java) S 17797 17800 14504 0 -1 4202560 84 0 0 0 28 3 0 0 20 0 22 0 13447075 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760664291496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17811] ppid=17797 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17800/task/17811/stat : 17811 (java) S 17797 17800 14504 0 -1 4202560 741 0 0 0 2 7 0 0 20 0 22 0 13447076 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760181963752 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17812] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17812/stat : 17812 (java) S 17797 17800 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13447077 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760180909816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17813] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17813/stat : 17813 (java) S 17797 17800 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447077 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760179856904 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17814] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17814/stat : 17814 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447079 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760178805392 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17815] ppid=17797 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/17800/task/17815/stat : 17815 (java) S 17797 17800 14504 0 -1 4202560 13062 0 0 0 111 2 0 0 20 0 22 0 13447079 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760177752504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17816] ppid=17797 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/17800/task/17816/stat : 17816 (java) S 17797 17800 14504 0 -1 4202560 12555 0 0 0 200 3 0 0 20 0 22 0 13447079 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760176699704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17817] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17817/stat : 17817 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447079 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760175647096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17818] ppid=17797 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17800/task/17818/stat : 17818 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 1 1 0 0 20 0 22 0 13447079 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760174594504 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17819] ppid=17797 vsize=9824732 CPUtime=107.15 cores=0,2,4,6
/proc/17800/task/17819/stat : 17819 (java) R 17797 17800 14504 0 -1 4202560 72 0 0 0 10713 2 0 0 20 0 22 0 13447107 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760173531664 139760669085208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17820] ppid=17797 vsize=9824732 CPUtime=107.26 cores=0,2,4,6
/proc/17800/task/17820/stat : 17820 (java) R 17797 17800 14504 0 -1 4202560 795 0 0 0 10709 17 0 0 20 0 22 0 13447107 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760172485808 139760669192580 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17821] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17821/stat : 17821 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760171435432 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17822] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17822/stat : 17822 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 293911 33554432000 1073741824 1073778376 140735480509888 139760170382632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 220.92
Current children cumulated vsize (KiB) 9824732

[startup+110.401 s]
/proc/loadavg: 4.36 4.35 4.02 5/217 18231
/proc/meminfo: memFree=29181104/32872528 swapFree=1315980/1463148
[pid=17800] ppid=17797 vsize=9824732 CPUtime=224.13 cores=0,2,4,6
/proc/17800/stat : 17800 (java) S 17797 17800 14504 0 -1 4202496 31853 0 1 0 22363 50 0 0 20 0 22 0 13447074 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 140735480501024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17800/statm: 2456183 293593 2293 9 0 2446860 0
[pid=17800/tid=17802] ppid=17797 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17800/task/17802/stat : 17802 (java) S 17797 17800 14504 0 -1 4202560 2460 0 1 0 29 2 0 0 20 0 22 0 13447075 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760827966328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17803] ppid=17797 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/17800/task/17803/stat : 17803 (java) S 17797 17800 14504 0 -1 4202560 149 0 0 0 23 2 0 0 20 0 22 0 13447075 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760789457960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17804] ppid=17797 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/17800/task/17804/stat : 17804 (java) S 17797 17800 14504 0 -1 4202560 81 0 0 0 29 3 0 0 20 0 22 0 13447075 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760788405160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17805] ppid=17797 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/17800/task/17805/stat : 17805 (java) S 17797 17800 14504 0 -1 4202560 150 0 0 0 27 3 0 0 20 0 22 0 13447075 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760787352360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17806] ppid=17797 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17800/task/17806/stat : 17806 (java) S 17797 17800 14504 0 -1 4202560 80 0 0 0 28 3 0 0 20 0 22 0 13447075 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760668502696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17807] ppid=17797 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/17800/task/17807/stat : 17807 (java) S 17797 17800 14504 0 -1 4202560 66 0 0 0 25 2 0 0 20 0 22 0 13447075 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760667449896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17808] ppid=17797 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17800/task/17808/stat : 17808 (java) S 17797 17800 14504 0 -1 4202560 155 0 0 0 28 3 0 0 20 0 22 0 13447075 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760666397096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17809] ppid=17797 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/17800/task/17809/stat : 17809 (java) S 17797 17800 14504 0 -1 4202560 129 0 0 0 24 2 0 0 20 0 22 0 13447075 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760665344296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17810] ppid=17797 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17800/task/17810/stat : 17810 (java) S 17797 17800 14504 0 -1 4202560 85 0 0 0 28 3 0 0 20 0 22 0 13447075 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760664291496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17811] ppid=17797 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17800/task/17811/stat : 17811 (java) S 17797 17800 14504 0 -1 4202560 741 0 0 0 2 7 0 0 20 0 22 0 13447076 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760181963752 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17812] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17812/stat : 17812 (java) S 17797 17800 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13447077 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760180909816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17813] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17813/stat : 17813 (java) S 17797 17800 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13447077 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760179856904 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17814] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17814/stat : 17814 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447079 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760178805392 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17815] ppid=17797 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/17800/task/17815/stat : 17815 (java) S 17797 17800 14504 0 -1 4202560 13062 0 0 0 111 2 0 0 20 0 22 0 13447079 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760177752504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17816] ppid=17797 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/17800/task/17816/stat : 17816 (java) S 17797 17800 14504 0 -1 4202560 12555 0 0 0 200 3 0 0 20 0 22 0 13447079 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760176699704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17817] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17817/stat : 17817 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13447079 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760175647096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17818] ppid=17797 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17800/task/17818/stat : 17818 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 1 1 0 0 20 0 22 0 13447079 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760174594504 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17819] ppid=17797 vsize=9824732 CPUtime=108.73 cores=0,2,4,6
/proc/17800/task/17819/stat : 17819 (java) R 17797 17800 14504 0 -1 4202560 73 0 0 0 10871 2 0 0 20 0 22 0 13447107 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760173539328 139760669085208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17820] ppid=17797 vsize=9824732 CPUtime=108.83 cores=0,2,4,6
/proc/17800/task/17820/stat : 17820 (java) R 17797 17800 14504 0 -1 4202560 796 0 0 0 10866 17 0 0 20 0 22 0 13447107 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760172485808 139760669152417 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17821] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17821/stat : 17821 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760171435432 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17822] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17822/stat : 17822 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13447107 10060525568 293593 33554432000 1073741824 1073778376 140735480509888 139760170382632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 224.13
Current children cumulated vsize (KiB) 9824732

[startup+111.207 s]
/proc/loadavg: 4.36 4.35 4.02 3/214 18231
/proc/meminfo: memFree=29051280/32872528 swapFree=1315980/1463148
[pid=17800] ppid=17797 vsize=9824732 CPUtime=224.73 cores=0,2,4,6
/proc/17800/stat : 17800 (java) S 17797 17800 14504 0 -1 4202496 31857 0 1 0 22420 53 0 0 20 0 19 0 13447074 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 140735480501024 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17800/statm: 2456183 293487 2294 9 0 2446860 0
[pid=17800/tid=17802] ppid=17797 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17800/task/17802/stat : 17802 (java) S 17797 17800 14504 0 -1 4202560 2460 0 1 0 29 2 0 0 20 0 19 0 13447075 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760827966328 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17803] ppid=17797 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/17800/task/17803/stat : 17803 (java) S 17797 17800 14504 0 -1 4202560 149 0 0 0 24 2 0 0 20 0 19 0 13447075 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760789457960 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17804] ppid=17797 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/17800/task/17804/stat : 17804 (java) S 17797 17800 14504 0 -1 4202560 81 0 0 0 29 3 0 0 20 0 19 0 13447075 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760788405160 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17805] ppid=17797 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/17800/task/17805/stat : 17805 (java) S 17797 17800 14504 0 -1 4202560 150 0 0 0 27 3 0 0 20 0 19 0 13447075 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760787352360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17806] ppid=17797 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17800/task/17806/stat : 17806 (java) S 17797 17800 14504 0 -1 4202560 81 0 0 0 28 3 0 0 20 0 19 0 13447075 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760668502696 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17800/tid=17807] ppid=17797 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/17800/task/17807/stat : 17807 (java) S 17797 17800 14504 0 -1 4202560 67 0 0 0 25 2 0 0 20 0 19 0 13447075 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760667449896 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17808] ppid=17797 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17800/task/17808/stat : 17808 (java) S 17797 17800 14504 0 -1 4202560 155 0 0 0 28 3 0 0 20 0 19 0 13447075 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760666397096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17809] ppid=17797 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/17800/task/17809/stat : 17809 (java) S 17797 17800 14504 0 -1 4202560 129 0 0 0 24 2 0 0 20 0 19 0 13447075 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760665344296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17810] ppid=17797 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/17800/task/17810/stat : 17810 (java) S 17797 17800 14504 0 -1 4202560 85 0 0 0 28 3 0 0 20 0 19 0 13447075 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760664291496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17811] ppid=17797 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/17800/task/17811/stat : 17811 (java) S 17797 17800 14504 0 -1 4202560 741 0 0 0 2 7 0 0 20 0 19 0 13447076 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760181963752 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17812] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17812/stat : 17812 (java) S 17797 17800 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13447077 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760180909816 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17813] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17813/stat : 17813 (java) S 17797 17800 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13447077 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760179856904 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17814] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17814/stat : 17814 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13447079 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760178805392 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17815] ppid=17797 vsize=9824732 CPUtime=1.13 cores=0,2,4,6
/proc/17800/task/17815/stat : 17815 (java) S 17797 17800 14504 0 -1 4202560 13062 0 0 0 111 2 0 0 20 0 19 0 13447079 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760177752504 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17800/tid=17816] ppid=17797 vsize=9824732 CPUtime=2.03 cores=0,2,4,6
/proc/17800/task/17816/stat : 17816 (java) S 17797 17800 14504 0 -1 4202560 12555 0 0 0 200 3 0 0 20 0 19 0 13447079 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760176699704 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17817] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17817/stat : 17817 (java) S 17797 17800 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13447079 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760175647096 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17800/tid=17818] ppid=17797 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/17800/task/17818/stat : 17818 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 1 1 0 0 20 0 19 0 13447079 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760174594504 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17800/tid=17822] ppid=17797 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17800/task/17822/stat : 17822 (java) S 17797 17800 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13447107 10060525568 293487 33554432000 1073741824 1073778376 140735480509888 139760170382632 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 224.73
Current children cumulated vsize (KiB) 9824732

[startup+111.401 s]
/proc/loadavg: 4.36 4.35 4.02 3/214 18231
/proc/meminfo: memFree=29051280/32872528 swapFree=1315980/1463148
[pid=17800] ppid=17797 vsize=0 CPUtime=224.91 cores=0,2,4,6
/proc/17800/stat : 17800 (java) Z 17797 17800 14504 0 -1 4203532 31867 0 1 0 22421 70 0 0 20 0 2 0 13447074 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/17800/statm: 0 0 0 0 0 0 0
[pid=17800/tid=17815] ppid=17797 vsize=0 CPUtime=1.14 cores=0,2,4,6
/proc/17800/task/17815/stat : 17815 (java) R 17797 17800 14504 0 -1 4203588 13062 0 0 0 112 2 0 0 20 0 2 0 13447079 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 224.91
Current children cumulated vsize (KiB) 0

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.410004
#  lost CPU user time (s): 0.440002
#  lost CPU system time (s): -0.03

Real time (s): 111.404
CPU time (s): 225.329
CPU user time (s): 224.649
CPU system time (s): 0.679892
CPU usage (%): 202.263
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.209
system time used= 0.709892
maximum resident set size= 1176668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31867
page faults= 1
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5949
involuntary context switches= 6352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.772882 second user time and 1.04084 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 23:53:21
IDJOB=4097626
IDBENCH=107784
IDSOLVER=2543
FILE ID=node121/4097626-1466114001
RUNJOBID= node121-1466112173-16810
PBS_JOBID= 19904064
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-8_7_18.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097626-1466114001/watcher-4097626-1466114001 -o /tmp/evaluation-result-4097626-1466114001/solver-4097626-1466114001 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16810 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097626-1466114001.opb

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

MD5SUM BENCH= 99527d8798926939475b3d72f612d842
RANDOM SEED=701048189

node121.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.691
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.38
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.691
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.691
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.55
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.691
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.55
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.691
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.54
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.691
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.691
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.691
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:        28830856 kB
Buffers:           45828 kB
Cached:           121432 kB
SwapCached:         2496 kB
Active:          1770960 kB
Inactive:          97596 kB
Active(anon):    1700052 kB
Inactive(anon):     3608 kB
Active(file):      70908 kB
Inactive(file):    93988 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:              1468 kB
Writeback:             0 kB
AnonPages:       3167108 kB
Mapped:            15288 kB
Shmem:                 0 kB
Slab:             569168 kB
SReclaimable:      12560 kB
SUnreclaim:       556608 kB
KernelStack:        1592 kB
PageTables:        10488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3600200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1806336 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= 71720 MiB
End job on node121 at 2016-06-16 23:55:13