Trace number 4081287

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 Res+CP PB16? (TO) 1801.06 894.163

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM6e5141f298d85d1f18641c02d22506a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark235
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 222
Optimality of the best value was proved NO
Number of variables5570
Total number of constraints10896
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
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 1908
Number of bits of the biggest sum of numbers11
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.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081287-1465233290.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
2.14/1.11	c ... done. Wall clock time 0.999s.
2.14/1.11	c declared #vars     5570
2.14/1.11	c #constraints  10896
2.14/1.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.14/1.11	c constraints type 
2.14/1.11	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.14/1.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10895
2.14/1.11	c 10896 constraints processed.
2.14/1.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.14/1.11	c constraints type 
2.14/1.11	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.14/1.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10895
2.14/1.11	c 10896 constraints processed.
2.14/1.11	c objective function length is 9 literals
21.88/10.19	c cleaning 2496 clauses out of 5000 with flag 17293/5000
45.81/22.10	c cleaning 4243 clauses out of 8504 with flag 40467/11000
73.07/35.69	c cleaning 5621 clauses out of 11262 with flag 68082/18001
84.35/41.21	c cleaning 0 clauses out of 5000 with flag 0/5000
101.44/49.66	c cleaning 6806 clauses out of 13640 with flag 96865/26000
127.70/62.60	c cleaning 7910 clauses out of 15834 with flag 123870/35000
156.97/77.20	c cleaning 8952 clauses out of 17924 with flag 157087/45000
192.24/94.87	c cleaning 9979 clauses out of 19973 with flag 197111/56001
227.68/112.59	c cleaning 10992 clauses out of 21993 with flag 239777/68000
228.88/113.11	c cleaning 0 clauses out of 11001 with flag 0/11001
263.95/130.69	c cleaning 11992 clauses out of 24002 with flag 286644/81001
308.62/152.99	c cleaning 12995 clauses out of 26009 with flag 341237/95000
356.10/176.66	c cleaning 13998 clauses out of 28014 with flag 396966/110000
408.82/202.91	c cleaning 14999 clauses out of 30016 with flag 453985/126000
469.60/233.22	c cleaning 16001 clauses out of 32017 with flag 520153/143000
501.77/249.25	c cleaning 0 clauses out of 18000 with flag 0/18000
529.74/263.16	c cleaning 17000 clauses out of 34016 with flag 583741/161000
595.37/295.75	c cleaning 17999 clauses out of 36016 with flag 653826/180000
671.34/333.56	c cleaning 18998 clauses out of 38017 with flag 731416/200000
750.28/372.88	c cleaning 20001 clauses out of 40019 with flag 811958/221000
833.30/414.17	c cleaning 20999 clauses out of 42018 with flag 895166/243000
919.48/456.94	c cleaning 22002 clauses out of 44019 with flag 987706/266000
963.78/478.97	c cleaning 0 clauses out of 26002 with flag 0/26002
1012.50/503.12	c cleaning 23003 clauses out of 46017 with flag 1086154/290000
1108.63/550.82	c cleaning 24002 clauses out of 48017 with flag 1176923/315003
1204.90/598.66	c cleaning 24994 clauses out of 50013 with flag 1270198/341001
1304.83/648.23	c cleaning 25997 clauses out of 52018 with flag 1370348/368000
1411.57/701.27	c cleaning 27001 clauses out of 54023 with flag 1472435/396002
1525.19/757.66	c cleaning 28002 clauses out of 56021 with flag 1585720/425001
1644.87/817.06	c cleaning 28996 clauses out of 58018 with flag 1702753/455000
1659.59/824.31	c cleaning 0 clauses out of 35000 with flag 0/35000
1770.94/879.67	c cleaning 30005 clauses out of 60023 with flag 1824590/486001
1800.19/894.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/894.10	c starts		: 14
1800.19/894.10	c conflicts		: 493904
1800.19/894.10	c decisions		: 564340
1800.19/894.10	c propagations		: 80856360
1800.19/894.10	c inspects		: 5183534453
1800.19/894.10	c shortcuts		: 0
1800.19/894.10	c learnt literals	: 0
1800.19/894.10	c learnt binary clauses	: 0
1800.19/894.10	c learnt ternary clauses	: 1
1800.19/894.10	c learnt constraints	: 493904
1800.19/894.10	c ignored constraints	: 0
1800.19/894.10	c root simplifications	: 0
1800.19/894.10	c removed literals (reason simplification)	: 1687953
1800.19/894.10	c reason swapping (by a shorter reason)	: 0
1800.19/894.10	c Calls to reduceDB	: 27
1800.19/894.10	c Number of update (reduction) of LBD	: 116704
1800.19/894.10	c Imported unit clauses	: 0
1800.19/894.10	c number of reductions to clauses (during analyze)	: 0
1800.19/894.10	c number of learned constraints concerned by reduction	: 0
1800.19/894.10	c number of learning phase by resolution	: 0
1800.19/894.10	c number of learning phase by cutting planes	: 0
1800.19/894.10	c speed (assignments/second)	: 90546.43705423284
1800.19/894.10	c non guided choices	6392
1800.19/894.12	c learnt constraints type 
1800.19/894.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37921
1800.19/894.12	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/894.12	c starts		: 64
1800.19/894.12	c conflicts		: 37120
1800.19/894.12	c decisions		: 55475
1800.19/894.12	c propagations		: 8332678
1800.19/894.12	c inspects		: 1025944241
1800.19/894.12	c shortcuts		: 0
1800.19/894.12	c learnt literals	: 0
1800.19/894.12	c learnt binary clauses	: 0
1800.19/894.12	c learnt ternary clauses	: 0
1800.19/894.12	c learnt constraints	: 37119
1800.19/894.12	c ignored constraints	: 0
1800.19/894.12	c root simplifications	: 0
1800.19/894.12	c removed literals (reason simplification)	: 0
1800.19/894.12	c reason swapping (by a shorter reason)	: 0
1800.19/894.12	c Calls to reduceDB	: 5
1800.19/894.12	c Number of update (reduction) of LBD	: 0
1800.19/894.12	c Imported unit clauses	: 0
1800.19/894.12	c number of reductions to clauses (during analyze)	: 0
1800.19/894.12	c number of learned constraints concerned by reduction	: 0
1800.19/894.12	c number of learning phase by resolution	: 0
1800.19/894.12	c number of learning phase by cutting planes	: 0
1800.19/894.12	c speed (assignments/second)	: 9331.106382978724
1800.19/894.12	c non guided choices	5329
1800.19/894.14	c learnt constraints type 
1800.19/894.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6718
1800.19/894.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 30401
1800.19/894.14	s UNKNOWN
1800.19/894.14	c Total wall clock time (in seconds): 894.028

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-4081287-1465233290/watcher-4081287-1465233290 -o /tmp/evaluation-result-4081287-1465233290/solver-4081287-1465233290 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8289 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081287-1465233290.opb 

pid=13900
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: 4.05 4.18 4.17 5/199 13903
/proc/meminfo: memFree=28159388/32872528 swapFree=15540/1663004
[pid=13903] ppid=13900 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/13903/stat : 13903 (java) R 13900 13903 8273 0 -1 4202496 1098 0 0 0 0 0 0 0 20 0 1 0 105261775 23793664 748 33554432000 1073741824 1073778376 140734932626768 140734932615832 140671350234096 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/13903/statm: 5809 761 558 9 0 128 0

[startup+0.100115 s]
/proc/loadavg: 4.05 4.18 4.17 5/199 13903
/proc/meminfo: memFree=28159388/32872528 swapFree=15540/1663004
[pid=13903] ppid=13900 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/13903/stat : 13903 (java) S 13900 13903 8273 0 -1 4202496 4488 0 1 0 10 1 0 0 20 0 18 0 105261775 9787879424 6111 33554432000 1073741824 1073778376 140734932626768 140734932617904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13903/statm: 2389619 6111 2156 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 4.05 4.18 4.17 5/199 13903
/proc/meminfo: memFree=28159388/32872528 swapFree=15540/1663004
[pid=13903] ppid=13900 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/13903/stat : 13903 (java) S 13900 13903 8273 0 -1 4202496 4823 0 1 0 27 1 0 0 20 0 18 0 105261775 9787879424 6851 33554432000 1073741824 1073778376 140734932626768 140734932617904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13903/statm: 2389619 6851 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300226 s]
/proc/loadavg: 4.05 4.18 4.17 5/199 13903
/proc/meminfo: memFree=28159388/32872528 swapFree=15540/1663004
[pid=13903] ppid=13900 vsize=9558476 CPUtime=0.58 cores=0,2,4,6
/proc/13903/stat : 13903 (java) S 13900 13903 8273 0 -1 4202496 13162 0 1 0 55 3 0 0 20 0 18 0 105261775 9787879424 13834 33554432000 1073741824 1073778376 140734932626768 140734932617904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13903/statm: 2389619 13834 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.70029 s]
/proc/loadavg: 4.05 4.18 4.17 5/199 13903
/proc/meminfo: memFree=28159388/32872528 swapFree=15540/1663004
[pid=13903] ppid=13900 vsize=9558476 CPUtime=1.43 cores=0,2,4,6
/proc/13903/stat : 13903 (java) S 13900 13903 8273 0 -1 4202496 16243 0 1 0 138 5 0 0 20 0 18 0 105261775 9787879424 40386 33554432000 1073741824 1073778376 140734932626768 140734932617904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13903/statm: 2389619 40386 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 4.05 4.18 4.17 7/217 13921
/proc/meminfo: memFree=27940580/32872528 swapFree=15540/1663004
[pid=13903] ppid=13900 vsize=9824732 CPUtime=3.39 cores=0,2,4,6
/proc/13903/stat : 13903 (java) S 13900 13903 8273 0 -1 4202496 17455 0 1 0 328 11 0 0 20 0 22 0 105261775 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140734932617904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13903/statm: 2456183 56771 2279 9 0 2446860 0
[pid=13903/tid=13904] ppid=13900 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/13903/task/13904/stat : 13904 (java) S 13900 13903 8273 0 -1 4202560 2483 0 1 0 99 3 0 0 20 0 22 0 105261776 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140671348425592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13903/tid=13906] ppid=13900 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13903/task/13906/stat : 13906 (java) S 13900 13903 8273 0 -1 4202560 120 0 0 0 2 2 0 0 20 0 22 0 105261777 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140671320877224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13907] ppid=13900 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13903/task/13907/stat : 13907 (java) S 13900 13903 8273 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 105261777 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140671190608168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13908] ppid=13900 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13903/task/13908/stat : 13908 (java) S 13900 13903 8273 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 105261777 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140671189555624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13909] ppid=13900 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13903/task/13909/stat : 13909 (java) S 13900 13903 8273 0 -1 4202560 109 0 0 0 3 0 0 0 20 0 22 0 105261777 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140671188503080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13910] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13910/stat : 13910 (java) S 13900 13903 8273 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105261777 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140671187450536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13911] ppid=13900 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13903/task/13911/stat : 13911 (java) S 13900 13903 8273 0 -1 4202560 100 0 0 0 1 0 0 0 20 0 22 0 105261777 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140671186397992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13903/tid=13912] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13912/stat : 13912 (java) S 13900 13903 8273 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 105261777 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140670849248168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13913] ppid=13900 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/13903/task/13913/stat : 13913 (java) S 13900 13903 8273 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 105261777 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140670848195624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13914] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13914/stat : 13914 (java) S 13900 13903 8273 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140670835996776 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13915] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13915/stat : 13915 (java) S 13900 13903 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140670834943096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13916] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13916/stat : 13916 (java) S 13900 13903 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140670833890440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13917] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13917/stat : 13917 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140670832839184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13918] ppid=13900 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/13903/task/13918/stat : 13918 (java) S 13900 13903 8273 0 -1 4202560 5435 0 0 0 67 0 0 0 20 0 22 0 105261780 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140670831786552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13919] ppid=13900 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/13903/task/13919/stat : 13919 (java) R 13900 13903 8273 0 -1 4202560 7711 0 0 0 64 2 0 0 20 0 22 0 105261780 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140670830734008 140671354388377 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13920] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13920/stat : 13920 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140670829681656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13921] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13921/stat : 13921 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 56771 33554432000 1073741824 1073778376 140734932626768 140670828629320 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.05 4.18 4.17 6/221 13925
/proc/meminfo: memFree=27799812/32872528 swapFree=15540/1663004
[pid=13903] ppid=13900 vsize=9824732 CPUtime=7.14 cores=0,2,4,6
/proc/13903/stat : 13903 (java) S 13900 13903 8273 0 -1 4202496 19617 0 1 0 694 20 0 0 20 0 22 0 105261775 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140734932617904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13903/statm: 2456183 97463 2284 9 0 2446860 0
[pid=13903/tid=13904] ppid=13900 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/13903/task/13904/stat : 13904 (java) S 13900 13903 8273 0 -1 4202560 2484 0 1 0 99 3 0 0 20 0 22 0 105261776 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140671348425592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13906] ppid=13900 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/13903/task/13906/stat : 13906 (java) S 13900 13903 8273 0 -1 4202560 140 0 0 0 6 3 0 0 20 0 22 0 105261777 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140671320877224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13907] ppid=13900 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13903/task/13907/stat : 13907 (java) S 13900 13903 8273 0 -1 4202560 42 0 0 0 4 2 0 0 20 0 22 0 105261777 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140671190608168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13908] ppid=13900 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13903/task/13908/stat : 13908 (java) S 13900 13903 8273 0 -1 4202560 34 0 0 0 2 1 0 0 20 0 22 0 105261777 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140671189555624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13909] ppid=13900 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13903/task/13909/stat : 13909 (java) S 13900 13903 8273 0 -1 4202560 117 0 0 0 4 2 0 0 20 0 22 0 105261777 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140671188503080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13910] ppid=13900 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13903/task/13910/stat : 13910 (java) S 13900 13903 8273 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 105261777 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140671187450536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13911] ppid=13900 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13903/task/13911/stat : 13911 (java) S 13900 13903 8273 0 -1 4202560 160 0 0 0 3 1 0 0 20 0 22 0 105261777 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140671186397992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13912] ppid=13900 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/13903/task/13912/stat : 13912 (java) S 13900 13903 8273 0 -1 4202560 90 0 0 0 3 1 0 0 20 0 22 0 105261777 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670849248168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13913] ppid=13900 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/13903/task/13913/stat : 13913 (java) S 13900 13903 8273 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 105261777 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670848195624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13914] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13914/stat : 13914 (java) S 13900 13903 8273 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670835996776 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13915] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13915/stat : 13915 (java) S 13900 13903 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670834943096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13916] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13916/stat : 13916 (java) S 13900 13903 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670833890440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13917] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13917/stat : 13917 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670832839184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13918] ppid=13900 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/13903/task/13918/stat : 13918 (java) S 13900 13903 8273 0 -1 4202560 6428 0 0 0 90 1 0 0 20 0 22 0 105261780 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670831786552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13919] ppid=13900 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/13903/task/13919/stat : 13919 (java) S 13900 13903 8273 0 -1 4202560 8512 0 0 0 86 3 0 0 20 0 22 0 105261780 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670830734008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13920] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13920/stat : 13920 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670829681656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13921] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13921/stat : 13921 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670828629320 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13922] ppid=13900 vsize=9824732 CPUtime=1.87 cores=0,2,4,6
/proc/13903/task/13922/stat : 13922 (java) R 13900 13903 8273 0 -1 4202560 23 0 0 0 187 0 0 0 20 0 22 0 105261887 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670827571408 140671202393088 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13923] ppid=13900 vsize=9824732 CPUtime=1.9 cores=0,2,4,6
/proc/13903/task/13923/stat : 13923 (java) R 13900 13903 8273 0 -1 4202560 79 0 0 0 188 2 0 0 20 0 22 0 105261887 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670826519896 140671202054334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13903/tid=13924] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13924/stat : 13924 (java) S 13900 13903 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105261888 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670825468968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13925] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13925/stat : 13925 (java) S 13900 13903 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105261888 10060525568 97463 33554432000 1073741824 1073778376 140734932626768 140670824416424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.12 4.19 4.18 5/221 13925
/proc/meminfo: memFree=27541612/32872528 swapFree=15540/1663004
[pid=13903] ppid=13900 vsize=9824732 CPUtime=14.12 cores=0,2,4,6
/proc/13903/stat : 13903 (java) S 13900 13903 8273 0 -1 4202496 23850 0 1 0 1385 27 0 0 20 0 22 0 105261775 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140734932617904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13903/statm: 2456183 155912 2284 9 0 2446860 0
[pid=13903/tid=13904] ppid=13900 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/13903/task/13904/stat : 13904 (java) S 13900 13903 8273 0 -1 4202560 2484 0 1 0 99 3 0 0 20 0 22 0 105261776 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140671348425592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13906] ppid=13900 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/13903/task/13906/stat : 13906 (java) S 13900 13903 8273 0 -1 4202560 150 0 0 0 8 3 0 0 20 0 22 0 105261777 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140671320877224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13907] ppid=13900 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/13903/task/13907/stat : 13907 (java) S 13900 13903 8273 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 105261777 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140671190608168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13908] ppid=13900 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13903/task/13908/stat : 13908 (java) S 13900 13903 8273 0 -1 4202560 59 0 0 0 4 2 0 0 20 0 22 0 105261777 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140671189555624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13909] ppid=13900 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/13903/task/13909/stat : 13909 (java) S 13900 13903 8273 0 -1 4202560 117 0 0 0 5 2 0 0 20 0 22 0 105261777 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140671188503080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13910] ppid=13900 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13903/task/13910/stat : 13910 (java) S 13900 13903 8273 0 -1 4202560 34 0 0 0 4 1 0 0 20 0 22 0 105261777 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140671187450536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13911] ppid=13900 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13903/task/13911/stat : 13911 (java) S 13900 13903 8273 0 -1 4202560 160 0 0 0 3 2 0 0 20 0 22 0 105261777 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140671186397992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13912] ppid=13900 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/13903/task/13912/stat : 13912 (java) S 13900 13903 8273 0 -1 4202560 94 0 0 0 4 2 0 0 20 0 22 0 105261777 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140670849248168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13913] ppid=13900 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/13903/task/13913/stat : 13913 (java) S 13900 13903 8273 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 105261777 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140670848195624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13914] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13914/stat : 13914 (java) S 13900 13903 8273 0 -1 4202560 460 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140670835996776 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13915] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13915/stat : 13915 (java) S 13900 13903 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140670834943096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13916] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13916/stat : 13916 (java) S 13900 13903 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140670833890440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13917] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13917/stat : 13917 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140670832839184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13918] ppid=13900 vsize=9824732 CPUtime=1.25 cores=0,2,4,6
/proc/13903/task/13918/stat : 13918 (java) S 13900 13903 8273 0 -1 4202560 9327 0 0 0 123 2 0 0 20 0 22 0 105261780 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140670831786552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13919] ppid=13900 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/13903/task/13919/stat : 13919 (java) S 13900 13903 8273 0 -1 4202560 9241 0 0 0 105 3 0 0 20 0 22 0 105261780 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140670830734008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13920] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13920/stat : 13920 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140670829681656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13921] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13921/stat : 13921 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 155912 33554432000 1073741824 1073778376 140734932626768 140670828629320 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13922] ppid=13900 vsize=9824732 CPUtime=5.03 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.34 4.21 4.18 6/221 14106
/proc/meminfo: memFree=25646464/32872528 swapFree=15540/1663004
[pid=13903] ppid=13900 vsize=9824732 CPUtime=1776.43 cores=0,2,4,6
/proc/13903/stat : 13903 (java) S 13900 13903 8273 0 -1 4202496 34517 0 1 0 177511 132 0 0 20 0 22 0 105261775 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140734932617904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13903/statm: 2456183 598289 2291 9 0 2446860 0
[pid=13903/tid=13904] ppid=13900 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/13903/task/13904/stat : 13904 (java) S 13900 13903 8273 0 -1 4202560 2493 0 1 0 102 5 0 0 20 0 22 0 105261776 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140671348425592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13906] ppid=13900 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/13903/task/13906/stat : 13906 (java) S 13900 13903 8273 0 -1 4202560 472 0 0 0 298 8 0 0 20 0 22 0 105261777 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140671320877224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13907] ppid=13900 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/13903/task/13907/stat : 13907 (java) S 13900 13903 8273 0 -1 4202560 354 0 0 0 294 7 0 0 20 0 22 0 105261777 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140671190608168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13908] ppid=13900 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/13903/task/13908/stat : 13908 (java) S 13900 13903 8273 0 -1 4202560 332 0 0 0 286 6 0 0 20 0 22 0 105261777 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140671189555624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13909] ppid=13900 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/13903/task/13909/stat : 13909 (java) S 13900 13903 8273 0 -1 4202560 427 0 0 0 287 5 0 0 20 0 22 0 105261777 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140671188503080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13910] ppid=13900 vsize=9824732 CPUtime=3.04 cores=0,2,4,6
/proc/13903/task/13910/stat : 13910 (java) S 13900 13903 8273 0 -1 4202560 352 0 0 0 298 6 0 0 20 0 22 0 105261777 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140671187450536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13903/tid=13911] ppid=13900 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/13903/task/13911/stat : 13911 (java) S 13900 13903 8273 0 -1 4202560 485 0 0 0 302 6 0 0 20 0 22 0 105261777 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140671186397992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13903/tid=13912] ppid=13900 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/13903/task/13912/stat : 13912 (java) S 13900 13903 8273 0 -1 4202560 425 0 0 0 300 7 0 0 20 0 22 0 105261777 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670849248168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13913] ppid=13900 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/13903/task/13913/stat : 13913 (java) S 13900 13903 8273 0 -1 4202560 348 0 0 0 285 7 0 0 20 0 22 0 105261777 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670848195624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13914] ppid=13900 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13903/task/13914/stat : 13914 (java) S 13900 13903 8273 0 -1 4202560 1310 0 0 0 6 20 0 0 20 0 22 0 105261778 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670835996776 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13915] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13915/stat : 13915 (java) S 13900 13903 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670834943096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13916] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13916/stat : 13916 (java) S 13900 13903 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670833890440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13917] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13917/stat : 13917 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670832839184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13918] ppid=13900 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/13903/task/13918/stat : 13918 (java) S 13900 13903 8273 0 -1 4202560 9337 0 0 0 141 2 0 0 20 0 22 0 105261780 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670831786552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13903/tid=13919] ppid=13900 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/13903/task/13919/stat : 13919 (java) S 13900 13903 8273 0 -1 4202560 14715 0 0 0 158 4 0 0 20 0 22 0 105261780 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670830734008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13920] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13920/stat : 13920 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670829681656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13921] ppid=13900 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/13903/task/13921/stat : 13921 (java) S 13900 13903 8273 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 105261780 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670828629320 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13922] ppid=13900 vsize=9824732 CPUtime=874.01 cores=0,2,4,6
/proc/13903/task/13922/stat : 13922 (java) R 13900 13903 8273 0 -1 4202560 181 0 0 0 87386 15 0 0 20 0 22 0 105261887 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670827572368 140671202394555 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13903/tid=13923] ppid=13900 vsize=9824732 CPUtime=874.12 cores=0,2,4,6
/proc/13903/task/13923/stat : 13923 (java) R 13900 13903 8273 0 -1 4202560 1970 0 0 0 87363 49 0 0 20 0 22 0 105261887 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670826518720 140671202054160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13924] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13924/stat : 13924 (java) S 13900 13903 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105261888 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670825468968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13925] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13925/stat : 13925 (java) S 13900 13903 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105261888 10060525568 598289 33554432000 1073741824 1073778376 140734932626768 140670824416424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1776.43
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.101 s]
/proc/loadavg: 4.47 4.25 4.20 5/221 14106
/proc/meminfo: memFree=25650804/32872528 swapFree=15540/1663004
[pid=13903] ppid=13900 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/13903/stat : 13903 (java) S 13900 13903 8273 0 -1 4202496 34527 0 1 0 179886 133 0 0 20 0 22 0 105261775 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140734932617904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13903/statm: 2456183 597998 2291 9 0 2446860 0
[pid=13903/tid=13904] ppid=13900 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/13903/task/13904/stat : 13904 (java) S 13900 13903 8273 0 -1 4202560 2493 0 1 0 102 5 0 0 20 0 22 0 105261776 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671348425592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13906] ppid=13900 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/13903/task/13906/stat : 13906 (java) S 13900 13903 8273 0 -1 4202560 473 0 0 0 302 8 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671320877224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13907] ppid=13900 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/13903/task/13907/stat : 13907 (java) S 13900 13903 8273 0 -1 4202560 355 0 0 0 300 7 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671190608168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13908] ppid=13900 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/13903/task/13908/stat : 13908 (java) S 13900 13903 8273 0 -1 4202560 333 0 0 0 291 6 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671189555624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13909] ppid=13900 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/13903/task/13909/stat : 13909 (java) S 13900 13903 8273 0 -1 4202560 428 0 0 0 291 5 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671188503080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13910] ppid=13900 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/13903/task/13910/stat : 13910 (java) S 13900 13903 8273 0 -1 4202560 353 0 0 0 305 6 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671187450536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13911] ppid=13900 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/13903/task/13911/stat : 13911 (java) S 13900 13903 8273 0 -1 4202560 485 0 0 0 307 6 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671186397992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13903/tid=13912] ppid=13900 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/13903/task/13912/stat : 13912 (java) S 13900 13903 8273 0 -1 4202560 425 0 0 0 307 7 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670849248168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13913] ppid=13900 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/13903/task/13913/stat : 13913 (java) S 13900 13903 8273 0 -1 4202560 348 0 0 0 288 7 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670848195624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13914] ppid=13900 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13903/task/13914/stat : 13914 (java) S 13900 13903 8273 0 -1 4202560 1310 0 0 0 6 20 0 0 20 0 22 0 105261778 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670835996776 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13915] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13915/stat : 13915 (java) S 13900 13903 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670834943096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13916] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13916/stat : 13916 (java) S 13900 13903 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670833890440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13917] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13917/stat : 13917 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670832839184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13918] ppid=13900 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/13903/task/13918/stat : 13918 (java) S 13900 13903 8273 0 -1 4202560 9337 0 0 0 141 2 0 0 20 0 22 0 105261780 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670831786552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13903/tid=13919] ppid=13900 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/13903/task/13919/stat : 13919 (java) S 13900 13903 8273 0 -1 4202560 14715 0 0 0 158 4 0 0 20 0 22 0 105261780 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670830734008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13920] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13920/stat : 13920 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670829681656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13921] ppid=13900 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/13903/task/13921/stat : 13921 (java) S 13900 13903 8273 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 105261780 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670828629320 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13922] ppid=13900 vsize=9824732 CPUtime=885.69 cores=0,2,4,6
/proc/13903/task/13922/stat : 13922 (java) R 13900 13903 8273 0 -1 4202560 185 0 0 0 88554 15 0 0 20 0 22 0 105261887 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670827572384 140671202477504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13923] ppid=13900 vsize=9824732 CPUtime=885.8 cores=0,2,4,6
/proc/13903/task/13923/stat : 13923 (java) R 13900 13903 8273 0 -1 4202560 1971 0 0 0 88531 49 0 0 20 0 22 0 105261887 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670826518720 140671202477196 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13924] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13924/stat : 13924 (java) S 13900 13903 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105261888 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670825468968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13925] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13925/stat : 13925 (java) S 13900 13903 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105261888 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670824416424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

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

[startup+894.101 s]
/proc/loadavg: 4.47 4.25 4.20 5/221 14106
/proc/meminfo: memFree=25650804/32872528 swapFree=15540/1663004
[pid=13903] ppid=13900 vsize=9824732 CPUtime=1800.19 cores=0,2,4,6
/proc/13903/stat : 13903 (java) S 13900 13903 8273 0 -1 4202496 34527 0 1 0 179886 133 0 0 20 0 22 0 105261775 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140734932617904 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13903/statm: 2456183 597998 2291 9 0 2446860 0
[pid=13903/tid=13904] ppid=13900 vsize=9824732 CPUtime=1.07 cores=0,2,4,6
/proc/13903/task/13904/stat : 13904 (java) S 13900 13903 8273 0 -1 4202560 2493 0 1 0 102 5 0 0 20 0 22 0 105261776 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671348425592 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13906] ppid=13900 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/13903/task/13906/stat : 13906 (java) S 13900 13903 8273 0 -1 4202560 473 0 0 0 302 8 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671320877224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13907] ppid=13900 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/13903/task/13907/stat : 13907 (java) S 13900 13903 8273 0 -1 4202560 355 0 0 0 300 7 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671190608168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13908] ppid=13900 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/13903/task/13908/stat : 13908 (java) S 13900 13903 8273 0 -1 4202560 333 0 0 0 291 6 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671189555624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13909] ppid=13900 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/13903/task/13909/stat : 13909 (java) S 13900 13903 8273 0 -1 4202560 428 0 0 0 291 5 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671188503080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13910] ppid=13900 vsize=9824732 CPUtime=3.11 cores=0,2,4,6
/proc/13903/task/13910/stat : 13910 (java) S 13900 13903 8273 0 -1 4202560 353 0 0 0 305 6 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671187450536 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13911] ppid=13900 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/13903/task/13911/stat : 13911 (java) S 13900 13903 8273 0 -1 4202560 485 0 0 0 307 6 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140671186397992 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13903/tid=13912] ppid=13900 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/13903/task/13912/stat : 13912 (java) S 13900 13903 8273 0 -1 4202560 425 0 0 0 307 7 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670849248168 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13913] ppid=13900 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/13903/task/13913/stat : 13913 (java) S 13900 13903 8273 0 -1 4202560 348 0 0 0 288 7 0 0 20 0 22 0 105261777 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670848195624 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13914] ppid=13900 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/13903/task/13914/stat : 13914 (java) S 13900 13903 8273 0 -1 4202560 1310 0 0 0 6 20 0 0 20 0 22 0 105261778 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670835996776 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13915] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13915/stat : 13915 (java) S 13900 13903 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670834943096 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13916] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13916/stat : 13916 (java) S 13900 13903 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105261778 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670833890440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13917] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13917/stat : 13917 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670832839184 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13918] ppid=13900 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/13903/task/13918/stat : 13918 (java) S 13900 13903 8273 0 -1 4202560 9337 0 0 0 141 2 0 0 20 0 22 0 105261780 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670831786552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13903/tid=13919] ppid=13900 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/13903/task/13919/stat : 13919 (java) S 13900 13903 8273 0 -1 4202560 14715 0 0 0 158 4 0 0 20 0 22 0 105261780 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670830734008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13920] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13920/stat : 13920 (java) S 13900 13903 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105261780 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670829681656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13921] ppid=13900 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/13903/task/13921/stat : 13921 (java) S 13900 13903 8273 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 105261780 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670828629320 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13922] ppid=13900 vsize=9824732 CPUtime=885.69 cores=0,2,4,6
/proc/13903/task/13922/stat : 13922 (java) R 13900 13903 8273 0 -1 4202560 185 0 0 0 88554 15 0 0 20 0 22 0 105261887 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670827572384 140671202477504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13903/tid=13923] ppid=13900 vsize=9824732 CPUtime=885.8 cores=0,2,4,6
/proc/13903/task/13923/stat : 13923 (java) R 13900 13903 8273 0 -1 4202560 1971 0 0 0 88531 49 0 0 20 0 22 0 105261887 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670826518720 140671202477196 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13903/tid=13924] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13924/stat : 13924 (java) S 13900 13903 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105261888 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670825468968 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13903/tid=13925] ppid=13900 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/13903/task/13925/stat : 13925 (java) S 13900 13903 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105261888 10060525568 597998 33554432000 1073741824 1073778376 140734932626768 140670824416424 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 894.163
CPU time (s): 1801.06
CPU user time (s): 1799.22
CPU system time (s): 1.84172
CPU usage (%): 201.424
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 1.84172
maximum resident set size= 2803760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34563
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30226
involuntary context switches= 52294

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.04308 second user time and 7.31289 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-06 19:14:50
IDJOB=4081287
IDBENCH=2937
IDSOLVER=2543
FILE ID=node134/4081287-1465233290
RUNJOBID= node134-1465220363-8289
PBS_JOBID= 19843220
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_16.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081287-1465233290/watcher-4081287-1465233290 -o /tmp/evaluation-result-4081287-1465233290/solver-4081287-1465233290 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8289 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081287-1465233290.opb

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

MD5SUM BENCH= 6e5141f298d85d1f18641c02d22506a9
RANDOM SEED=1861652633

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.403
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:        28159388 kB
Buffers:           28208 kB
Cached:            89928 kB
SwapCached:         1804 kB
Active:          2280792 kB
Inactive:          54920 kB
Active(anon):    2219200 kB
Inactive(anon):     1036 kB
Active(file):      61592 kB
Inactive(file):    53884 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098292 kB
Dirty:              3616 kB
Writeback:             0 kB
AnonPages:       3888404 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             567236 kB
SReclaimable:      10824 kB
SUnreclaim:       556412 kB
KernelStack:        1624 kB
PageTables:        12616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4093620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3831808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node134 at 2016-06-06 19:29:44