Trace number 4085226

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.01 1798.83

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-3.opb
MD5SUM473e2cd0e31e48ba0932d7bd34857dd0
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables6352
Total number of constraints13473
Number of constraints which are clauses13473
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- 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-4085226-1465232129.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.67/0.42	c ... done. Wall clock time 0.307s.
0.67/0.42	c declared #vars     6352
0.67/0.42	c #constraints  13473
0.67/0.42	c constraints type 
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7030
0.67/0.42	c org.sat4j.specs.Constr$1 => 128
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6033
0.67/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
0.67/0.42	c 13473 constraints processed.
0.67/0.42	c objective function length is 6352 literals
4.98/4.38	c cleaning 2500 clauses out of 5001 with flag 10095/5001
10.08/9.34	c cleaning 4250 clauses out of 8501 with flag 22119/11001
16.10/15.37	c cleaning 5623 clauses out of 11251 with flag 36417/18001
23.62/22.80	c cleaning 6812 clauses out of 13628 with flag 52743/26001
32.14/31.35	c cleaning 7905 clauses out of 15815 with flag 71160/35000
42.34/41.53	c cleaning 8955 clauses out of 17910 with flag 91886/45000
53.84/53.01	c cleaning 9975 clauses out of 19955 with flag 114710/56000
66.64/65.83	c cleaning 10988 clauses out of 21981 with flag 139566/68001
81.15/80.34	c cleaning 11995 clauses out of 23993 with flag 166068/81001
96.65/95.84	c cleaning 12998 clauses out of 25997 with flag 194748/95000
113.85/113.07	c cleaning 13999 clauses out of 28000 with flag 225892/110001
132.35/131.52	c cleaning 15000 clauses out of 30001 with flag 259228/126001
152.66/151.87	c cleaning 15995 clauses out of 32000 with flag 294105/143000
175.15/174.31	c cleaning 17003 clauses out of 34006 with flag 331050/161001
199.26/198.41	c cleaning 17998 clauses out of 36002 with flag 370003/180000
224.56/223.75	c cleaning 19002 clauses out of 38005 with flag 411084/200001
251.77/250.97	c cleaning 20000 clauses out of 40002 with flag 454614/221000
281.77/280.91	c cleaning 21001 clauses out of 42002 with flag 500141/243000
313.67/312.86	c cleaning 21996 clauses out of 44002 with flag 547536/266001
349.68/348.82	c cleaning 23001 clauses out of 46005 with flag 596413/290000
388.37/387.52	c cleaning 24001 clauses out of 48004 with flag 647810/315000
428.98/428.10	c cleaning 24997 clauses out of 50004 with flag 701052/341001
474.89/474.01	c cleaning 26003 clauses out of 52007 with flag 756825/368001
523.41/522.53	c cleaning 26997 clauses out of 54003 with flag 814286/396000
573.71/572.82	c cleaning 28000 clauses out of 56006 with flag 873380/425000
619.14/618.25	c cleaning 29003 clauses out of 58006 with flag 934577/455000
667.95/667.06	c cleaning 30001 clauses out of 60003 with flag 998263/486000
718.36/717.44	c cleaning 31000 clauses out of 62002 with flag 1063890/518000
772.57/771.63	c cleaning 31999 clauses out of 64002 with flag 1131634/551000
831.07/830.11	c cleaning 32998 clauses out of 66004 with flag 1201646/585001
892.29/891.39	c cleaning 34001 clauses out of 68005 with flag 1273816/620000
959.80/958.80	c cleaning 34998 clauses out of 70004 with flag 1347945/656000
1031.91/1030.96	c cleaning 36000 clauses out of 72006 with flag 1423809/693000
1108.74/1107.80	c cleaning 36999 clauses out of 74007 with flag 1502164/731001
1190.85/1189.82	c cleaning 38004 clauses out of 76008 with flag 1582509/770001
1275.76/1274.75	c cleaning 39000 clauses out of 78003 with flag 1664606/810000
1363.69/1362.69	c cleaning 39998 clauses out of 80004 with flag 1748854/851001
1455.32/1454.22	c cleaning 41000 clauses out of 82006 with flag 1835767/893001
1548.44/1547.33	c cleaning 42002 clauses out of 84005 with flag 1924409/936000
1643.65/1642.50	c cleaning 42999 clauses out of 86003 with flag 2015179/980000
1744.81/1743.64	c cleaning 44001 clauses out of 88004 with flag 2108645/1025001
1800.01/1798.80	c starts		: 6
1800.01/1798.80	c conflicts		: 1054296
1800.01/1798.80	c decisions		: 1055430
1800.01/1798.80	c propagations		: 2812120937
1800.01/1798.80	c inspects		: 25715564423
1800.01/1798.80	c shortcuts		: 0
1800.01/1798.80	c learnt literals	: 1
1800.01/1798.80	c learnt binary clauses	: 64
1800.01/1798.80	c learnt ternary clauses	: 1
1800.01/1798.80	c learnt constraints	: 1054295
1800.01/1798.80	c ignored constraints	: 0
1800.01/1798.80	c root simplifications	: 0
1800.01/1798.80	c removed literals (reason simplification)	: 0
1800.01/1798.80	c reason swapping (by a shorter reason)	: 0
1800.01/1798.80	c Calls to reduceDB	: 41
1800.01/1798.80	c Number of update (reduction) of LBD	: 6357
1800.01/1798.80	c Imported unit clauses	: 0
1800.01/1798.80	c number of reductions to clauses (during analyze)	: 0
1800.01/1798.80	c number of learned constraints concerned by reduction	: 0
1800.01/1798.80	c number of learning phase by resolution	: 0
1800.01/1798.80	c number of learning phase by cutting planes	: 0
1800.01/1798.80	c speed (assignments/second)	: 1563725.4489817594
1800.01/1798.80	c non guided choices	0
1800.01/1798.80	c timeout
1800.01/1798.83	c learnt constraints type 
1800.01/1798.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 64
1800.01/1798.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 73235
1800.01/1798.83	s UNKNOWN
1800.01/1798.83	c Total wall clock time (in seconds): 1798.718

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-4085226-1465232129/watcher-4085226-1465232129 -o /tmp/evaluation-result-4085226-1465232129/solver-4085226-1465232129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5848 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085226-1465232129.opb 

pid=7804
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.23 2.26 2.19 3/194 7807
/proc/meminfo: memFree=29942664/32872528 swapFree=16204/1518544
[pid=7807] ppid=7804 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7807/stat : 7807 (java) S 7804 7807 5832 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 105145795 98570240 977 33554432000 1073741824 1073778376 140734446926256 140734446917392 229359255613 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 24065 977 743 9 0 16771 0
[pid=7807/tid=7808] ppid=7804 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7808/stat : 7808 (java) R 7804 7807 5832 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 105145796 98570240 977 33554432000 1073741824 1073778376 140734446926256 139901551091240 229355898240 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 2.23 2.26 2.19 3/194 7807
/proc/meminfo: memFree=29942664/32872528 swapFree=16204/1518544
[pid=7807] ppid=7804 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7807/stat : 7807 (java) S 7804 7807 5832 0 -1 4202496 4418 0 1 0 9 1 0 0 20 0 18 0 105145795 9787879424 6040 33554432000 1073741824 1073778376 140734446926256 140734446917392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 2389619 6040 2131 9 0 2380296 0
[pid=7807/tid=7808] ppid=7804 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7807/task/7808/stat : 7808 (java) R 7804 7807 5832 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 105145796 9787879424 6040 33554432000 1073741824 1073778376 140734446926256 139901551094688 139901555374500 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 2.23 2.26 2.19 3/194 7807
/proc/meminfo: memFree=29942664/32872528 swapFree=16204/1518544
[pid=7807] ppid=7804 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/7807/stat : 7807 (java) S 7804 7807 5832 0 -1 4202496 4986 0 1 0 27 1 0 0 20 0 18 0 105145795 9787879424 6932 33554432000 1073741824 1073778376 140734446926256 140734446917392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 2389619 6932 2216 9 0 2380296 0
[pid=7807/tid=7808] ppid=7804 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/7807/task/7808/stat : 7808 (java) R 7804 7807 5832 0 -1 4202560 2396 0 1 0 17 0 0 0 20 0 18 0 105145796 9787879424 6932 33554432000 1073741824 1073778376 140734446926256 139901551089504 139901396232678 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300317 s]
/proc/loadavg: 2.23 2.26 2.19 3/194 7807
/proc/meminfo: memFree=29942664/32872528 swapFree=16204/1518544
[pid=7807] ppid=7804 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/7807/stat : 7807 (java) S 7804 7807 5832 0 -1 4202496 5592 0 1 0 47 1 0 0 20 0 18 0 105145795 9787879424 8836 33554432000 1073741824 1073778376 140734446926256 140734446917392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 2389619 8836 2232 9 0 2380296 0
[pid=7807/tid=7808] ppid=7804 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7807/task/7808/stat : 7808 (java) R 7804 7807 5832 0 -1 4202560 2402 0 1 0 27 0 0 0 20 0 18 0 105145796 9787879424 8836 33554432000 1073741824 1073778376 140734446926256 139901551089504 139901396297242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700226 s]
/proc/loadavg: 2.23 2.26 2.19 3/194 7807
/proc/meminfo: memFree=29942664/32872528 swapFree=16204/1518544
[pid=7807] ppid=7804 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/7807/stat : 7807 (java) S 7804 7807 5832 0 -1 4202496 9139 0 1 0 131 3 0 0 20 0 19 0 105145795 9856040960 16174 33554432000 1073741824 1073778376 140734446926256 140734446917392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 2406260 16174 2263 9 0 2396937 0
[pid=7807/tid=7808] ppid=7804 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7807/task/7808/stat : 7808 (java) R 7804 7807 5832 0 -1 4202560 2425 0 1 0 66 1 0 0 20 0 19 0 105145796 9856040960 16174 33554432000 1073741824 1073778376 140734446926256 139901551095880 139901396508926 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.23 2.26 2.19 3/213 7826
/proc/meminfo: memFree=29886464/32872528 swapFree=16204/1518544
[pid=7807] ppid=7804 vsize=9625040 CPUtime=2.16 cores=0,2,4,6
/proc/7807/stat : 7807 (java) S 7804 7807 5832 0 -1 4202496 9141 0 1 0 213 3 0 0 20 0 19 0 105145795 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 140734446917392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 2406260 16175 2263 9 0 2396937 0
[pid=7807/tid=7808] ppid=7804 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/7807/task/7808/stat : 7808 (java) R 7804 7807 5832 0 -1 4202560 2426 0 1 0 145 2 0 0 20 0 19 0 105145796 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139901551096312 139901396467335 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7810] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7810/stat : 7810 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139901523548328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7811] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7811/stat : 7811 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139901522495784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7812] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7812/stat : 7812 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139901521443240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7807/tid=7813] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7813/stat : 7813 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139901520390696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7814] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7814/stat : 7814 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139901519338152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7815] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7815/stat : 7815 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139901518285608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7816] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7816/stat : 7816 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139901517233064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7817] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7817/stat : 7817 (java) S 7804 7807 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139901516180520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7818] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7818/stat : 7818 (java) S 7804 7807 5832 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139900905039976 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7819] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7819/stat : 7819 (java) S 7804 7807 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139900903986296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7820] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7820/stat : 7820 (java) S 7804 7807 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139900902933640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7821] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7821/stat : 7821 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139900901882384 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7822] ppid=7804 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/7807/task/7822/stat : 7822 (java) S 7804 7807 5832 0 -1 4202560 2214 0 0 0 31 0 0 0 20 0 19 0 105145800 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139900900829752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7823] ppid=7804 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7807/task/7823/stat : 7823 (java) S 7804 7807 5832 0 -1 4202560 3223 0 0 0 35 0 0 0 20 0 19 0 105145800 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139900899777208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7824] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7824/stat : 7824 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139900898724856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7825] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7825/stat : 7825 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139900897672520 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7826] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7826/stat : 7826 (java) S 7804 7807 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105145841 9856040960 16175 33554432000 1073741824 1073778376 140734446926256 139900896617256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.23 2.26 2.19 3/213 7826
/proc/meminfo: memFree=29883796/32872528 swapFree=16204/1518544
[pid=7807] ppid=7804 vsize=9625040 CPUtime=3.77 cores=0,2,4,6
/proc/7807/stat : 7807 (java) S 7804 7807 5832 0 -1 4202496 9143 0 1 0 374 3 0 0 20 0 19 0 105145795 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 140734446917392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 2406260 16687 2263 9 0 2396937 0
[pid=7807/tid=7808] ppid=7804 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/7807/task/7808/stat : 7808 (java) R 7804 7807 5832 0 -1 4202560 2428 0 1 0 304 2 0 0 20 0 19 0 105145796 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139901551096144 139901396522095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7810] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7810/stat : 7810 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139901523548328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7811] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7811/stat : 7811 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139901522495784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7812] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7812/stat : 7812 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139901521443240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7807/tid=7813] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7813/stat : 7813 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139901520390696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7814] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7814/stat : 7814 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139901519338152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7815] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7815/stat : 7815 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139901518285608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7816] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7816/stat : 7816 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139901517233064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7817] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7817/stat : 7817 (java) S 7804 7807 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139901516180520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7818] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7818/stat : 7818 (java) S 7804 7807 5832 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139900905039976 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7819] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7819/stat : 7819 (java) S 7804 7807 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139900903986296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7820] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7820/stat : 7820 (java) S 7804 7807 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139900902933640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7821] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7821/stat : 7821 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139900901882384 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7822] ppid=7804 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7807/task/7822/stat : 7822 (java) S 7804 7807 5832 0 -1 4202560 2214 0 0 0 32 0 0 0 20 0 19 0 105145800 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139900900829752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7823] ppid=7804 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7807/task/7823/stat : 7823 (java) S 7804 7807 5832 0 -1 4202560 3223 0 0 0 35 0 0 0 20 0 19 0 105145800 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139900899777208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7824] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7824/stat : 7824 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139900898724856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7825] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7825/stat : 7825 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139900897672520 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7826] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7826/stat : 7826 (java) S 7804 7807 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105145841 9856040960 16687 33554432000 1073741824 1073778376 140734446926256 139900896617256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.77
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.21 2.25 2.19 3/213 7826
/proc/meminfo: memFree=29883816/32872528 swapFree=16204/1518544
[pid=7807] ppid=7804 vsize=9625040 CPUtime=7.07 cores=0,2,4,6
/proc/7807/stat : 7807 (java) S 7804 7807 5832 0 -1 4202496 10719 0 1 0 704 3 0 0 20 0 19 0 105145795 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 140734446917392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 2406260 17174 2271 9 0 2396937 0
[pid=7807/tid=7808] ppid=7804 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/7807/task/7808/stat : 7808 (java) R 7804 7807 5832 0 -1 4202560 2429 0 1 0 622 2 0 0 20 0 19 0 105145796 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139901551087296 139901396522442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7810] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7810/stat : 7810 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139901523548328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7811] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7811/stat : 7811 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139901522495784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7812] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7812/stat : 7812 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139901521443240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7807/tid=7813] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7813/stat : 7813 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139901520390696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7814] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7814/stat : 7814 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139901519338152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7815] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7815/stat : 7815 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139901518285608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7816] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7816/stat : 7816 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139901517233064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7817] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7817/stat : 7817 (java) S 7804 7807 5832 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139901516180520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7818] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7818/stat : 7818 (java) S 7804 7807 5832 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139900905039976 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7819] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7819/stat : 7819 (java) S 7804 7807 5832 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139900903986296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7820] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7820/stat : 7820 (java) S 7804 7807 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139900902933640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7821] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7821/stat : 7821 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139900901882384 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7822] ppid=7804 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/7807/task/7822/stat : 7822 (java) S 7804 7807 5832 0 -1 4202560 2219 0 0 0 35 0 0 0 20 0 19 0 105145800 9856040960 17174 33554432000 1073741824 1073778376 140734446926256 139900900829752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7823] ppid=7804 vsize=9625040 CPUtime=0.44 cores=0,2,4,6

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

[pid=7807/tid=7826] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7826/stat : 7826 (java) S 7804 7807 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105145841 9856040960 45229 33554432000 1073741824 1073778376 140734446926256 139900896617256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1663.45
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.16 2.14 2.15 3/213 7958
/proc/meminfo: memFree=29746348/32872528 swapFree=16204/1518544
[pid=7807] ppid=7804 vsize=9625040 CPUtime=1723.51 cores=0,2,4,6
/proc/7807/stat : 7807 (java) S 7804 7807 5832 0 -1 4202496 10946 0 1 0 172317 34 0 0 20 0 19 0 105145795 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 140734446917392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 2406260 50349 2284 9 0 2396937 0
[pid=7807/tid=7808] ppid=7804 vsize=9625040 CPUtime=1717.76 cores=0,2,4,6
/proc/7807/task/7808/stat : 7808 (java) R 7804 7807 5832 0 -1 4202560 2483 0 1 0 171747 29 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901551094992 139901396505729 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7810] ppid=7804 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7807/task/7810/stat : 7810 (java) S 7804 7807 5832 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901523548328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7811] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7811/stat : 7811 (java) S 7804 7807 5832 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901522495784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7807/tid=7812] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7812/stat : 7812 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901521443240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7813] ppid=7804 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7807/task/7813/stat : 7813 (java) S 7804 7807 5832 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901520390696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7807/tid=7814] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7814/stat : 7814 (java) S 7804 7807 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901519338152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7807/tid=7815] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7815/stat : 7815 (java) S 7804 7807 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901518285608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7816] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7816/stat : 7816 (java) S 7804 7807 5832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901517233064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7817] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7817/stat : 7817 (java) S 7804 7807 5832 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901516180520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7818] ppid=7804 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7807/task/7818/stat : 7818 (java) S 7804 7807 5832 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 105145798 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900905039976 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7819] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7819/stat : 7819 (java) S 7804 7807 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900903986296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7820] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7820/stat : 7820 (java) S 7804 7807 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900902933640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7821] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7821/stat : 7821 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900901882384 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7822] ppid=7804 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/7807/task/7822/stat : 7822 (java) S 7804 7807 5832 0 -1 4202560 2219 0 0 0 38 0 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900900829752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7823] ppid=7804 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7807/task/7823/stat : 7823 (java) S 7804 7807 5832 0 -1 4202560 4796 0 0 0 48 2 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900899777208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7824] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7824/stat : 7824 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900898724856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7825] ppid=7804 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/7807/task/7825/stat : 7825 (java) S 7804 7807 5832 0 -1 4202560 99 0 0 0 32 30 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900897672520 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7826] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7826/stat : 7826 (java) S 7804 7807 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105145841 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900896617256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1723.51
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.62 2.27 2.19 4/213 7959
/proc/meminfo: memFree=29755964/32872528 swapFree=16204/1518544
[pid=7807] ppid=7804 vsize=9625040 CPUtime=1783.51 cores=0,2,4,6
/proc/7807/stat : 7807 (java) S 7804 7807 5832 0 -1 4202496 10950 0 1 0 178316 35 0 0 20 0 19 0 105145795 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 140734446917392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 2406260 50349 2284 9 0 2396937 0
[pid=7807/tid=7808] ppid=7804 vsize=9625040 CPUtime=1777.59 cores=0,2,4,6
/proc/7807/task/7808/stat : 7808 (java) R 7804 7807 5832 0 -1 4202560 2483 0 1 0 177729 30 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901551087296 139901396687069 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7810] ppid=7804 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7807/task/7810/stat : 7810 (java) S 7804 7807 5832 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901523548328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7811] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7811/stat : 7811 (java) S 7804 7807 5832 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901522495784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7807/tid=7812] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7812/stat : 7812 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901521443240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7813] ppid=7804 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7807/task/7813/stat : 7813 (java) S 7804 7807 5832 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901520390696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7807/tid=7814] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7814/stat : 7814 (java) S 7804 7807 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901519338152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7807/tid=7815] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7815/stat : 7815 (java) S 7804 7807 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901518285608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7816] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7816/stat : 7816 (java) S 7804 7807 5832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901517233064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7817] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7817/stat : 7817 (java) S 7804 7807 5832 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901516180520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7818] ppid=7804 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7807/task/7818/stat : 7818 (java) S 7804 7807 5832 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 105145798 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900905039976 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7819] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7819/stat : 7819 (java) S 7804 7807 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900903986296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7820] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7820/stat : 7820 (java) S 7804 7807 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900902933640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7821] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7821/stat : 7821 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900901882384 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7822] ppid=7804 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/7807/task/7822/stat : 7822 (java) S 7804 7807 5832 0 -1 4202560 2219 0 0 0 38 0 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900900829752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7823] ppid=7804 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7807/task/7823/stat : 7823 (java) S 7804 7807 5832 0 -1 4202560 4796 0 0 0 48 2 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900899777208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7824] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7824/stat : 7824 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900898724856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7825] ppid=7804 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7807/task/7825/stat : 7825 (java) S 7804 7807 5832 0 -1 4202560 103 0 0 0 34 31 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900897672520 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7826] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7826/stat : 7826 (java) S 7804 7807 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105145841 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900896617256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1783.51
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.8 s]
/proc/loadavg: 2.51 2.27 2.19 3/213 7959
/proc/meminfo: memFree=29770796/32872528 swapFree=16204/1518544
[pid=7807] ppid=7804 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/7807/stat : 7807 (java) S 7804 7807 5832 0 -1 4202496 10950 0 1 0 179966 35 0 0 20 0 19 0 105145795 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 140734446917392 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7807/statm: 2406260 50349 2284 9 0 2396937 0
[pid=7807/tid=7808] ppid=7804 vsize=9625040 CPUtime=1794.05 cores=0,2,4,6
/proc/7807/task/7808/stat : 7808 (java) R 7804 7807 5832 0 -1 4202560 2483 0 1 0 179375 30 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901551087296 139901396552368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7810] ppid=7804 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7807/task/7810/stat : 7810 (java) S 7804 7807 5832 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901523548328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7811] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7811/stat : 7811 (java) S 7804 7807 5832 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901522495784 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7807/tid=7812] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7812/stat : 7812 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901521443240 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7813] ppid=7804 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7807/task/7813/stat : 7813 (java) S 7804 7807 5832 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901520390696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7807/tid=7814] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7814/stat : 7814 (java) S 7804 7807 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901519338152 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7807/tid=7815] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7815/stat : 7815 (java) S 7804 7807 5832 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901518285608 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7816] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7816/stat : 7816 (java) S 7804 7807 5832 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901517233064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7817] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7817/stat : 7817 (java) S 7804 7807 5832 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 105145796 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139901516180520 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7818] ppid=7804 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7807/task/7818/stat : 7818 (java) S 7804 7807 5832 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 105145798 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900905039976 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7819] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7819/stat : 7819 (java) S 7804 7807 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900903986296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7820] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7820/stat : 7820 (java) S 7804 7807 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105145798 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900902933640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7821] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7821/stat : 7821 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900901882384 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7822] ppid=7804 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/7807/task/7822/stat : 7822 (java) S 7804 7807 5832 0 -1 4202560 2219 0 0 0 38 0 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900900829752 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7823] ppid=7804 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7807/task/7823/stat : 7823 (java) S 7804 7807 5832 0 -1 4202560 4796 0 0 0 48 2 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900899777208 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7807/tid=7824] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7824/stat : 7824 (java) S 7804 7807 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900898724856 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7807/tid=7825] ppid=7804 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7807/task/7825/stat : 7825 (java) S 7804 7807 5832 0 -1 4202560 103 0 0 0 34 31 0 0 20 0 19 0 105145800 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900897672520 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7807/tid=7826] ppid=7804 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7807/task/7826/stat : 7826 (java) S 7804 7807 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105145841 9856040960 50349 33554432000 1073741824 1073778376 140734446926256 139900896617256 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 7807 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7807 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=148096
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=742887
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.83
CPU time (s): 1800.01
CPU user time (s): 1799.66
CPU system time (s): 0.35
CPU usage (%): 100.065
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.15
system time used= 0.742887
maximum resident set size= 201512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10984
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38071
involuntary context switches= 4017

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2734 second user time and 13.6809 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-06 18:55:29
IDJOB=4085226
IDBENCH=2109
IDSOLVER=2546
FILE ID=node129/4085226-1465232129
RUNJOBID= node129-1465222695-5848
PBS_JOBID= 19843233
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085226-1465232129/watcher-4085226-1465232129 -o /tmp/evaluation-result-4085226-1465232129/solver-4085226-1465232129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5848 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085226-1465232129.opb

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

MD5SUM BENCH= 473e2cd0e31e48ba0932d7bd34857dd0
RANDOM SEED=79041029

node129.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.715
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.43
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.715
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.715
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.56
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.715
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.715
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.715
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.715
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.715
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:        29942944 kB
Buffers:           22804 kB
Cached:            85252 kB
SwapCached:         1828 kB
Active:           660380 kB
Inactive:          49356 kB
Active(anon):     603052 kB
Inactive(anon):     1112 kB
Active(file):      57328 kB
Inactive(file):    48244 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098604 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:       2119392 kB
Mapped:            15312 kB
Shmem:                 0 kB
Slab:             566420 kB
SReclaimable:      10184 kB
SUnreclaim:       556236 kB
KernelStack:        1600 kB
PageTables:         8816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2304324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2080768 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 node129 at 2016-06-06 19:25:28