Trace number 4081288

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) 1800.89 894.37

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_17.opb
MD5SUM25ee8feec785b6a4be71df8acc9d82db
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark282
Best CPU time to get the best result obtained on this benchmark1800.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 263
Optimality of the best value was proved NO
Number of variables7081
Total number of constraints13889
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 constraints13888
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 136
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 391
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 2647
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.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@16fd0b7
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@4413ee
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@75786e64
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@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081288-1465233311.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
2.31/1.30	c ... done. Wall clock time 1.188s.
2.31/1.30	c declared #vars     7081
2.31/1.30	c #constraints  13889
2.40/1.30	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.40/1.30	c constraints type 
2.40/1.30	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.40/1.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13888
2.40/1.30	c 13889 constraints processed.
2.40/1.30	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.40/1.30	c constraints type 
2.40/1.30	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.40/1.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13888
2.40/1.30	c 13889 constraints processed.
2.40/1.30	c objective function length is 9 literals
27.48/13.18	c cleaning 2490 clauses out of 5000 with flag 16606/5000
59.08/28.82	c cleaning 4245 clauses out of 8510 with flag 38538/11000
100.98/49.70	c cleaning 5621 clauses out of 11266 with flag 69802/18001
105.38/51.93	c cleaning 0 clauses out of 5002 with flag 0/5002
153.77/75.95	c cleaning 6816 clauses out of 13645 with flag 109749/26001
207.85/102.82	c cleaning 7907 clauses out of 15828 with flag 148026/35000
266.70/132.28	c cleaning 8942 clauses out of 17922 with flag 193696/45001
302.37/150.01	c cleaning 0 clauses out of 11001 with flag 0/11001
334.65/166.15	c cleaning 9983 clauses out of 19979 with flag 242221/56000
411.80/204.61	c cleaning 10991 clauses out of 21997 with flag 299773/68001
490.81/244.02	c cleaning 11993 clauses out of 24005 with flag 358773/81000
543.44/270.22	c cleaning 12999 clauses out of 26013 with flag 401197/95001
605.45/301.08	c cleaning 0 clauses out of 18002 with flag 0/18002
605.85/301.23	c cleaning 13996 clauses out of 28014 with flag 450557/110001
668.68/332.44	c cleaning 15005 clauses out of 30017 with flag 499778/126000
741.19/368.46	c cleaning 15995 clauses out of 32012 with flag 554930/143000
820.46/407.89	c cleaning 16999 clauses out of 34017 with flag 613047/161000
904.91/449.86	c cleaning 18003 clauses out of 36019 with flag 676934/180001
992.05/493.13	c cleaning 18999 clauses out of 38015 with flag 744916/200000
1087.27/540.40	c cleaning 20005 clauses out of 40016 with flag 813497/221000
1141.04/567.20	c cleaning 0 clauses out of 26000 with flag 0/26000
1194.39/593.66	c cleaning 21000 clauses out of 42011 with flag 889615/243000
1300.10/646.13	c cleaning 21999 clauses out of 44011 with flag 964171/266000
1404.52/698.09	c cleaning 23000 clauses out of 46012 with flag 1040176/290000
1520.79/755.72	c cleaning 24001 clauses out of 48013 with flag 1127530/315001
1645.09/817.45	c cleaning 24999 clauses out of 50011 with flag 1218057/341000
1770.86/879.89	c cleaning 0 clauses out of 35000 with flag 0/35000
1772.86/880.83	c cleaning 25997 clauses out of 52012 with flag 1307060/368000
1800.06/894.31	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/894.31	c starts		: 16
1800.06/894.31	c conflicts		: 374449
1800.06/894.31	c decisions		: 421720
1800.06/894.31	c propagations		: 66741339
1800.06/894.31	c inspects		: 4020267283
1800.06/894.31	c shortcuts		: 0
1800.06/894.31	c learnt literals	: 0
1800.06/894.31	c learnt binary clauses	: 0
1800.06/894.31	c learnt ternary clauses	: 0
1800.06/894.31	c learnt constraints	: 374449
1800.06/894.31	c ignored constraints	: 0
1800.06/894.31	c root simplifications	: 0
1800.06/894.31	c removed literals (reason simplification)	: 962964
1800.06/894.31	c reason swapping (by a shorter reason)	: 0
1800.06/894.31	c Calls to reduceDB	: 23
1800.06/894.31	c Number of update (reduction) of LBD	: 78457
1800.06/894.31	c Imported unit clauses	: 0
1800.06/894.31	c number of reductions to clauses (during analyze)	: 0
1800.06/894.31	c number of learned constraints concerned by reduction	: 0
1800.06/894.31	c number of learning phase by resolution	: 0
1800.06/894.31	c number of learning phase by cutting planes	: 0
1800.06/894.31	c speed (assignments/second)	: 74738.42523899802
1800.06/894.31	c non guided choices	4606
1800.06/894.34	c learnt constraints type 
1800.06/894.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32464
1800.06/894.34	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/894.34	c starts		: 62
1800.06/894.34	c conflicts		: 35224
1800.06/894.34	c decisions		: 50949
1800.06/894.34	c propagations		: 8786060
1800.06/894.34	c inspects		: 1005351504
1800.06/894.34	c shortcuts		: 0
1800.06/894.34	c learnt literals	: 0
1800.06/894.34	c learnt binary clauses	: 0
1800.06/894.34	c learnt ternary clauses	: 0
1800.06/894.34	c learnt constraints	: 35224
1800.06/894.34	c ignored constraints	: 0
1800.06/894.34	c root simplifications	: 0
1800.06/894.34	c removed literals (reason simplification)	: 0
1800.06/894.34	c reason swapping (by a shorter reason)	: 0
1800.06/894.34	c Calls to reduceDB	: 5
1800.06/894.34	c Number of update (reduction) of LBD	: 0
1800.06/894.34	c Imported unit clauses	: 0
1800.06/894.34	c number of reductions to clauses (during analyze)	: 0
1800.06/894.34	c number of learned constraints concerned by reduction	: 0
1800.06/894.34	c number of learning phase by resolution	: 0
1800.06/894.34	c number of learning phase by cutting planes	: 0
1800.06/894.34	c speed (assignments/second)	: 9838.515520807321
1800.06/894.34	c non guided choices	4183
1800.06/894.35	c learnt constraints type 
1800.06/894.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5667
1800.06/894.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 29557
1800.06/894.35	s UNKNOWN
1800.06/894.35	c Total wall clock time (in seconds): 894.244

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

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

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


[startup+0 s]
/proc/loadavg: 4.03 4.16 4.17 4/199 14064
/proc/meminfo: memFree=28214276/32872528 swapFree=15540/1663004
[pid=14064] ppid=14061 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14064/stat : 14064 (java) S 14061 14064 8273 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 105263931 98570240 977 33554432000 1073741824 1073778376 140736102078560 140736102069696 273909055549 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14064/statm: 24065 977 743 9 0 16771 0
[pid=14064/tid=14065] ppid=14061 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (java) R 14061 14064 8273 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 105263931 98570240 978 33554432000 1073741824 1073778376 140736102078560 139694882991656 273905698176 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100157 s]
/proc/loadavg: 4.03 4.16 4.17 4/199 14064
/proc/meminfo: memFree=28214276/32872528 swapFree=15540/1663004
[pid=14064] ppid=14061 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/14064/stat : 14064 (java) S 14061 14064 8273 0 -1 4202496 4528 0 1 0 10 1 0 0 20 0 18 0 105263931 9787879424 5650 33554432000 1073741824 1073778376 140736102078560 140736102069696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14064/statm: 2389619 5650 2156 9 0 2380296 0
[pid=14064/tid=14065] ppid=14061 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (java) R 14061 14064 8273 0 -1 4202560 2445 0 1 0 7 0 0 0 20 0 18 0 105263931 9787879424 5650 33554432000 1073741824 1073778376 140736102078560 139694882995464 139694822798866 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200288 s]
/proc/loadavg: 4.03 4.16 4.17 4/199 14064
/proc/meminfo: memFree=28214276/32872528 swapFree=15540/1663004
[pid=14064] ppid=14061 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/14064/stat : 14064 (java) S 14061 14064 8273 0 -1 4202496 4867 0 1 0 27 1 0 0 20 0 18 0 105263931 9787879424 6435 33554432000 1073741824 1073778376 140736102078560 140736102069696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14064/statm: 2389619 6435 2217 9 0 2380296 0
[pid=14064/tid=14065] ppid=14061 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (java) R 14061 14064 8273 0 -1 4202560 2465 0 1 0 16 1 0 0 20 0 18 0 105263931 9787879424 6435 33554432000 1073741824 1073778376 140736102078560 139694882995464 139694822710911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300288 s]
/proc/loadavg: 4.03 4.16 4.17 4/199 14064
/proc/meminfo: memFree=28214276/32872528 swapFree=15540/1663004
[pid=14064] ppid=14061 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/14064/stat : 14064 (java) S 14061 14064 8273 0 -1 4202496 13275 0 1 0 56 2 0 0 20 0 18 0 105263931 9787879424 13255 33554432000 1073741824 1073778376 140736102078560 140736102069696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14064/statm: 2389619 13255 2234 9 0 2380296 0
[pid=14064/tid=14065] ppid=14061 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (java) R 14061 14064 8273 0 -1 4202560 2468 0 1 0 26 1 0 0 20 0 18 0 105263931 9787879424 13255 33554432000 1073741824 1073778376 140736102078560 139694882995464 139694822798844 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700306 s]
/proc/loadavg: 4.03 4.16 4.17 4/199 14064
/proc/meminfo: memFree=28214276/32872528 swapFree=15540/1663004
[pid=14064] ppid=14061 vsize=9558476 CPUtime=1.44 cores=1,3,5,7
/proc/14064/stat : 14064 (java) S 14061 14064 8273 0 -1 4202496 16822 0 1 0 139 5 0 0 20 0 18 0 105263931 9787879424 39530 33554432000 1073741824 1073778376 140736102078560 140736102069696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14064/statm: 2389619 39530 2245 9 0 2380296 0
[pid=14064/tid=14065] ppid=14061 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (java) R 14061 14064 8273 0 -1 4202560 2518 0 1 0 65 2 0 0 20 0 18 0 105263931 9787879424 39530 33554432000 1073741824 1073778376 140736102078560 139694882987888 139694823202032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 4.03 4.16 4.17 4/217 14082
/proc/meminfo: memFree=27996804/32872528 swapFree=15540/1663004
[pid=14064] ppid=14061 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/14064/stat : 14064 (java) S 14061 14064 8273 0 -1 4202496 18008 0 1 0 285 12 0 0 20 0 22 0 105263931 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 140736102069696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14064/statm: 2456183 61550 2275 9 0 2446860 0
[pid=14064/tid=14065] ppid=14061 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (java) S 14061 14064 8273 0 -1 4202560 2546 0 1 0 117 4 0 0 20 0 22 0 105263931 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694882997112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (java) S 14061 14064 8273 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 105263932 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694821727272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14068] ppid=14061 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14064/task/14068/stat : 14068 (java) S 14061 14064 8273 0 -1 4202560 117 0 0 0 2 0 0 0 20 0 22 0 105263932 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694820674472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14069] ppid=14061 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14064/task/14069/stat : 14069 (java) S 14061 14064 8273 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 105263932 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694819621672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14070] ppid=14061 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/14064/task/14070/stat : 14070 (java) S 14061 14064 8273 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 105263932 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694723250856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14071] ppid=14061 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14064/task/14071/stat : 14071 (java) S 14061 14064 8273 0 -1 4202560 89 0 0 0 2 0 0 0 20 0 22 0 105263932 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694722198056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14072] ppid=14061 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14064/task/14072/stat : 14072 (java) S 14061 14064 8273 0 -1 4202560 78 0 0 0 2 0 0 0 20 0 22 0 105263932 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694721145256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14073] ppid=14061 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/14064/task/14073/stat : 14073 (java) S 14061 14064 8273 0 -1 4202560 107 0 0 0 1 0 0 0 20 0 22 0 105263932 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694720092456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14074] ppid=14061 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/14064/task/14074/stat : 14074 (java) S 14061 14064 8273 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 105263932 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694719039656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14075] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14075/stat : 14075 (java) S 14061 14064 8273 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694706842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14076] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14076/stat : 14076 (java) S 14061 14064 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694705788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14077] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14077/stat : 14077 (java) S 14061 14064 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694704735752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14078] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14078/stat : 14078 (java) S 14061 14064 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105263936 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694703684240 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14079] ppid=14061 vsize=9824732 CPUtime=0.56 cores=1,3,5,7
/proc/14064/task/14079/stat : 14079 (java) S 14061 14064 8273 0 -1 4202560 7977 0 0 0 55 1 0 0 20 0 22 0 105263936 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694702631352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14080] ppid=14061 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/14064/task/14080/stat : 14080 (java) R 14061 14064 8273 0 -1 4202560 5635 0 0 0 49 2 0 0 20 0 22 0 105263936 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694701578432 139694889140271 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14081] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14081/stat : 14081 (java) S 14061 14064 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105263936 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694700525944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14082] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14082/stat : 14082 (java) S 14061 14064 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105263936 10060525568 61550 33554432000 1073741824 1073778376 140736102078560 139694699473352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 9824732

[startup+3.10105 s]
/proc/loadavg: 4.03 4.16 4.17 8/221 14086
/proc/meminfo: memFree=27845408/32872528 swapFree=15540/1663004
[pid=14064] ppid=14061 vsize=9824732 CPUtime=6.87 cores=1,3,5,7
/proc/14064/stat : 14064 (java) S 14061 14064 8273 0 -1 4202496 18777 0 1 0 665 22 0 0 20 0 22 0 105263931 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 140736102069696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14064/statm: 2456183 100344 2285 9 0 2446860 0
[pid=14064/tid=14065] ppid=14061 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (java) S 14061 14064 8273 0 -1 4202560 2546 0 1 0 117 4 0 0 20 0 22 0 105263931 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694882997112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (java) S 14061 14064 8273 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 105263932 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694821727272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14068] ppid=14061 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14064/task/14068/stat : 14068 (java) S 14061 14064 8273 0 -1 4202560 152 0 0 0 3 2 0 0 20 0 22 0 105263932 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694820674472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14069] ppid=14061 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14064/task/14069/stat : 14069 (java) S 14061 14064 8273 0 -1 4202560 49 0 0 0 3 2 0 0 20 0 22 0 105263932 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694819621672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14070] ppid=14061 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/14064/task/14070/stat : 14070 (java) S 14061 14064 8273 0 -1 4202560 88 0 0 0 7 3 0 0 20 0 22 0 105263932 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694723250856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14071] ppid=14061 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/14064/task/14071/stat : 14071 (java) S 14061 14064 8273 0 -1 4202560 119 0 0 0 4 2 0 0 20 0 22 0 105263932 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694722198056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14072] ppid=14061 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14064/task/14072/stat : 14072 (java) S 14061 14064 8273 0 -1 4202560 112 0 0 0 3 1 0 0 20 0 22 0 105263932 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694721145256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14073] ppid=14061 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/14064/task/14073/stat : 14073 (java) S 14061 14064 8273 0 -1 4202560 126 0 0 0 3 1 0 0 20 0 22 0 105263932 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694720092456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14074] ppid=14061 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14064/task/14074/stat : 14074 (java) S 14061 14064 8273 0 -1 4202560 47 0 0 0 3 2 0 0 20 0 22 0 105263932 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694719039656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14075] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14075/stat : 14075 (java) S 14061 14064 8273 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694706842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14076] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14076/stat : 14076 (java) S 14061 14064 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694705788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14077] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14077/stat : 14077 (java) S 14061 14064 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694704735752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14078] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14078/stat : 14078 (java) S 14061 14064 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105263936 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694703684240 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14079] ppid=14061 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/14064/task/14079/stat : 14079 (java) S 14061 14064 8273 0 -1 4202560 7998 0 0 0 70 1 0 0 20 0 22 0 105263936 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694702631352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14080] ppid=14061 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/14064/task/14080/stat : 14080 (java) S 14061 14064 8273 0 -1 4202560 5940 0 0 0 92 2 0 0 20 0 22 0 105263936 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694701578552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14081] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14081/stat : 14081 (java) S 14061 14064 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105263936 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694700525944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14082] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14082/stat : 14082 (java) S 14061 14064 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105263936 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694699473352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14083] ppid=14061 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/14064/task/14083/stat : 14083 (java) R 14061 14064 8273 0 -1 4202560 23 0 0 0 170 0 0 0 20 0 22 0 105264061 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694698417448 139694823582383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14084] ppid=14061 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/14064/task/14084/stat : 14084 (java) R 14061 14064 8273 0 -1 4202560 80 0 0 0 168 2 0 0 20 0 22 0 105264061 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694697364960 139694823582205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14085] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14085/stat : 14085 (java) S 14061 14064 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105264062 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694696314280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14086] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14086/stat : 14086 (java) S 14061 14064 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105264062 10060525568 100344 33554432000 1073741824 1073778376 140736102078560 139694695261480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 9824732

[startup+6.30108 s]
/proc/loadavg: 4.03 4.16 4.17 7/221 14086
/proc/meminfo: memFree=27580848/32872528 swapFree=15540/1663004
[pid=14064] ppid=14061 vsize=9824732 CPUtime=13.65 cores=1,3,5,7
/proc/14064/stat : 14064 (java) S 14061 14064 8273 0 -1 4202496 20264 0 1 0 1337 28 0 0 20 0 22 0 105263931 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 140736102069696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14064/statm: 2456183 159998 2285 9 0 2446860 0
[pid=14064/tid=14065] ppid=14061 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (java) S 14061 14064 8273 0 -1 4202560 2546 0 1 0 117 4 0 0 20 0 22 0 105263931 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 139694882997112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (java) S 14061 14064 8273 0 -1 4202560 48 0 0 0 7 2 0 0 20 0 22 0 105263932 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 139694821727272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14068] ppid=14061 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/14064/task/14068/stat : 14068 (java) S 14061 14064 8273 0 -1 4202560 152 0 0 0 5 2 0 0 20 0 22 0 105263932 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 139694820674472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14069] ppid=14061 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/14064/task/14069/stat : 14069 (java) S 14061 14064 8273 0 -1 4202560 49 0 0 0 4 2 0 0 20 0 22 0 105263932 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 139694819621672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14070] ppid=14061 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/14064/task/14070/stat : 14070 (java) S 14061 14064 8273 0 -1 4202560 92 0 0 0 8 3 0 0 20 0 22 0 105263932 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 139694723250856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14071] ppid=14061 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/14064/task/14071/stat : 14071 (java) S 14061 14064 8273 0 -1 4202560 139 0 0 0 5 2 0 0 20 0 22 0 105263932 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 139694722198056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14072] ppid=14061 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/14064/task/14072/stat : 14072 (java) S 14061 14064 8273 0 -1 4202560 121 0 0 0 5 2 0 0 20 0 22 0 105263932 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 139694721145256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14073] ppid=14061 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/14064/task/14073/stat : 14073 (java) S 14061 14064 8273 0 -1 4202560 128 0 0 0 4 1 0 0 20 0 22 0 105263932 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 139694720092456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14074] ppid=14061 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/14064/task/14074/stat : 14074 (java) S 14061 14064 8273 0 -1 4202560 61 0 0 0 7 2 0 0 20 0 22 0 105263932 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 139694719039656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14075] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14075/stat : 14075 (java) S 14061 14064 8273 0 -1 4202560 468 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 139694706842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14076] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14076/stat : 14076 (java) S 14061 14064 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 139694705788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14077] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14077/stat : 14077 (java) S 14061 14064 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 159998 33554432000 1073741824 1073778376 140736102078560 139694704735752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14078] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[startup+882.309 s]
/proc/loadavg: 4.56 4.27 4.20 4/218 14178
/proc/meminfo: memFree=26872488/32872528 swapFree=15540/1663004
[pid=14064] ppid=14061 vsize=9824732 CPUtime=1775.87 cores=1,3,5,7
/proc/14064/stat : 14064 (java) S 14061 14064 8273 0 -1 4202496 29392 0 1 0 177450 137 0 0 20 0 22 0 105263931 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 140736102069696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14064/statm: 2456183 585046 2291 9 0 2446860 0
[pid=14064/tid=14065] ppid=14061 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (java) S 14061 14064 8273 0 -1 4202560 2550 0 1 0 120 6 0 0 20 0 22 0 105263931 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694882997112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (java) S 14061 14064 8273 0 -1 4202560 341 0 0 0 286 5 0 0 20 0 22 0 105263932 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694821727272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14068] ppid=14061 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/14064/task/14068/stat : 14068 (java) S 14061 14064 8273 0 -1 4202560 443 0 0 0 293 6 0 0 20 0 22 0 105263932 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694820674472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14069] ppid=14061 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/14064/task/14069/stat : 14069 (java) S 14061 14064 8273 0 -1 4202560 336 0 0 0 285 5 0 0 20 0 22 0 105263932 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694819621672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14070] ppid=14061 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/14064/task/14070/stat : 14070 (java) S 14061 14064 8273 0 -1 4202560 383 0 0 0 314 7 0 0 20 0 22 0 105263932 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694723250856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14071] ppid=14061 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/14064/task/14071/stat : 14071 (java) S 14061 14064 8273 0 -1 4202560 430 0 0 0 286 7 0 0 20 0 22 0 105263932 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694722198056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14072] ppid=14061 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/14064/task/14072/stat : 14072 (java) S 14061 14064 8273 0 -1 4202560 424 0 0 0 301 6 0 0 20 0 22 0 105263932 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694721145256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14073] ppid=14061 vsize=9824732 CPUtime=3 cores=1,3,5,7
/proc/14064/task/14073/stat : 14073 (java) S 14061 14064 8273 0 -1 4202560 434 0 0 0 294 6 0 0 20 0 22 0 105263932 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694720092456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14074] ppid=14061 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/14064/task/14074/stat : 14074 (java) S 14061 14064 8273 0 -1 4202560 379 0 0 0 288 7 0 0 20 0 22 0 105263932 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694719039656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14075] ppid=14061 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/14064/task/14075/stat : 14075 (java) S 14061 14064 8273 0 -1 4202560 1310 0 0 0 6 21 0 0 20 0 22 0 105263933 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694706842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14076] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14076/stat : 14076 (java) S 14061 14064 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694705788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14077] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14077/stat : 14077 (java) S 14061 14064 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694704735752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14078] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14078/stat : 14078 (java) S 14061 14064 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105263936 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694703684240 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14079] ppid=14061 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/14064/task/14079/stat : 14079 (java) S 14061 14064 8273 0 -1 4202560 12920 0 0 0 144 2 0 0 20 0 22 0 105263936 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694702631352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14080] ppid=14061 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/14064/task/14080/stat : 14080 (java) S 14061 14064 8273 0 -1 4202560 5978 0 0 0 128 2 0 0 20 0 22 0 105263936 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694701578552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14081] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14081/stat : 14081 (java) S 14061 14064 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105263936 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694700525944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14082] ppid=14061 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/14064/task/14082/stat : 14082 (java) S 14061 14064 8273 0 -1 4202560 51 0 0 0 18 21 0 0 20 0 22 0 105263936 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694699473352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14083] ppid=14061 vsize=9824732 CPUtime=873.83 cores=1,3,5,7
/proc/14064/task/14083/stat : 14083 (java) R 14061 14064 8273 0 -1 4202560 180 0 0 0 87368 15 0 0 20 0 22 0 105264061 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694698410512 139694823575014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14084] ppid=14061 vsize=9824732 CPUtime=873.81 cores=1,3,5,7
/proc/14064/task/14084/stat : 14084 (java) R 14061 14064 8273 0 -1 4202560 1967 0 0 0 87328 53 0 0 20 0 22 0 105264061 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694697357712 139694823475929 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14085] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14085/stat : 14085 (java) S 14061 14064 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105264062 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694696314280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14086] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14086/stat : 14086 (java) S 14061 14064 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105264062 10060525568 585046 33554432000 1073741824 1073778376 140736102078560 139694695261480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1775.87
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.301 s]
/proc/loadavg: 4.55 4.28 4.21 5/222 14223
/proc/meminfo: memFree=25976720/32872528 swapFree=15540/1663004
[pid=14064] ppid=14061 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/14064/stat : 14064 (java) S 14061 14064 8273 0 -1 4202496 29400 0 1 0 179868 138 0 0 20 0 22 0 105263931 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 140736102069696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14064/statm: 2456183 584773 2291 9 0 2446860 0
[pid=14064/tid=14065] ppid=14061 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (java) S 14061 14064 8273 0 -1 4202560 2550 0 1 0 120 6 0 0 20 0 22 0 105263931 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694882997112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (java) S 14061 14064 8273 0 -1 4202560 342 0 0 0 293 5 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694821727272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14068] ppid=14061 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/14064/task/14068/stat : 14068 (java) S 14061 14064 8273 0 -1 4202560 444 0 0 0 296 6 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694820674472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14069] ppid=14061 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/14064/task/14069/stat : 14069 (java) S 14061 14064 8273 0 -1 4202560 337 0 0 0 294 5 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694819621672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14070] ppid=14061 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/14064/task/14070/stat : 14070 (java) S 14061 14064 8273 0 -1 4202560 384 0 0 0 322 7 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694723250856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14071] ppid=14061 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/14064/task/14071/stat : 14071 (java) S 14061 14064 8273 0 -1 4202560 430 0 0 0 288 7 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694722198056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14072] ppid=14061 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/14064/task/14072/stat : 14072 (java) S 14061 14064 8273 0 -1 4202560 425 0 0 0 305 6 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694721145256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14073] ppid=14061 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/14064/task/14073/stat : 14073 (java) S 14061 14064 8273 0 -1 4202560 434 0 0 0 297 6 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694720092456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14074] ppid=14061 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/14064/task/14074/stat : 14074 (java) S 14061 14064 8273 0 -1 4202560 379 0 0 0 289 8 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694719039656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14075] ppid=14061 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/14064/task/14075/stat : 14075 (java) S 14061 14064 8273 0 -1 4202560 1310 0 0 0 6 21 0 0 20 0 22 0 105263933 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694706842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14076] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14076/stat : 14076 (java) S 14061 14064 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694705788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14077] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14077/stat : 14077 (java) S 14061 14064 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694704735752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14078] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14078/stat : 14078 (java) S 14061 14064 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105263936 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694703684240 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14079] ppid=14061 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/14064/task/14079/stat : 14079 (java) S 14061 14064 8273 0 -1 4202560 12920 0 0 0 144 2 0 0 20 0 22 0 105263936 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694702631352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14080] ppid=14061 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/14064/task/14080/stat : 14080 (java) S 14061 14064 8273 0 -1 4202560 5978 0 0 0 128 2 0 0 20 0 22 0 105263936 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694701578552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14081] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14081/stat : 14081 (java) S 14061 14064 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105263936 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694700525944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14082] ppid=14061 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/14064/task/14082/stat : 14082 (java) S 14061 14064 8273 0 -1 4202560 51 0 0 0 18 22 0 0 20 0 22 0 105263936 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694699473352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14083] ppid=14061 vsize=9824732 CPUtime=885.72 cores=1,3,5,7
/proc/14064/task/14083/stat : 14083 (java) R 14061 14064 8273 0 -1 4202560 183 0 0 0 88557 15 0 0 20 0 22 0 105264061 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694698418208 139694823513634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14084] ppid=14061 vsize=9824732 CPUtime=885.71 cores=1,3,5,7
/proc/14064/task/14084/stat : 14084 (java) R 14061 14064 8273 0 -1 4202560 1967 0 0 0 88518 53 0 0 20 0 22 0 105264061 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694697364544 139694823582205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14085] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14085/stat : 14085 (java) S 14061 14064 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105264062 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694696314280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14086] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14086/stat : 14086 (java) S 14061 14064 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105264062 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694695261480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 14064 sig 9
??? kill -14064 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.301 s]
/proc/loadavg: 4.55 4.28 4.21 5/222 14223
/proc/meminfo: memFree=25976720/32872528 swapFree=15540/1663004
[pid=14064] ppid=14061 vsize=9824732 CPUtime=1800.06 cores=1,3,5,7
/proc/14064/stat : 14064 (java) S 14061 14064 8273 0 -1 4202496 29400 0 1 0 179868 138 0 0 20 0 22 0 105263931 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 140736102069696 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/14064/statm: 2456183 584773 2291 9 0 2446860 0
[pid=14064/tid=14065] ppid=14061 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/14064/task/14065/stat : 14065 (java) S 14061 14064 8273 0 -1 4202560 2550 0 1 0 120 6 0 0 20 0 22 0 105263931 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694882997112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14067] ppid=14061 vsize=9824732 CPUtime=2.98 cores=1,3,5,7
/proc/14064/task/14067/stat : 14067 (java) S 14061 14064 8273 0 -1 4202560 342 0 0 0 293 5 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694821727272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14068] ppid=14061 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/14064/task/14068/stat : 14068 (java) S 14061 14064 8273 0 -1 4202560 444 0 0 0 296 6 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694820674472 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14069] ppid=14061 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/14064/task/14069/stat : 14069 (java) S 14061 14064 8273 0 -1 4202560 337 0 0 0 294 5 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694819621672 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14070] ppid=14061 vsize=9824732 CPUtime=3.29 cores=1,3,5,7
/proc/14064/task/14070/stat : 14070 (java) S 14061 14064 8273 0 -1 4202560 384 0 0 0 322 7 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694723250856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14071] ppid=14061 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/14064/task/14071/stat : 14071 (java) S 14061 14064 8273 0 -1 4202560 430 0 0 0 288 7 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694722198056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14072] ppid=14061 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/14064/task/14072/stat : 14072 (java) S 14061 14064 8273 0 -1 4202560 425 0 0 0 305 6 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694721145256 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14073] ppid=14061 vsize=9824732 CPUtime=3.03 cores=1,3,5,7
/proc/14064/task/14073/stat : 14073 (java) S 14061 14064 8273 0 -1 4202560 434 0 0 0 297 6 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694720092456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14074] ppid=14061 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/14064/task/14074/stat : 14074 (java) S 14061 14064 8273 0 -1 4202560 379 0 0 0 289 8 0 0 20 0 22 0 105263932 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694719039656 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14075] ppid=14061 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/14064/task/14075/stat : 14075 (java) S 14061 14064 8273 0 -1 4202560 1310 0 0 0 6 21 0 0 20 0 22 0 105263933 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694706842600 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14076] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14076/stat : 14076 (java) S 14061 14064 8273 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694705788664 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14077] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14077/stat : 14077 (java) S 14061 14064 8273 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 105263933 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694704735752 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14078] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14078/stat : 14078 (java) S 14061 14064 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105263936 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694703684240 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14079] ppid=14061 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/14064/task/14079/stat : 14079 (java) S 14061 14064 8273 0 -1 4202560 12920 0 0 0 144 2 0 0 20 0 22 0 105263936 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694702631352 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14080] ppid=14061 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/14064/task/14080/stat : 14080 (java) S 14061 14064 8273 0 -1 4202560 5978 0 0 0 128 2 0 0 20 0 22 0 105263936 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694701578552 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14081] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14081/stat : 14081 (java) S 14061 14064 8273 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105263936 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694700525944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14064/tid=14082] ppid=14061 vsize=9824732 CPUtime=0.4 cores=1,3,5,7
/proc/14064/task/14082/stat : 14082 (java) S 14061 14064 8273 0 -1 4202560 51 0 0 0 18 22 0 0 20 0 22 0 105263936 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694699473352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14083] ppid=14061 vsize=9824732 CPUtime=885.72 cores=1,3,5,7
/proc/14064/task/14083/stat : 14083 (java) R 14061 14064 8273 0 -1 4202560 183 0 0 0 88557 15 0 0 20 0 22 0 105264061 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694698418208 139694823513634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14064/tid=14084] ppid=14061 vsize=9824732 CPUtime=885.71 cores=1,3,5,7
/proc/14064/task/14084/stat : 14084 (java) R 14061 14064 8273 0 -1 4202560 1967 0 0 0 88518 53 0 0 20 0 22 0 105264061 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694697364544 139694823582205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14064/tid=14085] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14085/stat : 14085 (java) S 14061 14064 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105264062 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694696314280 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14064/tid=14086] ppid=14061 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/14064/task/14086/stat : 14086 (java) S 14061 14064 8273 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105264062 10060525568 584773 33554432000 1073741824 1073778376 140736102078560 139694695261480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 894.37
CPU time (s): 1800.89
CPU user time (s): 1799.02
CPU system time (s): 1.87471
CPU usage (%): 201.359
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.87471
maximum resident set size= 2797040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29435
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= 29640
involuntary context switches= 49397

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.69313 second user time and 7.96379 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-06 19:15:12
IDJOB=4081288
IDBENCH=2939
IDSOLVER=2543
FILE ID=node134/4081288-1465233311
RUNJOBID= node134-1465220363-8290
PBS_JOBID= 19843220
Free space on /tmp= 71728 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_17.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081288-1465233311/watcher-4081288-1465233311 -o /tmp/evaluation-result-4081288-1465233311/solver-4081288-1465233311 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1465220363-8290 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081288-1465233311.opb

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

MD5SUM BENCH= 25ee8feec785b6a4be71df8acc9d82db
RANDOM SEED=2088528159

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:        28214548 kB
Buffers:           28348 kB
Cached:            93252 kB
SwapCached:         1804 kB
Active:          2223172 kB
Inactive:          54916 kB
Active(anon):    2157916 kB
Inactive(anon):     1036 kB
Active(file):      65256 kB
Inactive(file):    53880 kB
Unevictable:     1663004 kB
Mlocked:           15540 kB
SwapTotal:      67108856 kB
SwapFree:       67098292 kB
Dirty:              8028 kB
Writeback:             0 kB
AnonPages:       3831604 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             567376 kB
SReclaimable:      10932 kB
SUnreclaim:       556444 kB
KernelStack:        1608 kB
PageTables:        11768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4928500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3776512 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= 71684 MiB
End job on node134 at 2016-06-06 19:30:06