Trace number 4099712

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 786.752 390.362

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
MD5SUM8c486f10dc9ea0956b38d79189648654
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark40.5208
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables109757
Total number of constraints313451
Number of constraints which are clauses295929
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17522
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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-4099712-1466206135.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  no objective function found
4.27/2.55	c ... done. Wall clock time 2.426s.
4.27/2.55	c declared #vars     109757
4.27/2.55	c #constraints  313451
4.27/2.55	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.27/2.55	c constraints type 
4.27/2.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97686
4.27/2.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
4.27/2.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 198242
4.27/2.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17522
4.27/2.55	c 313451 constraints processed.
4.27/2.55	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.27/2.55	c constraints type 
4.27/2.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 198242
4.27/2.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97686
4.27/2.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17522
4.27/2.55	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
4.27/2.55	c 313451 constraints processed.
20.19/9.52	c cleaning 2478 clauses out of 5001 with flag 17211/5005
33.23/15.81	c cleaning 0 clauses out of 5000 with flag 0/5000
35.68/16.80	c cleaning 4243 clauses out of 8519 with flag 53987/11001
45.74/21.74	c cleaning 5614 clauses out of 11278 with flag 97218/18003
64.86/31.20	c cleaning 6826 clauses out of 13662 with flag 138001/26001
86.65/42.03	c cleaning 7899 clauses out of 15835 with flag 182977/35000
113.58/55.44	c cleaning 0 clauses out of 10999 with flag 0/11000
114.99/56.12	c cleaning 8965 clauses out of 17940 with flag 235545/45004
139.33/68.30	c cleaning 9974 clauses out of 19971 with flag 299843/56000
169.34/83.14	c cleaning 10987 clauses out of 21998 with flag 365847/68001
196.54/96.61	c cleaning 11984 clauses out of 24012 with flag 436838/81003
217.67/107.10	c cleaning 0 clauses out of 17996 with flag 0/18000
226.13/111.38	c cleaning 12999 clauses out of 26026 with flag 505831/95001
261.48/128.98	c cleaning 14008 clauses out of 28026 with flag 607449/110000
294.62/145.40	c cleaning 14998 clauses out of 30021 with flag 713144/126003
331.05/163.56	c cleaning 16005 clauses out of 32022 with flag 825374/143002
364.85/180.33	c cleaning 17001 clauses out of 34015 with flag 937225/161000
399.31/197.42	c cleaning 17997 clauses out of 36015 with flag 1057026/180001
430.25/212.78	c cleaning 19006 clauses out of 38019 with flag 1172956/200002
471.01/233.01	c cleaning 19998 clauses out of 40012 with flag 1284274/221001
491.00/242.98	c cleaning 0 clauses out of 25999 with flag 0/26003
502.27/248.50	c cleaning 20995 clauses out of 42013 with flag 1408613/243000
539.35/266.90	c cleaning 22007 clauses out of 44019 with flag 1550531/266001
583.09/288.66	c cleaning 22996 clauses out of 46011 with flag 1707980/290000
623.29/309.10	c cleaning 24006 clauses out of 48020 with flag 1864064/315006
659.69/327.13	c cleaning 24999 clauses out of 50009 with flag 2018496/341001
710.38/352.39	c cleaning 26000 clauses out of 52010 with flag 2192642/368001
733.68/363.91	c cleaning 0 clauses out of 34997 with flag 0/35001
766.34/380.16	c cleaning 26998 clauses out of 54010 with flag 2401202/396001
785.82/389.85	c And the winner is solver0
786.49/390.30	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
786.49/390.30	c starts		: 1088
786.49/390.30	c conflicts		: 408081
786.49/390.30	c decisions		: 1259696
786.49/390.30	c propagations		: 667757180
786.49/390.30	c inspects		: 2048133055
786.49/390.30	c shortcuts		: 0
786.49/390.30	c learnt literals	: 11
786.49/390.30	c learnt binary clauses	: 263
786.49/390.30	c learnt ternary clauses	: 526
786.49/390.30	c learnt constraints	: 408069
786.49/390.30	c ignored constraints	: 0
786.49/390.30	c root simplifications	: 0
786.49/390.30	c removed literals (reason simplification)	: 4742737
786.49/390.30	c reason swapping (by a shorter reason)	: 0
786.49/390.30	c Calls to reduceDB	: 24
786.49/390.30	c Number of update (reduction) of LBD	: 111841
786.49/390.30	c Imported unit clauses	: 0
786.49/390.30	c number of reductions to clauses (during analyze)	: 0
786.49/390.30	c number of learned constraints concerned by reduction	: 0
786.49/390.30	c number of learning phase by resolution	: 0
786.49/390.30	c number of learning phase by cutting planes	: 0
786.49/390.30	c speed (assignments/second)	: 1722310.9540636044
786.49/390.30	c non guided choices	12396
786.49/390.32	c learnt constraints type 
786.49/390.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 263
786.49/390.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38823
786.49/390.32	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
786.49/390.32	c starts		: 63
786.49/390.32	c conflicts		: 36526
786.49/390.32	c decisions		: 123065
786.49/390.32	c propagations		: 57551183
786.49/390.32	c inspects		: 646424822
786.49/390.32	c shortcuts		: 0
786.49/390.32	c learnt literals	: 4
786.49/390.32	c learnt binary clauses	: 174
786.49/390.32	c learnt ternary clauses	: 259
786.49/390.32	c learnt constraints	: 36522
786.49/390.32	c ignored constraints	: 0
786.49/390.32	c root simplifications	: 0
786.49/390.32	c removed literals (reason simplification)	: 0
786.49/390.32	c reason swapping (by a shorter reason)	: 0
786.49/390.32	c Calls to reduceDB	: 5
786.49/390.32	c Number of update (reduction) of LBD	: 0
786.49/390.32	c Imported unit clauses	: 0
786.49/390.32	c number of reductions to clauses (during analyze)	: 0
786.49/390.32	c number of learned constraints concerned by reduction	: 0
786.49/390.32	c number of learning phase by resolution	: 0
786.49/390.32	c number of learning phase by cutting planes	: 0
786.49/390.32	c speed (assignments/second)	: 148431.84655222218
786.49/390.32	c non guided choices	30609
786.49/390.34	c learnt constraints type 
786.49/390.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3395
786.49/390.34	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 174
786.49/390.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 32953
786.49/390.34	s UNSATISFIABLE
786.49/390.34	c Total wall clock time (in seconds): 390.214

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-4099712-1466206135/watcher-4099712-1466206135 -o /tmp/evaluation-result-4099712-1466206135/solver-4099712-1466206135 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8353 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4099712-1466206135.opb 

pid=10713
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: 1.42 0.65 0.34 4/197 10716
/proc/meminfo: memFree=29133384/32872528 swapFree=1499884/1696108
[pid=10716] ppid=10713 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/10716/stat : 10716 (java) R 10713 10716 8337 0 -1 4202496 938 0 0 0 0 0 0 0 20 0 1 0 22659247 23793664 589 33554432000 1073741824 1073778376 140735615046752 140735615035816 225435499059 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10716/statm: 5809 600 447 9 0 128 0

[startup+0.100061 s]
/proc/loadavg: 1.42 0.65 0.34 4/197 10716
/proc/meminfo: memFree=29133384/32872528 swapFree=1499884/1696108
[pid=10716] ppid=10713 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10716/stat : 10716 (java) S 10713 10716 8337 0 -1 4202496 4416 0 1 0 8 1 0 0 20 0 18 0 22659247 9787879424 6041 33554432000 1073741824 1073778376 140735615046752 140735615037888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10716/statm: 2389619 6041 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 1.42 0.65 0.34 4/197 10716
/proc/meminfo: memFree=29133384/32872528 swapFree=1499884/1696108
[pid=10716] ppid=10713 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/10716/stat : 10716 (java) S 10713 10716 8337 0 -1 4202496 4695 0 1 0 23 1 0 0 20 0 18 0 22659247 9787879424 7812 33554432000 1073741824 1073778376 140735615046752 140735615037888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10716/statm: 2389619 7812 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300219 s]
/proc/loadavg: 1.42 0.65 0.34 4/197 10716
/proc/meminfo: memFree=29133384/32872528 swapFree=1499884/1696108
[pid=10716] ppid=10713 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/10716/stat : 10716 (java) S 10713 10716 8337 0 -1 4202496 5557 0 1 0 45 1 0 0 20 0 18 0 22659247 9787879424 9502 33554432000 1073741824 1073778376 140735615046752 140735615037888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10716/statm: 2389619 9502 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 1.42 0.65 0.34 4/197 10716
/proc/meminfo: memFree=29133384/32872528 swapFree=1499884/1696108
[pid=10716] ppid=10713 vsize=9558476 CPUtime=1.6 cores=0,2,4,6
/proc/10716/stat : 10716 (java) S 10713 10716 8337 0 -1 4202496 15891 0 1 0 155 5 0 0 20 0 18 0 22659247 9787879424 41118 33554432000 1073741824 1073778376 140735615046752 140735615037888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10716/statm: 2389619 41118 2249 9 0 2380296 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 1.42 0.65 0.34 4/215 10734
/proc/meminfo: memFree=28403608/32872528 swapFree=1499884/1696108
[pid=10716] ppid=10713 vsize=9558476 CPUtime=2.6 cores=0,2,4,6
/proc/10716/stat : 10716 (java) S 10713 10716 8337 0 -1 4202496 16460 0 1 0 247 13 0 0 20 0 18 0 22659247 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140735615037888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10716/statm: 2389619 79934 2265 9 0 2380296 0
[pid=10716/tid=10718] ppid=10713 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/10716/task/10718/stat : 10718 (java) R 10713 10716 8337 0 -1 4202560 2513 0 1 0 135 4 0 0 20 0 18 0 22659248 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296466714464 140296332037695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10719] ppid=10713 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/10716/task/10719/stat : 10719 (java) S 10713 10716 8337 0 -1 4202560 101 0 0 0 1 0 0 0 20 0 18 0 22659249 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296455785000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10720] ppid=10713 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/10716/task/10720/stat : 10720 (java) S 10713 10716 8337 0 -1 4202560 107 0 0 0 3 1 0 0 20 0 18 0 22659249 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296454732200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10721] ppid=10713 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/10716/task/10721/stat : 10721 (java) S 10713 10716 8337 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 22659249 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296453679400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10722] ppid=10713 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/10716/task/10722/stat : 10722 (java) S 10713 10716 8337 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 22659249 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296452626600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10723] ppid=10713 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/10716/task/10723/stat : 10723 (java) S 10713 10716 8337 0 -1 4202560 91 0 0 0 1 0 0 0 20 0 18 0 22659249 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296451574824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10724] ppid=10713 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/10716/task/10724/stat : 10724 (java) S 10713 10716 8337 0 -1 4202560 103 0 0 0 3 1 0 0 20 0 18 0 22659249 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296450522024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10725] ppid=10713 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/10716/task/10725/stat : 10725 (java) S 10713 10716 8337 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 22659249 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296303885096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10726] ppid=10713 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/10716/task/10726/stat : 10726 (java) S 10713 10716 8337 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 22659249 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296302832296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10727] ppid=10713 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10727/stat : 10727 (java) S 10713 10716 8337 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22659250 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296290634216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10728] ppid=10713 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10728/stat : 10728 (java) S 10713 10716 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22659251 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296289580280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10729] ppid=10713 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10729/stat : 10729 (java) S 10713 10716 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22659251 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296288527368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10730] ppid=10713 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10730/stat : 10730 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659253 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296287475856 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10731] ppid=10713 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/10716/task/10731/stat : 10731 (java) S 10713 10716 8337 0 -1 4202560 6064 0 0 0 45 1 0 0 20 0 18 0 22659253 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296286423992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10732] ppid=10713 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/10716/task/10732/stat : 10732 (java) S 10713 10716 8337 0 -1 4202560 6107 0 0 0 43 1 0 0 20 0 18 0 22659253 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296285371192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10733] ppid=10713 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10733/stat : 10733 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659253 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296284318584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10734] ppid=10713 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10734/stat : 10734 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22659253 9787879424 79934 33554432000 1073741824 1073778376 140735615046752 140296283265992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 1.42 0.65 0.34 9/215 10734
/proc/meminfo: memFree=27730984/32872528 swapFree=1499884/1696108
[pid=10716] ppid=10713 vsize=9824732 CPUtime=6.02 cores=0,2,4,6
/proc/10716/stat : 10716 (java) S 10713 10716 8337 0 -1 4202496 17004 0 1 0 577 25 0 0 20 0 22 0 22659247 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140735615037888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10716/statm: 2456183 111005 2281 9 0 2446860 0
[pid=10716/tid=10718] ppid=10713 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/10716/task/10718/stat : 10718 (java) S 10713 10716 8337 0 -1 4202560 2543 0 1 0 225 5 0 0 20 0 22 0 22659248 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296466723704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10719] ppid=10713 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/10716/task/10719/stat : 10719 (java) S 10713 10716 8337 0 -1 4202560 120 0 0 0 5 1 0 0 20 0 22 0 22659249 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296455785000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10720] ppid=10713 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/10716/task/10720/stat : 10720 (java) S 10713 10716 8337 0 -1 4202560 134 0 0 0 8 3 0 0 20 0 22 0 22659249 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296454732200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10721] ppid=10713 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/10716/task/10721/stat : 10721 (java) S 10713 10716 8337 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 22659249 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296453679400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10722] ppid=10713 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/10716/task/10722/stat : 10722 (java) S 10713 10716 8337 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 22 0 22659249 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296452626600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10723] ppid=10713 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/10716/task/10723/stat : 10723 (java) S 10713 10716 8337 0 -1 4202560 136 0 0 0 8 2 0 0 20 0 22 0 22659249 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296451574824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10724] ppid=10713 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/10716/task/10724/stat : 10724 (java) S 10713 10716 8337 0 -1 4202560 204 0 0 0 11 3 0 0 20 0 22 0 22659249 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296450522024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10725] ppid=10713 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/10716/task/10725/stat : 10725 (java) S 10713 10716 8337 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 22659249 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296303885096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10726] ppid=10713 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/10716/task/10726/stat : 10726 (java) S 10713 10716 8337 0 -1 4202560 47 0 0 0 6 3 0 0 20 0 22 0 22659249 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296302832296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10727] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10727/stat : 10727 (java) S 10713 10716 8337 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 22659250 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296290634216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10728] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10728/stat : 10728 (java) S 10713 10716 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22659251 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296289580280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10729] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10729/stat : 10729 (java) S 10713 10716 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22659251 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296288527368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10730] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10730/stat : 10730 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659253 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296287475856 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10731] ppid=10713 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/10716/task/10731/stat : 10731 (java) S 10713 10716 8337 0 -1 4202560 6075 0 0 0 87 2 0 0 20 0 22 0 22659253 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296286423992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10732] ppid=10713 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/10716/task/10732/stat : 10732 (java) S 10713 10716 8337 0 -1 4202560 6118 0 0 0 87 2 0 0 20 0 22 0 22659253 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296285371192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10733] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10733/stat : 10733 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659253 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296284318584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10734] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10734/stat : 10734 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659253 10060525568 111005 33554432000 1073741824 1073778376 140735615046752 140296283265992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 1.70 0.72 0.37 6/219 10738
/proc/meminfo: memFree=27398580/32872528 swapFree=1499884/1696108
[pid=10716] ppid=10713 vsize=9824732 CPUtime=13.58 cores=0,2,4,6
/proc/10716/stat : 10716 (java) S 10713 10716 8337 0 -1 4202496 19870 0 1 0 1320 38 0 0 20 0 22 0 22659247 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140735615037888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10716/statm: 2456183 230863 2285 9 0 2446860 0
[pid=10716/tid=10718] ppid=10713 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/10716/task/10718/stat : 10718 (java) S 10713 10716 8337 0 -1 4202560 2543 0 1 0 225 5 0 0 20 0 22 0 22659248 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296466723704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10719] ppid=10713 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/10716/task/10719/stat : 10719 (java) S 10713 10716 8337 0 -1 4202560 138 0 0 0 13 2 0 0 20 0 22 0 22659249 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296455785000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10720] ppid=10713 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/10716/task/10720/stat : 10720 (java) S 10713 10716 8337 0 -1 4202560 143 0 0 0 11 3 0 0 20 0 22 0 22659249 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296454732200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10721] ppid=10713 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/10716/task/10721/stat : 10721 (java) S 10713 10716 8337 0 -1 4202560 61 0 0 0 13 3 0 0 20 0 22 0 22659249 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296453679400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10722] ppid=10713 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/10716/task/10722/stat : 10722 (java) S 10713 10716 8337 0 -1 4202560 76 0 0 0 10 3 0 0 20 0 22 0 22659249 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296452626600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10723] ppid=10713 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/10716/task/10723/stat : 10723 (java) S 10713 10716 8337 0 -1 4202560 176 0 0 0 20 4 0 0 20 0 22 0 22659249 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296451574824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10724] ppid=10713 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/10716/task/10724/stat : 10724 (java) S 10713 10716 8337 0 -1 4202560 211 0 0 0 14 4 0 0 20 0 22 0 22659249 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296450522024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10725] ppid=10713 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/10716/task/10725/stat : 10725 (java) S 10713 10716 8337 0 -1 4202560 63 0 0 0 14 3 0 0 20 0 22 0 22659249 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296303885096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10726] ppid=10713 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/10716/task/10726/stat : 10726 (java) S 10713 10716 8337 0 -1 4202560 67 0 0 0 11 3 0 0 20 0 22 0 22659249 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296302832296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10727] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10727/stat : 10727 (java) S 10713 10716 8337 0 -1 4202560 495 0 0 0 0 0 0 0 20 0 22 0 22659250 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296290634216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10728] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10728/stat : 10728 (java) S 10713 10716 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22659251 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296289580280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10729] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10729/stat : 10729 (java) S 10713 10716 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22659251 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296288527368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10730] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10730/stat : 10730 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659253 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296287475856 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10731] ppid=10713 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/10716/task/10731/stat : 10731 (java) S 10713 10716 8337 0 -1 4202560 6079 0 0 0 118 2 0 0 20 0 22 0 22659253 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296286423992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10732] ppid=10713 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/10716/task/10732/stat : 10732 (java) S 10713 10716 8337 0 -1 4202560 7656 0 0 0 145 2 0 0 20 0 22 0 22659253 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296285371192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10733] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10733/stat : 10733 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659253 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296284318584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10734] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10734/stat : 10734 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659253 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296283265992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10735] ppid=10713 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/10716/task/10735/stat : 10735 (java) R 10713 10716 8337 0 -1 4202560 24 0 0 0 356 0 0 0 20 0 22 0 22659502 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296282210912 140296332498101 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10736] ppid=10713 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/10716/task/10736/stat : 10736 (java) R 10713 10716 8337 0 -1 4202560 872 0 0 0 350 6 0 0 20 0 22 0 22659502 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296281157960 140296332042343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10737] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10737/stat : 10737 (java) S 10713 10716 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22659507 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296280105896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10738] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10738/stat : 10738 (java) S 10713 10716 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22659507 10060525568 230863 33554432000 1073741824 1073778376 140735615046752 140296279053096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 13.58

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

[pid=10716/tid=10726] ppid=10713 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/10716/task/10726/stat : 10726 (java) S 10713 10716 8337 0 -1 4202560 377 0 0 0 149 7 0 0 20 0 22 0 22659249 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296302832296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10727] ppid=10713 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/10716/task/10727/stat : 10727 (java) S 10713 10716 8337 0 -1 4202560 5302 0 0 0 80 9 0 0 20 0 22 0 22659250 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296290634216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10728] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10728/stat : 10728 (java) S 10713 10716 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 22659251 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296289580280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10729] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10729/stat : 10729 (java) S 10713 10716 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 22659251 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296288527368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10730] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10730/stat : 10730 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659253 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296287475856 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10731] ppid=10713 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/10716/task/10731/stat : 10731 (java) S 10713 10716 8337 0 -1 4202560 12813 0 0 0 213 3 0 0 20 0 22 0 22659253 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296286423992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10732] ppid=10713 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/10716/task/10732/stat : 10732 (java) S 10713 10716 8337 0 -1 4202560 7664 0 0 0 167 2 0 0 20 0 22 0 22659253 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296285371192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10733] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10733/stat : 10733 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 22659253 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296284318584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10734] ppid=10713 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/10716/task/10734/stat : 10734 (java) S 10713 10716 8337 0 -1 4202560 23 0 0 0 7 6 0 0 20 0 22 0 22659253 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296283265992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10735] ppid=10713 vsize=9824732 CPUtime=382.91 cores=0,2,4,6
/proc/10716/task/10735/stat : 10735 (java) R 10713 10716 8337 0 -1 4202560 80 0 0 0 38286 5 0 0 20 0 22 0 22659502 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296282209072 140296332498148 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10736] ppid=10713 vsize=9824732 CPUtime=382.9 cores=0,2,4,6
/proc/10716/task/10736/stat : 10736 (java) R 10713 10716 8337 0 -1 4202560 1794 0 0 0 38253 37 0 0 20 0 22 0 22659502 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296281156960 140296332563744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10737] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10737/stat : 10737 (java) S 10713 10716 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22659507 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296280105896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10738] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10738/stat : 10738 (java) S 10713 10716 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 22659507 10060525568 643595 33554432000 1073741824 1073778376 140735615046752 140296279053096 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 785.42
Current children cumulated vsize (KiB) 9824732

[startup+390.001 s]
/proc/loadavg: 4.28 3.31 1.69 5/219 10819
/proc/meminfo: memFree=26257456/32872528 swapFree=1499884/1696108
[pid=10716] ppid=10713 vsize=9824732 CPUtime=786.13 cores=0,2,4,6
/proc/10716/stat : 10716 (java) S 10713 10716 8337 0 -1 4202496 34838 0 1 0 78492 121 0 0 20 0 20 0 22659247 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140735615037888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10716/statm: 2456183 643590 2301 9 0 2446860 0
[pid=10716/tid=10718] ppid=10713 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/10716/task/10718/stat : 10718 (java) S 10713 10716 8337 0 -1 4202560 2545 0 1 0 226 6 0 0 20 0 20 0 22659248 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296466723704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10719] ppid=10713 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/10716/task/10719/stat : 10719 (java) S 10713 10716 8337 0 -1 4202560 436 0 0 0 162 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296455785000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10720] ppid=10713 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/10716/task/10720/stat : 10720 (java) S 10713 10716 8337 0 -1 4202560 488 0 0 0 153 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296454732200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10721] ppid=10713 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/10716/task/10721/stat : 10721 (java) S 10713 10716 8337 0 -1 4202560 357 0 0 0 142 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296453679400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10722] ppid=10713 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/10716/task/10722/stat : 10722 (java) S 10713 10716 8337 0 -1 4202560 373 0 0 0 131 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296452626600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10723] ppid=10713 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/10716/task/10723/stat : 10723 (java) S 10713 10716 8337 0 -1 4202560 446 0 0 0 150 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296451574824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10724] ppid=10713 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/10716/task/10724/stat : 10724 (java) S 10713 10716 8337 0 -1 4202560 479 0 0 0 141 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296450522024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10725] ppid=10713 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/10716/task/10725/stat : 10725 (java) S 10713 10716 8337 0 -1 4202560 394 0 0 0 153 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296303885096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10726] ppid=10713 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/10716/task/10726/stat : 10726 (java) S 10713 10716 8337 0 -1 4202560 377 0 0 0 149 7 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296302832296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10727] ppid=10713 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/10716/task/10727/stat : 10727 (java) S 10713 10716 8337 0 -1 4202560 5302 0 0 0 80 9 0 0 20 0 20 0 22659250 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296290634216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10728] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10728/stat : 10728 (java) S 10713 10716 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 22659251 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296289580280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10729] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10729/stat : 10729 (java) S 10713 10716 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 22659251 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296288527368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10730] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10730/stat : 10730 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22659253 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296287475856 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10731] ppid=10713 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/10716/task/10731/stat : 10731 (java) S 10713 10716 8337 0 -1 4202560 12814 0 0 0 214 3 0 0 20 0 20 0 22659253 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296286423992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10732] ppid=10713 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/10716/task/10732/stat : 10732 (java) S 10713 10716 8337 0 -1 4202560 7664 0 0 0 167 2 0 0 20 0 20 0 22659253 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296285371192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10733] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10733/stat : 10733 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22659253 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296284318584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10734] ppid=10713 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/10716/task/10734/stat : 10734 (java) S 10713 10716 8337 0 -1 4202560 23 0 0 0 7 6 0 0 20 0 20 0 22659253 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296283265992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10736] ppid=10713 vsize=9824732 CPUtime=383.3 cores=0,2,4,6
/proc/10716/task/10736/stat : 10736 (java) R 10713 10716 8337 0 -1 4202560 1794 0 0 0 38293 37 0 0 20 0 20 0 22659502 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296281156960 140296332115661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10737] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10737/stat : 10737 (java) S 10713 10716 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 22659507 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296280105896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 786.13
Current children cumulated vsize (KiB) 9824732

[startup+390.201 s]
/proc/loadavg: 4.28 3.31 1.69 5/219 10819
/proc/meminfo: memFree=26257456/32872528 swapFree=1499884/1696108
[pid=10716] ppid=10713 vsize=9824732 CPUtime=786.33 cores=0,2,4,6
/proc/10716/stat : 10716 (java) S 10713 10716 8337 0 -1 4202496 34838 0 1 0 78512 121 0 0 20 0 20 0 22659247 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140735615037888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10716/statm: 2456183 643590 2301 9 0 2446860 0
[pid=10716/tid=10718] ppid=10713 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/10716/task/10718/stat : 10718 (java) S 10713 10716 8337 0 -1 4202560 2545 0 1 0 226 6 0 0 20 0 20 0 22659248 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296466723704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10719] ppid=10713 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/10716/task/10719/stat : 10719 (java) S 10713 10716 8337 0 -1 4202560 436 0 0 0 162 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296455785000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10720] ppid=10713 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/10716/task/10720/stat : 10720 (java) S 10713 10716 8337 0 -1 4202560 488 0 0 0 153 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296454732200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10721] ppid=10713 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/10716/task/10721/stat : 10721 (java) S 10713 10716 8337 0 -1 4202560 357 0 0 0 142 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296453679400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10722] ppid=10713 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/10716/task/10722/stat : 10722 (java) S 10713 10716 8337 0 -1 4202560 373 0 0 0 131 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296452626600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10723] ppid=10713 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/10716/task/10723/stat : 10723 (java) S 10713 10716 8337 0 -1 4202560 446 0 0 0 150 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296451574824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10724] ppid=10713 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/10716/task/10724/stat : 10724 (java) S 10713 10716 8337 0 -1 4202560 479 0 0 0 141 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296450522024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10725] ppid=10713 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/10716/task/10725/stat : 10725 (java) S 10713 10716 8337 0 -1 4202560 394 0 0 0 153 8 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296303885096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10726] ppid=10713 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/10716/task/10726/stat : 10726 (java) S 10713 10716 8337 0 -1 4202560 377 0 0 0 149 7 0 0 20 0 20 0 22659249 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296302832296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10727] ppid=10713 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/10716/task/10727/stat : 10727 (java) S 10713 10716 8337 0 -1 4202560 5302 0 0 0 80 9 0 0 20 0 20 0 22659250 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296290634216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10728] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10728/stat : 10728 (java) S 10713 10716 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 22659251 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296289580280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10729] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10729/stat : 10729 (java) S 10713 10716 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 22659251 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296288527368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10730] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10730/stat : 10730 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22659253 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296287475856 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10731] ppid=10713 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/10716/task/10731/stat : 10731 (java) S 10713 10716 8337 0 -1 4202560 12814 0 0 0 214 3 0 0 20 0 20 0 22659253 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296286423992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10732] ppid=10713 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/10716/task/10732/stat : 10732 (java) S 10713 10716 8337 0 -1 4202560 7664 0 0 0 167 2 0 0 20 0 20 0 22659253 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296285371192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10733] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10733/stat : 10733 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 22659253 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296284318584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10734] ppid=10713 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/10716/task/10734/stat : 10734 (java) S 10713 10716 8337 0 -1 4202560 23 0 0 0 7 6 0 0 20 0 20 0 22659253 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296283265992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10736] ppid=10713 vsize=9824732 CPUtime=383.5 cores=0,2,4,6
/proc/10716/task/10736/stat : 10736 (java) R 10713 10716 8337 0 -1 4202560 1794 0 0 0 38313 37 0 0 20 0 20 0 22659502 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296281156960 140296332115661 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10737] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10737/stat : 10737 (java) S 10713 10716 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 22659507 10060525568 643590 33554432000 1073741824 1073778376 140735615046752 140296280105896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 786.33
Current children cumulated vsize (KiB) 9824732

[startup+390.301 s]
/proc/loadavg: 4.28 3.31 1.69 5/219 10819
/proc/meminfo: memFree=26257456/32872528 swapFree=1499884/1696108
[pid=10716] ppid=10713 vsize=9824732 CPUtime=786.49 cores=0,2,4,6
/proc/10716/stat : 10716 (java) S 10713 10716 8337 0 -1 4202496 34838 0 1 0 78522 127 0 0 20 0 19 0 22659247 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140735615037888 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10716/statm: 2456183 643584 2301 9 0 2446860 0
[pid=10716/tid=10718] ppid=10713 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/10716/task/10718/stat : 10718 (java) S 10713 10716 8337 0 -1 4202560 2545 0 1 0 226 6 0 0 20 0 19 0 22659248 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296466723704 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10719] ppid=10713 vsize=9824732 CPUtime=1.7 cores=0,2,4,6
/proc/10716/task/10719/stat : 10719 (java) S 10713 10716 8337 0 -1 4202560 436 0 0 0 162 8 0 0 20 0 19 0 22659249 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296455785000 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10720] ppid=10713 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/10716/task/10720/stat : 10720 (java) S 10713 10716 8337 0 -1 4202560 488 0 0 0 153 8 0 0 20 0 19 0 22659249 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296454732200 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10721] ppid=10713 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/10716/task/10721/stat : 10721 (java) S 10713 10716 8337 0 -1 4202560 357 0 0 0 142 8 0 0 20 0 19 0 22659249 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296453679400 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10722] ppid=10713 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/10716/task/10722/stat : 10722 (java) S 10713 10716 8337 0 -1 4202560 373 0 0 0 131 8 0 0 20 0 19 0 22659249 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296452626600 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10723] ppid=10713 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/10716/task/10723/stat : 10723 (java) S 10713 10716 8337 0 -1 4202560 446 0 0 0 150 8 0 0 20 0 19 0 22659249 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296451574824 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10724] ppid=10713 vsize=9824732 CPUtime=1.49 cores=0,2,4,6
/proc/10716/task/10724/stat : 10724 (java) S 10713 10716 8337 0 -1 4202560 479 0 0 0 141 8 0 0 20 0 19 0 22659249 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296450522024 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10725] ppid=10713 vsize=9824732 CPUtime=1.61 cores=0,2,4,6
/proc/10716/task/10725/stat : 10725 (java) S 10713 10716 8337 0 -1 4202560 394 0 0 0 153 8 0 0 20 0 19 0 22659249 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296303885096 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10726] ppid=10713 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/10716/task/10726/stat : 10726 (java) S 10713 10716 8337 0 -1 4202560 377 0 0 0 149 7 0 0 20 0 19 0 22659249 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296302832296 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10727] ppid=10713 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/10716/task/10727/stat : 10727 (java) S 10713 10716 8337 0 -1 4202560 5302 0 0 0 80 9 0 0 20 0 19 0 22659250 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296290634216 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10728] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10728/stat : 10728 (java) S 10713 10716 8337 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22659251 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296289580280 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10729] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10729/stat : 10729 (java) S 10713 10716 8337 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22659251 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296288527368 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10730] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10730/stat : 10730 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659253 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296287475856 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10716/tid=10731] ppid=10713 vsize=9824732 CPUtime=2.17 cores=0,2,4,6
/proc/10716/task/10731/stat : 10731 (java) S 10713 10716 8337 0 -1 4202560 12814 0 0 0 214 3 0 0 20 0 19 0 22659253 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296286423992 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10732] ppid=10713 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/10716/task/10732/stat : 10732 (java) S 10713 10716 8337 0 -1 4202560 7664 0 0 0 167 2 0 0 20 0 19 0 22659253 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296285371192 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10716/tid=10733] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10733/stat : 10733 (java) S 10713 10716 8337 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22659253 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296284318584 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10716/tid=10734] ppid=10713 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/10716/task/10734/stat : 10734 (java) S 10713 10716 8337 0 -1 4202560 23 0 0 0 7 6 0 0 20 0 19 0 22659253 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296283265992 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10716/tid=10737] ppid=10713 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/10716/task/10737/stat : 10737 (java) S 10713 10716 8337 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22659507 10060525568 643584 33554432000 1073741824 1073778376 140735615046752 140296280105896 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 786.49
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 390.362
CPU time (s): 786.752
CPU user time (s): 785.272
CPU system time (s): 1.48077
CPU usage (%): 201.544
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 785.272
system time used= 1.48077
maximum resident set size= 2853876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34843
page faults= 1
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12486
involuntary context switches= 20628

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.30365 second user time and 3.35449 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-18 01:28:55
IDJOB=4099712
IDBENCH=1489
IDSOLVER=2543
FILE ID=node137/4099712-1466206135
RUNJOBID= node137-1466206054-8353
PBS_JOBID= 19918140
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.Src1Valid_Src1ValidBar.ucl.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099712-1466206135/watcher-4099712-1466206135 -o /tmp/evaluation-result-4099712-1466206135/solver-4099712-1466206135 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466206054-8353 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4099712-1466206135.opb

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

MD5SUM BENCH= 8c486f10dc9ea0956b38d79189648654
RANDOM SEED=427405706

node137.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.486
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.97
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.486
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.486
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.486
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.486
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.486
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.38
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.486
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.486
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:        29134036 kB
Buffers:           36116 kB
Cached:            83596 kB
SwapCached:         1252 kB
Active:          1256932 kB
Inactive:          60144 kB
Active(anon):    1198796 kB
Inactive(anon):      972 kB
Active(file):      58136 kB
Inactive(file):    59172 kB
Unevictable:     1696108 kB
Mlocked:         1499884 kB
SwapTotal:      67108856 kB
SwapFree:       67099968 kB
Dirty:             18124 kB
Writeback:             0 kB
AnonPages:       2911260 kB
Mapped:            15332 kB
Shmem:                 0 kB
Slab:             571740 kB
SReclaimable:      15160 kB
SUnreclaim:       556580 kB
KernelStack:        1592 kB
PageTables:         9960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4364048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1351680 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= 71688 MiB
End job on node137 at 2016-06-18 01:35:26