Trace number 4084798

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.53 1797.02

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-726468498-max.opb
MD5SUMed1765c8e2f5b9ac0be00c2d97d71991
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 variables97901
Total number of constraints291721
Number of constraints which are clauses291720
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 constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295513459689730629073816418642253180734108769246219889599930392714811235131541912049967060836868994739843120196423842159639336839621523
Number of bits of the biggest sum of numbers661
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084798-1465247382.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
3.77/2.81	c ... done. Wall clock time 2.695s.
3.77/2.81	c declared #vars     97901
3.77/2.81	c #constraints  291722
3.77/2.81	c constraints type 
3.77/2.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 97240
3.77/2.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 194480
3.77/2.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.77/2.81	c 291722 constraints processed.
3.77/2.81	c objective function length is 221 literals
1800.01/1797.00	c starts		: 1
1800.01/1797.00	c conflicts		: 1343
1800.01/1797.00	c decisions		: 3424
1800.01/1797.00	c propagations		: 1422664
1800.01/1797.00	c inspects		: 5575109
1800.01/1797.00	c shortcuts		: 0
1800.01/1797.00	c learnt literals	: 0
1800.01/1797.00	c learnt binary clauses	: 0
1800.01/1797.00	c learnt ternary clauses	: 1
1800.01/1797.00	c learnt constraints	: 1343
1800.01/1797.00	c ignored constraints	: 0
1800.01/1797.00	c root simplifications	: 0
1800.01/1797.00	c removed literals (reason simplification)	: 0
1800.01/1797.00	c reason swapping (by a shorter reason)	: 0
1800.01/1797.00	c Calls to reduceDB	: 0
1800.01/1797.00	c Number of update (reduction) of LBD	: 240
1800.01/1797.00	c Imported unit clauses	: 0
1800.01/1797.00	c number of reductions to clauses (during analyze)	: 0
1800.01/1797.00	c number of learned constraints concerned by reduction	: 0
1800.01/1797.00	c number of learning phase by resolution	: 0
1800.01/1797.00	c number of learning phase by cutting planes	: 0
1800.01/1797.00	c speed (assignments/second)	: 792.950382913262
1800.01/1797.00	c non guided choices	186
1800.01/1797.00	c learnt constraints type 
1800.01/1797.00	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1343
1800.01/1797.00	s UNKNOWN
1800.01/1797.00	c Total wall clock time (in seconds): 1796.893

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

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 14910
/proc/meminfo: memFree=27696600/32872528 swapFree=15784/1434320
[pid=14910] ppid=14907 vsize=96324 CPUtime=0 cores=1,3,5,7
/proc/14910/stat : 14910 (java) S 14907 14910 7184 0 -1 4202496 1318 0 0 0 0 0 0 0 20 0 2 0 106671520 98635776 949 33554432000 1073741824 1073778376 140736408419808 140736408410944 214373007421 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14910/statm: 24081 959 727 9 0 16771 0
[pid=14910/tid=14911] ppid=14907 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14911/stat : 14911 (java) R 14907 14910 7184 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 106671520 98570240 977 33554432000 1073741824 1073778376 140736408419808 140086851984936 214369650048 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 14910
/proc/meminfo: memFree=27696600/32872528 swapFree=15784/1434320
[pid=14910] ppid=14907 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/14910/stat : 14910 (java) S 14907 14910 7184 0 -1 4202496 4398 0 1 0 9 1 0 0 20 0 18 0 106671520 9787879424 6026 33554432000 1073741824 1073778376 140736408419808 140736408410944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14910/statm: 2389619 6026 2125 9 0 2380296 0
[pid=14910/tid=14911] ppid=14907 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14910/task/14911/stat : 14911 (java) R 14907 14910 7184 0 -1 4202560 2373 0 1 0 7 0 0 0 20 0 18 0 106671520 9787879424 6026 33554432000 1073741824 1073778376 140736408419808 140086851988384 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 14910
/proc/meminfo: memFree=27696600/32872528 swapFree=15784/1434320
[pid=14910] ppid=14907 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/14910/stat : 14910 (java) S 14907 14910 7184 0 -1 4202496 4951 0 1 0 27 1 0 0 20 0 18 0 106671520 9787879424 7536 33554432000 1073741824 1073778376 140736408419808 140736408410944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14910/statm: 2389619 7536 2216 9 0 2380296 0
[pid=14910/tid=14911] ppid=14907 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/14910/task/14911/stat : 14911 (java) R 14907 14910 7184 0 -1 4202560 2416 0 1 0 17 0 0 0 20 0 18 0 106671520 9787879424 7536 33554432000 1073741824 1073778376 140736408419808 140086851987072 140086683481359 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300304 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 14910
/proc/meminfo: memFree=27696600/32872528 swapFree=15784/1434320
[pid=14910] ppid=14907 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/14910/stat : 14910 (java) S 14907 14910 7184 0 -1 4202496 5940 0 1 0 49 2 0 0 20 0 18 0 106671520 9787879424 8973 33554432000 1073741824 1073778376 140736408419808 140736408410944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14910/statm: 2389619 8987 2233 9 0 2380296 0
[pid=14910/tid=14911] ppid=14907 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/14910/task/14911/stat : 14911 (java) R 14907 14910 7184 0 -1 4202560 2419 0 1 0 26 1 0 0 20 0 18 0 106671520 9787879424 8995 33554432000 1073741824 1073778376 140736408419808 140086851987072 140086683862518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700352 s]
/proc/loadavg: 2.16 2.20 2.18 3/194 14910
/proc/meminfo: memFree=27696600/32872528 swapFree=15784/1434320
[pid=14910] ppid=14907 vsize=9558476 CPUtime=1.12 cores=1,3,5,7
/proc/14910/stat : 14910 (java) S 14907 14910 7184 0 -1 4202496 7097 0 1 0 107 5 0 0 20 0 18 0 106671520 9787879424 41700 33554432000 1073741824 1073778376 140736408419808 140736408410944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14910/statm: 2389619 41700 2261 9 0 2380296 0
[pid=14910/tid=14911] ppid=14907 vsize=9558476 CPUtime=0.66 cores=1,3,5,7
/proc/14910/task/14911/stat : 14911 (java) R 14907 14910 7184 0 -1 4202560 2481 0 1 0 63 3 0 0 20 0 18 0 106671520 9787879424 41700 33554432000 1073741824 1073778376 140736408419808 140086851988920 140086683779908 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.16 2.20 2.18 3/212 14928
/proc/meminfo: memFree=27517748/32872528 swapFree=15784/1434320
[pid=14910] ppid=14907 vsize=9558476 CPUtime=2.15 cores=1,3,5,7
/proc/14910/stat : 14910 (java) S 14907 14910 7184 0 -1 4202496 7415 0 1 0 201 14 0 0 20 0 18 0 106671520 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140736408410944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14910/statm: 2389619 85371 2261 9 0 2380296 0
[pid=14910/tid=14911] ppid=14907 vsize=9558476 CPUtime=1.39 cores=1,3,5,7
/proc/14910/task/14911/stat : 14911 (java) R 14907 14910 7184 0 -1 4202560 2540 0 1 0 133 6 0 0 20 0 18 0 106671520 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086851981280 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14913] ppid=14907 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14910/task/14913/stat : 14913 (java) S 14907 14910 7184 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 18 0 106671521 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086813481256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14914] ppid=14907 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14914/stat : 14914 (java) S 14907 14910 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 106671521 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086812428456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14915] ppid=14907 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/14910/task/14915/stat : 14915 (java) S 14907 14910 7184 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 106671521 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086811376168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14916] ppid=14907 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/14910/task/14916/stat : 14916 (java) S 14907 14910 7184 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 18 0 106671521 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086810323368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14917] ppid=14907 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/14910/task/14917/stat : 14917 (java) S 14907 14910 7184 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 106671521 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086809271080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14918] ppid=14907 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/14910/task/14918/stat : 14918 (java) S 14907 14910 7184 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 106671521 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086808218280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14919] ppid=14907 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/14910/task/14919/stat : 14919 (java) S 14907 14910 7184 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 106671521 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086807165992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14920] ppid=14907 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/14910/task/14920/stat : 14920 (java) S 14907 14910 7184 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 18 0 106671521 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086806113192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14921] ppid=14907 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14921/stat : 14921 (java) S 14907 14910 7184 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 106671522 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086675994856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14922] ppid=14907 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14922/stat : 14922 (java) S 14907 14910 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 106671523 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086674940920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14923] ppid=14907 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14923/stat : 14923 (java) S 14907 14910 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 106671523 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086673888520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14924] ppid=14907 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14924/stat : 14924 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 106671525 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086672837008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14925] ppid=14907 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/14910/task/14925/stat : 14925 (java) S 14907 14910 7184 0 -1 4202560 1774 0 0 0 21 0 0 0 20 0 18 0 106671525 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086671784632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14926] ppid=14907 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/14910/task/14926/stat : 14926 (java) S 14907 14910 7184 0 -1 4202560 1479 0 0 0 18 0 0 0 20 0 18 0 106671525 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086670731832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14927] ppid=14907 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14927/stat : 14927 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 106671525 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086669679736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14928] ppid=14907 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14928/stat : 14928 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 106671525 9787879424 85371 33554432000 1073741824 1073778376 140736408419808 140086668627144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 2.16 2.20 2.18 3/212 14928
/proc/meminfo: memFree=27362660/32872528 swapFree=15784/1434320
[pid=14910] ppid=14907 vsize=9625040 CPUtime=4.31 cores=1,3,5,7
/proc/14910/stat : 14910 (java) S 14907 14910 7184 0 -1 4202496 13157 0 1 0 415 16 0 0 20 0 19 0 106671520 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140736408410944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14910/statm: 2406260 88251 2275 9 0 2396937 0
[pid=14910/tid=14911] ppid=14907 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/14910/task/14911/stat : 14911 (java) R 14907 14910 7184 0 -1 4202560 2554 0 1 0 292 6 0 0 20 0 19 0 106671520 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086851989416 140086684234401 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14913] ppid=14907 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/14910/task/14913/stat : 14913 (java) S 14907 14910 7184 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 19 0 106671521 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086813481256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14914] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14914/stat : 14914 (java) S 14907 14910 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106671521 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086812428456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14915] ppid=14907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14910/task/14915/stat : 14915 (java) S 14907 14910 7184 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 106671521 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086811376168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14916] ppid=14907 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14910/task/14916/stat : 14916 (java) S 14907 14910 7184 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 19 0 106671521 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086810323368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14917] ppid=14907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14910/task/14917/stat : 14917 (java) S 14907 14910 7184 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 106671521 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086809271080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14918] ppid=14907 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14910/task/14918/stat : 14918 (java) S 14907 14910 7184 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 106671521 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086808218280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14919] ppid=14907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14910/task/14919/stat : 14919 (java) S 14907 14910 7184 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 106671521 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086807165992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14920] ppid=14907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14910/task/14920/stat : 14920 (java) S 14907 14910 7184 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 106671521 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086806113192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14921] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14921/stat : 14921 (java) S 14907 14910 7184 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 106671522 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086675994856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14922] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14922/stat : 14922 (java) S 14907 14910 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106671523 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086674940920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14923] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14923/stat : 14923 (java) S 14907 14910 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106671523 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086673888520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14924] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14924/stat : 14924 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086672837008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14925] ppid=14907 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/14910/task/14925/stat : 14925 (java) S 14907 14910 7184 0 -1 4202560 1952 0 0 0 38 0 0 0 20 0 19 0 106671525 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086671784632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14926] ppid=14907 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/14910/task/14926/stat : 14926 (java) S 14907 14910 7184 0 -1 4202560 7020 0 0 0 53 2 0 0 20 0 19 0 106671525 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086670731832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14927] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14927/stat : 14927 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086669679736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14928] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14928/stat : 14928 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 88251 33554432000 1073741824 1073778376 140736408419808 140086668627144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.14 2.19 2.18 4/213 14929
/proc/meminfo: memFree=27350824/32872528 swapFree=15784/1434320
[pid=14910] ppid=14907 vsize=9625040 CPUtime=7.59 cores=1,3,5,7
/proc/14910/stat : 14910 (java) S 14907 14910 7184 0 -1 4202496 13406 0 1 0 743 16 0 0 20 0 19 0 106671520 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140736408410944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14910/statm: 2406260 88203 2277 9 0 2396937 0
[pid=14910/tid=14911] ppid=14907 vsize=9625040 CPUtime=6.18 cores=1,3,5,7
/proc/14910/task/14911/stat : 14911 (java) R 14907 14910 7184 0 -1 4202560 2556 0 1 0 612 6 0 0 20 0 19 0 106671520 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086851987712 140086684232163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14913] ppid=14907 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/14910/task/14913/stat : 14913 (java) S 14907 14910 7184 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 19 0 106671521 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086813481256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14914] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14914/stat : 14914 (java) S 14907 14910 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106671521 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086812428456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14915] ppid=14907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14910/task/14915/stat : 14915 (java) S 14907 14910 7184 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 106671521 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086811376168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14916] ppid=14907 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14910/task/14916/stat : 14916 (java) S 14907 14910 7184 0 -1 4202560 37 0 0 0 4 1 0 0 20 0 19 0 106671521 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086810323368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14917] ppid=14907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14910/task/14917/stat : 14917 (java) S 14907 14910 7184 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 106671521 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086809271080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14918] ppid=14907 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14910/task/14918/stat : 14918 (java) S 14907 14910 7184 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 106671521 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086808218280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14919] ppid=14907 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/14910/task/14919/stat : 14919 (java) S 14907 14910 7184 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 106671521 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086807165992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14920] ppid=14907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14910/task/14920/stat : 14920 (java) S 14907 14910 7184 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 19 0 106671521 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086806113192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14921] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14921/stat : 14921 (java) S 14907 14910 7184 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 106671522 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086675994856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14922] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14922/stat : 14922 (java) S 14907 14910 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106671523 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086674940920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14923] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14923/stat : 14923 (java) S 14907 14910 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106671523 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086673888520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14924] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14924/stat : 14924 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086672837008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14925] ppid=14907 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/14910/task/14925/stat : 14925 (java) S 14907 14910 7184 0 -1 4202560 2197 0 0 0 44 0 0 0 20 0 19 0 106671525 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086671784632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14926] ppid=14907 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/14910/task/14926/stat : 14926 (java) S 14907 14910 7184 0 -1 4202560 7022 0 0 0 55 2 0 0 20 0 19 0 106671525 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086670731832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14927] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14927/stat : 14927 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 88203 33554432000 1073741824 1073778376 140736408419808 140086669679736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14928] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=14910/tid=14922] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14922/stat : 14922 (java) S 14907 14910 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106671523 9856040960 682741 33554432000 1073741824 1073778376 140736408419808 140086674940920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14923] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14923/stat : 14923 (java) S 14907 14910 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106671523 9856040960 682741 33554432000 1073741824 1073778376 140736408419808 140086673888520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14924] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14924/stat : 14924 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 682741 33554432000 1073741824 1073778376 140736408419808 140086672837008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14925] ppid=14907 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14910/task/14925/stat : 14925 (java) S 14907 14910 7184 0 -1 4202560 2385 0 0 0 50 0 0 0 20 0 19 0 106671525 9856040960 682741 33554432000 1073741824 1073778376 140736408419808 140086671784632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14926] ppid=14907 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14910/task/14926/stat : 14926 (java) S 14907 14910 7184 0 -1 4202560 7022 0 0 0 56 2 0 0 20 0 19 0 106671525 9856040960 682741 33554432000 1073741824 1073778376 140736408419808 140086670731832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14927] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14927/stat : 14927 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 682741 33554432000 1073741824 1073778376 140736408419808 140086669679736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14928] ppid=14907 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/14910/task/14928/stat : 14928 (java) S 14907 14910 7184 0 -1 4202560 97 0 0 0 38 33 0 0 20 0 19 0 106671525 9856040960 682741 33554432000 1073741824 1073778376 140736408419808 140086668627144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14929] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14929/stat : 14929 (java) S 14907 14910 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106671806 9856040960 682741 33554432000 1073741824 1073778376 140736408419808 140085659952040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1665.2
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.20 2.19 2.18 3/213 15038
/proc/meminfo: memFree=27645420/32872528 swapFree=15784/1434320
[pid=14910] ppid=14907 vsize=9625040 CPUtime=1725.24 cores=1,3,5,7
/proc/14910/stat : 14910 (java) S 14907 14910 7184 0 -1 4202496 17159 0 1 0 172400 124 0 0 20 0 19 0 106671520 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140736408410944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14910/statm: 2406260 682671 2277 9 0 2396937 0
[pid=14910/tid=14911] ppid=14907 vsize=9625040 CPUtime=1721.62 cores=1,3,5,7
/proc/14910/task/14911/stat : 14911 (java) R 14907 14910 7184 0 -1 4202560 4119 0 1 0 172095 67 0 0 20 0 19 0 106671520 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086851988464 140086684233886 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14913] ppid=14907 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/14910/task/14913/stat : 14913 (java) S 14907 14910 7184 0 -1 4202560 164 0 0 0 24 8 0 0 20 0 19 0 106671521 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086813481256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14914] ppid=14907 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14910/task/14914/stat : 14914 (java) S 14907 14910 7184 0 -1 4202560 106 0 0 0 16 5 0 0 20 0 19 0 106671521 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086812428456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14915] ppid=14907 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/14910/task/14915/stat : 14915 (java) S 14907 14910 7184 0 -1 4202560 117 0 0 0 18 8 0 0 20 0 19 0 106671521 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086811376168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14916] ppid=14907 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14910/task/14916/stat : 14916 (java) S 14907 14910 7184 0 -1 4202560 145 0 0 0 20 7 0 0 20 0 19 0 106671521 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086810323368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14917] ppid=14907 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/14910/task/14917/stat : 14917 (java) S 14907 14910 7184 0 -1 4202560 123 0 0 0 22 7 0 0 20 0 19 0 106671521 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086809271080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14918] ppid=14907 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14910/task/14918/stat : 14918 (java) S 14907 14910 7184 0 -1 4202560 94 0 0 0 17 5 0 0 20 0 19 0 106671521 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086808218280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14919] ppid=14907 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14910/task/14919/stat : 14919 (java) S 14907 14910 7184 0 -1 4202560 117 0 0 0 16 6 0 0 20 0 19 0 106671521 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086807165992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14920] ppid=14907 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14910/task/14920/stat : 14920 (java) S 14907 14910 7184 0 -1 4202560 103 0 0 0 16 7 0 0 20 0 19 0 106671521 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086806113192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14921] ppid=14907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14910/task/14921/stat : 14921 (java) S 14907 14910 7184 0 -1 4202560 1307 0 0 0 1 2 0 0 20 0 19 0 106671522 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086675994856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14922] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14922/stat : 14922 (java) S 14907 14910 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106671523 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086674940920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14923] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14923/stat : 14923 (java) S 14907 14910 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106671523 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086673888520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14924] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14924/stat : 14924 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086672837008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14925] ppid=14907 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14910/task/14925/stat : 14925 (java) S 14907 14910 7184 0 -1 4202560 2385 0 0 0 50 0 0 0 20 0 19 0 106671525 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086671784632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14926] ppid=14907 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14910/task/14926/stat : 14926 (java) S 14907 14910 7184 0 -1 4202560 7022 0 0 0 56 2 0 0 20 0 19 0 106671525 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086670731832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14927] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14927/stat : 14927 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086669679736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14928] ppid=14907 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/14910/task/14928/stat : 14928 (java) S 14907 14910 7184 0 -1 4202560 99 0 0 0 40 34 0 0 20 0 19 0 106671525 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140086668627144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14929] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14929/stat : 14929 (java) S 14907 14910 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106671806 9856040960 682671 33554432000 1073741824 1073778376 140736408419808 140085659952040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.24
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.20 2.18 3/213 15039
/proc/meminfo: memFree=27648560/32872528 swapFree=15784/1434320
[pid=14910] ppid=14907 vsize=9625040 CPUtime=1785.28 cores=1,3,5,7
/proc/14910/stat : 14910 (java) S 14907 14910 7184 0 -1 4202496 17183 0 1 0 178400 128 0 0 20 0 19 0 106671520 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140736408410944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14910/statm: 2406260 679780 2277 9 0 2396937 0
[pid=14910/tid=14911] ppid=14907 vsize=9625040 CPUtime=1781.61 cores=1,3,5,7
/proc/14910/task/14911/stat : 14911 (java) R 14907 14910 7184 0 -1 4202560 4120 0 1 0 178093 68 0 0 20 0 19 0 106671520 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086851988464 140086684006560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14913] ppid=14907 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/14910/task/14913/stat : 14913 (java) S 14907 14910 7184 0 -1 4202560 164 0 0 0 24 8 0 0 20 0 19 0 106671521 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086813481256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14914] ppid=14907 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14910/task/14914/stat : 14914 (java) S 14907 14910 7184 0 -1 4202560 109 0 0 0 17 5 0 0 20 0 19 0 106671521 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086812428456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14915] ppid=14907 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14910/task/14915/stat : 14915 (java) S 14907 14910 7184 0 -1 4202560 122 0 0 0 19 8 0 0 20 0 19 0 106671521 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086811376168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14916] ppid=14907 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14910/task/14916/stat : 14916 (java) S 14907 14910 7184 0 -1 4202560 145 0 0 0 20 7 0 0 20 0 19 0 106671521 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086810323368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14917] ppid=14907 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14910/task/14917/stat : 14917 (java) S 14907 14910 7184 0 -1 4202560 127 0 0 0 23 7 0 0 20 0 19 0 106671521 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086809271080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14918] ppid=14907 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14910/task/14918/stat : 14918 (java) S 14907 14910 7184 0 -1 4202560 94 0 0 0 17 5 0 0 20 0 19 0 106671521 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086808218280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14919] ppid=14907 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14910/task/14919/stat : 14919 (java) S 14907 14910 7184 0 -1 4202560 117 0 0 0 16 6 0 0 20 0 19 0 106671521 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086807165992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14920] ppid=14907 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/14910/task/14920/stat : 14920 (java) S 14907 14910 7184 0 -1 4202560 108 0 0 0 17 7 0 0 20 0 19 0 106671521 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086806113192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14921] ppid=14907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14910/task/14921/stat : 14921 (java) S 14907 14910 7184 0 -1 4202560 1309 0 0 0 1 2 0 0 20 0 19 0 106671522 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086675994856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14922] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14922/stat : 14922 (java) S 14907 14910 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106671523 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086674940920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14923] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14923/stat : 14923 (java) S 14907 14910 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106671523 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086673888520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14924] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14924/stat : 14924 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086672837008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14925] ppid=14907 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14910/task/14925/stat : 14925 (java) S 14907 14910 7184 0 -1 4202560 2385 0 0 0 50 0 0 0 20 0 19 0 106671525 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086671784632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14926] ppid=14907 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14910/task/14926/stat : 14926 (java) S 14907 14910 7184 0 -1 4202560 7022 0 0 0 56 2 0 0 20 0 19 0 106671525 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086670731832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14927] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14927/stat : 14927 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086669679736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14928] ppid=14907 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/14910/task/14928/stat : 14928 (java) S 14907 14910 7184 0 -1 4202560 103 0 0 0 41 35 0 0 20 0 19 0 106671525 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140086668627144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14929] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14929/stat : 14929 (java) S 14907 14910 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106671806 9856040960 679780 33554432000 1073741824 1073778376 140736408419808 140085659952040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1785.28
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.28 2.20 2.18 4/213 15039
/proc/meminfo: memFree=27648128/32872528 swapFree=15784/1434320
[pid=14910] ppid=14907 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/14910/stat : 14910 (java) S 14907 14910 7184 0 -1 4202496 17207 0 1 0 179872 129 0 0 20 0 19 0 106671520 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140736408410944 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14910/statm: 2406260 679854 2277 9 0 2396937 0
[pid=14910/tid=14911] ppid=14907 vsize=9625040 CPUtime=1796.3 cores=1,3,5,7
/proc/14910/task/14911/stat : 14911 (java) R 14907 14910 7184 0 -1 4202560 4121 0 1 0 179562 68 0 0 20 0 19 0 106671520 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086851988576 140086684232250 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14913] ppid=14907 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/14910/task/14913/stat : 14913 (java) S 14907 14910 7184 0 -1 4202560 169 0 0 0 24 9 0 0 20 0 19 0 106671521 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086813481256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14914] ppid=14907 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14910/task/14914/stat : 14914 (java) S 14907 14910 7184 0 -1 4202560 114 0 0 0 17 5 0 0 20 0 19 0 106671521 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086812428456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14915] ppid=14907 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14910/task/14915/stat : 14915 (java) S 14907 14910 7184 0 -1 4202560 122 0 0 0 19 8 0 0 20 0 19 0 106671521 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086811376168 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14916] ppid=14907 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14910/task/14916/stat : 14916 (java) S 14907 14910 7184 0 -1 4202560 145 0 0 0 20 7 0 0 20 0 19 0 106671521 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086810323368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14917] ppid=14907 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14910/task/14917/stat : 14917 (java) S 14907 14910 7184 0 -1 4202560 127 0 0 0 23 7 0 0 20 0 19 0 106671521 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086809271080 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14918] ppid=14907 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/14910/task/14918/stat : 14918 (java) S 14907 14910 7184 0 -1 4202560 100 0 0 0 17 6 0 0 20 0 19 0 106671521 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086808218280 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14919] ppid=14907 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/14910/task/14919/stat : 14919 (java) S 14907 14910 7184 0 -1 4202560 117 0 0 0 16 6 0 0 20 0 19 0 106671521 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086807165992 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14920] ppid=14907 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/14910/task/14920/stat : 14920 (java) S 14907 14910 7184 0 -1 4202560 113 0 0 0 17 7 0 0 20 0 19 0 106671521 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086806113192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14921] ppid=14907 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/14910/task/14921/stat : 14921 (java) S 14907 14910 7184 0 -1 4202560 1311 0 0 0 1 2 0 0 20 0 19 0 106671522 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086675994856 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14922] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14922/stat : 14922 (java) S 14907 14910 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106671523 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086674940920 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14923] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14923/stat : 14923 (java) S 14907 14910 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106671523 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086673888520 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14924] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14924/stat : 14924 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086672837008 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14925] ppid=14907 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14910/task/14925/stat : 14925 (java) S 14907 14910 7184 0 -1 4202560 2385 0 0 0 50 0 0 0 20 0 19 0 106671525 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086671784632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14910/tid=14926] ppid=14907 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/14910/task/14926/stat : 14926 (java) S 14907 14910 7184 0 -1 4202560 7022 0 0 0 56 2 0 0 20 0 19 0 106671525 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086670731832 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14910/tid=14927] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14927/stat : 14927 (java) S 14907 14910 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106671525 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086669679736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14910/tid=14928] ppid=14907 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14910/task/14928/stat : 14928 (java) S 14907 14910 7184 0 -1 4202560 103 0 0 0 41 36 0 0 20 0 19 0 106671525 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140086668627144 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14910/tid=14929] ppid=14907 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14910/task/14929/stat : 14929 (java) S 14907 14910 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106671806 9856040960 679854 33554432000 1073741824 1073778376 140736408419808 140085659952040 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 14910 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.02
CPU time (s): 1800.53
CPU user time (s): 1798.77
CPU system time (s): 1.76173
CPU usage (%): 100.195
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.77
system time used= 1.76173
maximum resident set size= 2852252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17238
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38734
involuntary context switches= 8815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3723 second user time and 13.193 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-06 23:09:43
IDJOB=4084798
IDBENCH=3025
IDSOLVER=2546
FILE ID=node130/4084798-1465247382
RUNJOBID= node130-1465218951-7201
PBS_JOBID= 19843207
Free space on /tmp= 71708 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=440-sizeP=221-sizeQ=440-726468498-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084798-1465247382/watcher-4084798-1465247382 -o /tmp/evaluation-result-4084798-1465247382/solver-4084798-1465247382 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084798-1465247382.opb

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

MD5SUM BENCH= ed1765c8e2f5b9ac0be00c2d97d71991
RANDOM SEED=1361508530

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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.55
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.261
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:        27696692 kB
Buffers:           41880 kB
Cached:           144972 kB
SwapCached:         1748 kB
Active:          2938996 kB
Inactive:          86480 kB
Active(anon):    2839840 kB
Inactive(anon):     1200 kB
Active(file):      99156 kB
Inactive(file):    85280 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098356 kB
Dirty:             19276 kB
Writeback:            16 kB
AnonPages:       4278704 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             570492 kB
SReclaimable:      13352 kB
SUnreclaim:       557140 kB
KernelStack:        1640 kB
PageTables:        12732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4551156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4222976 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= 71728 MiB
End job on node130 at 2016-06-06 23:39:40