Trace number 4119629

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 PB16? (TO) 1800 1721.23

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw512/normalized-hw512-vm85p-dec.opb.negationfix.opb
MD5SUM34d06fdaa7065641d029e8785d925225
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark71.0462
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2269184
Total number of constraints9888
Number of constraints which are clauses4431
Number of constraints which are cardinality constraints (but not clauses)4431
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint4431
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 1668307
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4135727
Number of bits of the biggest sum of numbers22
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4119629-1467269312.opb
0.10/0.11	c reading problem ... 
0.10/0.14	c  no objective function found
107.39/67.76	c ... done. Wall clock time 67.651s.
107.39/67.76	c declared #vars     2269184
107.39/67.76	c #constraints  9888
107.39/67.76	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
107.39/67.76	c constraints type 
107.39/67.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4431
107.39/67.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 4431
107.39/67.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1026
107.39/67.76	c 9888 constraints processed.
107.39/67.76	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
107.39/67.76	c constraints type 
107.39/67.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4431
107.39/67.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4431
107.39/67.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1026
107.39/67.76	c 9888 constraints processed.
181.40/104.24	c And the winner is solver0
1800.00/1721.20	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1800.00/1721.20	c starts		: 26
1800.00/1721.20	c conflicts		: 4697
1800.00/1721.20	c decisions		: 44297009
1800.00/1721.20	c propagations		: 63694222
1800.00/1721.20	c inspects		: 1446138
1800.00/1721.20	c shortcuts		: 0
1800.00/1721.20	c learnt literals	: 0
1800.00/1721.20	c learnt binary clauses	: 0
1800.00/1721.20	c learnt ternary clauses	: 0
1800.00/1721.20	c learnt constraints	: 4697
1800.00/1721.20	c ignored constraints	: 0
1800.00/1721.20	c root simplifications	: 0
1800.00/1721.20	c removed literals (reason simplification)	: 868
1800.00/1721.20	c reason swapping (by a shorter reason)	: 0
1800.00/1721.20	c Calls to reduceDB	: 0
1800.00/1721.20	c Number of update (reduction) of LBD	: 1805
1800.00/1721.20	c Imported unit clauses	: 0
1800.00/1721.20	c number of reductions to clauses (during analyze)	: 0
1800.00/1721.20	c number of learned constraints concerned by reduction	: 0
1800.00/1721.20	c number of learning phase by resolution	: 0
1800.00/1721.20	c number of learning phase by cutting planes	: 0
1800.00/1721.20	c speed (assignments/second)	: 38525.97382173619
1800.00/1721.20	c non guided choices	42506968
1800.00/1721.21	c learnt constraints type 
1800.00/1721.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 4697
1800.00/1721.21	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/1721.21	c starts		: 1
1800.00/1721.21	c conflicts		: 1
1800.00/1721.21	c decisions		: 2250861
1800.00/1721.21	c propagations		: 2259139
1800.00/1721.21	c inspects		: 2256181
1800.00/1721.21	c shortcuts		: 0
1800.00/1721.21	c learnt literals	: 0
1800.00/1721.21	c learnt binary clauses	: 0
1800.00/1721.21	c learnt ternary clauses	: 0
1800.00/1721.21	c learnt constraints	: 0
1800.00/1721.21	c ignored constraints	: 0
1800.00/1721.21	c root simplifications	: 0
1800.00/1721.21	c removed literals (reason simplification)	: 0
1800.00/1721.21	c reason swapping (by a shorter reason)	: 0
1800.00/1721.21	c Calls to reduceDB	: 0
1800.00/1721.21	c Number of update (reduction) of LBD	: 0
1800.00/1721.21	c Imported unit clauses	: 0
1800.00/1721.21	c number of reductions to clauses (during analyze)	: 0
1800.00/1721.21	c number of learned constraints concerned by reduction	: 0
1800.00/1721.21	c number of learning phase by resolution	: 0
1800.00/1721.21	c number of learning phase by cutting planes	: 0
1800.00/1721.21	c speed (assignments/second)	: 1366.4563175209569
1800.00/1721.21	c non guided choices	2250861
1800.00/1721.21	c learnt constraints type 
1800.00/1721.21	s UNKNOWN
1800.00/1721.21	c Total wall clock time (in seconds): 1721.097

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

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

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


[startup+0 s]
/proc/loadavg: 2.31 2.24 2.16 3/195 13012
/proc/meminfo: memFree=27662864/32872528 swapFree=1515120/1684772
[pid=13012] ppid=13009 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13012/stat : 13012 (java) S 13009 13012 12810 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 7884403 98570240 977 33554432000 1073741824 1073778376 140735976608704 140735976599840 215127982141 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13012/statm: 24065 977 743 9 0 16771 0
[pid=13012/tid=13013] ppid=13009 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13013/stat : 13013 (java) R 13009 13012 12810 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 7884404 98570240 977 33554432000 1073741824 1073778376 140735976608704 140322042252840 215124624768 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.31 2.24 2.16 3/195 13012
/proc/meminfo: memFree=27662864/32872528 swapFree=1515120/1684772
[pid=13012] ppid=13009 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13012/stat : 13012 (java) S 13009 13012 12810 0 -1 4202496 4453 0 1 0 9 1 0 0 20 0 18 0 7884403 9787879424 6076 33554432000 1073741824 1073778376 140735976608704 140735976599840 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13012/statm: 2389619 6076 2141 9 0 2380296 0
[pid=13012/tid=13013] ppid=13009 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13012/task/13013/stat : 13013 (java) R 13009 13012 12810 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 7884404 9787879424 6076 33554432000 1073741824 1073778376 140735976608704 140322042256288 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200285 s]
/proc/loadavg: 2.31 2.24 2.16 3/195 13012
/proc/meminfo: memFree=27662864/32872528 swapFree=1515120/1684772
[pid=13012] ppid=13009 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/13012/stat : 13012 (java) S 13009 13012 12810 0 -1 4202496 4741 0 1 0 22 3 0 0 20 0 18 0 7884403 9787879424 32405 33554432000 1073741824 1073778376 140735976608704 140735976599840 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13012/statm: 2389619 32405 2200 9 0 2380296 0
[pid=13012/tid=13013] ppid=13009 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13012/task/13013/stat : 13013 (java) R 13009 13012 12810 0 -1 4202560 2449 0 1 0 15 2 0 0 20 0 18 0 7884404 9787879424 32405 33554432000 1073741824 1073778376 140735976608704 140322042256288 140321900049632 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300259 s]
/proc/loadavg: 2.31 2.24 2.16 3/195 13012
/proc/meminfo: memFree=27662864/32872528 swapFree=1515120/1684772
[pid=13012] ppid=13009 vsize=9558736 CPUtime=0.49 cores=1,3,5,7
/proc/13012/stat : 13012 (java) S 13009 13012 12810 0 -1 4202496 5918 0 1 0 46 3 0 0 20 0 18 0 7884403 9788145664 34872 33554432000 1073741824 1073778376 140735976608704 140735976599840 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13012/statm: 2389684 34872 2233 9 0 2380361 0
[pid=13012/tid=13013] ppid=13009 vsize=9558736 CPUtime=0.27 cores=1,3,5,7
/proc/13012/task/13013/stat : 13013 (java) R 13009 13012 12810 0 -1 4202560 2453 0 1 0 24 3 0 0 20 0 18 0 7884404 9788145664 34872 33554432000 1073741824 1073778376 140735976608704 140322042257640 140321900409968 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558736

[startup+0.700328 s]
/proc/loadavg: 2.31 2.24 2.16 3/195 13012
/proc/meminfo: memFree=27662864/32872528 swapFree=1515120/1684772
[pid=13012] ppid=13009 vsize=9558476 CPUtime=1.54 cores=1,3,5,7
/proc/13012/stat : 13012 (java) S 13009 13012 12810 0 -1 4202496 14462 0 1 0 146 8 0 0 20 0 18 0 7884403 9787879424 73416 33554432000 1073741824 1073778376 140735976608704 140735976599840 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13012/statm: 2389619 73416 2263 9 0 2380296 0
[pid=13012/tid=13013] ppid=13009 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/13012/task/13013/stat : 13013 (java) R 13009 13012 12810 0 -1 4202560 2466 0 1 0 58 3 0 0 20 0 18 0 7884404 9787879424 73416 33554432000 1073741824 1073778376 140735976608704 140322042249232 215128007949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.31 2.24 2.16 8/213 13030
/proc/meminfo: memFree=26974232/32872528 swapFree=1515120/1684772
[pid=13012] ppid=13009 vsize=9558476 CPUtime=3.22 cores=1,3,5,7
/proc/13012/stat : 13012 (java) S 13009 13012 12810 0 -1 4202496 17627 0 1 0 295 27 0 0 20 0 18 0 7884403 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140735976599840 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13012/statm: 2389619 151888 2269 9 0 2380296 0
[pid=13012/tid=13013] ppid=13009 vsize=9558476 CPUtime=1.07 cores=1,3,5,7
/proc/13012/task/13013/stat : 13013 (java) S 13009 13012 12810 0 -1 4202560 2519 0 1 0 102 5 0 0 20 0 18 0 7884404 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140322042256008 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13012/tid=13015] ppid=13009 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/13012/task/13015/stat : 13015 (java) S 13009 13012 12810 0 -1 4202560 610 0 0 0 12 2 0 0 20 0 18 0 7884404 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140322020358696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13016] ppid=13009 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13012/task/13016/stat : 13016 (java) S 13009 13012 12810 0 -1 4202560 246 0 0 0 14 3 0 0 20 0 18 0 7884404 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140322019305896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13017] ppid=13009 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/13012/task/13017/stat : 13017 (java) S 13009 13012 12810 0 -1 4202560 68 0 0 0 12 3 0 0 20 0 18 0 7884404 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321816045864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13018] ppid=13009 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/13012/task/13018/stat : 13018 (java) S 13009 13012 12810 0 -1 4202560 86 0 0 0 16 3 0 0 20 0 18 0 7884404 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321814993064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13019] ppid=13009 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/13012/task/13019/stat : 13019 (java) S 13009 13012 12810 0 -1 4202560 73 0 0 0 17 2 0 0 20 0 18 0 7884404 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321813941288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13012/tid=13020] ppid=13009 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/13012/task/13020/stat : 13020 (java) S 13009 13012 12810 0 -1 4202560 709 0 0 0 9 3 0 0 20 0 18 0 7884404 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321812888488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13012/tid=13021] ppid=13009 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/13012/task/13021/stat : 13021 (java) S 13009 13012 12810 0 -1 4202560 927 0 0 0 15 3 0 0 20 0 18 0 7884404 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321811835688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13022] ppid=13009 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13012/task/13022/stat : 13022 (java) S 13009 13012 12810 0 -1 4202560 364 0 0 0 15 2 0 0 20 0 18 0 7884404 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321810782888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13012/tid=13023] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13023/stat : 13023 (java) R 13009 13012 12810 0 -1 4202560 214 0 0 0 0 0 0 0 20 0 18 0 7884405 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321798583560 140322048384337 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13024] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13024/stat : 13024 (java) S 13009 13012 12810 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 7884406 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321797530872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13025] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13025/stat : 13025 (java) S 13009 13012 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 7884406 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321796477960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13026] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13026/stat : 13026 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7884408 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321795426448 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13027] ppid=13009 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/13012/task/13027/stat : 13027 (java) S 13009 13012 12810 0 -1 4202560 7465 0 0 0 39 2 0 0 20 0 18 0 7884408 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321794374584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13028] ppid=13009 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/13012/task/13028/stat : 13028 (java) S 13009 13012 12810 0 -1 4202560 3093 0 0 0 25 0 0 0 20 0 18 0 7884408 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321793321784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13029] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13029/stat : 13029 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7884408 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321792269176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13030] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13030/stat : 13030 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7884408 9787879424 151888 33554432000 1073741824 1073778376 140735976608704 140321791216584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 9558476

[startup+3.10089 s]
/proc/loadavg: 2.28 2.23 2.15 3/213 13030
/proc/meminfo: memFree=26633468/32872528 swapFree=1515120/1684772
[pid=13012] ppid=13009 vsize=9558476 CPUtime=5.31 cores=1,3,5,7
/proc/13012/stat : 13012 (java) S 13009 13012 12810 0 -1 4202496 19026 0 1 0 493 38 0 0 20 0 18 0 7884403 9787879424 199572 33554432000 1073741824 1073778376 140735976608704 140735976599840 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13012/statm: 2389619 199572 2274 9 0 2380296 0
[pid=13012/tid=13013] ppid=13009 vsize=9558476 CPUtime=2.05 cores=1,3,5,7
/proc/13012/task/13013/stat : 13013 (java) R 13009 13012 12810 0 -1 4202560 2734 0 1 0 200 5 0 0 20 0 18 0 7884404 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140322042249152 140321900422266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13012/tid=13015] ppid=13009 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/13012/task/13015/stat : 13015 (java) S 13009 13012 12810 0 -1 4202560 661 0 0 0 20 4 0 0 20 0 18 0 7884404 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140322020358696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13016] ppid=13009 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/13012/task/13016/stat : 13016 (java) S 13009 13012 12810 0 -1 4202560 464 0 0 0 17 4 0 0 20 0 18 0 7884404 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140322019305896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13017] ppid=13009 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/13012/task/13017/stat : 13017 (java) S 13009 13012 12810 0 -1 4202560 120 0 0 0 22 4 0 0 20 0 18 0 7884404 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321816045864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13018] ppid=13009 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/13012/task/13018/stat : 13018 (java) S 13009 13012 12810 0 -1 4202560 460 0 0 0 23 5 0 0 20 0 18 0 7884404 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321814993064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13019] ppid=13009 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/13012/task/13019/stat : 13019 (java) S 13009 13012 12810 0 -1 4202560 126 0 0 0 26 4 0 0 20 0 18 0 7884404 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321813941288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13020] ppid=13009 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/13012/task/13020/stat : 13020 (java) S 13009 13012 12810 0 -1 4202560 771 0 0 0 18 4 0 0 20 0 18 0 7884404 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321812888488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13021] ppid=13009 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/13012/task/13021/stat : 13021 (java) S 13009 13012 12810 0 -1 4202560 970 0 0 0 22 4 0 0 20 0 18 0 7884404 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321811835688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13022] ppid=13009 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13012/task/13022/stat : 13022 (java) S 13009 13012 12810 0 -1 4202560 450 0 0 0 23 4 0 0 20 0 18 0 7884404 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321810782888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13023] ppid=13009 vsize=9558476 CPUtime=0.4 cores=1,3,5,7
/proc/13012/task/13023/stat : 13023 (java) S 13009 13012 12810 0 -1 4202560 460 0 0 0 40 0 0 0 20 0 18 0 7884405 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321798584808 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13024] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13024/stat : 13024 (java) S 13009 13012 12810 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 7884406 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321797530872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13025] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13025/stat : 13025 (java) S 13009 13012 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 7884406 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321796477960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13026] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13026/stat : 13026 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7884408 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321795426448 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13027] ppid=13009 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/13012/task/13027/stat : 13027 (java) S 13009 13012 12810 0 -1 4202560 7465 0 0 0 39 2 0 0 20 0 18 0 7884408 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321794374584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13028] ppid=13009 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/13012/task/13028/stat : 13028 (java) S 13009 13012 12810 0 -1 4202560 3093 0 0 0 25 0 0 0 20 0 18 0 7884408 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321793321784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13029] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13029/stat : 13029 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7884408 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321792269176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13030] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13030/stat : 13030 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7884408 9787879424 200084 33554432000 1073741824 1073778376 140735976608704 140321791216584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.31
Current children cumulated vsize (KiB) 9558476

[startup+6.3009 s]
/proc/loadavg: 2.28 2.23 2.15 10/213 13030
/proc/meminfo: memFree=24738320/32872528 swapFree=1515120/1684772
[pid=13012] ppid=13009 vsize=9558476 CPUtime=10.48 cores=1,3,5,7
/proc/13012/stat : 13012 (java) S 13009 13012 12810 0 -1 4202496 24291 0 1 0 966 82 0 0 20 0 18 0 7884403 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140735976599840 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13012/statm: 2389619 341961 2274 9 0 2380296 0
[pid=13012/tid=13013] ppid=13009 vsize=9558476 CPUtime=3.53 cores=1,3,5,7
/proc/13012/task/13013/stat : 13013 (java) R 13009 13012 12810 0 -1 4202560 2809 0 1 0 346 7 0 0 20 0 18 0 7884404 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140322042249136 140321900355367 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13012/tid=13015] ppid=13009 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/13012/task/13015/stat : 13015 (java) S 13009 13012 12810 0 -1 4202560 779 0 0 0 43 8 0 0 20 0 18 0 7884404 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140322020358696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13016] ppid=13009 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/13012/task/13016/stat : 13016 (java) S 13009 13012 12810 0 -1 4202560 1218 0 0 0 42 7 0 0 20 0 18 0 7884404 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140322019305896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13012/tid=13017] ppid=13009 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/13012/task/13017/stat : 13017 (java) S 13009 13012 12810 0 -1 4202560 1292 0 0 0 46 9 0 0 20 0 18 0 7884404 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321816045864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13012/tid=13018] ppid=13009 vsize=9558476 CPUtime=0.76 cores=1,3,5,7
/proc/13012/task/13018/stat : 13018 (java) S 13009 13012 12810 0 -1 4202560 674 0 0 0 65 11 0 0 20 0 18 0 7884404 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321814993064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13019] ppid=13009 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/13012/task/13019/stat : 13019 (java) S 13009 13012 12810 0 -1 4202560 760 0 0 0 52 9 0 0 20 0 18 0 7884404 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321813941288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13020] ppid=13009 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/13012/task/13020/stat : 13020 (java) S 13009 13012 12810 0 -1 4202560 1322 0 0 0 40 8 0 0 20 0 18 0 7884404 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321812888488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13012/tid=13021] ppid=13009 vsize=9558476 CPUtime=0.73 cores=1,3,5,7
/proc/13012/task/13021/stat : 13021 (java) S 13009 13012 12810 0 -1 4202560 1497 0 0 0 63 10 0 0 20 0 18 0 7884404 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321811835688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13022] ppid=13009 vsize=9558476 CPUtime=0.59 cores=1,3,5,7
/proc/13012/task/13022/stat : 13022 (java) S 13009 13012 12810 0 -1 4202560 964 0 0 0 50 9 0 0 20 0 18 0 7884404 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321810782888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13023] ppid=13009 vsize=9558476 CPUtime=1.4 cores=1,3,5,7
/proc/13012/task/13023/stat : 13023 (java) S 13009 13012 12810 0 -1 4202560 1165 0 0 0 137 3 0 0 20 0 18 0 7884405 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321798584808 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13024] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13024/stat : 13024 (java) S 13009 13012 12810 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 7884406 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321797530872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13025] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13025/stat : 13025 (java) S 13009 13012 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 7884406 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321796477960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13026] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13026/stat : 13026 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7884408 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321795426448 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13027] ppid=13009 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/13012/task/13027/stat : 13027 (java) S 13009 13012 12810 0 -1 4202560 7465 0 0 0 39 2 0 0 20 0 18 0 7884408 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321794374584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13028] ppid=13009 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/13012/task/13028/stat : 13028 (java) S 13009 13012 12810 0 -1 4202560 3093 0 0 0 25 0 0 0 20 0 18 0 7884408 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321793321784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13029] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13029/stat : 13029 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 7884408 9787879424 341961 33554432000 1073741824 1073778376 140735976608704 140321792269176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13030] ppid=13009 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 3.28 3.24 3.04 4/219 13237
/proc/meminfo: memFree=19449344/32872528 swapFree=1515120/1684772
[pid=13012] ppid=13009 vsize=9824732 CPUtime=1680.99 cores=1,3,5,7
/proc/13012/stat : 13012 (java) S 13009 13012 12810 0 -1 4202496 52862 0 1 0 167645 454 0 0 20 0 20 0 7884403 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140735976599840 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13012/statm: 2456183 1193275 2294 9 0 2446860 0
[pid=13012/tid=13013] ppid=13009 vsize=9824732 CPUtime=44.18 cores=1,3,5,7
/proc/13012/task/13013/stat : 13013 (java) S 13009 13012 12810 0 -1 4202560 3426 0 1 0 4364 54 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140322042258408 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13015] ppid=13009 vsize=9824732 CPUtime=6.76 cores=1,3,5,7
/proc/13012/task/13015/stat : 13015 (java) S 13009 13012 12810 0 -1 4202560 5194 0 0 0 636 40 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140322020358696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13016] ppid=13009 vsize=9824732 CPUtime=6.61 cores=1,3,5,7
/proc/13012/task/13016/stat : 13016 (java) S 13009 13012 12810 0 -1 4202560 3971 0 0 0 618 43 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140322019305896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13017] ppid=13009 vsize=9824732 CPUtime=6.18 cores=1,3,5,7
/proc/13012/task/13017/stat : 13017 (java) S 13009 13012 12810 0 -1 4202560 4305 0 0 0 575 43 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321816045864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13018] ppid=13009 vsize=9824732 CPUtime=6.73 cores=1,3,5,7
/proc/13012/task/13018/stat : 13018 (java) S 13009 13012 12810 0 -1 4202560 4716 0 0 0 631 42 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321814993064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13019] ppid=13009 vsize=9824732 CPUtime=6.53 cores=1,3,5,7
/proc/13012/task/13019/stat : 13019 (java) S 13009 13012 12810 0 -1 4202560 2084 0 0 0 612 41 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321813941288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13020] ppid=13009 vsize=9824732 CPUtime=6.56 cores=1,3,5,7
/proc/13012/task/13020/stat : 13020 (java) S 13009 13012 12810 0 -1 4202560 4734 0 0 0 615 41 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321812888488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13021] ppid=13009 vsize=9824732 CPUtime=6.3 cores=1,3,5,7
/proc/13012/task/13021/stat : 13021 (java) S 13009 13012 12810 0 -1 4202560 3747 0 0 0 587 43 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321811835688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13022] ppid=13009 vsize=9824732 CPUtime=6.77 cores=1,3,5,7
/proc/13012/task/13022/stat : 13022 (java) S 13009 13012 12810 0 -1 4202560 3083 0 0 0 626 51 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321810782888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13023] ppid=13009 vsize=9824732 CPUtime=10.46 cores=1,3,5,7
/proc/13012/task/13023/stat : 13023 (java) S 13009 13012 12810 0 -1 4202560 3859 0 0 0 1038 8 0 0 20 0 20 0 7884405 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321798584808 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13024] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13024/stat : 13024 (java) S 13009 13012 12810 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 7884406 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321797530872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13025] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13025/stat : 13025 (java) S 13009 13012 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 7884406 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321796477960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13026] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13026/stat : 13026 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321795426448 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13027] ppid=13009 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/13012/task/13027/stat : 13027 (java) S 13009 13012 12810 0 -1 4202560 7499 0 0 0 101 2 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321794374584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13028] ppid=13009 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/13012/task/13028/stat : 13028 (java) S 13009 13012 12810 0 -1 4202560 4818 0 0 0 99 0 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321793321784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13029] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13029/stat : 13029 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321792269176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13030] ppid=13009 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/13012/task/13030/stat : 13030 (java) S 13009 13012 12810 0 -1 4202560 93 0 0 0 35 43 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321791216584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13100] ppid=13009 vsize=9824732 CPUtime=1530.56 cores=1,3,5,7
/proc/13012/task/13100/stat : 13100 (java) R 13009 13012 12810 0 -1 4202560 39 0 0 0 153033 23 0 0 20 0 20 0 7891180 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321789106496 140321901252487 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13012/tid=13101] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13101/stat : 13101 (java) S 13009 13012 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 7891196 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321788056488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1680.99
Current children cumulated vsize (KiB) 9824732

[startup+1662.3 s]
/proc/loadavg: 3.19 3.22 3.04 4/219 13238
/proc/meminfo: memFree=19449348/32872528 swapFree=1515120/1684772
[pid=13012] ppid=13009 vsize=9824732 CPUtime=1741.03 cores=1,3,5,7
/proc/13012/stat : 13012 (java) S 13009 13012 12810 0 -1 4202496 52866 0 1 0 173647 456 0 0 20 0 20 0 7884403 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140735976599840 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13012/statm: 2456183 1193275 2294 9 0 2446860 0
[pid=13012/tid=13013] ppid=13009 vsize=9824732 CPUtime=44.21 cores=1,3,5,7
/proc/13012/task/13013/stat : 13013 (java) S 13009 13012 12810 0 -1 4202560 3426 0 1 0 4366 55 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140322042258408 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13015] ppid=13009 vsize=9824732 CPUtime=6.76 cores=1,3,5,7
/proc/13012/task/13015/stat : 13015 (java) S 13009 13012 12810 0 -1 4202560 5194 0 0 0 636 40 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140322020358696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13016] ppid=13009 vsize=9824732 CPUtime=6.61 cores=1,3,5,7
/proc/13012/task/13016/stat : 13016 (java) S 13009 13012 12810 0 -1 4202560 3971 0 0 0 618 43 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140322019305896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13017] ppid=13009 vsize=9824732 CPUtime=6.18 cores=1,3,5,7
/proc/13012/task/13017/stat : 13017 (java) S 13009 13012 12810 0 -1 4202560 4305 0 0 0 575 43 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321816045864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13018] ppid=13009 vsize=9824732 CPUtime=6.73 cores=1,3,5,7
/proc/13012/task/13018/stat : 13018 (java) S 13009 13012 12810 0 -1 4202560 4716 0 0 0 631 42 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321814993064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13019] ppid=13009 vsize=9824732 CPUtime=6.53 cores=1,3,5,7
/proc/13012/task/13019/stat : 13019 (java) S 13009 13012 12810 0 -1 4202560 2084 0 0 0 612 41 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321813941288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13020] ppid=13009 vsize=9824732 CPUtime=6.56 cores=1,3,5,7
/proc/13012/task/13020/stat : 13020 (java) S 13009 13012 12810 0 -1 4202560 4734 0 0 0 615 41 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321812888488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13021] ppid=13009 vsize=9824732 CPUtime=6.3 cores=1,3,5,7
/proc/13012/task/13021/stat : 13021 (java) S 13009 13012 12810 0 -1 4202560 3747 0 0 0 587 43 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321811835688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13022] ppid=13009 vsize=9824732 CPUtime=6.77 cores=1,3,5,7
/proc/13012/task/13022/stat : 13022 (java) S 13009 13012 12810 0 -1 4202560 3083 0 0 0 626 51 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321810782888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13023] ppid=13009 vsize=9824732 CPUtime=10.46 cores=1,3,5,7
/proc/13012/task/13023/stat : 13023 (java) S 13009 13012 12810 0 -1 4202560 3859 0 0 0 1038 8 0 0 20 0 20 0 7884405 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321798584808 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13024] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13024/stat : 13024 (java) S 13009 13012 12810 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 7884406 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321797530872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13025] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13025/stat : 13025 (java) S 13009 13012 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 7884406 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321796477960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13026] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13026/stat : 13026 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321795426448 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13027] ppid=13009 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/13012/task/13027/stat : 13027 (java) S 13009 13012 12810 0 -1 4202560 7499 0 0 0 101 2 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321794374584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13028] ppid=13009 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/13012/task/13028/stat : 13028 (java) S 13009 13012 12810 0 -1 4202560 4818 0 0 0 99 0 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321793321784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13029] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13029/stat : 13029 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321792269176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13030] ppid=13009 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/13012/task/13030/stat : 13030 (java) S 13009 13012 12810 0 -1 4202560 97 0 0 0 36 45 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321791216584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13100] ppid=13009 vsize=9824732 CPUtime=1590.4 cores=1,3,5,7
/proc/13012/task/13100/stat : 13100 (java) R 13009 13012 12810 0 -1 4202560 39 0 0 0 159016 24 0 0 20 0 20 0 7891180 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321789106496 140321901252235 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13012/tid=13101] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13101/stat : 13101 (java) S 13009 13012 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 7891196 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321788056488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1741.03
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1721.2 s]
/proc/loadavg: 3.37 3.26 3.06 5/219 13239
/proc/meminfo: memFree=19449220/32872528 swapFree=1515120/1684772
[pid=13012] ppid=13009 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/13012/stat : 13012 (java) S 13009 13012 12810 0 -1 4202496 52868 0 1 0 179541 459 0 0 20 0 20 0 7884403 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140735976599840 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/13012/statm: 2456183 1193275 2294 9 0 2446860 0
[pid=13012/tid=13013] ppid=13009 vsize=9824732 CPUtime=44.24 cores=1,3,5,7
/proc/13012/task/13013/stat : 13013 (java) S 13009 13012 12810 0 -1 4202560 3426 0 1 0 4367 57 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140322042258408 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13015] ppid=13009 vsize=9824732 CPUtime=6.76 cores=1,3,5,7
/proc/13012/task/13015/stat : 13015 (java) S 13009 13012 12810 0 -1 4202560 5194 0 0 0 636 40 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140322020358696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13016] ppid=13009 vsize=9824732 CPUtime=6.61 cores=1,3,5,7
/proc/13012/task/13016/stat : 13016 (java) S 13009 13012 12810 0 -1 4202560 3971 0 0 0 618 43 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140322019305896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13017] ppid=13009 vsize=9824732 CPUtime=6.18 cores=1,3,5,7
/proc/13012/task/13017/stat : 13017 (java) S 13009 13012 12810 0 -1 4202560 4305 0 0 0 575 43 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321816045864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13018] ppid=13009 vsize=9824732 CPUtime=6.73 cores=1,3,5,7
/proc/13012/task/13018/stat : 13018 (java) S 13009 13012 12810 0 -1 4202560 4716 0 0 0 631 42 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321814993064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13019] ppid=13009 vsize=9824732 CPUtime=6.53 cores=1,3,5,7
/proc/13012/task/13019/stat : 13019 (java) S 13009 13012 12810 0 -1 4202560 2084 0 0 0 612 41 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321813941288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13020] ppid=13009 vsize=9824732 CPUtime=6.56 cores=1,3,5,7
/proc/13012/task/13020/stat : 13020 (java) S 13009 13012 12810 0 -1 4202560 4734 0 0 0 615 41 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321812888488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13021] ppid=13009 vsize=9824732 CPUtime=6.3 cores=1,3,5,7
/proc/13012/task/13021/stat : 13021 (java) S 13009 13012 12810 0 -1 4202560 3747 0 0 0 587 43 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321811835688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13022] ppid=13009 vsize=9824732 CPUtime=6.77 cores=1,3,5,7
/proc/13012/task/13022/stat : 13022 (java) S 13009 13012 12810 0 -1 4202560 3083 0 0 0 626 51 0 0 20 0 20 0 7884404 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321810782888 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13023] ppid=13009 vsize=9824732 CPUtime=10.46 cores=1,3,5,7
/proc/13012/task/13023/stat : 13023 (java) S 13009 13012 12810 0 -1 4202560 3859 0 0 0 1038 8 0 0 20 0 20 0 7884405 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321798584808 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13024] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13024/stat : 13024 (java) S 13009 13012 12810 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 20 0 7884406 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321797530872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13025] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13025/stat : 13025 (java) S 13009 13012 12810 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 7884406 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321796477960 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13026] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13026/stat : 13026 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321795426448 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13027] ppid=13009 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/13012/task/13027/stat : 13027 (java) S 13009 13012 12810 0 -1 4202560 7499 0 0 0 101 2 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321794374584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13012/tid=13028] ppid=13009 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/13012/task/13028/stat : 13028 (java) S 13009 13012 12810 0 -1 4202560 4818 0 0 0 99 0 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321793321784 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13029] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13029/stat : 13029 (java) S 13009 13012 12810 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321792269176 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13012/tid=13030] ppid=13009 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/13012/task/13030/stat : 13030 (java) S 13009 13012 12810 0 -1 4202560 99 0 0 0 38 46 0 0 20 0 20 0 7884408 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321791216584 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13012/tid=13100] ppid=13009 vsize=9824732 CPUtime=1649.15 cores=1,3,5,7
/proc/13012/task/13100/stat : 13100 (java) R 13009 13012 12810 0 -1 4202560 39 0 0 0 164890 25 0 0 20 0 20 0 7891180 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321789106496 140321901252167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13012/tid=13101] ppid=13009 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/13012/task/13101/stat : 13101 (java) S 13009 13012 12810 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 7891196 10060525568 1193275 33554432000 1073741824 1073778376 140735976608704 140321788056488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 13012 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13012 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=828752
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=983242
# CPU time returned by wait4() is 1795.81
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1721.23
CPU time (s): 1800
CPU user time (s): 1795.41
CPU system time (s): 4.59
CPU usage (%): 104.576
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.83
system time used= 4.98324
maximum resident set size= 4773148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52883
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82903
involuntary context switches= 61354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.6034 second user time and 14.2328 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-30 08:48:37
IDJOB=4119629
IDBENCH=111777
IDSOLVER=2543
FILE ID=node135/4119629-1467269312
RUNJOBID= node135-1467269312-12966
PBS_JOBID= 20004497
Free space on /tmp= 71560 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw512/normalized-hw512-vm85p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119629-1467269312/watcher-4119629-1467269312 -o /tmp/evaluation-result-4119629-1467269312/solver-4119629-1467269312 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1467269312-12966 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119629-1467269312.opb

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

MD5SUM BENCH= 34d06fdaa7065641d029e8785d925225
RANDOM SEED=641421989

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.722
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.722
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.722
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.68
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.722
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:        27664036 kB
Buffers:          190976 kB
Cached:          1879808 kB
SwapCached:            0 kB
Active:          1036920 kB
Inactive:        1714160 kB
Active(anon):     682812 kB
Inactive(anon):        0 kB
Active(file):     354108 kB
Inactive(file):  1714160 kB
Unevictable:     1684772 kB
Mlocked:         1515120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            145540 kB
Writeback:             0 kB
AnonPages:       2387632 kB
Mapped:            22096 kB
Shmem:               216 kB
Slab:             619448 kB
SReclaimable:      62480 kB
SUnreclaim:       556968 kB
KernelStack:        1592 kB
PageTables:         8984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2765808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 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= 71564 MiB
End job on node135 at 2016-06-30 09:17:18