Trace number 4105864

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) 1801.58 1775.54

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=100-sizeP=51-sizeQ=100-416317114-max.opb
MD5SUM44d5a0b71f17bc4fff0f0dd8401b346c
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables5251
Total number of constraints15301
Number of constraints which are clauses15300
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 constraint5100
Number of terms in the objective function 51
Biggest coefficient in the objective function 1125899906842624
Number of bits for the biggest coefficient in the objective function 51
Sum of the numbers in the objective function 2251799813685247
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 713623846352979940529142984724747568191373312
Number of bits of the biggest number in a constraint 150
Biggest sum of numbers in a constraint 2854495385411919209113085420553158722664919739
Number of bits of the biggest sum of numbers151
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4105864-1466266874.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.75/0.46	c ... done. Wall clock time 0.355s.
0.75/0.46	c declared #vars     5251
0.75/0.46	c #constraints  15302
0.75/0.46	c constraints type 
0.75/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5100
0.75/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 10200
0.75/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.75/0.46	c 15302 constraints processed.
0.75/0.46	c objective function length is 51 literals
31.71/30.62	c cleaning 2501 clauses out of 5001 with flag 11796/5001
68.55/66.93	c cleaning 4246 clauses out of 8499 with flag 26784/11000
111.72/109.55	c cleaning 5623 clauses out of 11253 with flag 46192/18000
161.29/158.35	c cleaning 6815 clauses out of 13630 with flag 69832/26000
215.61/212.02	c cleaning 7896 clauses out of 15815 with flag 93951/35000
278.01/273.71	c cleaning 8953 clauses out of 17920 with flag 122580/45001
345.78/340.59	c cleaning 9979 clauses out of 19966 with flag 151552/56000
411.30/405.16	c cleaning 10989 clauses out of 21987 with flag 179935/68000
484.85/477.73	c cleaning 11990 clauses out of 23998 with flag 213755/81000
570.07/561.77	c cleaning 12996 clauses out of 26009 with flag 252762/95001
659.45/649.93	c cleaning 14000 clauses out of 28013 with flag 295262/110001
751.96/741.44	c cleaning 14995 clauses out of 30012 with flag 336722/126000
859.65/847.82	c cleaning 15991 clauses out of 32018 with flag 385837/143001
973.79/960.54	c cleaning 17004 clauses out of 34027 with flag 437526/161001
1096.21/1081.53	c cleaning 18000 clauses out of 36023 with flag 493725/180001
1234.67/1218.10	c cleaning 19003 clauses out of 38023 with flag 558974/200001
1380.30/1361.84	c cleaning 20003 clauses out of 40019 with flag 629763/221000
1531.54/1511.02	c cleaning 20991 clauses out of 42016 with flag 704686/243000
1689.35/1666.52	c cleaning 21999 clauses out of 44025 with flag 781579/266000
1800.04/1775.51	c starts		: 2
1800.04/1775.51	c conflicts		: 282744
1800.04/1775.51	c decisions		: 305131
1800.04/1775.51	c propagations		: 45666330
1800.04/1775.51	c inspects		: 1249253087
1800.04/1775.51	c shortcuts		: 0
1800.04/1775.51	c learnt literals	: 0
1800.04/1775.51	c learnt binary clauses	: 0
1800.04/1775.51	c learnt ternary clauses	: 1
1800.04/1775.51	c learnt constraints	: 282744
1800.04/1775.51	c ignored constraints	: 0
1800.04/1775.51	c root simplifications	: 0
1800.04/1775.51	c removed literals (reason simplification)	: 0
1800.04/1775.51	c reason swapping (by a shorter reason)	: 0
1800.04/1775.51	c Calls to reduceDB	: 19
1800.04/1775.51	c Number of update (reduction) of LBD	: 20136
1800.04/1775.51	c Imported unit clauses	: 0
1800.04/1775.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1775.51	c number of learned constraints concerned by reduction	: 0
1800.04/1775.51	c number of learning phase by resolution	: 0
1800.04/1775.51	c number of learning phase by cutting planes	: 0
1800.04/1775.51	c speed (assignments/second)	: 25726.864389353508
1800.04/1775.51	c non guided choices	60
1800.04/1775.51	c timeout
1800.04/1775.52	c learnt constraints type 
1800.04/1775.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38770
1800.04/1775.52	s UNKNOWN
1800.04/1775.52	c Total wall clock time (in seconds): 1775.424

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-4105864-1466266874/watcher-4105864-1466266874 -o /tmp/evaluation-result-4105864-1466266874/solver-4105864-1466266874 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26685 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105864-1466266874.opb 

pid=27124
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.09 2.04 1.94 3/194 27127
/proc/meminfo: memFree=31319968/32872528 swapFree=163656/177964
[pid=27127] ppid=27124 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27127/stat : 27127 (java) S 27124 27127 26669 0 -1 4202496 1352 0 0 0 0 0 0 0 20 0 2 0 28737320 98570240 976 33554432000 1073741824 1073778376 140733643914736 140733643905872 224925876285 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27127/statm: 24065 976 743 9 0 16771 0
[pid=27127/tid=27128] ppid=27124 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27128/stat : 27128 (java) R 27124 27127 26669 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 28737320 98570240 976 33554432000 1073741824 1073778376 140733643914736 140169996533288 224922518912 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.09 2.04 1.94 3/194 27127
/proc/meminfo: memFree=31319968/32872528 swapFree=163656/177964
[pid=27127] ppid=27124 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/27127/stat : 27127 (java) S 27124 27127 26669 0 -1 4202496 4489 0 1 0 10 1 0 0 20 0 18 0 28737320 9787879424 6119 33554432000 1073741824 1073778376 140733643914736 140733643905872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27127/statm: 2389619 6119 2157 9 0 2380296 0
[pid=27127/tid=27128] ppid=27124 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/27127/task/27128/stat : 27128 (java) R 27124 27127 26669 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 28737320 9787879424 6119 33554432000 1073741824 1073778376 140733643914736 140169996537560 224925902093 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200263 s]
/proc/loadavg: 2.09 2.04 1.94 3/194 27127
/proc/meminfo: memFree=31319968/32872528 swapFree=163656/177964
[pid=27127] ppid=27124 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/27127/stat : 27127 (java) S 27124 27127 26669 0 -1 4202496 4961 0 1 0 27 1 0 0 20 0 18 0 28737320 9787879424 7002 33554432000 1073741824 1073778376 140733643914736 140733643905872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27127/statm: 2389619 7002 2215 9 0 2380296 0
[pid=27127/tid=27128] ppid=27124 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/27127/task/27128/stat : 27128 (java) R 27124 27127 26669 0 -1 4202560 2395 0 1 0 17 0 0 0 20 0 18 0 28737320 9787879424 7002 33554432000 1073741824 1073778376 140733643914736 140169996537560 140169831331220 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300257 s]
/proc/loadavg: 2.09 2.04 1.94 3/194 27127
/proc/meminfo: memFree=31319968/32872528 swapFree=163656/177964
[pid=27127] ppid=27124 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/27127/stat : 27127 (java) S 27124 27127 26669 0 -1 4202496 5793 0 1 0 50 1 0 0 20 0 18 0 28737320 9787879424 8970 33554432000 1073741824 1073778376 140733643914736 140733643905872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27127/statm: 2389619 8970 2233 9 0 2380296 0
[pid=27127/tid=27128] ppid=27124 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/27127/task/27128/stat : 27128 (java) R 27124 27127 26669 0 -1 4202560 2398 0 1 0 27 0 0 0 20 0 18 0 28737320 9787879424 8970 33554432000 1073741824 1073778376 140733643914736 140169996529536 140169831321238 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700267 s]
/proc/loadavg: 2.09 2.04 1.94 3/194 27127
/proc/meminfo: memFree=31319968/32872528 swapFree=163656/177964
[pid=27127] ppid=27124 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/27127/stat : 27127 (java) S 27124 27127 26669 0 -1 4202496 8229 0 1 0 131 2 0 0 20 0 19 0 28737320 9856040960 17468 33554432000 1073741824 1073778376 140733643914736 140733643905872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27127/statm: 2406260 17468 2264 9 0 2396937 0
[pid=27127/tid=27128] ppid=27124 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/27127/task/27128/stat : 27128 (java) R 27124 27127 26669 0 -1 4202560 2427 0 1 0 67 0 0 0 20 0 19 0 28737320 9856040960 17468 33554432000 1073741824 1073778376 140733643914736 140169996538152 140169831912363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.09 2.04 1.94 3/213 27146
/proc/meminfo: memFree=31214768/32872528 swapFree=163656/177964
[pid=27127] ppid=27124 vsize=9625040 CPUtime=2.15 cores=0,2,4,6
/proc/27127/stat : 27127 (java) S 27124 27127 26669 0 -1 4202496 8300 0 1 0 212 3 0 0 20 0 19 0 28737320 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140733643905872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27127/statm: 2406260 40529 2277 9 0 2396937 0
[pid=27127/tid=27128] ppid=27124 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/27127/task/27128/stat : 27128 (java) R 27124 27127 26669 0 -1 4202560 2473 0 1 0 144 3 0 0 20 0 19 0 28737320 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169996538120 140169831912418 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27130] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27130/stat : 27130 (java) S 27124 27127 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169958029480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27131] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27131/stat : 27131 (java) S 27124 27127 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169956976936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27132] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27132/stat : 27132 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169955924392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27133] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27133/stat : 27133 (java) S 27124 27127 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169954871848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27134] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27134/stat : 27134 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169953819304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27135] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27135/stat : 27135 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169952766760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27136] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27136/stat : 27136 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169951714216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27137] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27137/stat : 27137 (java) S 27124 27127 26669 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169950661672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27138] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27138/stat : 27138 (java) S 27124 27127 26669 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28737322 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169820100712 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27139] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27139/stat : 27139 (java) S 27124 27127 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28737322 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169819047032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27140] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27140/stat : 27140 (java) S 27124 27127 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28737323 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169817994376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27141] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27141/stat : 27141 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169816943120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27142] ppid=27124 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/27127/task/27142/stat : 27142 (java) S 27124 27127 26669 0 -1 4202560 1472 0 0 0 25 0 0 0 20 0 19 0 28737325 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140169815890488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27143] ppid=27124 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/27127/task/27143/stat : 27143 (java) S 27124 27127 26669 0 -1 4202560 3059 0 0 0 34 1 0 0 20 0 19 0 28737325 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140168942054072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27144] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27144/stat : 27144 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140168941001720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27145] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27145/stat : 27145 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140168939949384 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27146] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27146/stat : 27146 (java) S 27124 27127 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28737367 9856040960 40529 33554432000 1073741824 1073778376 140733643914736 140168938894120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 9625040

[startup+3.10091 s]
/proc/loadavg: 2.09 2.04 1.94 3/213 27146
/proc/meminfo: memFree=31165740/32872528 swapFree=163656/177964
[pid=27127] ppid=27124 vsize=9625040 CPUtime=3.81 cores=0,2,4,6
/proc/27127/stat : 27127 (java) S 27124 27127 26669 0 -1 4202496 8385 0 1 0 376 5 0 0 20 0 19 0 28737320 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140733643905872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27127/statm: 2406260 43154 2277 9 0 2396937 0
[pid=27127/tid=27128] ppid=27124 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/27127/task/27128/stat : 27128 (java) R 27124 27127 26669 0 -1 4202560 2475 0 1 0 302 3 0 0 20 0 19 0 28737320 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169996537032 140169831912375 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27130] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27130/stat : 27130 (java) S 27124 27127 26669 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169958029480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27131] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27131/stat : 27131 (java) S 27124 27127 26669 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169956976936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27132] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27132/stat : 27132 (java) S 27124 27127 26669 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169955924392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27133] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27133/stat : 27133 (java) S 27124 27127 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169954871848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27134] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27134/stat : 27134 (java) S 27124 27127 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169953819304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27135] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27135/stat : 27135 (java) S 27124 27127 26669 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169952766760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27136] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27136/stat : 27136 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169951714216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27137] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27137/stat : 27137 (java) S 27124 27127 26669 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169950661672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27138] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27138/stat : 27138 (java) S 27124 27127 26669 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 28737322 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169820100712 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27139] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27139/stat : 27139 (java) S 27124 27127 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28737322 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169819047032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27140] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27140/stat : 27140 (java) S 27124 27127 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28737323 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169817994376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27141] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27141/stat : 27141 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169816943120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27142] ppid=27124 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/27127/task/27142/stat : 27142 (java) S 27124 27127 26669 0 -1 4202560 1472 0 0 0 25 0 0 0 20 0 19 0 28737325 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140169815890488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27143] ppid=27124 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/27127/task/27143/stat : 27143 (java) S 27124 27127 26669 0 -1 4202560 3059 0 0 0 35 1 0 0 20 0 19 0 28737325 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140168942054072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27144] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27144/stat : 27144 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140168941001720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27145] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27145/stat : 27145 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140168939949384 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27146] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27146/stat : 27146 (java) S 27124 27127 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28737367 9856040960 43154 33554432000 1073741824 1073778376 140733643914736 140168938894120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625040

[startup+6.30093 s]
/proc/loadavg: 2.09 2.04 1.94 3/213 27146
/proc/meminfo: memFree=30997476/32872528 swapFree=163656/177964
[pid=27127] ppid=27124 vsize=9625040 CPUtime=7.07 cores=0,2,4,6
/proc/27127/stat : 27127 (java) S 27124 27127 26669 0 -1 4202496 8598 0 1 0 698 9 0 0 20 0 19 0 28737320 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140733643905872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27127/statm: 2406260 76913 2277 9 0 2396937 0
[pid=27127/tid=27128] ppid=27124 vsize=9625040 CPUtime=6.22 cores=0,2,4,6
/proc/27127/task/27128/stat : 27128 (java) R 27124 27127 26669 0 -1 4202560 2533 0 1 0 618 4 0 0 20 0 19 0 28737320 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169996536816 140169831912576 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27130] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27130/stat : 27130 (java) S 27124 27127 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169958029480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27131] ppid=27124 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27127/task/27131/stat : 27131 (java) S 27124 27127 26669 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 28737321 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169956976936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27132] ppid=27124 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27127/task/27132/stat : 27132 (java) S 27124 27127 26669 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 28737321 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169955924392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27133] ppid=27124 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27127/task/27133/stat : 27133 (java) S 27124 27127 26669 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 28737321 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169954871848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27134] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27134/stat : 27134 (java) S 27124 27127 26669 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169953819304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27135] ppid=27124 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27127/task/27135/stat : 27135 (java) S 27124 27127 26669 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 28737321 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169952766760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27136] ppid=27124 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27127/task/27136/stat : 27136 (java) S 27124 27127 26669 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 28737321 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169951714216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27137] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27137/stat : 27137 (java) S 27124 27127 26669 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 28737321 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169950661672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27138] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27138/stat : 27138 (java) S 27124 27127 26669 0 -1 4202560 191 0 0 0 0 0 0 0 20 0 19 0 28737322 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169820100712 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27139] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27139/stat : 27139 (java) S 27124 27127 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28737322 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169819047032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27140] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27140/stat : 27140 (java) S 27124 27127 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28737323 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169817994376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27141] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27141/stat : 27141 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169816943120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27142] ppid=27124 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27127/task/27142/stat : 27142 (java) S 27124 27127 26669 0 -1 4202560 1472 0 0 0 26 0 0 0 20 0 19 0 28737325 9856040960 76913 33554432000 1073741824 1073778376 140733643914736 140169815890488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27143] ppid=27124 vsize=9625040 CPUtime=0.37 cores=0,2,4,6

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

[pid=27127/tid=27139] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27139/stat : 27139 (java) S 27124 27127 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28737322 9856040960 180031 33554432000 1073741824 1073778376 140733643914736 140169819047032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27140] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27140/stat : 27140 (java) S 27124 27127 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28737323 9856040960 180031 33554432000 1073741824 1073778376 140733643914736 140169817994376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27141] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27141/stat : 27141 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 180031 33554432000 1073741824 1073778376 140733643914736 140169816943120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27142] ppid=27124 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27127/task/27142/stat : 27142 (java) S 27124 27127 26669 0 -1 4202560 4096 0 0 0 40 0 0 0 20 0 19 0 28737325 9856040960 180031 33554432000 1073741824 1073778376 140733643914736 140169815890488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27143] ppid=27124 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27127/task/27143/stat : 27143 (java) S 27124 27127 26669 0 -1 4202560 3092 0 0 0 38 1 0 0 20 0 19 0 28737325 9856040960 180031 33554432000 1073741824 1073778376 140733643914736 140168942054072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27144] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27144/stat : 27144 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 180031 33554432000 1073741824 1073778376 140733643914736 140168941001720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27145] ppid=27124 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/27127/task/27145/stat : 27145 (java) S 27124 27127 26669 0 -1 4202560 93 0 0 0 31 31 0 0 20 0 19 0 28737325 9856040960 180031 33554432000 1073741824 1073778376 140733643914736 140168939949384 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27146] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27146/stat : 27146 (java) S 27124 27127 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28737367 9856040960 180031 33554432000 1073741824 1073778376 140733643914736 140168938894120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1685.06
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.06 2.06 2.01 3/213 27187
/proc/meminfo: memFree=28716272/32872528 swapFree=163656/177964
[pid=27127] ppid=27124 vsize=9625040 CPUtime=1745.96 cores=0,2,4,6
/proc/27127/stat : 27127 (java) S 27124 27127 26669 0 -1 4202496 62099 0 1 0 174320 276 0 0 20 0 19 0 28737320 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140733643905872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27127/statm: 2406260 147992 2293 9 0 2396937 0
[pid=27127/tid=27128] ppid=27124 vsize=9625040 CPUtime=1706.23 cores=0,2,4,6
/proc/27127/task/27128/stat : 27128 (java) R 27124 27127 26669 0 -1 4202560 31125 0 1 0 170563 60 0 0 20 0 19 0 28737320 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169996536984 140169831912648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27130] ppid=27124 vsize=9625040 CPUtime=4.66 cores=0,2,4,6
/proc/27127/task/27130/stat : 27130 (java) S 27124 27127 26669 0 -1 4202560 3267 0 0 0 443 23 0 0 20 0 19 0 28737321 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169958029480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27131] ppid=27124 vsize=9625040 CPUtime=4.66 cores=0,2,4,6
/proc/27127/task/27131/stat : 27131 (java) S 27124 27127 26669 0 -1 4202560 2989 0 0 0 443 23 0 0 20 0 19 0 28737321 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169956976936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27132] ppid=27124 vsize=9625040 CPUtime=4.63 cores=0,2,4,6
/proc/27127/task/27132/stat : 27132 (java) S 27124 27127 26669 0 -1 4202560 1889 0 0 0 442 21 0 0 20 0 19 0 28737321 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169955924392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27133] ppid=27124 vsize=9625040 CPUtime=4.72 cores=0,2,4,6
/proc/27127/task/27133/stat : 27133 (java) S 27124 27127 26669 0 -1 4202560 2554 0 0 0 449 23 0 0 20 0 19 0 28737321 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169954871848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27134] ppid=27124 vsize=9625040 CPUtime=4.59 cores=0,2,4,6
/proc/27127/task/27134/stat : 27134 (java) S 27124 27127 26669 0 -1 4202560 1474 0 0 0 438 21 0 0 20 0 19 0 28737321 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169953819304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27135] ppid=27124 vsize=9625040 CPUtime=4.65 cores=0,2,4,6
/proc/27127/task/27135/stat : 27135 (java) S 27124 27127 26669 0 -1 4202560 2514 0 0 0 445 20 0 0 20 0 19 0 28737321 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169952766760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27136] ppid=27124 vsize=9625040 CPUtime=4.69 cores=0,2,4,6
/proc/27127/task/27136/stat : 27136 (java) S 27124 27127 26669 0 -1 4202560 2409 0 0 0 445 24 0 0 20 0 19 0 28737321 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169951714216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27137] ppid=27124 vsize=9625040 CPUtime=4.69 cores=0,2,4,6
/proc/27127/task/27137/stat : 27137 (java) S 27124 27127 26669 0 -1 4202560 2242 0 0 0 445 24 0 0 20 0 19 0 28737321 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169950661672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27138] ppid=27124 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/27127/task/27138/stat : 27138 (java) S 27124 27127 26669 0 -1 4202560 3094 0 0 0 183 38 0 0 20 0 19 0 28737322 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169820100712 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27139] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27139/stat : 27139 (java) S 27124 27127 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28737322 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169819047032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27140] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27140/stat : 27140 (java) S 27124 27127 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28737323 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169817994376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27141] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27141/stat : 27141 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169816943120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27142] ppid=27124 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27127/task/27142/stat : 27142 (java) S 27124 27127 26669 0 -1 4202560 4096 0 0 0 40 0 0 0 20 0 19 0 28737325 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140169815890488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27143] ppid=27124 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27127/task/27143/stat : 27143 (java) S 27124 27127 26669 0 -1 4202560 3092 0 0 0 38 1 0 0 20 0 19 0 28737325 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140168942054072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27144] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27144/stat : 27144 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140168941001720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27145] ppid=27124 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/27127/task/27145/stat : 27145 (java) S 27124 27127 26669 0 -1 4202560 97 0 0 0 32 33 0 0 20 0 19 0 28737325 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140168939949384 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27146] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27146/stat : 27146 (java) S 27124 27127 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28737367 9856040960 147992 33554432000 1073741824 1073778376 140733643914736 140168938894120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1745.96
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1775.51 s]
/proc/loadavg: 2.31 2.11 2.03 3/214 27191
/proc/meminfo: memFree=28659720/32872528 swapFree=163656/177964
[pid=27127] ppid=27124 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/27127/stat : 27127 (java) S 27124 27127 26669 0 -1 4202496 64453 0 1 0 179721 283 0 0 20 0 19 0 28737320 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140733643905872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27127/statm: 2406260 166365 2293 9 0 2396937 0
[pid=27127/tid=27128] ppid=27124 vsize=9625040 CPUtime=1758.91 cores=0,2,4,6
/proc/27127/task/27128/stat : 27128 (java) R 27124 27127 26669 0 -1 4202560 32847 0 1 0 175829 62 0 0 20 0 19 0 28737320 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169996536944 140169831912763 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27130] ppid=27124 vsize=9625040 CPUtime=4.82 cores=0,2,4,6
/proc/27127/task/27130/stat : 27130 (java) S 27124 27127 26669 0 -1 4202560 3320 0 0 0 458 24 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169958029480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27131] ppid=27124 vsize=9625040 CPUtime=4.84 cores=0,2,4,6
/proc/27127/task/27131/stat : 27131 (java) S 27124 27127 26669 0 -1 4202560 3020 0 0 0 461 23 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169956976936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27132] ppid=27124 vsize=9625040 CPUtime=4.8 cores=0,2,4,6
/proc/27127/task/27132/stat : 27132 (java) S 27124 27127 26669 0 -1 4202560 1934 0 0 0 458 22 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169955924392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27133] ppid=27124 vsize=9625040 CPUtime=4.87 cores=0,2,4,6
/proc/27127/task/27133/stat : 27133 (java) S 27124 27127 26669 0 -1 4202560 2564 0 0 0 464 23 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169954871848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27134] ppid=27124 vsize=9625040 CPUtime=4.78 cores=0,2,4,6
/proc/27127/task/27134/stat : 27134 (java) S 27124 27127 26669 0 -1 4202560 1483 0 0 0 457 21 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169953819304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27135] ppid=27124 vsize=9625040 CPUtime=4.81 cores=0,2,4,6
/proc/27127/task/27135/stat : 27135 (java) S 27124 27127 26669 0 -1 4202560 2612 0 0 0 460 21 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169952766760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27136] ppid=27124 vsize=9625040 CPUtime=4.86 cores=0,2,4,6
/proc/27127/task/27136/stat : 27136 (java) S 27124 27127 26669 0 -1 4202560 2549 0 0 0 462 24 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169951714216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27137] ppid=27124 vsize=9625040 CPUtime=4.88 cores=0,2,4,6
/proc/27127/task/27137/stat : 27137 (java) S 27124 27127 26669 0 -1 4202560 2269 0 0 0 464 24 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169950661672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27138] ppid=27124 vsize=9625040 CPUtime=2.26 cores=0,2,4,6
/proc/27127/task/27138/stat : 27138 (java) S 27124 27127 26669 0 -1 4202560 3311 0 0 0 187 39 0 0 20 0 19 0 28737322 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169820100712 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27139] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27139/stat : 27139 (java) S 27124 27127 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28737322 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169819047032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27140] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27140/stat : 27140 (java) S 27124 27127 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28737323 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169817994376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27141] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27141/stat : 27141 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169816943120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27142] ppid=27124 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27127/task/27142/stat : 27142 (java) S 27124 27127 26669 0 -1 4202560 4096 0 0 0 40 0 0 0 20 0 19 0 28737325 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169815890488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27143] ppid=27124 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27127/task/27143/stat : 27143 (java) S 27124 27127 26669 0 -1 4202560 3092 0 0 0 38 1 0 0 20 0 19 0 28737325 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140168942054072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27144] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27144/stat : 27144 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140168941001720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27145] ppid=27124 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/27127/task/27145/stat : 27145 (java) S 27124 27127 26669 0 -1 4202560 99 0 0 0 33 34 0 0 20 0 19 0 28737325 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140168939949384 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27146] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27146/stat : 27146 (java) S 27124 27127 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28737367 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140168938894120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 27127 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1775.51 s]
/proc/loadavg: 2.31 2.11 2.03 3/214 27191
/proc/meminfo: memFree=28659720/32872528 swapFree=163656/177964
[pid=27127] ppid=27124 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/27127/stat : 27127 (java) S 27124 27127 26669 0 -1 4202496 64453 0 1 0 179721 283 0 0 20 0 19 0 28737320 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140733643905872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27127/statm: 2406260 166365 2293 9 0 2396937 0
[pid=27127/tid=27128] ppid=27124 vsize=9625040 CPUtime=1758.91 cores=0,2,4,6
/proc/27127/task/27128/stat : 27128 (java) R 27124 27127 26669 0 -1 4202560 32847 0 1 0 175829 62 0 0 20 0 19 0 28737320 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169996536944 140169831912763 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27130] ppid=27124 vsize=9625040 CPUtime=4.82 cores=0,2,4,6
/proc/27127/task/27130/stat : 27130 (java) S 27124 27127 26669 0 -1 4202560 3320 0 0 0 458 24 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169958029480 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27131] ppid=27124 vsize=9625040 CPUtime=4.84 cores=0,2,4,6
/proc/27127/task/27131/stat : 27131 (java) S 27124 27127 26669 0 -1 4202560 3020 0 0 0 461 23 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169956976936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27132] ppid=27124 vsize=9625040 CPUtime=4.8 cores=0,2,4,6
/proc/27127/task/27132/stat : 27132 (java) S 27124 27127 26669 0 -1 4202560 1934 0 0 0 458 22 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169955924392 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27133] ppid=27124 vsize=9625040 CPUtime=4.87 cores=0,2,4,6
/proc/27127/task/27133/stat : 27133 (java) S 27124 27127 26669 0 -1 4202560 2564 0 0 0 464 23 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169954871848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27134] ppid=27124 vsize=9625040 CPUtime=4.78 cores=0,2,4,6
/proc/27127/task/27134/stat : 27134 (java) S 27124 27127 26669 0 -1 4202560 1483 0 0 0 457 21 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169953819304 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27135] ppid=27124 vsize=9625040 CPUtime=4.81 cores=0,2,4,6
/proc/27127/task/27135/stat : 27135 (java) S 27124 27127 26669 0 -1 4202560 2612 0 0 0 460 21 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169952766760 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27136] ppid=27124 vsize=9625040 CPUtime=4.86 cores=0,2,4,6
/proc/27127/task/27136/stat : 27136 (java) S 27124 27127 26669 0 -1 4202560 2549 0 0 0 462 24 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169951714216 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27137] ppid=27124 vsize=9625040 CPUtime=4.88 cores=0,2,4,6
/proc/27127/task/27137/stat : 27137 (java) S 27124 27127 26669 0 -1 4202560 2269 0 0 0 464 24 0 0 20 0 19 0 28737321 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169950661672 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27138] ppid=27124 vsize=9625040 CPUtime=2.26 cores=0,2,4,6
/proc/27127/task/27138/stat : 27138 (java) S 27124 27127 26669 0 -1 4202560 3311 0 0 0 187 39 0 0 20 0 19 0 28737322 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169820100712 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27139] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27139/stat : 27139 (java) S 27124 27127 26669 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28737322 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169819047032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27140] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27140/stat : 27140 (java) S 27124 27127 26669 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28737323 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169817994376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27141] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27141/stat : 27141 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169816943120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27127/tid=27142] ppid=27124 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/27127/task/27142/stat : 27142 (java) S 27124 27127 26669 0 -1 4202560 4096 0 0 0 40 0 0 0 20 0 19 0 28737325 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140169815890488 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27127/tid=27143] ppid=27124 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/27127/task/27143/stat : 27143 (java) S 27124 27127 26669 0 -1 4202560 3092 0 0 0 38 1 0 0 20 0 19 0 28737325 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140168942054072 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27144] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27144/stat : 27144 (java) S 27124 27127 26669 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28737325 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140168941001720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27127/tid=27145] ppid=27124 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/27127/task/27145/stat : 27145 (java) S 27124 27127 26669 0 -1 4202560 99 0 0 0 33 34 0 0 20 0 19 0 28737325 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140168939949384 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27127/tid=27146] ppid=27124 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27127/task/27146/stat : 27146 (java) S 27124 27127 26669 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28737367 9856040960 166365 33554432000 1073741824 1073778376 140733643914736 140168938894120 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1775.54
CPU time (s): 1801.58
CPU user time (s): 1798.26
CPU system time (s): 3.3205
CPU usage (%): 101.466
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.26
system time used= 3.3205
maximum resident set size= 814900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64493
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106019
involuntary context switches= 132379

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.44256 second user time and 14.3138 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-18 18:21:14
IDJOB=4105864
IDBENCH=3043
IDSOLVER=2546
FILE ID=node105/4105864-1466266874
RUNJOBID= node105-1466265085-26685
PBS_JOBID= 19918230
Free space on /tmp= 71736 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=100-sizeP=51-sizeQ=100-416317114-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105864-1466266874/watcher-4105864-1466266874 -o /tmp/evaluation-result-4105864-1466266874/solver-4105864-1466266874 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466265085-26685 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105864-1466266874.opb

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

MD5SUM BENCH= 44d5a0b71f17bc4fff0f0dd8401b346c
RANDOM SEED=821279884

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31320652 kB
Buffers:           85920 kB
Cached:           188356 kB
SwapCached:         1684 kB
Active:           439068 kB
Inactive:         182760 kB
Active(anon):     346704 kB
Inactive(anon):     2976 kB
Active(file):      92364 kB
Inactive(file):   179784 kB
Unevictable:      177964 kB
Mlocked:          163656 kB
SwapTotal:      67108856 kB
SwapFree:       67097160 kB
Dirty:             12840 kB
Writeback:             0 kB
AnonPages:        477632 kB
Mapped:            15460 kB
Shmem:                 0 kB
Slab:             605756 kB
SReclaimable:      48596 kB
SUnreclaim:       557160 kB
KernelStack:        1600 kB
PageTables:         4960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1252640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    282624 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= 71736 MiB
End job on node105 at 2016-06-18 18:50:50