Trace number 4085387

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.07 1798.55

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark359
Best CPU time to get the best result obtained on this benchmark1800.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085387-1465241129.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
2.03/1.33	c ... done. Wall clock time 1.226s.
2.03/1.33	c declared #vars     11001
2.03/1.33	c #constraints  21678
2.03/1.33	c constraints type 
2.03/1.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
2.03/1.33	c 21678 constraints processed.
2.03/1.33	c objective function length is 9 literals
16.19/15.11	c cleaning 2498 clauses out of 5000 with flag 11828/5000
32.76/31.63	c cleaning 4243 clauses out of 8503 with flag 26341/11001
50.36/49.24	c cleaning 5623 clauses out of 11259 with flag 47381/18000
74.17/73.07	c cleaning 6813 clauses out of 13637 with flag 78998/26001
101.80/100.62	c cleaning 7901 clauses out of 15823 with flag 115439/35000
136.40/135.28	c cleaning 8948 clauses out of 17922 with flag 160675/45000
177.11/175.91	c cleaning 9977 clauses out of 19976 with flag 214418/56002
219.72/218.55	c cleaning 10983 clauses out of 21998 with flag 271756/68001
268.91/267.70	c cleaning 11997 clauses out of 24014 with flag 336078/81000
306.12/304.87	c cleaning 12991 clauses out of 26019 with flag 385001/95002
339.14/337.84	c cleaning 14002 clauses out of 28028 with flag 425949/110002
373.04/371.76	c cleaning 15002 clauses out of 30024 with flag 474969/126000
412.65/411.40	c cleaning 16012 clauses out of 32024 with flag 518893/143002
447.85/446.57	c cleaning 16993 clauses out of 34010 with flag 572879/161000
482.95/481.68	c cleaning 18003 clauses out of 36017 with flag 629902/180000
521.97/520.65	c cleaning 18999 clauses out of 38015 with flag 694115/200001
565.58/564.20	c cleaning 19994 clauses out of 40016 with flag 766044/221001
609.59/608.30	c cleaning 21005 clauses out of 42022 with flag 835182/243001
664.30/662.94	c cleaning 22002 clauses out of 44017 with flag 913592/266001
722.20/720.81	c cleaning 22994 clauses out of 46014 with flag 993168/290000
777.41/776.05	c cleaning 24002 clauses out of 48021 with flag 1073772/315001
836.12/834.76	c cleaning 24996 clauses out of 50019 with flag 1159172/341001
892.93/891.51	c cleaning 26004 clauses out of 52022 with flag 1244735/368000
952.64/951.28	c cleaning 27000 clauses out of 54018 with flag 1333268/396000
1018.65/1017.23	c cleaning 27998 clauses out of 56018 with flag 1426748/425000
1086.87/1085.41	c cleaning 29006 clauses out of 58023 with flag 1524087/455003
1159.38/1157.95	c cleaning 29998 clauses out of 60014 with flag 1630229/486000
1237.68/1236.22	c cleaning 31000 clauses out of 62018 with flag 1745777/518002
1315.10/1313.60	c cleaning 32000 clauses out of 64016 with flag 1861858/551000
1400.82/1399.39	c cleaning 33004 clauses out of 66017 with flag 1992216/585001
1474.83/1473.31	c cleaning 33994 clauses out of 68014 with flag 2103054/620002
1550.84/1549.38	c cleaning 34999 clauses out of 70019 with flag 2220450/656001
1631.26/1629.74	c cleaning 36003 clauses out of 72019 with flag 2342328/693000
1711.57/1710.02	c cleaning 37002 clauses out of 74017 with flag 2466907/731001
1799.27/1797.78	c cleaning 37995 clauses out of 76016 with flag 2603432/770002
1800.07/1798.51	c starts		: 326
1800.07/1798.51	c conflicts		: 770414
1800.07/1798.51	c decisions		: 881794
1800.07/1798.51	c propagations		: 83161964
1800.07/1798.51	c inspects		: 11284485960
1800.07/1798.51	c shortcuts		: 0
1800.07/1798.51	c learnt literals	: 0
1800.07/1798.51	c learnt binary clauses	: 0
1800.07/1798.51	c learnt ternary clauses	: 0
1800.07/1798.51	c learnt constraints	: 770413
1800.07/1798.51	c ignored constraints	: 0
1800.07/1798.51	c root simplifications	: 0
1800.07/1798.51	c removed literals (reason simplification)	: 0
1800.07/1798.51	c reason swapping (by a shorter reason)	: 0
1800.07/1798.51	c Calls to reduceDB	: 35
1800.07/1798.51	c Number of update (reduction) of LBD	: 147894
1800.07/1798.51	c Imported unit clauses	: 0
1800.07/1798.51	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.51	c number of learned constraints concerned by reduction	: 0
1800.07/1798.51	c number of learning phase by resolution	: 0
1800.07/1798.51	c number of learning phase by cutting planes	: 0
1800.07/1798.51	c speed (assignments/second)	: 46273.76663237206
1800.07/1798.51	c non guided choices	684
1800.07/1798.52	c timeout
1800.07/1798.53	c learnt constraints type 
1800.07/1798.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 38433
1800.07/1798.53	s UNKNOWN
1800.07/1798.53	c Total wall clock time (in seconds): 1798.431

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

pid=9144
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.26 2.26 2.24 3/194 9147
/proc/meminfo: memFree=30326992/32872528 swapFree=16204/1518544
[pid=9147] ppid=9144 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9147/stat : 9147 (java) S 9144 9147 5832 0 -1 4202496 1351 0 0 0 0 0 0 0 20 0 2 0 106045793 98570240 975 33554432000 1073741824 1073778376 140736690473632 140736690464768 229359255613 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9147/statm: 24065 977 743 9 0 16771 0
[pid=9147/tid=9148] ppid=9144 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9148/stat : 9148 (java) R 9144 9147 5832 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 106045794 98570240 977 33554432000 1073741824 1073778376 140736690473632 140176013561384 229355898240 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.26 2.26 2.24 3/194 9147
/proc/meminfo: memFree=30326992/32872528 swapFree=16204/1518544
[pid=9147] ppid=9144 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9147/stat : 9147 (java) S 9144 9147 5832 0 -1 4202496 4485 0 1 0 10 1 0 0 20 0 18 0 106045793 9787879424 6116 33554432000 1073741824 1073778376 140736690473632 140736690464768 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9147/statm: 2389619 6116 2157 9 0 2380296 0
[pid=9147/tid=9148] ppid=9144 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9147/task/9148/stat : 9148 (java) R 9144 9147 5832 0 -1 4202560 2373 0 1 0 6 1 0 0 20 0 18 0 106045794 9787879424 6116 33554432000 1073741824 1073778376 140736690473632 140176013564672 140176020757008 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.200216 s]
/proc/loadavg: 2.26 2.26 2.24 3/194 9147
/proc/meminfo: memFree=30326992/32872528 swapFree=16204/1518544
[pid=9147] ppid=9144 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/9147/stat : 9147 (java) S 9144 9147 5832 0 -1 4202496 5482 0 1 0 30 1 0 0 20 0 18 0 106045793 9787879424 7299 33554432000 1073741824 1073778376 140736690473632 140736690464768 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9147/statm: 2389619 7299 2219 9 0 2380296 0
[pid=9147/tid=9148] ppid=9144 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/9147/task/9148/stat : 9148 (java) R 9144 9147 5832 0 -1 4202560 2394 0 1 0 16 1 0 0 20 0 18 0 106045794 9787879424 7299 33554432000 1073741824 1073778376 140736690473632 140176013564672 140176016851797 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 2.26 2.26 2.24 3/194 9147
/proc/meminfo: memFree=30326992/32872528 swapFree=16204/1518544
[pid=9147] ppid=9144 vsize=9558476 CPUtime=0.61 cores=0,2,4,6
/proc/9147/stat : 9147 (java) S 9144 9147 5832 0 -1 4202496 9991 0 1 0 59 2 0 0 20 0 18 0 106045793 9787879424 11723 33554432000 1073741824 1073778376 140736690473632 140736690464768 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9147/statm: 2389619 11723 2235 9 0 2380296 0
[pid=9147/tid=9148] ppid=9144 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/9147/task/9148/stat : 9148 (java) R 9144 9147 5832 0 -1 4202560 2397 0 1 0 26 1 0 0 20 0 18 0 106045794 9787879424 11723 33554432000 1073741824 1073778376 140736690473632 140176013564672 140175871458909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9558476

[startup+0.700286 s]
/proc/loadavg: 2.26 2.26 2.24 3/194 9147
/proc/meminfo: memFree=30326992/32872528 swapFree=16204/1518544
[pid=9147] ppid=9144 vsize=9558476 CPUtime=1.2 cores=0,2,4,6
/proc/9147/stat : 9147 (java) S 9144 9147 5832 0 -1 4202496 10611 0 1 0 115 5 0 0 20 0 18 0 106045793 9787879424 42276 33554432000 1073741824 1073778376 140736690473632 140736690464768 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9147/statm: 2389619 42276 2261 9 0 2380296 0
[pid=9147/tid=9148] ppid=9144 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/9147/task/9148/stat : 9148 (java) R 9144 9147 5832 0 -1 4202560 2459 0 1 0 64 3 0 0 20 0 18 0 106045794 9787879424 42276 33554432000 1073741824 1073778376 140736690473632 140176013564736 140175871458887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.26 2.26 2.24 3/212 9165
/proc/meminfo: memFree=30152596/32872528 swapFree=16204/1518544
[pid=9147] ppid=9144 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/9147/stat : 9147 (java) S 9144 9147 5832 0 -1 4202496 11708 0 1 0 231 7 0 0 20 0 19 0 106045793 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140736690464768 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9147/statm: 2406260 49164 2274 9 0 2396937 0
[pid=9147/tid=9148] ppid=9144 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/9147/task/9148/stat : 9148 (java) R 9144 9147 5832 0 -1 4202560 2472 0 1 0 141 3 0 0 20 0 19 0 106045794 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140176013566592 140175871786164 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9147/tid=9150] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (java) S 9144 9147 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175991667368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9151] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (java) S 9144 9147 5832 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175990614824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9152] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (java) S 9144 9147 5832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175989562280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9153] ppid=9144 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9147/task/9153/stat : 9153 (java) S 9144 9147 5832 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 106045794 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175652940840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9154] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9154/stat : 9154 (java) S 9144 9147 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175651887272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9147/tid=9155] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9155/stat : 9155 (java) S 9144 9147 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175650834728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9156] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9156/stat : 9156 (java) S 9144 9147 5832 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175649782184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9157] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9157/stat : 9157 (java) S 9144 9147 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175648729640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9158] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9158/stat : 9158 (java) S 9144 9147 5832 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 106045795 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175636318824 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9159] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9159/stat : 9159 (java) S 9144 9147 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106045796 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175635265144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9160] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9160/stat : 9160 (java) S 9144 9147 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106045796 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175634212488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9161] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9161/stat : 9161 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175633161232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9162] ppid=9144 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/9147/task/9162/stat : 9162 (java) S 9144 9147 5832 0 -1 4202560 3520 0 0 0 38 1 0 0 20 0 19 0 106045798 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175632107576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9163] ppid=9144 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/9147/task/9163/stat : 9163 (java) S 9144 9147 5832 0 -1 4202560 4301 0 0 0 39 0 0 0 20 0 19 0 106045798 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175631055032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9164] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9164/stat : 9164 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175630002680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9165] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9165/stat : 9165 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 49164 33554432000 1073741824 1073778376 140736690473632 140175628950344 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.26 2.26 2.24 3/213 9166
/proc/meminfo: memFree=30137884/32872528 swapFree=16204/1518544
[pid=9147] ppid=9144 vsize=9625040 CPUtime=4.11 cores=0,2,4,6
/proc/9147/stat : 9147 (java) S 9144 9147 5832 0 -1 4202496 12145 0 1 0 403 8 0 0 20 0 19 0 106045793 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140736690464768 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9147/statm: 2406260 49169 2277 9 0 2396937 0
[pid=9147/tid=9148] ppid=9144 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/9147/task/9148/stat : 9148 (java) R 9144 9147 5832 0 -1 4202560 2473 0 1 0 301 3 0 0 20 0 19 0 106045794 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140176013566024 140175871785321 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9147/tid=9150] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (java) S 9144 9147 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175991667368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9151] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (java) S 9144 9147 5832 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175990614824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9152] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (java) S 9144 9147 5832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175989562280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9153] ppid=9144 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9147/task/9153/stat : 9153 (java) S 9144 9147 5832 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 106045794 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175652940840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9154] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9154/stat : 9154 (java) S 9144 9147 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175651887272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9147/tid=9155] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9155/stat : 9155 (java) S 9144 9147 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175650834728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9156] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9156/stat : 9156 (java) S 9144 9147 5832 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175649782184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9157] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9157/stat : 9157 (java) S 9144 9147 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175648729640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9158] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9158/stat : 9158 (java) S 9144 9147 5832 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 106045795 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175636318824 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9159] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9159/stat : 9159 (java) S 9144 9147 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106045796 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175635265144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9160] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9160/stat : 9160 (java) S 9144 9147 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106045796 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175634212488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9161] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9161/stat : 9161 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175633161232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9162] ppid=9144 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/9147/task/9162/stat : 9162 (java) S 9144 9147 5832 0 -1 4202560 3954 0 0 0 48 1 0 0 20 0 19 0 106045798 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175632107576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9163] ppid=9144 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/9147/task/9163/stat : 9163 (java) S 9144 9147 5832 0 -1 4202560 4302 0 0 0 42 0 0 0 20 0 19 0 106045798 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175631055032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9164] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9164/stat : 9164 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175630002680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9165] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9165/stat : 9165 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175628950344 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9166] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9166/stat : 9166 (java) S 9144 9147 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106045927 9856040960 49169 33554432000 1073741824 1073778376 140736690473632 140175627797800 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.32 2.27 2.25 3/213 9166
/proc/meminfo: memFree=30137312/32872528 swapFree=16204/1518544
[pid=9147] ppid=9144 vsize=9625040 CPUtime=7.31 cores=0,2,4,6
/proc/9147/stat : 9147 (java) S 9144 9147 5832 0 -1 4202496 12147 0 1 0 723 8 0 0 20 0 19 0 106045793 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140736690464768 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9147/statm: 2406260 49161 2277 9 0 2396937 0
[pid=9147/tid=9148] ppid=9144 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/9147/task/9148/stat : 9148 (java) R 9144 9147 5832 0 -1 4202560 2475 0 1 0 620 3 0 0 20 0 19 0 106045794 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140176013566232 140175871784737 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9147/tid=9150] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (java) S 9144 9147 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175991667368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9151] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (java) S 9144 9147 5832 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175990614824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9152] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (java) S 9144 9147 5832 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175989562280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9153] ppid=9144 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9147/task/9153/stat : 9153 (java) S 9144 9147 5832 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 19 0 106045794 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175652940840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9154] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9154/stat : 9154 (java) S 9144 9147 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175651887272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9147/tid=9155] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9155/stat : 9155 (java) S 9144 9147 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175650834728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9156] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9156/stat : 9156 (java) S 9144 9147 5832 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175649782184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9157] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9157/stat : 9157 (java) S 9144 9147 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175648729640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9158] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9158/stat : 9158 (java) S 9144 9147 5832 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 106045795 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175636318824 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9159] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9159/stat : 9159 (java) S 9144 9147 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106045796 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175635265144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9160] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9160/stat : 9160 (java) S 9144 9147 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106045796 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175634212488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9161] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9161/stat : 9161 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175633161232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9162] ppid=9144 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/9147/task/9162/stat : 9162 (java) S 9144 9147 5832 0 -1 4202560 3954 0 0 0 48 1 0 0 20 0 19 0 106045798 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175632107576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9163] ppid=9144 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/9147/task/9163/stat : 9163 (java) S 9144 9147 5832 0 -1 4202560 4302 0 0 0 43 0 0 0 20 0 19 0 106045798 9856040960 49161 33554432000 1073741824 1073778376 140736690473632 140175631055032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9164] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

/proc/9147/task/9166/stat : 9166 (java) S 9144 9147 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106045927 9856040960 63199 33554432000 1073741824 1073778376 140736690473632 140175627797800 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1723.86
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.11 2.15 2.17 3/213 9276
/proc/meminfo: memFree=29574968/32872528 swapFree=16204/1518544
[pid=9147] ppid=9144 vsize=9625040 CPUtime=1783.87 cores=0,2,4,6
/proc/9147/stat : 9147 (java) S 9144 9147 5832 0 -1 4202496 12672 0 1 0 178349 38 0 0 20 0 19 0 106045793 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140736690464768 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9147/statm: 2406260 64735 2285 9 0 2396937 0
[pid=9147/tid=9148] ppid=9144 vsize=9625040 CPUtime=1777.62 cores=0,2,4,6
/proc/9147/task/9148/stat : 9148 (java) R 9144 9147 5832 0 -1 4202560 2490 0 1 0 177732 30 0 0 20 0 19 0 106045794 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140176013557456 140175871893723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9147/tid=9150] ppid=9144 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (java) S 9144 9147 5832 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 106045794 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175991667368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9151] ppid=9144 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (java) S 9144 9147 5832 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 106045794 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175990614824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9147/tid=9152] ppid=9144 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (java) S 9144 9147 5832 0 -1 4202560 89 0 0 0 1 0 0 0 20 0 19 0 106045794 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175989562280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9153] ppid=9144 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9147/task/9153/stat : 9153 (java) S 9144 9147 5832 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 19 0 106045794 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175652940840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9154] ppid=9144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9147/task/9154/stat : 9154 (java) S 9144 9147 5832 0 -1 4202560 100 0 0 0 2 1 0 0 20 0 19 0 106045794 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175651887272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9155] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9155/stat : 9155 (java) S 9144 9147 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175650834728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9156] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9156/stat : 9156 (java) S 9144 9147 5832 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175649782184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9157] ppid=9144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9147/task/9157/stat : 9157 (java) S 9144 9147 5832 0 -1 4202560 103 0 0 0 1 2 0 0 20 0 19 0 106045794 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175648729640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9158] ppid=9144 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9147/task/9158/stat : 9158 (java) S 9144 9147 5832 0 -1 4202560 73 0 0 0 1 1 0 0 20 0 19 0 106045795 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175636318824 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9159] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9159/stat : 9159 (java) S 9144 9147 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106045796 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175635265144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9160] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9160/stat : 9160 (java) S 9144 9147 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106045796 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175634212488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9161] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9161/stat : 9161 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175633161232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9162] ppid=9144 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/9147/task/9162/stat : 9162 (java) S 9144 9147 5832 0 -1 4202560 3958 0 0 0 53 1 0 0 20 0 19 0 106045798 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175632107576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9163] ppid=9144 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/9147/task/9163/stat : 9163 (java) S 9144 9147 5832 0 -1 4202560 4322 0 0 0 55 0 0 0 20 0 19 0 106045798 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175631055032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9164] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9164/stat : 9164 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175630002680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9165] ppid=9144 vsize=9625040 CPUtime=0.82 cores=0,2,4,6
/proc/9147/task/9165/stat : 9165 (java) S 9144 9147 5832 0 -1 4202560 103 0 0 0 44 38 0 0 20 0 19 0 106045798 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175628950344 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9166] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9166/stat : 9166 (java) S 9144 9147 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106045927 9856040960 64735 33554432000 1073741824 1073778376 140736690473632 140175627797800 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1783.87
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.5 s]
/proc/loadavg: 2.16 2.15 2.18 3/213 9276
/proc/meminfo: memFree=29600000/32872528 swapFree=16204/1518544
[pid=9147] ppid=9144 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/9147/stat : 9147 (java) S 9144 9147 5832 0 -1 4202496 12673 0 1 0 179969 38 0 0 20 0 19 0 106045793 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140736690464768 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9147/statm: 2406260 65247 2285 9 0 2396937 0
[pid=9147/tid=9148] ppid=9144 vsize=9625040 CPUtime=1793.79 cores=0,2,4,6
/proc/9147/task/9148/stat : 9148 (java) R 9144 9147 5832 0 -1 4202560 2491 0 1 0 179349 30 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140176013557456 140175871784675 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9147/tid=9150] ppid=9144 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (java) S 9144 9147 5832 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175991667368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9151] ppid=9144 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (java) S 9144 9147 5832 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175990614824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9147/tid=9152] ppid=9144 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (java) S 9144 9147 5832 0 -1 4202560 89 0 0 0 1 0 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175989562280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9153] ppid=9144 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9147/task/9153/stat : 9153 (java) S 9144 9147 5832 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175652940840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9154] ppid=9144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9147/task/9154/stat : 9154 (java) S 9144 9147 5832 0 -1 4202560 100 0 0 0 2 1 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175651887272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9155] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9155/stat : 9155 (java) S 9144 9147 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175650834728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9156] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9156/stat : 9156 (java) S 9144 9147 5832 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175649782184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9157] ppid=9144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9147/task/9157/stat : 9157 (java) S 9144 9147 5832 0 -1 4202560 103 0 0 0 1 2 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175648729640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9158] ppid=9144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9147/task/9158/stat : 9158 (java) S 9144 9147 5832 0 -1 4202560 73 0 0 0 1 2 0 0 20 0 19 0 106045795 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175636318824 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9159] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9159/stat : 9159 (java) S 9144 9147 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106045796 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175635265144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9160] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9160/stat : 9160 (java) S 9144 9147 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106045796 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175634212488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9161] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9161/stat : 9161 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175633161232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9162] ppid=9144 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/9147/task/9162/stat : 9162 (java) S 9144 9147 5832 0 -1 4202560 3958 0 0 0 53 1 0 0 20 0 19 0 106045798 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175632107576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9163] ppid=9144 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/9147/task/9163/stat : 9163 (java) S 9144 9147 5832 0 -1 4202560 4322 0 0 0 55 0 0 0 20 0 19 0 106045798 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175631055032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9164] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9164/stat : 9164 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175630002680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9165] ppid=9144 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/9147/task/9165/stat : 9165 (java) S 9144 9147 5832 0 -1 4202560 103 0 0 0 44 39 0 0 20 0 19 0 106045798 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175628950344 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9166] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9166/stat : 9166 (java) S 9144 9147 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106045927 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175627797800 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 9147 sig 9
??? kill -9147 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.5 s]
/proc/loadavg: 2.16 2.15 2.18 3/213 9276
/proc/meminfo: memFree=29600000/32872528 swapFree=16204/1518544
[pid=9147] ppid=9144 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/9147/stat : 9147 (java) S 9144 9147 5832 0 -1 4202496 12673 0 1 0 179969 38 0 0 20 0 19 0 106045793 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140736690464768 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9147/statm: 2406260 65247 2285 9 0 2396937 0
[pid=9147/tid=9148] ppid=9144 vsize=9625040 CPUtime=1793.79 cores=0,2,4,6
/proc/9147/task/9148/stat : 9148 (java) R 9144 9147 5832 0 -1 4202560 2491 0 1 0 179349 30 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140176013557456 140175871784675 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9147/tid=9150] ppid=9144 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9147/task/9150/stat : 9150 (java) S 9144 9147 5832 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175991667368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9151] ppid=9144 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9147/task/9151/stat : 9151 (java) S 9144 9147 5832 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175990614824 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9147/tid=9152] ppid=9144 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9147/task/9152/stat : 9152 (java) S 9144 9147 5832 0 -1 4202560 89 0 0 0 1 0 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175989562280 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9153] ppid=9144 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/9147/task/9153/stat : 9153 (java) S 9144 9147 5832 0 -1 4202560 124 0 0 0 2 0 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175652940840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9154] ppid=9144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9147/task/9154/stat : 9154 (java) S 9144 9147 5832 0 -1 4202560 100 0 0 0 2 1 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175651887272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9155] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9155/stat : 9155 (java) S 9144 9147 5832 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175650834728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9156] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9156/stat : 9156 (java) S 9144 9147 5832 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175649782184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9157] ppid=9144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9147/task/9157/stat : 9157 (java) S 9144 9147 5832 0 -1 4202560 103 0 0 0 1 2 0 0 20 0 19 0 106045794 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175648729640 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9158] ppid=9144 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/9147/task/9158/stat : 9158 (java) S 9144 9147 5832 0 -1 4202560 73 0 0 0 1 2 0 0 20 0 19 0 106045795 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175636318824 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9159] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9159/stat : 9159 (java) S 9144 9147 5832 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106045796 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175635265144 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9160] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9160/stat : 9160 (java) S 9144 9147 5832 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106045796 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175634212488 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9161] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9161/stat : 9161 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175633161232 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9162] ppid=9144 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/9147/task/9162/stat : 9162 (java) S 9144 9147 5832 0 -1 4202560 3958 0 0 0 53 1 0 0 20 0 19 0 106045798 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175632107576 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9147/tid=9163] ppid=9144 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/9147/task/9163/stat : 9163 (java) S 9144 9147 5832 0 -1 4202560 4322 0 0 0 55 0 0 0 20 0 19 0 106045798 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175631055032 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9164] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9164/stat : 9164 (java) S 9144 9147 5832 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106045798 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175630002680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9147/tid=9165] ppid=9144 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/9147/task/9165/stat : 9165 (java) S 9144 9147 5832 0 -1 4202560 103 0 0 0 44 39 0 0 20 0 19 0 106045798 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175628950344 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9147/tid=9166] ppid=9144 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9147/task/9166/stat : 9166 (java) S 9144 9147 5832 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106045927 9856040960 65247 33554432000 1073741824 1073778376 140736690473632 140175627797800 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1798.55
CPU time (s): 1800.07
CPU user time (s): 1799.69
CPU system time (s): 0.38
CPU usage (%): 100.085
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.28
system time used= 0.893864
maximum resident set size= 267244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12711
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= 38152
involuntary context switches= 2375

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1715 second user time and 14.0729 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-06 21:25:29
IDJOB=4085387
IDBENCH=2633
IDSOLVER=2546
FILE ID=node129/4085387-1465241129
RUNJOBID= node129-1465222695-5848
PBS_JOBID= 19843233
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085387-1465241129/watcher-4085387-1465241129 -o /tmp/evaluation-result-4085387-1465241129/solver-4085387-1465241129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1465222695-5848 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085387-1465241129.opb

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=1454877528

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:        30327520 kB
Buffers:           32592 kB
Cached:           100924 kB
SwapCached:         1820 kB
Active:           255308 kB
Inactive:          62788 kB
Active(anon):     186052 kB
Inactive(anon):     1112 kB
Active(file):      69256 kB
Inactive(file):    61676 kB
Unevictable:     1518544 kB
Mlocked:           16204 kB
SwapTotal:      67108856 kB
SwapFree:       67098612 kB
Dirty:              7080 kB
Writeback:             0 kB
AnonPages:       1710784 kB
Mapped:            15292 kB
Shmem:                 0 kB
Slab:             567376 kB
SReclaimable:      11032 kB
SUnreclaim:       556344 kB
KernelStack:        1624 kB
PageTables:         7492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2335928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1671168 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= 71732 MiB
End job on node129 at 2016-06-06 21:55:28