Trace number 4105670

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.55 898.729

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=240-sizeP=121-sizeQ=240-330229238-max.opb
MD5SUM7371465ba0e0d5bc10bb1d033f8bcd56
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 variables29401
Total number of constraints87121
Number of constraints which are clauses87120
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 constraint29040
Number of terms in the objective function 121
Biggest coefficient in the objective function 1329227995784915872903807060280344576
Number of bits for the biggest coefficient in the objective function 121
Sum of the numbers in the objective function 2658455991569831745807614120560689151
Number of bits of the sum of numbers in the objective function 121
Biggest number in a constraint 1174271291386916613944740298394668513687841274454159935353645485766104512557304221731849499192384351515967488
Number of bits of the biggest number in a constraint 360
Biggest sum of numbers in a constraint 4697085165547666455778961193578674053759190090835006449104283878090284482579702915208197909390404088540790263
Number of bits of the biggest sum of numbers361
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4105670-1466256577.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
2.79/1.33	c ... done. Wall clock time 1.197s.
2.79/1.33	c declared #vars     29401
2.79/1.33	c #constraints  87122
2.79/1.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.79/1.33	c constraints type 
2.79/1.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29040
2.79/1.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 58080
2.79/1.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.79/1.33	c 87122 constraints processed.
2.79/1.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.79/1.33	c constraints type 
2.79/1.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58080
2.79/1.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29040
2.79/1.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.79/1.33	c 87122 constraints processed.
2.79/1.33	c objective function length is 121 literals
748.42/372.98	c cleaning 2491 clauses out of 5000 with flag 13367/5000
1800.05/898.71	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/898.71	c starts		: 10
1800.05/898.71	c conflicts		: 9843
1800.05/898.71	c decisions		: 22053
1800.05/898.71	c propagations		: 2166382
1800.05/898.71	c inspects		: 13603133
1800.05/898.71	c shortcuts		: 0
1800.05/898.71	c learnt literals	: 0
1800.05/898.71	c learnt binary clauses	: 0
1800.05/898.71	c learnt ternary clauses	: 0
1800.05/898.71	c learnt constraints	: 9842
1800.05/898.71	c ignored constraints	: 0
1800.05/898.71	c root simplifications	: 0
1800.05/898.71	c removed literals (reason simplification)	: 76275724
1800.05/898.71	c reason swapping (by a shorter reason)	: 0
1800.05/898.71	c Calls to reduceDB	: 1
1800.05/898.71	c Number of update (reduction) of LBD	: 1045
1800.05/898.71	c Imported unit clauses	: 0
1800.05/898.71	c number of reductions to clauses (during analyze)	: 0
1800.05/898.71	c number of learned constraints concerned by reduction	: 0
1800.05/898.71	c number of learning phase by resolution	: 0
1800.05/898.71	c number of learning phase by cutting planes	: 0
1800.05/898.71	c speed (assignments/second)	: 2414.207658798659
1800.05/898.71	c non guided choices	93
1800.05/898.71	c learnt constraints type 
1800.05/898.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7351
1800.05/898.71	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/898.71	c starts		: 1
1800.05/898.71	c conflicts		: 46
1800.05/898.71	c decisions		: 5134
1800.05/898.71	c propagations		: 426019
1800.05/898.71	c inspects		: 7263820
1800.05/898.71	c shortcuts		: 0
1800.05/898.71	c learnt literals	: 0
1800.05/898.71	c learnt binary clauses	: 0
1800.05/898.71	c learnt ternary clauses	: 0
1800.05/898.71	c learnt constraints	: 46
1800.05/898.71	c ignored constraints	: 0
1800.05/898.71	c root simplifications	: 0
1800.05/898.71	c removed literals (reason simplification)	: 0
1800.05/898.71	c reason swapping (by a shorter reason)	: 0
1800.05/898.71	c Calls to reduceDB	: 0
1800.05/898.71	c Number of update (reduction) of LBD	: 0
1800.05/898.71	c Imported unit clauses	: 0
1800.05/898.71	c number of reductions to clauses (during analyze)	: 0
1800.05/898.71	c number of learned constraints concerned by reduction	: 0
1800.05/898.71	c number of learning phase by resolution	: 0
1800.05/898.71	c number of learning phase by cutting planes	: 0
1800.05/898.71	c speed (assignments/second)	: 474.7629077373987
1800.05/898.71	c non guided choices	2
1800.05/898.71	c learnt constraints type 
1800.05/898.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 46
1800.05/898.71	s UNKNOWN
1800.05/898.71	c Total wall clock time (in seconds): 898.586

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

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

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


[startup+0 s]
/proc/loadavg: 4.21 4.17 4.16 4/197 1855
/proc/meminfo: memFree=29157504/32872528 swapFree=1286400/1433568
[pid=1855] ppid=1847 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1855/stat : 1855 (java) D 1847 1855 18358 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 27704496 9515008 176 33554432000 1073741824 1073778376 140733232365120 140733232347848 214369649552 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/1855/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.21 4.17 4.16 4/197 1855
/proc/meminfo: memFree=29157504/32872528 swapFree=1286400/1433568
[pid=1855] ppid=1847 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1855/stat : 1855 (java) S 1847 1855 18358 0 -1 4202496 4231 0 1 0 7 0 0 0 20 0 18 0 27704496 9787879424 5359 33554432000 1073741824 1073778376 140735845934624 140735845925760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1855/statm: 2389619 5362 2055 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200258 s]
/proc/loadavg: 4.21 4.17 4.16 4/197 1855
/proc/meminfo: memFree=29157504/32872528 swapFree=1286400/1433568
[pid=1855] ppid=1847 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/1855/stat : 1855 (java) S 1847 1855 18358 0 -1 4202496 4674 0 1 0 22 1 0 0 20 0 18 0 27704496 9787879424 6747 33554432000 1073741824 1073778376 140735845934624 140735845925760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1855/statm: 2389619 6747 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 4.21 4.17 4.16 4/197 1855
/proc/meminfo: memFree=29157504/32872528 swapFree=1286400/1433568
[pid=1855] ppid=1847 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/1855/stat : 1855 (java) S 1847 1855 18358 0 -1 4202496 5453 0 1 0 44 1 0 0 20 0 18 0 27704496 9787879424 8388 33554432000 1073741824 1073778376 140735845934624 140735845925760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1855/statm: 2389619 8388 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700197 s]
/proc/loadavg: 4.21 4.17 4.16 4/197 1855
/proc/meminfo: memFree=29157504/32872528 swapFree=1286400/1433568
[pid=1855] ppid=1847 vsize=9558476 CPUtime=1.61 cores=1,3,5,7
/proc/1855/stat : 1855 (java) S 1847 1855 18358 0 -1 4202496 20187 0 1 0 156 5 0 0 20 0 18 0 27704496 9787879424 46444 33554432000 1073741824 1073778376 140735845934624 140735845925760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1855/statm: 2389619 46444 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 4.27 4.18 4.16 4/215 1873
/proc/meminfo: memFree=28954764/32872528 swapFree=1286400/1433568
[pid=1855] ppid=1847 vsize=9824732 CPUtime=3.42 cores=1,3,5,7
/proc/1855/stat : 1855 (java) S 1847 1855 18358 0 -1 4202496 20891 0 1 0 333 9 0 0 20 0 22 0 27704496 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140735845925760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1855/statm: 2456183 60720 2275 9 0 2446860 0
[pid=1855/tid=1857] ppid=1847 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/1855/task/1857/stat : 1857 (java) S 1847 1855 18358 0 -1 4202560 2479 0 1 0 116 3 0 0 20 0 22 0 27704498 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559295943544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1858] ppid=1847 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1855/task/1858/stat : 1858 (java) S 1847 1855 18358 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 27704499 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559257434280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1859] ppid=1847 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1855/task/1859/stat : 1859 (java) S 1847 1855 18358 0 -1 4202560 135 0 0 0 4 0 0 0 20 0 22 0 27704499 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559256381736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1860] ppid=1847 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/1855/task/1860/stat : 1860 (java) S 1847 1855 18358 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 22 0 27704499 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559255329192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1861] ppid=1847 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1855/task/1861/stat : 1861 (java) S 1847 1855 18358 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 27704499 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559254276648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1862] ppid=1847 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1855/task/1862/stat : 1862 (java) S 1847 1855 18358 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 27704499 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559253224104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1863] ppid=1847 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1855/task/1863/stat : 1863 (java) S 1847 1855 18358 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 27704499 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559252171560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1864] ppid=1847 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1855/task/1864/stat : 1864 (java) S 1847 1855 18358 0 -1 4202560 87 0 0 0 2 0 0 0 20 0 22 0 27704499 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559251119016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1865] ppid=1847 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1855/task/1865/stat : 1865 (java) S 1847 1855 18358 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 22 0 27704499 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559250066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1866] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1866/stat : 1866 (java) S 1847 1855 18358 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559120078952 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1867] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1867/stat : 1867 (java) S 1847 1855 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559119025272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1868] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1868/stat : 1868 (java) S 1847 1855 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559117972616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1869] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1869/stat : 1869 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559116921360 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1870] ppid=1847 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/1855/task/1870/stat : 1870 (java) R 1847 1855 18358 0 -1 4202560 8951 0 0 0 73 2 0 0 20 0 22 0 27704504 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559115868728 140559301934912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1871] ppid=1847 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/1855/task/1871/stat : 1871 (java) R 1847 1855 18358 0 -1 4202560 7630 0 0 0 76 2 0 0 20 0 22 0 27704504 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140559114816184 140559303660211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1872] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1872/stat : 1872 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140558240574456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1873] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1873/stat : 1873 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 60720 33554432000 1073741824 1073778376 140735845934624 140558239522120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.42
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.27 4.18 4.16 7/219 1877
/proc/meminfo: memFree=28924072/32872528 swapFree=1286400/1433568
[pid=1855] ppid=1847 vsize=9824732 CPUtime=7.42 cores=1,3,5,7
/proc/1855/stat : 1855 (java) S 1847 1855 18358 0 -1 4202496 20908 0 1 0 732 10 0 0 20 0 22 0 27704496 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140735845925760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1855/statm: 2456183 65846 2278 9 0 2446860 0
[pid=1855/tid=1857] ppid=1847 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/1855/task/1857/stat : 1857 (java) S 1847 1855 18358 0 -1 4202560 2479 0 1 0 116 3 0 0 20 0 22 0 27704498 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559295943544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1858] ppid=1847 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1855/task/1858/stat : 1858 (java) S 1847 1855 18358 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 27704499 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559257434280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1859] ppid=1847 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1855/task/1859/stat : 1859 (java) S 1847 1855 18358 0 -1 4202560 135 0 0 0 4 0 0 0 20 0 22 0 27704499 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559256381736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1860] ppid=1847 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/1855/task/1860/stat : 1860 (java) S 1847 1855 18358 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 22 0 27704499 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559255329192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1861] ppid=1847 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1855/task/1861/stat : 1861 (java) S 1847 1855 18358 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 27704499 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559254276648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1862] ppid=1847 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1855/task/1862/stat : 1862 (java) S 1847 1855 18358 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 27704499 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559253224104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1863] ppid=1847 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1855/task/1863/stat : 1863 (java) S 1847 1855 18358 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 27704499 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559252171560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1864] ppid=1847 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1855/task/1864/stat : 1864 (java) S 1847 1855 18358 0 -1 4202560 87 0 0 0 2 0 0 0 20 0 22 0 27704499 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559251119016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1865] ppid=1847 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1855/task/1865/stat : 1865 (java) S 1847 1855 18358 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 22 0 27704499 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559250066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1866] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1866/stat : 1866 (java) S 1847 1855 18358 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559120078952 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1867] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1867/stat : 1867 (java) S 1847 1855 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559119025272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1868] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1868/stat : 1868 (java) S 1847 1855 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559117972616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1869] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1869/stat : 1869 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559116921360 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1870] ppid=1847 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/1855/task/1870/stat : 1870 (java) S 1847 1855 18358 0 -1 4202560 8956 0 0 0 112 2 0 0 20 0 22 0 27704504 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559115868728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1871] ppid=1847 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/1855/task/1871/stat : 1871 (java) S 1847 1855 18358 0 -1 4202560 7631 0 0 0 122 3 0 0 20 0 22 0 27704504 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140559114816184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1872] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1872/stat : 1872 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140558240574456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1873] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1873/stat : 1873 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140558239522120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1874] ppid=1847 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/1855/task/1874/stat : 1874 (java) R 1847 1855 18358 0 -1 4202560 24 0 0 0 170 0 0 0 20 0 22 0 27704630 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140558238466472 140559130923953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1875] ppid=1847 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/1855/task/1875/stat : 1875 (java) R 1847 1855 18358 0 -1 4202560 32 0 0 0 174 0 0 0 20 0 22 0 27704630 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140558237411912 140559130923953 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1876] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1876/stat : 1876 (java) S 1847 1855 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27704633 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140558236361768 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1877] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1877/stat : 1877 (java) S 1847 1855 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27704635 10060525568 65846 33554432000 1073741824 1073778376 140735845934624 140558235309224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 9824732

[startup+6.3009 s]
/proc/loadavg: 4.33 4.20 4.17 6/219 1877
/proc/meminfo: memFree=28867524/32872528 swapFree=1286400/1433568
[pid=1855] ppid=1847 vsize=9824732 CPUtime=13.81 cores=1,3,5,7
/proc/1855/stat : 1855 (java) S 1847 1855 18358 0 -1 4202496 20938 0 1 0 1370 11 0 0 20 0 22 0 27704496 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140735845925760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1855/statm: 2456183 80528 2278 9 0 2446860 0
[pid=1855/tid=1857] ppid=1847 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/1855/task/1857/stat : 1857 (java) S 1847 1855 18358 0 -1 4202560 2479 0 1 0 116 3 0 0 20 0 22 0 27704498 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559295943544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1858] ppid=1847 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1855/task/1858/stat : 1858 (java) S 1847 1855 18358 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 27704499 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559257434280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1859] ppid=1847 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1855/task/1859/stat : 1859 (java) S 1847 1855 18358 0 -1 4202560 135 0 0 0 4 0 0 0 20 0 22 0 27704499 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559256381736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1860] ppid=1847 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/1855/task/1860/stat : 1860 (java) S 1847 1855 18358 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 22 0 27704499 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559255329192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1861] ppid=1847 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/1855/task/1861/stat : 1861 (java) S 1847 1855 18358 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 27704499 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559254276648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1862] ppid=1847 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1855/task/1862/stat : 1862 (java) S 1847 1855 18358 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 27704499 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559253224104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1863] ppid=1847 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/1855/task/1863/stat : 1863 (java) S 1847 1855 18358 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 27704499 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559252171560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1864] ppid=1847 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1855/task/1864/stat : 1864 (java) S 1847 1855 18358 0 -1 4202560 87 0 0 0 2 0 0 0 20 0 22 0 27704499 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559251119016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1865] ppid=1847 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1855/task/1865/stat : 1865 (java) S 1847 1855 18358 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 22 0 27704499 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559250066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1866] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1866/stat : 1866 (java) S 1847 1855 18358 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559120078952 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1867] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1867/stat : 1867 (java) S 1847 1855 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559119025272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1868] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1868/stat : 1868 (java) S 1847 1855 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559117972616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1869] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1869/stat : 1869 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559116921360 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1870] ppid=1847 vsize=9824732 CPUtime=1.14 cores=1,3,5,7
/proc/1855/task/1870/stat : 1870 (java) S 1847 1855 18358 0 -1 4202560 8956 0 0 0 112 2 0 0 20 0 22 0 27704504 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559115868728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1871] ppid=1847 vsize=9824732 CPUtime=1.25 cores=1,3,5,7
/proc/1855/task/1871/stat : 1871 (java) S 1847 1855 18358 0 -1 4202560 7631 0 0 0 122 3 0 0 20 0 22 0 27704504 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140559114816184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1872] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1872/stat : 1872 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140558240574456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1873] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1873/stat : 1873 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 80528 33554432000 1073741824 1073778376 140735845934624 140558239522120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1874] ppid=1847 vsize=9824732 CPUtime=4.9 cores=1,3,5,7

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

[startup+882.308 s]
/proc/loadavg: 4.32 4.24 4.19 6/219 2186
/proc/meminfo: memFree=26796480/32872528 swapFree=1286400/1433568
[pid=1855] ppid=1847 vsize=9824732 CPUtime=1767.24 cores=1,3,5,7
/proc/1855/stat : 1855 (java) S 1847 1855 18358 0 -1 4202496 27977 0 1 0 176579 145 0 0 20 0 22 0 27704496 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140735845925760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1855/statm: 2456183 467283 2298 9 0 2446860 0
[pid=1855/tid=1857] ppid=1847 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/1855/task/1857/stat : 1857 (java) S 1847 1855 18358 0 -1 4202560 2485 0 1 0 118 4 0 0 20 0 22 0 27704498 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559295943544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1858] ppid=1847 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/1855/task/1858/stat : 1858 (java) S 1847 1855 18358 0 -1 4202560 418 0 0 0 66 9 0 0 20 0 22 0 27704499 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559257434280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1859] ppid=1847 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/1855/task/1859/stat : 1859 (java) S 1847 1855 18358 0 -1 4202560 499 0 0 0 68 11 0 0 20 0 22 0 27704499 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559256381736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1860] ppid=1847 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/1855/task/1860/stat : 1860 (java) S 1847 1855 18358 0 -1 4202560 467 0 0 0 77 9 0 0 20 0 22 0 27704499 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559255329192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1861] ppid=1847 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/1855/task/1861/stat : 1861 (java) S 1847 1855 18358 0 -1 4202560 433 0 0 0 70 10 0 0 20 0 22 0 27704499 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559254276648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1862] ppid=1847 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/1855/task/1862/stat : 1862 (java) S 1847 1855 18358 0 -1 4202560 381 0 0 0 58 8 0 0 20 0 22 0 27704499 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559253224104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1863] ppid=1847 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/1855/task/1863/stat : 1863 (java) S 1847 1855 18358 0 -1 4202560 300 0 0 0 72 11 0 0 20 0 22 0 27704499 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559252171560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1864] ppid=1847 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/1855/task/1864/stat : 1864 (java) S 1847 1855 18358 0 -1 4202560 369 0 0 0 71 10 0 0 20 0 22 0 27704499 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559251119016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1865] ppid=1847 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/1855/task/1865/stat : 1865 (java) S 1847 1855 18358 0 -1 4202560 315 0 0 0 75 12 0 0 20 0 22 0 27704499 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559250066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1866] ppid=1847 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/1855/task/1866/stat : 1866 (java) S 1847 1855 18358 0 -1 4202560 1651 0 0 0 132 12 0 0 20 0 22 0 27704501 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559120078952 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1867] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1867/stat : 1867 (java) S 1847 1855 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559119025272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1868] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1868/stat : 1868 (java) S 1847 1855 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559117972616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1869] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1869/stat : 1869 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559116921360 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1870] ppid=1847 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/1855/task/1870/stat : 1870 (java) S 1847 1855 18358 0 -1 4202560 8967 0 0 0 118 2 0 0 20 0 22 0 27704504 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559115868728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1871] ppid=1847 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/1855/task/1871/stat : 1871 (java) S 1847 1855 18358 0 -1 4202560 8471 0 0 0 188 3 0 0 20 0 22 0 27704504 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140559114816184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1872] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1872/stat : 1872 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140558240574456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1873] ppid=1847 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/1855/task/1873/stat : 1873 (java) S 1847 1855 18358 0 -1 4202560 50 0 0 0 12 16 0 0 20 0 22 0 27704504 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140558239522120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1874] ppid=1847 vsize=9824732 CPUtime=877.41 cores=1,3,5,7
/proc/1855/task/1874/stat : 1874 (java) R 1847 1855 18358 0 -1 4202560 1107 0 0 0 87699 42 0 0 20 0 22 0 27704630 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140558238464992 140559131337362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1875] ppid=1847 vsize=9824732 CPUtime=877.62 cores=1,3,5,7
/proc/1855/task/1875/stat : 1875 (java) R 1847 1855 18358 0 -1 4202560 799 0 0 0 87740 22 0 0 20 0 22 0 27704630 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140558237411728 140559130923883 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1876] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1876/stat : 1876 (java) S 1847 1855 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27704633 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140558236361768 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1877] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1877/stat : 1877 (java) S 1847 1855 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27704635 10060525568 467283 33554432000 1073741824 1073778376 140735845934624 140558235309224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1767.24
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.701 s]
/proc/loadavg: 4.33 4.25 4.19 6/219 2186
/proc/meminfo: memFree=26908312/32872528 swapFree=1286400/1433568
[pid=1855] ppid=1847 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/1855/stat : 1855 (java) S 1847 1855 18358 0 -1 4202496 27982 0 1 0 179859 146 0 0 20 0 22 0 27704496 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140735845925760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1855/statm: 2456183 464349 2298 9 0 2446860 0
[pid=1855/tid=1857] ppid=1847 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/1855/task/1857/stat : 1857 (java) S 1847 1855 18358 0 -1 4202560 2485 0 1 0 118 4 0 0 20 0 22 0 27704498 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559295943544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1858] ppid=1847 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/1855/task/1858/stat : 1858 (java) S 1847 1855 18358 0 -1 4202560 418 0 0 0 67 9 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559257434280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1859] ppid=1847 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/1855/task/1859/stat : 1859 (java) S 1847 1855 18358 0 -1 4202560 499 0 0 0 68 11 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559256381736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1860] ppid=1847 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/1855/task/1860/stat : 1860 (java) S 1847 1855 18358 0 -1 4202560 467 0 0 0 77 9 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559255329192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1861] ppid=1847 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/1855/task/1861/stat : 1861 (java) S 1847 1855 18358 0 -1 4202560 433 0 0 0 70 10 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559254276648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1862] ppid=1847 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/1855/task/1862/stat : 1862 (java) S 1847 1855 18358 0 -1 4202560 381 0 0 0 60 8 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559253224104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1863] ppid=1847 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/1855/task/1863/stat : 1863 (java) S 1847 1855 18358 0 -1 4202560 300 0 0 0 72 11 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559252171560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1864] ppid=1847 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/1855/task/1864/stat : 1864 (java) S 1847 1855 18358 0 -1 4202560 369 0 0 0 71 10 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559251119016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1865] ppid=1847 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/1855/task/1865/stat : 1865 (java) S 1847 1855 18358 0 -1 4202560 315 0 0 0 75 12 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559250066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1866] ppid=1847 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/1855/task/1866/stat : 1866 (java) S 1847 1855 18358 0 -1 4202560 1651 0 0 0 132 13 0 0 20 0 22 0 27704501 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559120078952 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1867] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1867/stat : 1867 (java) S 1847 1855 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559119025272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1868] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1868/stat : 1868 (java) S 1847 1855 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559117972616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1869] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1869/stat : 1869 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559116921360 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1870] ppid=1847 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/1855/task/1870/stat : 1870 (java) S 1847 1855 18358 0 -1 4202560 8967 0 0 0 118 2 0 0 20 0 22 0 27704504 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559115868728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1871] ppid=1847 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/1855/task/1871/stat : 1871 (java) S 1847 1855 18358 0 -1 4202560 8471 0 0 0 188 3 0 0 20 0 22 0 27704504 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559114816184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1872] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1872/stat : 1872 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140558240574456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1873] ppid=1847 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/1855/task/1873/stat : 1873 (java) S 1847 1855 18358 0 -1 4202560 50 0 0 0 12 16 0 0 20 0 22 0 27704504 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140558239522120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1874] ppid=1847 vsize=9824732 CPUtime=893.78 cores=1,3,5,7
/proc/1855/task/1874/stat : 1874 (java) R 1847 1855 18358 0 -1 4202560 1109 0 0 0 89336 42 0 0 20 0 22 0 27704630 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140558238463904 140559130993472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1875] ppid=1847 vsize=9824732 CPUtime=893.99 cores=1,3,5,7
/proc/1855/task/1875/stat : 1875 (java) R 1847 1855 18358 0 -1 4202560 802 0 0 0 89377 22 0 0 20 0 22 0 27704630 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140558237412496 140559130923878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1876] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1876/stat : 1876 (java) S 1847 1855 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27704633 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140558236361768 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1877] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1877/stat : 1877 (java) S 1847 1855 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27704635 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140558235309224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 1855 sig 9
??? kill -1855 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.701 s]
/proc/loadavg: 4.33 4.25 4.19 6/219 2186
/proc/meminfo: memFree=26908312/32872528 swapFree=1286400/1433568
[pid=1855] ppid=1847 vsize=9824732 CPUtime=1800.05 cores=1,3,5,7
/proc/1855/stat : 1855 (java) S 1847 1855 18358 0 -1 4202496 27982 0 1 0 179859 146 0 0 20 0 22 0 27704496 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140735845925760 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1855/statm: 2456183 464349 2298 9 0 2446860 0
[pid=1855/tid=1857] ppid=1847 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/1855/task/1857/stat : 1857 (java) S 1847 1855 18358 0 -1 4202560 2485 0 1 0 118 4 0 0 20 0 22 0 27704498 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559295943544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1858] ppid=1847 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/1855/task/1858/stat : 1858 (java) S 1847 1855 18358 0 -1 4202560 418 0 0 0 67 9 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559257434280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1859] ppid=1847 vsize=9824732 CPUtime=0.79 cores=1,3,5,7
/proc/1855/task/1859/stat : 1859 (java) S 1847 1855 18358 0 -1 4202560 499 0 0 0 68 11 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559256381736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1860] ppid=1847 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/1855/task/1860/stat : 1860 (java) S 1847 1855 18358 0 -1 4202560 467 0 0 0 77 9 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559255329192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1861] ppid=1847 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/1855/task/1861/stat : 1861 (java) S 1847 1855 18358 0 -1 4202560 433 0 0 0 70 10 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559254276648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1862] ppid=1847 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/1855/task/1862/stat : 1862 (java) S 1847 1855 18358 0 -1 4202560 381 0 0 0 60 8 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559253224104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1863] ppid=1847 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/1855/task/1863/stat : 1863 (java) S 1847 1855 18358 0 -1 4202560 300 0 0 0 72 11 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559252171560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1864] ppid=1847 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/1855/task/1864/stat : 1864 (java) S 1847 1855 18358 0 -1 4202560 369 0 0 0 71 10 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559251119016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1865] ppid=1847 vsize=9824732 CPUtime=0.87 cores=1,3,5,7
/proc/1855/task/1865/stat : 1865 (java) S 1847 1855 18358 0 -1 4202560 315 0 0 0 75 12 0 0 20 0 22 0 27704499 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559250066472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1866] ppid=1847 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/1855/task/1866/stat : 1866 (java) S 1847 1855 18358 0 -1 4202560 1651 0 0 0 132 13 0 0 20 0 22 0 27704501 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559120078952 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1867] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1867/stat : 1867 (java) S 1847 1855 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559119025272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1868] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1868/stat : 1868 (java) S 1847 1855 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 27704501 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559117972616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1869] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1869/stat : 1869 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559116921360 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1870] ppid=1847 vsize=9824732 CPUtime=1.2 cores=1,3,5,7
/proc/1855/task/1870/stat : 1870 (java) S 1847 1855 18358 0 -1 4202560 8967 0 0 0 118 2 0 0 20 0 22 0 27704504 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559115868728 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1855/tid=1871] ppid=1847 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/1855/task/1871/stat : 1871 (java) S 1847 1855 18358 0 -1 4202560 8471 0 0 0 188 3 0 0 20 0 22 0 27704504 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140559114816184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1872] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1872/stat : 1872 (java) S 1847 1855 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 27704504 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140558240574456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1855/tid=1873] ppid=1847 vsize=9824732 CPUtime=0.28 cores=1,3,5,7
/proc/1855/task/1873/stat : 1873 (java) S 1847 1855 18358 0 -1 4202560 50 0 0 0 12 16 0 0 20 0 22 0 27704504 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140558239522120 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1874] ppid=1847 vsize=9824732 CPUtime=893.78 cores=1,3,5,7
/proc/1855/task/1874/stat : 1874 (java) R 1847 1855 18358 0 -1 4202560 1109 0 0 0 89336 42 0 0 20 0 22 0 27704630 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140558238463904 140559130993472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1875] ppid=1847 vsize=9824732 CPUtime=893.99 cores=1,3,5,7
/proc/1855/task/1875/stat : 1875 (java) R 1847 1855 18358 0 -1 4202560 802 0 0 0 89377 22 0 0 20 0 22 0 27704630 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140558237412496 140559130923878 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1855/tid=1876] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1876/stat : 1876 (java) S 1847 1855 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27704633 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140558236361768 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1855/tid=1877] ppid=1847 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1855/task/1877/stat : 1877 (java) S 1847 1855 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 27704635 10060525568 464349 33554432000 1073741824 1073778376 140735845934624 140558235309224 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 898.729
CPU time (s): 1800.55
CPU user time (s): 1798.57
CPU system time (s): 1.9817
CPU usage (%): 200.344
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 1.9817
maximum resident set size= 2866908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28013
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= 25134
involuntary context switches= 26577

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.44517 second user time and 7.63184 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 15:29:37
IDJOB=4105670
IDBENCH=2973
IDSOLVER=2543
FILE ID=node130/4105670-1466256577
RUNJOBID= node130-1466240252-18375
PBS_JOBID= 19918180
Free space on /tmp= 71744 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=240-sizeP=121-sizeQ=240-330229238-max.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105670-1466256577/watcher-4105670-1466256577 -o /tmp/evaluation-result-4105670-1466256577/solver-4105670-1466256577 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466240252-18375 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4105670-1466256577.opb

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

MD5SUM BENCH= 7371465ba0e0d5bc10bb1d033f8bcd56
RANDOM SEED=2003664844

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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.53
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.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.365
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:        29157512 kB
Buffers:           28772 kB
Cached:           149632 kB
SwapCached:         1896 kB
Active:          1413776 kB
Inactive:         126536 kB
Active(anon):    1362164 kB
Inactive(anon):     2208 kB
Active(file):      51612 kB
Inactive(file):   124328 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098716 kB
Dirty:              4720 kB
Writeback:             0 kB
AnonPages:       2790984 kB
Mapped:            15304 kB
Shmem:                 0 kB
Slab:             600276 kB
SReclaimable:      43620 kB
SUnreclaim:       556656 kB
KernelStack:        1592 kB
PageTables:        10600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2993100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1449984 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= 71740 MiB
End job on node130 at 2016-06-18 15:44:36