Trace number 4105898

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.02 898.931

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=280-sizeP=141-sizeQ=280-999529433-max.opb
MD5SUM50ead5886965da8908c50d598d2024b3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables39901
Total number of constraints118441
Number of constraints which are clauses118440
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint39480
Number of terms in the objective function 141
Biggest coefficient in the objective function 1393796574908163946345982392040522594123776
Number of bits for the biggest coefficient in the objective function 141
Sum of the numbers in the objective function 2787593149816327892691964784081045188247551
Number of bits of the sum of numbers in the objective function 141
Biggest number in a constraint 1353842624082429130653522550851115089568572790710847937094960732721983060451965636249987502980536903367866802227247837807116288
Number of bits of the biggest number in a constraint 420
Biggest sum of numbers in a constraint 5415370496329716522614090203404460358274290488264820097939793578523366423469831924776142526293328950606202579825495873831248858
Number of bits of the biggest sum of numbers421
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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4105898-1466266155.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
3.04/1.62	c ... done. Wall clock time 1.503s.
3.04/1.62	c declared #vars     39901
3.04/1.62	c #constraints  118442
3.04/1.62	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.04/1.62	c constraints type 
3.04/1.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39480
3.04/1.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 78960
3.04/1.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.04/1.62	c 118442 constraints processed.
3.04/1.62	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.04/1.62	c constraints type 
3.04/1.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78960
3.04/1.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39480
3.04/1.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.04/1.62	c 118442 constraints processed.
3.04/1.62	c objective function length is 141 literals
1394.53/696.13	c cleaning 2499 clauses out of 5000 with flag 12936/5000
1800.02/898.91	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.91	c starts		: 4
1800.02/898.92	c conflicts		: 6417
1800.02/898.92	c decisions		: 8938
1800.02/898.92	c propagations		: 2420860
1800.02/898.92	c inspects		: 13900661
1800.02/898.92	c shortcuts		: 0
1800.02/898.92	c learnt literals	: 0
1800.02/898.92	c learnt binary clauses	: 0
1800.02/898.92	c learnt ternary clauses	: 1
1800.02/898.92	c learnt constraints	: 6417
1800.02/898.92	c ignored constraints	: 0
1800.02/898.92	c root simplifications	: 0
1800.02/898.92	c removed literals (reason simplification)	: 65987576
1800.02/898.92	c reason swapping (by a shorter reason)	: 0
1800.02/898.92	c Calls to reduceDB	: 1
1800.02/898.92	c Number of update (reduction) of LBD	: 775
1800.02/898.92	c Imported unit clauses	: 0
1800.02/898.92	c number of reductions to clauses (during analyze)	: 0
1800.02/898.92	c number of learned constraints concerned by reduction	: 0
1800.02/898.92	c number of learning phase by resolution	: 0
1800.02/898.92	c number of learning phase by cutting planes	: 0
1800.02/898.92	c speed (assignments/second)	: 2698.0675547808487
1800.02/898.92	c non guided choices	139
1800.02/898.92	c learnt constraints type 
1800.02/898.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3918
1800.02/898.92	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.02/898.92	c starts		: 1
1800.02/898.92	c conflicts		: 9
1800.02/898.92	c decisions		: 1222
1800.02/898.92	c propagations		: 138584
1800.02/898.92	c inspects		: 750817
1800.02/898.92	c shortcuts		: 0
1800.02/898.92	c learnt literals	: 0
1800.02/898.92	c learnt binary clauses	: 0
1800.02/898.92	c learnt ternary clauses	: 0
1800.02/898.92	c learnt constraints	: 8
1800.02/898.92	c ignored constraints	: 0
1800.02/898.92	c root simplifications	: 0
1800.02/898.92	c removed literals (reason simplification)	: 0
1800.02/898.92	c reason swapping (by a shorter reason)	: 0
1800.02/898.92	c Calls to reduceDB	: 0
1800.02/898.92	c Number of update (reduction) of LBD	: 0
1800.02/898.92	c Imported unit clauses	: 0
1800.02/898.92	c number of reductions to clauses (during analyze)	: 0
1800.02/898.92	c number of learned constraints concerned by reduction	: 0
1800.02/898.92	c number of learning phase by resolution	: 0
1800.02/898.92	c number of learning phase by cutting planes	: 0
1800.02/898.92	c speed (assignments/second)	: 154.45657552750893
1800.02/898.92	c non guided choices	2
1800.02/898.92	c learnt constraints type 
1800.02/898.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
1800.02/898.92	s UNKNOWN
1800.02/898.92	c Total wall clock time (in seconds): 898.804

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

pid=30406
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.12 4.03 3.25 4/197 30409
/proc/meminfo: memFree=29521364/32872528 swapFree=1556504/1720024
[pid=30409] ppid=30406 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/30409/stat : 30409 (java) R 30406 30409 30091 0 -1 4202496 1062 0 0 0 0 0 0 0 20 0 1 0 28664183 23793664 712 33554432000 1073741824 1073778376 140735473551360 140735473540424 270320842088 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30409/statm: 5809 713 528 9 0 128 0

[startup+0.100112 s]
/proc/loadavg: 4.12 4.03 3.25 4/197 30409
/proc/meminfo: memFree=29521364/32872528 swapFree=1556504/1720024
[pid=30409] ppid=30406 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/30409/stat : 30409 (java) S 30406 30409 30091 0 -1 4202496 4469 0 1 0 9 1 0 0 20 0 18 0 28664183 9787879424 5583 33554432000 1073741824 1073778376 140735473551360 140735473542496 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30409/statm: 2389619 5583 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 4.12 4.03 3.25 4/197 30409
/proc/meminfo: memFree=29521364/32872528 swapFree=1556504/1720024
[pid=30409] ppid=30406 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/30409/stat : 30409 (java) S 30406 30409 30091 0 -1 4202496 4802 0 1 0 24 1 0 0 20 0 18 0 28664183 9787879424 6831 33554432000 1073741824 1073778376 140735473551360 140735473542496 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30409/statm: 2389619 6831 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300283 s]
/proc/loadavg: 4.12 4.03 3.25 4/197 30409
/proc/meminfo: memFree=29521364/32872528 swapFree=1556504/1720024
[pid=30409] ppid=30406 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/30409/stat : 30409 (java) S 30406 30409 30091 0 -1 4202496 5650 0 1 0 45 2 0 0 20 0 18 0 28664183 9787879424 8567 33554432000 1073741824 1073778376 140735473551360 140735473542496 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30409/statm: 2389619 8567 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700249 s]
/proc/loadavg: 4.12 4.03 3.25 4/197 30409
/proc/meminfo: memFree=29521364/32872528 swapFree=1556504/1720024
[pid=30409] ppid=30406 vsize=9558476 CPUtime=1.64 cores=0,2,4,6
/proc/30409/stat : 30409 (java) S 30406 30409 30091 0 -1 4202496 20095 0 1 0 158 6 0 0 20 0 18 0 28664183 9787879424 44523 33554432000 1073741824 1073778376 140735473551360 140735473542496 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30409/statm: 2389619 44523 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 4.43 4.09 3.28 6/215 30427
/proc/meminfo: memFree=29226652/32872528 swapFree=1556504/1720024
[pid=30409] ppid=30406 vsize=9558476 CPUtime=2.9 cores=0,2,4,6
/proc/30409/stat : 30409 (java) S 30406 30409 30091 0 -1 4202496 20700 0 1 0 279 11 0 0 20 0 18 0 28664183 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 140735473542496 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30409/statm: 2389619 59714 2271 9 0 2380296 0
[pid=30409/tid=30411] ppid=30406 vsize=9558476 CPUtime=1.39 cores=0,2,4,6
/proc/30409/task/30411/stat : 30411 (java) R 30406 30409 30091 0 -1 4202560 2535 0 1 0 137 2 0 0 20 0 18 0 28664183 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939570728408 139939444220080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30412] ppid=30406 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/30409/task/30412/stat : 30412 (java) S 30406 30409 30091 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 28664184 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939414719400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30413] ppid=30406 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/30409/task/30413/stat : 30413 (java) S 30406 30409 30091 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 28664184 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939413666856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30414] ppid=30406 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/30409/task/30414/stat : 30414 (java) S 30406 30409 30091 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 28664184 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939412613800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30415] ppid=30406 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/30409/task/30415/stat : 30415 (java) S 30406 30409 30091 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 18 0 28664184 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939411561256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30416] ppid=30406 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/30409/task/30416/stat : 30416 (java) S 30406 30409 30091 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 28664184 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939410508200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30417] ppid=30406 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/30409/task/30417/stat : 30417 (java) S 30406 30409 30091 0 -1 4202560 108 0 0 0 4 0 0 0 20 0 18 0 28664184 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939409455656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30418] ppid=30406 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/30409/task/30418/stat : 30418 (java) S 30406 30409 30091 0 -1 4202560 77 0 0 0 1 0 0 0 20 0 18 0 28664184 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939408402600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30419] ppid=30406 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/30409/task/30419/stat : 30419 (java) S 30406 30409 30091 0 -1 4202560 84 0 0 0 2 0 0 0 20 0 18 0 28664184 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939407350056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30420] ppid=30406 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30420/stat : 30420 (java) S 30406 30409 30091 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 28664185 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939394939752 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30421] ppid=30406 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30421/stat : 30421 (java) S 30406 30409 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 28664186 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939393886072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30422] ppid=30406 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30422/stat : 30422 (java) S 30406 30409 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 28664186 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939392832904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30423] ppid=30406 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30423/stat : 30423 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28664188 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939391781648 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30424] ppid=30406 vsize=9558476 CPUtime=0.61 cores=0,2,4,6
/proc/30409/task/30424/stat : 30424 (java) R 30406 30409 30091 0 -1 4202560 6943 0 0 0 59 2 0 0 20 0 18 0 28664188 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939390728504 139939576689893 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30425] ppid=30406 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/30409/task/30425/stat : 30425 (java) R 30406 30409 30091 0 -1 4202560 9449 0 0 0 56 2 0 0 20 0 18 0 28664188 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939389675960 270333436341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30426] ppid=30406 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30426/stat : 30426 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28664188 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939388623096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30427] ppid=30406 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30427/stat : 30427 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28664188 9787879424 59714 33554432000 1073741824 1073778376 140735473551360 139939387570760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 9558476

[startup+3.10087 s]
/proc/loadavg: 4.43 4.09 3.28 7/219 30431
/proc/meminfo: memFree=29209608/32872528 swapFree=1556504/1720024
[pid=30409] ppid=30406 vsize=9824732 CPUtime=6.95 cores=0,2,4,6
/proc/30409/stat : 30409 (java) S 30406 30409 30091 0 -1 4202496 21016 0 1 0 679 16 0 0 20 0 22 0 28664183 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 140735473542496 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30409/statm: 2456183 93217 2281 9 0 2446860 0
[pid=30409/tid=30411] ppid=30406 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/30409/task/30411/stat : 30411 (java) S 30406 30409 30091 0 -1 4202560 2540 0 1 0 149 3 0 0 20 0 22 0 28664183 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939570729848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30412] ppid=30406 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30409/task/30412/stat : 30412 (java) R 30406 30409 30091 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 28664184 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939414719576 139939577628207 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30413] ppid=30406 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/30409/task/30413/stat : 30413 (java) R 30406 30409 30091 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 28664184 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939413667032 139939574905007 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30414] ppid=30406 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30409/task/30414/stat : 30414 (java) R 30406 30409 30091 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 28664184 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939412613976 139939574905007 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30415] ppid=30406 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30409/task/30415/stat : 30415 (java) R 30406 30409 30091 0 -1 4202560 140 0 0 0 4 1 0 0 20 0 22 0 28664184 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939411561256 139939574486156 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30416] ppid=30406 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30409/task/30416/stat : 30416 (java) R 30406 30409 30091 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 28664184 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939410508376 139939573200589 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30417] ppid=30406 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30409/task/30417/stat : 30417 (java) R 30406 30409 30091 0 -1 4202560 119 0 0 0 5 1 0 0 20 0 22 0 28664184 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939409455656 139939574905007 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30418] ppid=30406 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30409/task/30418/stat : 30418 (java) R 30406 30409 30091 0 -1 4202560 87 0 0 0 2 0 0 0 20 0 22 0 28664184 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939408402480 139939574905007 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30419] ppid=30406 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30409/task/30419/stat : 30419 (java) R 30406 30409 30091 0 -1 4202560 89 0 0 0 3 0 0 0 20 0 22 0 28664184 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939407350056 139939574905031 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30420] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30420/stat : 30420 (java) S 30406 30409 30091 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 28664185 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939394938632 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30421] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30421/stat : 30421 (java) S 30406 30409 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28664186 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939393886072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30422] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30422/stat : 30422 (java) S 30406 30409 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28664186 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939392832904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30423] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30423/stat : 30423 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28664188 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939391781648 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30424] ppid=30406 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/30409/task/30424/stat : 30424 (java) S 30406 30409 30091 0 -1 4202560 7006 0 0 0 105 2 0 0 20 0 22 0 28664188 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939390728504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30425] ppid=30406 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/30409/task/30425/stat : 30425 (java) S 30406 30409 30091 0 -1 4202560 9515 0 0 0 104 2 0 0 20 0 22 0 28664188 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939389675960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30426] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30426/stat : 30426 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28664188 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939388623096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30427] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30427/stat : 30427 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28664188 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939387570760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30428] ppid=30406 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/30409/task/30428/stat : 30428 (java) S 30406 30409 30091 0 -1 4202560 30 0 0 0 140 0 0 0 20 0 22 0 28664345 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939386514488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30429] ppid=30406 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/30409/task/30429/stat : 30429 (java) S 30406 30409 30091 0 -1 4202560 71 0 0 0 141 1 0 0 20 0 22 0 28664345 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939385462840 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30430] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30430/stat : 30430 (java) S 30406 30409 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28664349 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939384411432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30431] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30431/stat : 30431 (java) S 30406 30409 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28664351 10060525568 93217 33554432000 1073741824 1073778376 140735473551360 139939383358888 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.95
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.39 4.09 3.28 5/219 30431
/proc/meminfo: memFree=28777592/32872528 swapFree=1556504/1720024
[pid=30409] ppid=30406 vsize=9824732 CPUtime=13.78 cores=0,2,4,6
/proc/30409/stat : 30409 (java) S 30406 30409 30091 0 -1 4202496 21368 0 1 0 1354 24 0 0 20 0 22 0 28664183 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 140735473542496 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30409/statm: 2456183 109803 2281 9 0 2446860 0
[pid=30409/tid=30411] ppid=30406 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/30409/task/30411/stat : 30411 (java) S 30406 30409 30091 0 -1 4202560 2541 0 1 0 149 3 0 0 20 0 22 0 28664183 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939570729848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30412] ppid=30406 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/30409/task/30412/stat : 30412 (java) S 30406 30409 30091 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 22 0 28664184 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939414719400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30413] ppid=30406 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/30409/task/30413/stat : 30413 (java) S 30406 30409 30091 0 -1 4202560 36 0 0 0 5 2 0 0 20 0 22 0 28664184 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939413666856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30414] ppid=30406 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/30409/task/30414/stat : 30414 (java) S 30406 30409 30091 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 22 0 28664184 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939412613800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30415] ppid=30406 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/30409/task/30415/stat : 30415 (java) S 30406 30409 30091 0 -1 4202560 164 0 0 0 7 2 0 0 20 0 22 0 28664184 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939411561256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30416] ppid=30406 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/30409/task/30416/stat : 30416 (java) S 30406 30409 30091 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 28664184 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939410508200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30417] ppid=30406 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/30409/task/30417/stat : 30417 (java) S 30406 30409 30091 0 -1 4202560 154 0 0 0 14 4 0 0 20 0 22 0 28664184 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939409455656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30418] ppid=30406 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/30409/task/30418/stat : 30418 (java) S 30406 30409 30091 0 -1 4202560 137 0 0 0 9 3 0 0 20 0 22 0 28664184 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939408402600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30419] ppid=30406 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/30409/task/30419/stat : 30419 (java) S 30406 30409 30091 0 -1 4202560 100 0 0 0 6 0 0 0 20 0 22 0 28664184 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939407350056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30420] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30420/stat : 30420 (java) S 30406 30409 30091 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 28664185 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939394939752 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30421] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30421/stat : 30421 (java) S 30406 30409 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28664186 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939393886072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30422] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30422/stat : 30422 (java) S 30406 30409 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28664186 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939392832904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30423] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30423/stat : 30423 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28664188 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939391781648 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30424] ppid=30406 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/30409/task/30424/stat : 30424 (java) S 30406 30409 30091 0 -1 4202560 7014 0 0 0 114 2 0 0 20 0 22 0 28664188 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939390728504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30425] ppid=30406 vsize=9824732 CPUtime=1.17 cores=0,2,4,6
/proc/30409/task/30425/stat : 30425 (java) S 30406 30409 30091 0 -1 4202560 9533 0 0 0 115 2 0 0 20 0 22 0 28664188 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939389675960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30426] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30426/stat : 30426 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28664188 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939388623096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30427] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30427/stat : 30427 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28664188 10060525568 109803 33554432000 1073741824 1073778376 140735473551360 139939387570760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30428] ppid=30406 vsize=9824732 CPUtime=4.48 cores=0,2,4,6

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

/proc/30409/task/30414/stat : 30414 (java) S 30406 30409 30091 0 -1 4202560 410 0 0 0 73 9 0 0 20 0 22 0 28664184 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939412613800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30415] ppid=30406 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/30409/task/30415/stat : 30415 (java) S 30406 30409 30091 0 -1 4202560 478 0 0 0 63 6 0 0 20 0 22 0 28664184 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939411561256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30416] ppid=30406 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/30409/task/30416/stat : 30416 (java) S 30406 30409 30091 0 -1 4202560 389 0 0 0 67 8 0 0 20 0 22 0 28664184 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939410508200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30417] ppid=30406 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/30409/task/30417/stat : 30417 (java) S 30406 30409 30091 0 -1 4202560 499 0 0 0 72 10 0 0 20 0 22 0 28664184 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939409455656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30418] ppid=30406 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/30409/task/30418/stat : 30418 (java) S 30406 30409 30091 0 -1 4202560 475 0 0 0 68 8 0 0 20 0 22 0 28664184 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939408402600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30419] ppid=30406 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/30409/task/30419/stat : 30419 (java) S 30406 30409 30091 0 -1 4202560 450 0 0 0 73 6 0 0 20 0 22 0 28664184 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939407350056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30420] ppid=30406 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/30409/task/30420/stat : 30420 (java) S 30406 30409 30091 0 -1 4202560 6809 0 0 0 121 18 0 0 20 0 22 0 28664185 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939394939752 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30421] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30421/stat : 30421 (java) S 30406 30409 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28664186 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939393886072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30422] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30422/stat : 30422 (java) S 30406 30409 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28664186 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939392832904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30423] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30423/stat : 30423 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28664188 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939391781648 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30424] ppid=30406 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/30409/task/30424/stat : 30424 (java) S 30406 30409 30091 0 -1 4202560 7029 0 0 0 137 2 0 0 20 0 22 0 28664188 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939390728504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30425] ppid=30406 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/30409/task/30425/stat : 30425 (java) S 30406 30409 30091 0 -1 4202560 9598 0 0 0 142 2 0 0 20 0 22 0 28664188 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939389675960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30426] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30426/stat : 30426 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28664188 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939388623096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30427] ppid=30406 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/30409/task/30427/stat : 30427 (java) S 30406 30409 30091 0 -1 4202560 51 0 0 0 12 11 0 0 20 0 22 0 28664188 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939387570760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30428] ppid=30406 vsize=9824732 CPUtime=874.95 cores=0,2,4,6
/proc/30409/task/30428/stat : 30428 (java) R 30406 30409 30091 0 -1 4202560 1745 0 0 0 87452 43 0 0 20 0 22 0 28664345 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939386514480 139939444376113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30429] ppid=30406 vsize=9824732 CPUtime=875.08 cores=0,2,4,6
/proc/30409/task/30429/stat : 30429 (java) R 30406 30409 30091 0 -1 4202560 262 0 0 0 87488 20 0 0 20 0 22 0 28664345 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939385462416 139939444575256 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30430] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30430/stat : 30430 (java) S 30406 30409 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28664349 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939384411432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30431] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30431/stat : 30431 (java) S 30406 30409 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28664351 10060525568 367525 33554432000 1073741824 1073778376 140735473551360 139939383358888 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1766.78
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.901 s]
/proc/loadavg: 4.02 4.11 3.80 5/218 30537
/proc/meminfo: memFree=28414848/32872528 swapFree=1556504/1720024
[pid=30409] ppid=30406 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/30409/stat : 30409 (java) S 30406 30409 30091 0 -1 4202496 32814 0 1 0 179865 137 0 0 20 0 22 0 28664183 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 140735473542496 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30409/statm: 2456183 353388 2298 9 0 2446860 0
[pid=30409/tid=30411] ppid=30406 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/30409/task/30411/stat : 30411 (java) S 30406 30409 30091 0 -1 4202560 2547 0 1 0 152 4 0 0 20 0 22 0 28664183 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939570729848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30412] ppid=30406 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/30409/task/30412/stat : 30412 (java) S 30406 30409 30091 0 -1 4202560 419 0 0 0 85 10 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939414719400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30413] ppid=30406 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/30409/task/30413/stat : 30413 (java) S 30406 30409 30091 0 -1 4202560 372 0 0 0 71 7 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939413666856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30414] ppid=30406 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/30409/task/30414/stat : 30414 (java) S 30406 30409 30091 0 -1 4202560 410 0 0 0 77 9 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939412613800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30415] ppid=30406 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/30409/task/30415/stat : 30415 (java) S 30406 30409 30091 0 -1 4202560 480 0 0 0 66 6 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939411561256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30416] ppid=30406 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/30409/task/30416/stat : 30416 (java) S 30406 30409 30091 0 -1 4202560 389 0 0 0 70 8 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939410508200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30417] ppid=30406 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/30409/task/30417/stat : 30417 (java) S 30406 30409 30091 0 -1 4202560 499 0 0 0 75 10 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939409455656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30418] ppid=30406 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/30409/task/30418/stat : 30418 (java) S 30406 30409 30091 0 -1 4202560 475 0 0 0 71 8 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939408402600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30419] ppid=30406 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/30409/task/30419/stat : 30419 (java) S 30406 30409 30091 0 -1 4202560 450 0 0 0 76 6 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939407350056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30420] ppid=30406 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/30409/task/30420/stat : 30420 (java) S 30406 30409 30091 0 -1 4202560 6809 0 0 0 121 19 0 0 20 0 22 0 28664185 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939394939752 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30421] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30421/stat : 30421 (java) S 30406 30409 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28664186 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939393886072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30422] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30422/stat : 30422 (java) S 30406 30409 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28664186 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939392832904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30423] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30423/stat : 30423 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28664188 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939391781648 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30424] ppid=30406 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/30409/task/30424/stat : 30424 (java) S 30406 30409 30091 0 -1 4202560 7029 0 0 0 137 2 0 0 20 0 22 0 28664188 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939390728504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30425] ppid=30406 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/30409/task/30425/stat : 30425 (java) S 30406 30409 30091 0 -1 4202560 9598 0 0 0 142 2 0 0 20 0 22 0 28664188 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939389675960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30426] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30426/stat : 30426 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28664188 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939388623096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30427] ppid=30406 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/30409/task/30427/stat : 30427 (java) S 30406 30409 30091 0 -1 4202560 53 0 0 0 13 11 0 0 20 0 22 0 28664188 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939387570760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30428] ppid=30406 vsize=9824732 CPUtime=891.41 cores=0,2,4,6
/proc/30409/task/30428/stat : 30428 (java) R 30406 30409 30091 0 -1 4202560 1753 0 0 0 89097 44 0 0 20 0 22 0 28664345 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939386515168 139939444029511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30429] ppid=30406 vsize=9824732 CPUtime=891.53 cores=0,2,4,6
/proc/30409/task/30429/stat : 30429 (java) R 30406 30409 30091 0 -1 4202560 266 0 0 0 89133 20 0 0 20 0 22 0 28664345 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939385461488 139939444814975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30430] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30430/stat : 30430 (java) S 30406 30409 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28664349 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939384411432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30431] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30431/stat : 30431 (java) S 30406 30409 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28664351 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939383358888 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 30409 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.901 s]
/proc/loadavg: 4.02 4.11 3.80 5/218 30537
/proc/meminfo: memFree=28414848/32872528 swapFree=1556504/1720024
[pid=30409] ppid=30406 vsize=9824732 CPUtime=1800.02 cores=0,2,4,6
/proc/30409/stat : 30409 (java) S 30406 30409 30091 0 -1 4202496 32814 0 1 0 179865 137 0 0 20 0 22 0 28664183 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 140735473542496 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30409/statm: 2456183 353388 2298 9 0 2446860 0
[pid=30409/tid=30411] ppid=30406 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/30409/task/30411/stat : 30411 (java) S 30406 30409 30091 0 -1 4202560 2547 0 1 0 152 4 0 0 20 0 22 0 28664183 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939570729848 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30412] ppid=30406 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/30409/task/30412/stat : 30412 (java) S 30406 30409 30091 0 -1 4202560 419 0 0 0 85 10 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939414719400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30413] ppid=30406 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/30409/task/30413/stat : 30413 (java) S 30406 30409 30091 0 -1 4202560 372 0 0 0 71 7 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939413666856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30414] ppid=30406 vsize=9824732 CPUtime=0.86 cores=0,2,4,6
/proc/30409/task/30414/stat : 30414 (java) S 30406 30409 30091 0 -1 4202560 410 0 0 0 77 9 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939412613800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30415] ppid=30406 vsize=9824732 CPUtime=0.72 cores=0,2,4,6
/proc/30409/task/30415/stat : 30415 (java) S 30406 30409 30091 0 -1 4202560 480 0 0 0 66 6 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939411561256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30416] ppid=30406 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/30409/task/30416/stat : 30416 (java) S 30406 30409 30091 0 -1 4202560 389 0 0 0 70 8 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939410508200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30417] ppid=30406 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/30409/task/30417/stat : 30417 (java) S 30406 30409 30091 0 -1 4202560 499 0 0 0 75 10 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939409455656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30418] ppid=30406 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/30409/task/30418/stat : 30418 (java) S 30406 30409 30091 0 -1 4202560 475 0 0 0 71 8 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939408402600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30419] ppid=30406 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/30409/task/30419/stat : 30419 (java) S 30406 30409 30091 0 -1 4202560 450 0 0 0 76 6 0 0 20 0 22 0 28664184 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939407350056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30409/tid=30420] ppid=30406 vsize=9824732 CPUtime=1.4 cores=0,2,4,6
/proc/30409/task/30420/stat : 30420 (java) S 30406 30409 30091 0 -1 4202560 6809 0 0 0 121 19 0 0 20 0 22 0 28664185 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939394939752 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30421] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30421/stat : 30421 (java) S 30406 30409 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 28664186 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939393886072 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30422] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30422/stat : 30422 (java) S 30406 30409 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 28664186 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939392832904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30423] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30423/stat : 30423 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28664188 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939391781648 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30424] ppid=30406 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/30409/task/30424/stat : 30424 (java) S 30406 30409 30091 0 -1 4202560 7029 0 0 0 137 2 0 0 20 0 22 0 28664188 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939390728504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30425] ppid=30406 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/30409/task/30425/stat : 30425 (java) S 30406 30409 30091 0 -1 4202560 9598 0 0 0 142 2 0 0 20 0 22 0 28664188 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939389675960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30426] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30426/stat : 30426 (java) S 30406 30409 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 28664188 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939388623096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30427] ppid=30406 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/30409/task/30427/stat : 30427 (java) S 30406 30409 30091 0 -1 4202560 53 0 0 0 13 11 0 0 20 0 22 0 28664188 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939387570760 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30428] ppid=30406 vsize=9824732 CPUtime=891.41 cores=0,2,4,6
/proc/30409/task/30428/stat : 30428 (java) R 30406 30409 30091 0 -1 4202560 1753 0 0 0 89097 44 0 0 20 0 22 0 28664345 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939386515168 139939444029511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30409/tid=30429] ppid=30406 vsize=9824732 CPUtime=891.53 cores=0,2,4,6
/proc/30409/task/30429/stat : 30429 (java) R 30406 30409 30091 0 -1 4202560 266 0 0 0 89133 20 0 0 20 0 22 0 28664345 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939385461488 139939444814975 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30409/tid=30430] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30430/stat : 30430 (java) S 30406 30409 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28664349 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939384411432 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30409/tid=30431] ppid=30406 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30409/task/30431/stat : 30431 (java) S 30406 30409 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 28664351 10060525568 353388 33554432000 1073741824 1073778376 140735473551360 139939383358888 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30409 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=60261
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=819723
# CPU time returned by wait4() is 1795.88
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.931
CPU time (s): 1800.02
CPU user time (s): 1798.65
CPU system time (s): 1.37
CPU usage (%): 200.24
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 1.81972
maximum resident set size= 2849820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32852
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27146
involuntary context switches= 27511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.82311 second user time and 7.17491 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 18:09:16
IDJOB=4105898
IDBENCH=3054
IDSOLVER=2543
FILE ID=node117/4105898-1466266155
RUNJOBID= node117-1466265252-30107
PBS_JOBID= 19918233
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=280-sizeP=141-sizeQ=280-999529433-max.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105898-1466266155/watcher-4105898-1466266155 -o /tmp/evaluation-result-4105898-1466266155/solver-4105898-1466266155 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105898-1466266155.opb

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

MD5SUM BENCH= 50ead5886965da8908c50d598d2024b3
RANDOM SEED=921776454

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.912
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.912
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.54
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.912
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.54
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.912
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:        29521908 kB
Buffers:          131252 kB
Cached:           334292 kB
SwapCached:            0 kB
Active:           520812 kB
Inactive:         350468 kB
Active(anon):     397788 kB
Inactive(anon):    10636 kB
Active(file):     123024 kB
Inactive(file):   339832 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20024 kB
Writeback:             0 kB
AnonPages:       2127908 kB
Mapped:            21068 kB
Shmem:               204 kB
Slab:             622072 kB
SReclaimable:      65176 kB
SUnreclaim:       556896 kB
KernelStack:        1608 kB
PageTables:         8516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2796820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node117 at 2016-06-18 18:24:15