Trace number 4105656

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 Resolution PB16? (TO) 1800.86 1778.82

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=260-sizeP=131-sizeQ=260-581480794-max.opb
MD5SUMc918ba57e672047ee392792cccc2b48f
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 variables34451
Total number of constraints102181
Number of constraints which are clauses102180
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 constraint34060
Number of terms in the objective function 131
Biggest coefficient in the objective function 1361129467683753853853498429727072845824
Number of bits for the biggest coefficient in the objective function 131
Sum of the numbers in the objective function 2722258935367507707706996859454145691647
Number of bits of the sum of numbers in the objective function 131
Biggest number in a constraint 1260864198284623334792929283204595641762551656654894293374345388935863096687910739565256520156317300505812095689818112
Number of bits of the biggest number in a constraint 390
Biggest sum of numbers in a constraint 5043456793138493339171717132818382567049488946071148219999644591778013249122585915275136925506681211892051858120822619
Number of bits of the biggest sum of numbers391
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.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4105656-1466263092.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
1.64/1.11	c ... done. Wall clock time 1.002s.
1.64/1.11	c declared #vars     34451
1.64/1.11	c #constraints  102182
1.64/1.11	c constraints type 
1.64/1.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34060
1.64/1.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 68120
1.64/1.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.64/1.11	c 102182 constraints processed.
1.64/1.11	c objective function length is 131 literals
595.44/590.09	c cleaning 2498 clauses out of 5000 with flag 12409/5000
1331.29/1316.38	c cleaning 4245 clauses out of 8503 with flag 28641/11001
1800.07/1778.81	c starts		: 14
1800.07/1778.81	c conflicts		: 14080
1800.07/1778.81	c decisions		: 26236
1800.07/1778.81	c propagations		: 6545807
1800.07/1778.81	c inspects		: 38390714
1800.07/1778.81	c shortcuts		: 0
1800.07/1778.81	c learnt literals	: 0
1800.07/1778.81	c learnt binary clauses	: 0
1800.07/1778.81	c learnt ternary clauses	: 1
1800.07/1778.81	c learnt constraints	: 14079
1800.07/1778.81	c ignored constraints	: 0
1800.07/1778.81	c root simplifications	: 0
1800.07/1778.81	c removed literals (reason simplification)	: 0
1800.07/1778.81	c reason swapping (by a shorter reason)	: 0
1800.07/1778.81	c Calls to reduceDB	: 2
1800.07/1778.81	c Number of update (reduction) of LBD	: 1278
1800.07/1778.81	c Imported unit clauses	: 0
1800.07/1778.81	c number of reductions to clauses (during analyze)	: 0
1800.07/1778.81	c number of learned constraints concerned by reduction	: 0
1800.07/1778.81	c number of learning phase by resolution	: 0
1800.07/1778.81	c number of learning phase by cutting planes	: 0
1800.07/1778.81	c speed (assignments/second)	: 3682.2417446667514
1800.07/1778.81	c non guided choices	114
1800.07/1778.81	c learnt constraints type 
1800.07/1778.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7336
1800.07/1778.81	s UNKNOWN
1800.07/1778.81	c Total wall clock time (in seconds): 1778.709

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

pid=3483
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: 2.34 2.28 2.26 2/194 3486
/proc/meminfo: memFree=30324848/32872528 swapFree=1286400/1433568
[pid=3486] ppid=3483 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/3486/stat : 3486 (java) S 3483 3486 18358 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 28355948 95129600 927 33554432000 1073741824 1073778376 140736965301968 140736965293104 214373007421 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3486/statm: 23225 927 703 9 0 16769 0
[pid=3486/tid=3487] ppid=3483 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3487/stat : 3487 (java) D 3483 3486 18358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 28355949 95129600 927 33554432000 1073741824 1073778376 140736965301968 139932592385576 214360485159 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.34 2.28 2.26 2/194 3486
/proc/meminfo: memFree=30324848/32872528 swapFree=1286400/1433568
[pid=3486] ppid=3483 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/3486/stat : 3486 (java) S 3483 3486 18358 0 -1 4202496 4500 0 1 0 9 1 0 0 20 0 18 0 28355948 9787879424 5628 33554432000 1073741824 1073778376 140736965301968 140736965293104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3486/statm: 2389619 5628 2147 9 0 2380296 0
[pid=3486/tid=3487] ppid=3483 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/3486/task/3487/stat : 3487 (java) R 3483 3486 18358 0 -1 4202560 2436 0 1 0 7 0 0 0 20 0 18 0 28355949 9787879424 5628 33554432000 1073741824 1073778376 140736965301968 139932592389024 214373033229 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200266 s]
/proc/loadavg: 2.34 2.28 2.26 2/194 3486
/proc/meminfo: memFree=30324848/32872528 swapFree=1286400/1433568
[pid=3486] ppid=3483 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/3486/stat : 3486 (java) S 3483 3486 18358 0 -1 4202496 4934 0 1 0 26 1 0 0 20 0 18 0 28355948 9787879424 6469 33554432000 1073741824 1073778376 140736965301968 140736965293104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3486/statm: 2389619 6484 2214 9 0 2380296 0
[pid=3486/tid=3487] ppid=3483 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/3486/task/3487/stat : 3487 (java) R 3483 3486 18358 0 -1 4202560 2452 0 1 0 17 0 0 0 20 0 18 0 28355949 9787879424 6484 33554432000 1073741824 1073778376 140736965301968 139932592390248 139932463991364 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300274 s]
/proc/loadavg: 2.34 2.28 2.26 2/194 3486
/proc/meminfo: memFree=30324848/32872528 swapFree=1286400/1433568
[pid=3486] ppid=3483 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/3486/stat : 3486 (java) S 3483 3486 18358 0 -1 4202496 5991 0 1 0 49 1 0 0 20 0 18 0 28355948 9787879424 8560 33554432000 1073741824 1073778376 140736965301968 140736965293104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3486/statm: 2389619 8560 2233 9 0 2380296 0
[pid=3486/tid=3487] ppid=3483 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/3486/task/3487/stat : 3487 (java) R 3483 3486 18358 0 -1 4202560 2456 0 1 0 27 0 0 0 20 0 18 0 28355949 9787879424 8560 33554432000 1073741824 1073778376 140736965301968 139932592381840 139932463951444 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700288 s]
/proc/loadavg: 2.34 2.28 2.26 2/194 3486
/proc/meminfo: memFree=30324848/32872528 swapFree=1286400/1433568
[pid=3486] ppid=3483 vsize=9558476 CPUtime=1.13 cores=0,2,4,6
/proc/3486/stat : 3486 (java) S 3483 3486 18358 0 -1 4202496 7246 0 1 0 109 4 0 0 20 0 18 0 28355948 9787879424 40763 33554432000 1073741824 1073778376 140736965301968 140736965293104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3486/statm: 2389619 40763 2261 9 0 2380296 0
[pid=3486/tid=3487] ppid=3483 vsize=9558476 CPUtime=0.65 cores=0,2,4,6
/proc/3486/task/3487/stat : 3487 (java) R 3483 3486 18358 0 -1 4202560 2518 0 1 0 63 2 0 0 20 0 18 0 28355949 9787879424 40763 33554432000 1073741824 1073778376 140736965301968 139932592381904 214373033229 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 2.34 2.28 2.26 3/212 3504
/proc/meminfo: memFree=30170340/32872528 swapFree=1286400/1433568
[pid=3486] ppid=3483 vsize=9625040 CPUtime=2.3 cores=0,2,4,6
/proc/3486/stat : 3486 (java) S 3483 3486 18358 0 -1 4202496 8547 0 1 0 225 5 0 0 20 0 19 0 28355948 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 140736965293104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3486/statm: 2406260 41651 2277 9 0 2396937 0
[pid=3486/tid=3487] ppid=3483 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/3486/task/3487/stat : 3487 (java) R 3483 3486 18358 0 -1 4202560 2531 0 1 0 143 3 0 0 20 0 19 0 28355949 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932592390296 139932464700108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3489] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3489/stat : 3489 (java) S 3483 3486 18358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28355950 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932436351272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3490] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3490/stat : 3490 (java) S 3483 3486 18358 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28355950 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932435298472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3491] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3491/stat : 3491 (java) S 3483 3486 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28355950 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932434246184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3492] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3492/stat : 3492 (java) S 3483 3486 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28355950 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932433193384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3493] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3493/stat : 3493 (java) S 3483 3486 18358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28355950 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932432141096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3494] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3494/stat : 3494 (java) S 3483 3486 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28355950 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932431088296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3495] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3495/stat : 3495 (java) S 3483 3486 18358 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28355950 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932430036008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3496] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3496/stat : 3496 (java) S 3483 3486 18358 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28355950 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932428983208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3497] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3497/stat : 3497 (java) S 3483 3486 18358 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932416571624 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3498] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3498/stat : 3498 (java) S 3483 3486 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932415517688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3499] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3499/stat : 3499 (java) S 3483 3486 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932414465288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3500] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3500/stat : 3500 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932413413776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3501] ppid=3483 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/3486/task/3501/stat : 3501 (java) S 3483 3486 18358 0 -1 4202560 2063 0 0 0 34 0 0 0 20 0 19 0 28355953 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932412361400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3502] ppid=3483 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/3486/task/3502/stat : 3502 (java) S 3483 3486 18358 0 -1 4202560 2576 0 0 0 39 0 0 0 20 0 19 0 28355953 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932411308600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3503] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3503/stat : 3503 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932410256504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3504] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3504/stat : 3504 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 41651 33554432000 1073741824 1073778376 140736965301968 139932409203912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.34 2.28 2.26 3/213 3505
/proc/meminfo: memFree=30165688/32872528 swapFree=1286400/1433568
[pid=3486] ppid=3483 vsize=9625040 CPUtime=4.13 cores=0,2,4,6
/proc/3486/stat : 3486 (java) S 3483 3486 18358 0 -1 4202496 10101 0 1 0 406 7 0 0 20 0 19 0 28355948 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 140736965293104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3486/statm: 2406260 48272 2277 9 0 2396937 0
[pid=3486/tid=3487] ppid=3483 vsize=9625040 CPUtime=3.02 cores=0,2,4,6
/proc/3486/task/3487/stat : 3487 (java) R 3483 3486 18358 0 -1 4202560 2532 0 1 0 299 3 0 0 20 0 19 0 28355949 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932592390520 139932464700108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3489] ppid=3483 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3486/task/3489/stat : 3489 (java) S 3483 3486 18358 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 19 0 28355950 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932436351272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3490] ppid=3483 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3486/task/3490/stat : 3490 (java) S 3483 3486 18358 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 28355950 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932435298472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3491] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3491/stat : 3491 (java) S 3483 3486 18358 0 -1 4202560 97 0 0 0 0 0 0 0 20 0 19 0 28355950 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932434246184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3492] ppid=3483 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3486/task/3492/stat : 3492 (java) S 3483 3486 18358 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 19 0 28355950 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932433193384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3493] ppid=3483 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3486/task/3493/stat : 3493 (java) S 3483 3486 18358 0 -1 4202560 75 0 0 0 1 0 0 0 20 0 19 0 28355950 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932432141096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3494] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3494/stat : 3494 (java) S 3483 3486 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28355950 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932431088296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3495] ppid=3483 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3486/task/3495/stat : 3495 (java) S 3483 3486 18358 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 28355950 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932430036008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3496] ppid=3483 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3486/task/3496/stat : 3496 (java) S 3483 3486 18358 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 28355950 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932428983208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3497] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3497/stat : 3497 (java) S 3483 3486 18358 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932416571624 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3498] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3498/stat : 3498 (java) S 3483 3486 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932415517688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3499] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3499/stat : 3499 (java) S 3483 3486 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932414465288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3500] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3500/stat : 3500 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932413413776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3501] ppid=3483 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/3486/task/3501/stat : 3501 (java) S 3483 3486 18358 0 -1 4202560 3170 0 0 0 47 0 0 0 20 0 19 0 28355953 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932412361400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3502] ppid=3483 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/3486/task/3502/stat : 3502 (java) S 3483 3486 18358 0 -1 4202560 2643 0 0 0 42 0 0 0 20 0 19 0 28355953 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932411308600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3503] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3503/stat : 3503 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932410256504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3504] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3504/stat : 3504 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932409203912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3505] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3505/stat : 3505 (java) S 3483 3486 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28356063 9856040960 48272 33554432000 1073741824 1073778376 140736965301968 139932408148904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.39 2.29 2.27 3/213 3505
/proc/meminfo: memFree=30139168/32872528 swapFree=1286400/1433568
[pid=3486] ppid=3483 vsize=9625040 CPUtime=7.35 cores=0,2,4,6
/proc/3486/stat : 3486 (java) S 3483 3486 18358 0 -1 4202496 10106 0 1 0 728 7 0 0 20 0 19 0 28355948 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 140736965293104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3486/statm: 2406260 48259 2277 9 0 2396937 0
[pid=3486/tid=3487] ppid=3483 vsize=9625040 CPUtime=6.22 cores=0,2,4,6
/proc/3486/task/3487/stat : 3487 (java) R 3483 3486 18358 0 -1 4202560 2534 0 1 0 619 3 0 0 20 0 19 0 28355949 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932592388336 139932464700420 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3489] ppid=3483 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3486/task/3489/stat : 3489 (java) S 3483 3486 18358 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 19 0 28355950 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932436351272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3490] ppid=3483 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3486/task/3490/stat : 3490 (java) S 3483 3486 18358 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 28355950 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932435298472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3491] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3491/stat : 3491 (java) S 3483 3486 18358 0 -1 4202560 97 0 0 0 0 0 0 0 20 0 19 0 28355950 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932434246184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3492] ppid=3483 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3486/task/3492/stat : 3492 (java) S 3483 3486 18358 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 19 0 28355950 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932433193384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3493] ppid=3483 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3486/task/3493/stat : 3493 (java) S 3483 3486 18358 0 -1 4202560 75 0 0 0 1 0 0 0 20 0 19 0 28355950 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932432141096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3494] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3494/stat : 3494 (java) S 3483 3486 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28355950 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932431088296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3495] ppid=3483 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3486/task/3495/stat : 3495 (java) S 3483 3486 18358 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 28355950 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932430036008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3496] ppid=3483 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/3486/task/3496/stat : 3496 (java) S 3483 3486 18358 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 28355950 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932428983208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3497] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3497/stat : 3497 (java) S 3483 3486 18358 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932416571624 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3498] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3498/stat : 3498 (java) S 3483 3486 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932415517688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3499] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3499/stat : 3499 (java) S 3483 3486 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932414465288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3500] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3500/stat : 3500 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932413413776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3501] ppid=3483 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/3486/task/3501/stat : 3501 (java) S 3483 3486 18358 0 -1 4202560 3173 0 0 0 48 0 0 0 20 0 19 0 28355953 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932412361400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3502] ppid=3483 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/3486/task/3502/stat : 3502 (java) S 3483 3486 18358 0 -1 4202560 2643 0 0 0 42 0 0 0 20 0 19 0 28355953 9856040960 48259 33554432000 1073741824 1073778376 140736965301968 139932411308600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3503] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=3486/tid=3498] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3498/stat : 3498 (java) S 3483 3486 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 139317 33554432000 1073741824 1073778376 140736965301968 139932415517688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3499] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3499/stat : 3499 (java) S 3483 3486 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 139317 33554432000 1073741824 1073778376 140736965301968 139932414465288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3500] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3500/stat : 3500 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 139317 33554432000 1073741824 1073778376 140736965301968 139932413413776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3501] ppid=3483 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/3486/task/3501/stat : 3501 (java) S 3483 3486 18358 0 -1 4202560 5131 0 0 0 61 0 0 0 20 0 19 0 28355953 9856040960 139317 33554432000 1073741824 1073778376 140736965301968 139932412361400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3502] ppid=3483 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/3486/task/3502/stat : 3502 (java) S 3483 3486 18358 0 -1 4202560 2648 0 0 0 44 0 0 0 20 0 19 0 28355953 9856040960 139317 33554432000 1073741824 1073778376 140736965301968 139932411308600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3503] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3503/stat : 3503 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 139317 33554432000 1073741824 1073778376 140736965301968 139932410256504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3504] ppid=3483 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/3486/task/3504/stat : 3504 (java) S 3483 3486 18358 0 -1 4202560 91 0 0 0 16 17 0 0 20 0 19 0 28355953 9856040960 139317 33554432000 1073741824 1073778376 140736965301968 139932409203912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3505] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3505/stat : 3505 (java) S 3483 3486 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28356063 9856040960 139317 33554432000 1073741824 1073778376 140736965301968 139932408148904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1621.03
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 1.84 2.10 2.15 2/188 3580
/proc/meminfo: memFree=29920604/32872528 swapFree=1286400/1433568
[pid=3486] ppid=3483 vsize=9625040 CPUtime=1681.93 cores=0,2,4,6
/proc/3486/stat : 3486 (java) S 3483 3486 18358 0 -1 4202496 33607 0 1 0 168044 149 0 0 20 0 19 0 28355948 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 140736965293104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3486/statm: 2406260 146465 2293 9 0 2396937 0
[pid=3486/tid=3487] ppid=3483 vsize=9625040 CPUtime=1651.64 cores=0,2,4,6
/proc/3486/task/3487/stat : 3487 (java) R 3483 3486 18358 0 -1 4202560 8234 0 1 0 165117 47 0 0 20 0 19 0 28355949 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932592389200 139932464700038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3489] ppid=3483 vsize=9625040 CPUtime=3.64 cores=0,2,4,6
/proc/3486/task/3489/stat : 3489 (java) S 3483 3486 18358 0 -1 4202560 911 0 0 0 350 14 0 0 20 0 19 0 28355950 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932436351272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3490] ppid=3483 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/3486/task/3490/stat : 3490 (java) S 3483 3486 18358 0 -1 4202560 916 0 0 0 329 12 0 0 20 0 19 0 28355950 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932435298472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3491] ppid=3483 vsize=9625040 CPUtime=3.45 cores=0,2,4,6
/proc/3486/task/3491/stat : 3491 (java) S 3483 3486 18358 0 -1 4202560 1087 0 0 0 334 11 0 0 20 0 19 0 28355950 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932434246184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3492] ppid=3483 vsize=9625040 CPUtime=3.61 cores=0,2,4,6
/proc/3486/task/3492/stat : 3492 (java) S 3483 3486 18358 0 -1 4202560 938 0 0 0 350 11 0 0 20 0 19 0 28355950 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932433193384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3493] ppid=3483 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/3486/task/3493/stat : 3493 (java) S 3483 3486 18358 0 -1 4202560 997 0 0 0 341 13 0 0 20 0 19 0 28355950 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932432141096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3494] ppid=3483 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/3486/task/3494/stat : 3494 (java) S 3483 3486 18358 0 -1 4202560 1128 0 0 0 339 11 0 0 20 0 19 0 28355950 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932431088296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3495] ppid=3483 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/3486/task/3495/stat : 3495 (java) S 3483 3486 18358 0 -1 4202560 1172 0 0 0 343 12 0 0 20 0 19 0 28355950 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932430036008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3496] ppid=3483 vsize=9625040 CPUtime=3.6 cores=0,2,4,6
/proc/3486/task/3496/stat : 3496 (java) S 3483 3486 18358 0 -1 4202560 1114 0 0 0 346 14 0 0 20 0 19 0 28355950 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932428983208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3497] ppid=3483 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/3486/task/3497/stat : 3497 (java) S 3483 3486 18358 0 -1 4202560 7977 0 0 0 94 17 0 0 20 0 19 0 28355951 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932416571624 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3498] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3498/stat : 3498 (java) S 3483 3486 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932415517688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3499] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3499/stat : 3499 (java) S 3483 3486 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932414465288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3500] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3500/stat : 3500 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932413413776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3501] ppid=3483 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/3486/task/3501/stat : 3501 (java) S 3483 3486 18358 0 -1 4202560 5131 0 0 0 61 0 0 0 20 0 19 0 28355953 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932412361400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3502] ppid=3483 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/3486/task/3502/stat : 3502 (java) S 3483 3486 18358 0 -1 4202560 2648 0 0 0 44 0 0 0 20 0 19 0 28355953 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932411308600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3503] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3503/stat : 3503 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932410256504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3504] ppid=3483 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/3486/task/3504/stat : 3504 (java) S 3483 3486 18358 0 -1 4202560 95 0 0 0 17 17 0 0 20 0 19 0 28355953 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932409203912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3505] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3505/stat : 3505 (java) S 3483 3486 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28356063 9856040960 146465 33554432000 1073741824 1073778376 140736965301968 139932408148904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1681.93
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.40 1.93 2.09 2/188 3581
/proc/meminfo: memFree=29856408/32872528 swapFree=1286400/1433568
[pid=3486] ppid=3483 vsize=9625040 CPUtime=1742.74 cores=0,2,4,6
/proc/3486/stat : 3486 (java) S 3483 3486 18358 0 -1 4202496 34913 0 1 0 174120 154 0 0 20 0 19 0 28355948 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 140736965293104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3486/statm: 2406260 162419 2293 9 0 2396937 0
[pid=3486/tid=3487] ppid=3483 vsize=9625040 CPUtime=1711.21 cores=0,2,4,6
/proc/3486/task/3487/stat : 3487 (java) R 3483 3486 18358 0 -1 4202560 8880 0 1 0 171072 49 0 0 20 0 19 0 28355949 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932592389152 139932464700458 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3489] ppid=3483 vsize=9625040 CPUtime=3.79 cores=0,2,4,6
/proc/3486/task/3489/stat : 3489 (java) S 3483 3486 18358 0 -1 4202560 1072 0 0 0 364 15 0 0 20 0 19 0 28355950 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932436351272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3490] ppid=3483 vsize=9625040 CPUtime=3.57 cores=0,2,4,6
/proc/3486/task/3490/stat : 3490 (java) S 3483 3486 18358 0 -1 4202560 925 0 0 0 345 12 0 0 20 0 19 0 28355950 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932435298472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3491] ppid=3483 vsize=9625040 CPUtime=3.62 cores=0,2,4,6
/proc/3486/task/3491/stat : 3491 (java) S 3483 3486 18358 0 -1 4202560 1113 0 0 0 351 11 0 0 20 0 19 0 28355950 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932434246184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3492] ppid=3483 vsize=9625040 CPUtime=3.75 cores=0,2,4,6
/proc/3486/task/3492/stat : 3492 (java) S 3483 3486 18358 0 -1 4202560 1026 0 0 0 363 12 0 0 20 0 19 0 28355950 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932433193384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3493] ppid=3483 vsize=9625040 CPUtime=3.71 cores=0,2,4,6
/proc/3486/task/3493/stat : 3493 (java) S 3483 3486 18358 0 -1 4202560 1038 0 0 0 358 13 0 0 20 0 19 0 28355950 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932432141096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3494] ppid=3483 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/3486/task/3494/stat : 3494 (java) S 3483 3486 18358 0 -1 4202560 1211 0 0 0 354 11 0 0 20 0 19 0 28355950 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932431088296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3495] ppid=3483 vsize=9625040 CPUtime=3.71 cores=0,2,4,6
/proc/3486/task/3495/stat : 3495 (java) S 3483 3486 18358 0 -1 4202560 1373 0 0 0 358 13 0 0 20 0 19 0 28355950 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932430036008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3496] ppid=3483 vsize=9625040 CPUtime=3.73 cores=0,2,4,6
/proc/3486/task/3496/stat : 3496 (java) S 3483 3486 18358 0 -1 4202560 1119 0 0 0 359 14 0 0 20 0 19 0 28355950 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932428983208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3497] ppid=3483 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/3486/task/3497/stat : 3497 (java) S 3483 3486 18358 0 -1 4202560 8019 0 0 0 95 17 0 0 20 0 19 0 28355951 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932416571624 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3498] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3498/stat : 3498 (java) S 3483 3486 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932415517688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3499] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3499/stat : 3499 (java) S 3483 3486 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932414465288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3500] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3500/stat : 3500 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932413413776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3501] ppid=3483 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/3486/task/3501/stat : 3501 (java) S 3483 3486 18358 0 -1 4202560 5131 0 0 0 61 0 0 0 20 0 19 0 28355953 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932412361400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3502] ppid=3483 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/3486/task/3502/stat : 3502 (java) S 3483 3486 18358 0 -1 4202560 2648 0 0 0 44 0 0 0 20 0 19 0 28355953 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932411308600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3503] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3503/stat : 3503 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932410256504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3504] ppid=3483 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/3486/task/3504/stat : 3504 (java) S 3483 3486 18358 0 -1 4202560 99 0 0 0 18 18 0 0 20 0 19 0 28355953 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932409203912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3505] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3505/stat : 3505 (java) S 3483 3486 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28356063 9856040960 162419 33554432000 1073741824 1073778376 140736965301968 139932408148904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1742.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.81 s]
/proc/loadavg: 1.24 1.79 2.03 2/188 3582
/proc/meminfo: memFree=29843844/32872528 swapFree=1286400/1433568
[pid=3486] ppid=3483 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/3486/stat : 3486 (java) S 3483 3486 18358 0 -1 4202496 37137 0 1 0 179850 157 0 0 20 0 19 0 28355948 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 140736965293104 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3486/statm: 2406260 165780 2293 9 0 2396937 0
[pid=3486/tid=3487] ppid=3483 vsize=9625040 CPUtime=1767.24 cores=0,2,4,6
/proc/3486/task/3487/stat : 3487 (java) R 3483 3486 18358 0 -1 4202560 8924 0 1 0 176675 49 0 0 20 0 19 0 28355949 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932592389152 139932464700038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3489] ppid=3483 vsize=9625040 CPUtime=3.94 cores=0,2,4,6
/proc/3486/task/3489/stat : 3489 (java) S 3483 3486 18358 0 -1 4202560 1077 0 0 0 379 15 0 0 20 0 19 0 28355950 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932436351272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3490] ppid=3483 vsize=9625040 CPUtime=3.71 cores=0,2,4,6
/proc/3486/task/3490/stat : 3490 (java) S 3483 3486 18358 0 -1 4202560 929 0 0 0 358 13 0 0 20 0 19 0 28355950 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932435298472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3491] ppid=3483 vsize=9625040 CPUtime=3.77 cores=0,2,4,6
/proc/3486/task/3491/stat : 3491 (java) S 3483 3486 18358 0 -1 4202560 1126 0 0 0 365 12 0 0 20 0 19 0 28355950 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932434246184 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3492] ppid=3483 vsize=9625040 CPUtime=3.91 cores=0,2,4,6
/proc/3486/task/3492/stat : 3492 (java) S 3483 3486 18358 0 -1 4202560 1082 0 0 0 379 12 0 0 20 0 19 0 28355950 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932433193384 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3493] ppid=3483 vsize=9625040 CPUtime=3.86 cores=0,2,4,6
/proc/3486/task/3493/stat : 3493 (java) S 3483 3486 18358 0 -1 4202560 1096 0 0 0 372 14 0 0 20 0 19 0 28355950 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932432141096 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3494] ppid=3483 vsize=9625040 CPUtime=3.82 cores=0,2,4,6
/proc/3486/task/3494/stat : 3494 (java) S 3483 3486 18358 0 -1 4202560 1308 0 0 0 370 12 0 0 20 0 19 0 28355950 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932431088296 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3495] ppid=3483 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/3486/task/3495/stat : 3495 (java) S 3483 3486 18358 0 -1 4202560 1490 0 0 0 371 13 0 0 20 0 19 0 28355950 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932430036008 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3496] ppid=3483 vsize=9625040 CPUtime=3.9 cores=0,2,4,6
/proc/3486/task/3496/stat : 3496 (java) S 3483 3486 18358 0 -1 4202560 1172 0 0 0 376 14 0 0 20 0 19 0 28355950 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932428983208 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3497] ppid=3483 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/3486/task/3497/stat : 3497 (java) S 3483 3486 18358 0 -1 4202560 9795 0 0 0 102 17 0 0 20 0 19 0 28355951 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932416571624 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3498] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3498/stat : 3498 (java) S 3483 3486 18358 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932415517688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3499] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3499/stat : 3499 (java) S 3483 3486 18358 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28355951 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932414465288 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3500] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3500/stat : 3500 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932413413776 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3486/tid=3501] ppid=3483 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/3486/task/3501/stat : 3501 (java) S 3483 3486 18358 0 -1 4202560 5131 0 0 0 61 0 0 0 20 0 19 0 28355953 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932412361400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3502] ppid=3483 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/3486/task/3502/stat : 3502 (java) S 3483 3486 18358 0 -1 4202560 2648 0 0 0 44 0 0 0 20 0 19 0 28355953 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932411308600 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3486/tid=3503] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3503/stat : 3503 (java) S 3483 3486 18358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28355953 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932410256504 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3486/tid=3504] ppid=3483 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/3486/task/3504/stat : 3504 (java) S 3483 3486 18358 0 -1 4202560 100 0 0 0 18 19 0 0 20 0 19 0 28355953 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932409203912 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3486/tid=3505] ppid=3483 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3486/task/3505/stat : 3505 (java) S 3483 3486 18358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28356063 9856040960 165780 33554432000 1073741824 1073778376 140736965301968 139932408148904 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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 3486 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1778.82
CPU time (s): 1800.86
CPU user time (s): 1798.83
CPU system time (s): 2.03269
CPU usage (%): 101.239
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 2.03269
maximum resident set size= 1131084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37169
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77865
involuntary context switches= 102767

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.13222 second user time and 6.79197 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-18 17:18:12
IDJOB=4105656
IDBENCH=2968
IDSOLVER=2546
FILE ID=node130/4105656-1466263092
RUNJOBID= node130-1466259329-2736
PBS_JOBID= 19918180
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=260-sizeP=131-sizeQ=260-581480794-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105656-1466263092/watcher-4105656-1466263092 -o /tmp/evaluation-result-4105656-1466263092/solver-4105656-1466263092 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466259329-2736 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105656-1466263092.opb

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

MD5SUM BENCH= c918ba57e672047ee392792cccc2b48f
RANDOM SEED=28906096

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:        30324740 kB
Buffers:           36032 kB
Cached:           163396 kB
SwapCached:         1876 kB
Active:           227496 kB
Inactive:         145052 kB
Active(anon):     173436 kB
Inactive(anon):     2212 kB
Active(file):      54060 kB
Inactive(file):   142840 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67098740 kB
Dirty:              5616 kB
Writeback:             0 kB
AnonPages:       1614140 kB
Mapped:            15408 kB
Shmem:                 0 kB
Slab:             601196 kB
SReclaimable:      44228 kB
SUnreclaim:       556968 kB
KernelStack:        1616 kB
PageTables:         7272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    307200 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= 71744 MiB
End job on node130 at 2016-06-18 17:47:51