Trace number 4100642

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.461

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-greenbea.opb
MD5SUM542c2b53b45e753224c38b905fee77fb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables155427
Total number of constraints2674
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2674
Minimum length of a constraint11
Maximum length of a constraint7267
Number of terms in the objective function 15205
Biggest coefficient in the objective function 24902
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 537080
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 537080
Number of bits of the biggest sum of numbers20
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100642-1466210647.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
4.66/2.81	c ... done. Wall clock time 2.696s.
4.66/2.81	c declared #vars     155427
4.66/2.81	c #constraints  4866
4.66/2.82	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
4.66/2.82	c constraints type 
4.66/2.82	c org.sat4j.specs.Constr$1 => 339
4.66/2.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4527
4.66/2.82	c 4866 constraints processed.
4.66/2.82	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
4.66/2.82	c constraints type 
4.66/2.82	c org.sat4j.specs.Constr$1 => 339
4.66/2.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4527
4.66/2.82	c 4866 constraints processed.
4.66/2.82	c objective function length is 15205 literals
44.24/22.05	c cleaning 2591 clauses out of 5182 with flag 10492/5183
95.26/47.01	c cleaning 4213 clauses out of 8426 with flag 22162/11018
155.01/76.68	c cleaning 5641 clauses out of 11281 with flag 36298/18086
221.38/109.52	c cleaning 6857 clauses out of 13713 with flag 52444/26159
298.54/147.65	c cleaning 7985 clauses out of 15970 with flag 70672/35273
373.54/184.88	c cleaning 8860 clauses out of 17720 with flag 90142/45008
456.91/226.07	c cleaning 9956 clauses out of 19911 with flag 112244/56059
536.22/265.48	c cleaning 10967 clauses out of 21933 with flag 136200/68037
604.65/299.48	c cleaning 11973 clauses out of 23945 with flag 162158/81016
648.55/321.30	c cleaning 12959 clauses out of 25954 with flag 196404/95000
700.83/347.24	c cleaning 13970 clauses out of 27995 with flag 236935/110000
758.99/375.94	c cleaning 15010 clauses out of 30039 with flag 279709/126014
823.40/408.44	c cleaning 15992 clauses out of 32015 with flag 331150/143000
886.86/440.01	c cleaning 16997 clauses out of 34023 with flag 381811/161000
958.31/475.51	c cleaning 17995 clauses out of 36026 with flag 436268/180000
1036.33/514.28	c cleaning 18993 clauses out of 38031 with flag 493217/200000
1118.83/554.94	c cleaning 20008 clauses out of 40044 with flag 551005/221006
1203.44/596.97	c cleaning 21000 clauses out of 42030 with flag 611155/243000
1289.19/639.67	c cleaning 22002 clauses out of 44035 with flag 674136/266005
1377.95/683.69	c cleaning 22990 clauses out of 46028 with flag 740916/290000
1472.12/731.18	c cleaning 24003 clauses out of 48040 with flag 810400/315002
1566.50/778.10	c cleaning 25000 clauses out of 50036 with flag 881352/341001
1660.05/824.63	c cleaning 26008 clauses out of 52039 with flag 956906/368004
1767.23/878.05	c cleaning 26987 clauses out of 54027 with flag 1034511/396000
1800.20/894.41	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.20/894.41	c starts		: 8
1800.20/894.41	c conflicts		: 404341
1800.20/894.41	c decisions		: 789714
1800.20/894.41	c propagations		: 248367097
1800.20/894.41	c inspects		: 2700459516
1800.20/894.41	c shortcuts		: 0
1800.20/894.41	c learnt literals	: 3
1800.20/894.41	c learnt binary clauses	: 3
1800.20/894.41	c learnt ternary clauses	: 2
1800.20/894.41	c learnt constraints	: 404338
1800.20/894.41	c ignored constraints	: 0
1800.20/894.41	c root simplifications	: 0
1800.20/894.41	c removed literals (reason simplification)	: 11673467
1800.20/894.41	c reason swapping (by a shorter reason)	: 0
1800.20/894.41	c Calls to reduceDB	: 24
1800.20/894.41	c Number of update (reduction) of LBD	: 76679
1800.20/894.41	c Imported unit clauses	: 0
1800.20/894.41	c number of reductions to clauses (during analyze)	: 0
1800.20/894.41	c number of learned constraints concerned by reduction	: 0
1800.20/894.41	c number of learning phase by resolution	: 0
1800.20/894.41	c number of learning phase by cutting planes	: 0
1800.20/894.41	c speed (assignments/second)	: 278614.6139487299
1800.20/894.41	c non guided choices	68604
1800.20/894.43	c learnt constraints type 
1800.20/894.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.20/894.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35378
1800.20/894.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.20/894.43	c starts		: 3
1800.20/894.43	c conflicts		: 2331
1800.20/894.43	c decisions		: 353576
1800.20/894.43	c propagations		: 2166684
1800.20/894.43	c inspects		: 116062579
1800.20/894.43	c shortcuts		: 0
1800.20/894.43	c learnt literals	: 0
1800.20/894.43	c learnt binary clauses	: 0
1800.20/894.43	c learnt ternary clauses	: 0
1800.20/894.43	c learnt constraints	: 2330
1800.20/894.43	c ignored constraints	: 0
1800.20/894.43	c root simplifications	: 0
1800.20/894.43	c removed literals (reason simplification)	: 0
1800.20/894.43	c reason swapping (by a shorter reason)	: 0
1800.20/894.43	c Calls to reduceDB	: 0
1800.20/894.43	c Number of update (reduction) of LBD	: 0
1800.20/894.43	c Imported unit clauses	: 0
1800.20/894.43	c number of reductions to clauses (during analyze)	: 0
1800.20/894.43	c number of learned constraints concerned by reduction	: 0
1800.20/894.43	c number of learning phase by resolution	: 0
1800.20/894.43	c number of learning phase by cutting planes	: 0
1800.20/894.43	c speed (assignments/second)	: 2430.6529055418446
1800.20/894.43	c non guided choices	0
1800.20/894.43	c learnt constraints type 
1800.20/894.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.20/894.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2328
1800.20/894.43	s UNKNOWN
1800.20/894.43	c Total wall clock time (in seconds): 894.31

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-4100642-1466210647/watcher-4100642-1466210647 -o /tmp/evaluation-result-4100642-1466210647/solver-4100642-1466210647 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100642-1466210647.opb 

pid=26324
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.13 4.01 3.94 4/197 26327
/proc/meminfo: memFree=30848972/32872528 swapFree=496868/529572
[pid=26327] ppid=26324 vsize=336 CPUtime=0 cores=0,2,4,6
/proc/26327/stat : 26327 (java) R 26324 26327 22589 0 -1 4202496 369 0 0 0 0 0 0 0 20 0 1 0 23110198 344064 42 33554432000 1073741824 1073778376 140736507709536 140736611354248 211449638279 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26327/statm: 625 46 37 9 0 29 0

[startup+0.100157 s]
/proc/loadavg: 4.13 4.01 3.94 4/197 26327
/proc/meminfo: memFree=30848972/32872528 swapFree=496868/529572
[pid=26327] ppid=26324 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26327/stat : 26327 (java) S 26324 26327 22589 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 23110198 9787879424 6031 33554432000 1073741824 1073778376 140736507709536 140736507700672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26327/statm: 2389619 6031 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 4.13 4.01 3.94 4/197 26327
/proc/meminfo: memFree=30848972/32872528 swapFree=496868/529572
[pid=26327] ppid=26324 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/26327/stat : 26327 (java) S 26324 26327 22589 0 -1 4202496 5041 0 1 0 26 1 0 0 20 0 18 0 23110198 9787879424 8417 33554432000 1073741824 1073778376 140736507709536 140736507700672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26327/statm: 2389619 8417 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 4.13 4.01 3.94 4/197 26327
/proc/meminfo: memFree=30848972/32872528 swapFree=496868/529572
[pid=26327] ppid=26324 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/26327/stat : 26327 (java) S 26324 26327 22589 0 -1 4202496 5872 0 1 0 49 1 0 0 20 0 18 0 23110198 9787879424 11397 33554432000 1073741824 1073778376 140736507709536 140736507700672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26327/statm: 2389619 11397 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700196 s]
/proc/loadavg: 4.13 4.01 3.94 4/197 26327
/proc/meminfo: memFree=30848972/32872528 swapFree=496868/529572
[pid=26327] ppid=26324 vsize=9558476 CPUtime=1.58 cores=0,2,4,6
/proc/26327/stat : 26327 (java) S 26324 26327 22589 0 -1 4202496 15190 0 1 0 149 9 0 0 20 0 18 0 23110198 9787879424 54005 33554432000 1073741824 1073778376 140736507709536 140736507700672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26327/statm: 2389619 54005 2264 9 0 2380296 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 4.13 4.01 3.94 4/215 26345
/proc/meminfo: memFree=30576380/32872528 swapFree=496868/529572
[pid=26327] ppid=26324 vsize=9558476 CPUtime=2.67 cores=0,2,4,6
/proc/26327/stat : 26327 (java) S 26324 26327 22589 0 -1 4202496 15900 0 1 0 247 20 0 0 20 0 18 0 23110198 9787879424 102124 33554432000 1073741824 1073778376 140736507709536 140736507700672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26327/statm: 2389619 102127 2270 9 0 2380296 0
[pid=26327/tid=26329] ppid=26324 vsize=9558476 CPUtime=1.31 cores=0,2,4,6
/proc/26327/task/26329/stat : 26329 (java) S 26324 26327 22589 0 -1 4202560 2527 0 1 0 127 4 0 0 20 0 18 0 23110199 9787879424 102128 33554432000 1073741824 1073778376 140736507709536 139870880996680 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26330] ppid=26324 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/26327/task/26330/stat : 26330 (java) R 26324 26327 22589 0 -1 4202560 128 0 0 0 3 2 0 0 20 0 18 0 23110200 9787879424 102130 33554432000 1073741824 1073778376 140736507709536 139870853450072 139870887896637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26331] ppid=26324 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/26327/task/26331/stat : 26331 (java) R 26324 26327 22589 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 18 0 23110200 9787879424 102131 33554432000 1073741824 1073778376 140736507709536 139870852397352 139870883469009 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26332] ppid=26324 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/26327/task/26332/stat : 26332 (java) R 26324 26327 22589 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 18 0 23110200 9787879424 102133 33554432000 1073741824 1073778376 140736507709536 139870851344984 139870887893500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26333] ppid=26324 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/26327/task/26333/stat : 26333 (java) R 26324 26327 22589 0 -1 4202560 112 0 0 0 3 2 0 0 20 0 18 0 23110200 9787879424 102646 33554432000 1073741824 1073778376 140736507709536 139870850292440 139870883469009 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26334] ppid=26324 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26327/task/26334/stat : 26334 (java) R 26324 26327 22589 0 -1 4202560 127 0 0 0 7 2 0 0 20 0 18 0 23110200 9787879424 102648 33554432000 1073741824 1073778376 140736507709536 139870849239720 211462173756 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26335] ppid=26324 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/26327/task/26335/stat : 26335 (java) R 26324 26327 22589 0 -1 4202560 169 0 0 0 7 2 0 0 20 0 18 0 23110200 9787879424 102649 33554432000 1073741824 1073778376 140736507709536 139870848187176 139870884276124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26336] ppid=26324 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/26327/task/26336/stat : 26336 (java) R 26324 26327 22589 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 18 0 23110200 9787879424 102651 33554432000 1073741824 1073778376 140736507709536 139870847134632 139870883469009 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26337] ppid=26324 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/26327/task/26337/stat : 26337 (java) S 26324 26327 22589 0 -1 4202560 78 0 0 0 3 1 0 0 20 0 18 0 23110200 9787879424 102652 33554432000 1073741824 1073778376 140736507709536 139870846082088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26338] ppid=26324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26338/stat : 26338 (java) S 26324 26327 22589 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23110201 9787879424 102654 33554432000 1073741824 1073778376 140736507709536 139870234182664 211462173756 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26339] ppid=26324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26339/stat : 26339 (java) S 26324 26327 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23110202 9787879424 102655 33554432000 1073741824 1073778376 140736507709536 139870233130104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26340] ppid=26324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26340/stat : 26340 (java) S 26324 26327 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23110202 9787879424 102657 33554432000 1073741824 1073778376 140736507709536 139870232077448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26341] ppid=26324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26341/stat : 26341 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23110204 9787879424 102658 33554432000 1073741824 1073778376 140736507709536 139870231026192 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26342] ppid=26324 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/26327/task/26342/stat : 26342 (java) S 26324 26327 22589 0 -1 4202560 4468 0 0 0 37 0 0 0 20 0 18 0 23110204 9787879424 102660 33554432000 1073741824 1073778376 140736507709536 139870229973560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26343] ppid=26324 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/26327/task/26343/stat : 26343 (java) S 26324 26327 22589 0 -1 4202560 6886 0 0 0 36 1 0 0 20 0 18 0 23110204 9787879424 102662 33554432000 1073741824 1073778376 140736507709536 139870228921016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26344] ppid=26324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26344/stat : 26344 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23110204 9787879424 102663 33554432000 1073741824 1073778376 140736507709536 139870227868664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26345] ppid=26324 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26345/stat : 26345 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23110204 9787879424 102665 33554432000 1073741824 1073778376 140736507709536 139870226816328 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 9558476

[startup+3.10072 s]
/proc/loadavg: 4.13 4.01 3.94 4/215 26345
/proc/meminfo: memFree=30286312/32872528 swapFree=496868/529572
[pid=26327] ppid=26324 vsize=9824732 CPUtime=5.56 cores=0,2,4,6
/proc/26327/stat : 26327 (java) S 26324 26327 22589 0 -1 4202496 16910 0 1 0 516 40 0 0 20 0 22 0 23110198 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 140736507700672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26327/statm: 2456183 153495 2281 9 0 2446860 0
[pid=26327/tid=26329] ppid=26324 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/26327/task/26329/stat : 26329 (java) S 26324 26327 22589 0 -1 4202560 2541 0 1 0 236 5 0 0 20 0 22 0 23110199 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870880998264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26330] ppid=26324 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/26327/task/26330/stat : 26330 (java) S 26324 26327 22589 0 -1 4202560 173 0 0 0 8 3 0 0 20 0 22 0 23110200 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870853449896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26331] ppid=26324 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/26327/task/26331/stat : 26331 (java) S 26324 26327 22589 0 -1 4202560 73 0 0 0 11 4 0 0 20 0 22 0 23110200 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870852397352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26332] ppid=26324 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/26327/task/26332/stat : 26332 (java) S 26324 26327 22589 0 -1 4202560 120 0 0 0 11 4 0 0 20 0 22 0 23110200 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870851344808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26333] ppid=26324 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/26327/task/26333/stat : 26333 (java) S 26324 26327 22589 0 -1 4202560 273 0 0 0 16 5 0 0 20 0 22 0 23110200 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870850292264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26334] ppid=26324 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/26327/task/26334/stat : 26334 (java) S 26324 26327 22589 0 -1 4202560 172 0 0 0 15 4 0 0 20 0 22 0 23110200 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870849239720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26335] ppid=26324 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/26327/task/26335/stat : 26335 (java) S 26324 26327 22589 0 -1 4202560 281 0 0 0 18 5 0 0 20 0 22 0 23110200 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870848187176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26336] ppid=26324 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/26327/task/26336/stat : 26336 (java) S 26324 26327 22589 0 -1 4202560 85 0 0 0 13 4 0 0 20 0 22 0 23110200 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870847134632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26337] ppid=26324 vsize=9824732 CPUtime=0.15 cores=0,2,4,6
/proc/26327/task/26337/stat : 26337 (java) S 26324 26327 22589 0 -1 4202560 122 0 0 0 12 3 0 0 20 0 22 0 23110200 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870846082088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26338] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26338/stat : 26338 (java) S 26324 26327 22589 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 23110201 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870234183784 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26339] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26339/stat : 26339 (java) S 26324 26327 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23110202 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870233130104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26340] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26340/stat : 26340 (java) S 26324 26327 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23110202 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870232077448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26341] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26341/stat : 26341 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23110204 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870231026192 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26342] ppid=26324 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/26327/task/26342/stat : 26342 (java) S 26324 26327 22589 0 -1 4202560 4471 0 0 0 52 0 0 0 20 0 22 0 23110204 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870229973560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26343] ppid=26324 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/26327/task/26343/stat : 26343 (java) S 26324 26327 22589 0 -1 4202560 6888 0 0 0 54 2 0 0 20 0 22 0 23110204 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870228921016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26344] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26344/stat : 26344 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23110204 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870227868664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26345] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26345/stat : 26345 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23110204 10060525568 153495 33554432000 1073741824 1073778376 140736507709536 139870226816328 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.56
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.04 3.99 3.93 5/219 26349
/proc/meminfo: memFree=29947752/32872528 swapFree=496868/529572
[pid=26327] ppid=26324 vsize=9824732 CPUtime=12.5 cores=0,2,4,6
/proc/26327/stat : 26327 (java) S 26324 26327 22589 0 -1 4202496 18339 0 1 0 1196 54 0 0 20 0 22 0 23110198 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 140736507700672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26327/statm: 2456183 226247 2294 9 0 2446860 0
[pid=26327/tid=26329] ppid=26324 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/26327/task/26329/stat : 26329 (java) S 26324 26327 22589 0 -1 4202560 2541 0 1 0 236 5 0 0 20 0 22 0 23110199 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870880998264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26330] ppid=26324 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/26327/task/26330/stat : 26330 (java) S 26324 26327 22589 0 -1 4202560 199 0 0 0 14 5 0 0 20 0 22 0 23110200 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870853449896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26331] ppid=26324 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/26327/task/26331/stat : 26331 (java) S 26324 26327 22589 0 -1 4202560 101 0 0 0 14 5 0 0 20 0 22 0 23110200 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870852397352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26332] ppid=26324 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/26327/task/26332/stat : 26332 (java) S 26324 26327 22589 0 -1 4202560 142 0 0 0 17 5 0 0 20 0 22 0 23110200 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870851344808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26333] ppid=26324 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/26327/task/26333/stat : 26333 (java) S 26324 26327 22589 0 -1 4202560 298 0 0 0 22 7 0 0 20 0 22 0 23110200 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870850292264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26334] ppid=26324 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/26327/task/26334/stat : 26334 (java) S 26324 26327 22589 0 -1 4202560 228 0 0 0 27 7 0 0 20 0 22 0 23110200 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870849239720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26335] ppid=26324 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/26327/task/26335/stat : 26335 (java) S 26324 26327 22589 0 -1 4202560 304 0 0 0 23 7 0 0 20 0 22 0 23110200 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870848187176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26336] ppid=26324 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/26327/task/26336/stat : 26336 (java) S 26324 26327 22589 0 -1 4202560 110 0 0 0 16 6 0 0 20 0 22 0 23110200 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870847134632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26337] ppid=26324 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/26327/task/26337/stat : 26337 (java) S 26324 26327 22589 0 -1 4202560 138 0 0 0 16 4 0 0 20 0 22 0 23110200 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870846082088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26338] ppid=26324 vsize=9824732 CPUtime=0.61 cores=0,2,4,6
/proc/26327/task/26338/stat : 26338 (java) S 26324 26327 22589 0 -1 4202560 806 0 0 0 61 0 0 0 20 0 22 0 23110201 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870234183784 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26339] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26339/stat : 26339 (java) S 26324 26327 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23110202 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870233130104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26340] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26340/stat : 26340 (java) S 26324 26327 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23110202 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870232077448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26341] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26341/stat : 26341 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23110204 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870231026192 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26342] ppid=26324 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/26327/task/26342/stat : 26342 (java) S 26324 26327 22589 0 -1 4202560 4832 0 0 0 93 0 0 0 20 0 22 0 23110204 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870229973560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26343] ppid=26324 vsize=9824732 CPUtime=1.05 cores=0,2,4,6
/proc/26327/task/26343/stat : 26343 (java) S 26324 26327 22589 0 -1 4202560 7041 0 0 0 103 2 0 0 20 0 22 0 23110204 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870228921016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26344] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26344/stat : 26344 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23110204 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870227868664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26345] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26345/stat : 26345 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23110204 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870226816328 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26346] ppid=26324 vsize=9824732 CPUtime=2.7 cores=0,2,4,6
/proc/26327/task/26346/stat : 26346 (java) R 26324 26327 22589 0 -1 4202560 228 0 0 0 270 0 0 0 20 0 22 0 23110480 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870225760856 139870727948448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26347] ppid=26324 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/26327/task/26347/stat : 26347 (java) R 26324 26327 22589 0 -1 4202560 106 0 0 0 265 4 0 0 20 0 22 0 23110481 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870224705616 139870728023219 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26348] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26348/stat : 26348 (java) S 26324 26327 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23110496 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870223655976 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26349] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26349/stat : 26349 (java) S 26324 26327 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23110501 10060525568 226247 33554432000 1073741824 1073778376 140736507709536 139870222603432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.5

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

[startup+882.301 s]
/proc/loadavg: 4.56 4.25 4.10 5/219 26438
/proc/meminfo: memFree=23471916/32872528 swapFree=496868/529572
[pid=26327] ppid=26324 vsize=9824732 CPUtime=1775.83 cores=0,2,4,6
/proc/26327/stat : 26327 (java) S 26324 26327 22589 0 -1 4202496 43108 0 1 0 177263 320 0 0 20 0 22 0 23110198 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 140736507700672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26327/statm: 2456183 945255 2298 9 0 2446860 0
[pid=26327/tid=26329] ppid=26324 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/26327/task/26329/stat : 26329 (java) S 26324 26327 22589 0 -1 4202560 2549 0 1 0 238 6 0 0 20 0 22 0 23110199 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870880998264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26330] ppid=26324 vsize=9824732 CPUtime=3.51 cores=0,2,4,6
/proc/26327/task/26330/stat : 26330 (java) S 26324 26327 22589 0 -1 4202560 808 0 0 0 317 34 0 0 20 0 22 0 23110200 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870853449896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26331] ppid=26324 vsize=9824732 CPUtime=3.53 cores=0,2,4,6
/proc/26327/task/26331/stat : 26331 (java) S 26324 26327 22589 0 -1 4202560 799 0 0 0 318 35 0 0 20 0 22 0 23110200 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870852397352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26332] ppid=26324 vsize=9824732 CPUtime=3.76 cores=0,2,4,6
/proc/26327/task/26332/stat : 26332 (java) S 26324 26327 22589 0 -1 4202560 696 0 0 0 343 33 0 0 20 0 22 0 23110200 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870851344808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26333] ppid=26324 vsize=9824732 CPUtime=3.81 cores=0,2,4,6
/proc/26327/task/26333/stat : 26333 (java) S 26324 26327 22589 0 -1 4202560 868 0 0 0 346 35 0 0 20 0 22 0 23110200 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870850292264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26334] ppid=26324 vsize=9824732 CPUtime=4.01 cores=0,2,4,6
/proc/26327/task/26334/stat : 26334 (java) S 26324 26327 22589 0 -1 4202560 869 0 0 0 364 37 0 0 20 0 22 0 23110200 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870849239720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26335] ppid=26324 vsize=9824732 CPUtime=3.52 cores=0,2,4,6
/proc/26327/task/26335/stat : 26335 (java) S 26324 26327 22589 0 -1 4202560 725 0 0 0 323 29 0 0 20 0 22 0 23110200 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870848187176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26336] ppid=26324 vsize=9824732 CPUtime=3.65 cores=0,2,4,6
/proc/26327/task/26336/stat : 26336 (java) S 26324 26327 22589 0 -1 4202560 813 0 0 0 330 35 0 0 20 0 22 0 23110200 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870847134632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26337] ppid=26324 vsize=9824732 CPUtime=3.22 cores=0,2,4,6
/proc/26327/task/26337/stat : 26337 (java) S 26324 26327 22589 0 -1 4202560 771 0 0 0 289 33 0 0 20 0 22 0 23110200 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870846082088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26338] ppid=26324 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/26327/task/26338/stat : 26338 (java) S 26324 26327 22589 0 -1 4202560 2851 0 0 0 346 9 0 0 20 0 22 0 23110201 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870234183784 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26339] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26339/stat : 26339 (java) S 26324 26327 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23110202 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870233130104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26340] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26340/stat : 26340 (java) S 26324 26327 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23110202 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870232077448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26341] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26341/stat : 26341 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23110204 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870231026192 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26342] ppid=26324 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/26327/task/26342/stat : 26342 (java) S 26324 26327 22589 0 -1 4202560 14912 0 0 0 170 3 0 0 20 0 22 0 23110204 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870229973560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26343] ppid=26324 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/26327/task/26343/stat : 26343 (java) S 26324 26327 22589 0 -1 4202560 13502 0 0 0 171 3 0 0 20 0 22 0 23110204 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870228921016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26344] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26344/stat : 26344 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23110204 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870227868664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26345] ppid=26324 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/26327/task/26345/stat : 26345 (java) S 26324 26327 22589 0 -1 4202560 51 0 0 0 12 14 0 0 20 0 22 0 23110204 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870226816328 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26346] ppid=26324 vsize=9824732 CPUtime=868.68 cores=0,2,4,6
/proc/26327/task/26346/stat : 26346 (java) R 26324 26327 22589 0 -1 4202560 338 0 0 0 86850 18 0 0 20 0 22 0 23110480 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870225751712 139870727889823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26347] ppid=26324 vsize=9824732 CPUtime=868.72 cores=0,2,4,6
/proc/26327/task/26347/stat : 26347 (java) R 26324 26327 22589 0 -1 4202560 1292 0 0 0 86846 26 0 0 20 0 22 0 23110481 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870224705696 139870728001259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26348] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26348/stat : 26348 (java) S 26324 26327 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23110496 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870223655976 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26349] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26349/stat : 26349 (java) S 26324 26327 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23110501 10060525568 945255 33554432000 1073741824 1073778376 140736507709536 139870222603432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1775.83
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.401 s]
/proc/loadavg: 4.55 4.26 4.11 5/219 26438
/proc/meminfo: memFree=23447344/32872528 swapFree=496868/529572
[pid=26327] ppid=26324 vsize=9824732 CPUtime=1800.2 cores=0,2,4,6
/proc/26327/stat : 26327 (java) S 26324 26327 22589 0 -1 4202496 43118 0 1 0 179700 320 0 0 20 0 22 0 23110198 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 140736507700672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26327/statm: 2456183 945261 2298 9 0 2446860 0
[pid=26327/tid=26329] ppid=26324 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/26327/task/26329/stat : 26329 (java) S 26324 26327 22589 0 -1 4202560 2549 0 1 0 238 6 0 0 20 0 22 0 23110199 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870880998264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26330] ppid=26324 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/26327/task/26330/stat : 26330 (java) S 26324 26327 22589 0 -1 4202560 809 0 0 0 324 34 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870853449896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26331] ppid=26324 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/26327/task/26331/stat : 26331 (java) S 26324 26327 22589 0 -1 4202560 799 0 0 0 322 35 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870852397352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26332] ppid=26324 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/26327/task/26332/stat : 26332 (java) S 26324 26327 22589 0 -1 4202560 697 0 0 0 346 33 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870851344808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26333] ppid=26324 vsize=9824732 CPUtime=3.84 cores=0,2,4,6
/proc/26327/task/26333/stat : 26333 (java) S 26324 26327 22589 0 -1 4202560 868 0 0 0 349 35 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870850292264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26334] ppid=26324 vsize=9824732 CPUtime=4.04 cores=0,2,4,6
/proc/26327/task/26334/stat : 26334 (java) S 26324 26327 22589 0 -1 4202560 869 0 0 0 367 37 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870849239720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26335] ppid=26324 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/26327/task/26335/stat : 26335 (java) S 26324 26327 22589 0 -1 4202560 725 0 0 0 328 29 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870848187176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26336] ppid=26324 vsize=9824732 CPUtime=3.68 cores=0,2,4,6
/proc/26327/task/26336/stat : 26336 (java) S 26324 26327 22589 0 -1 4202560 813 0 0 0 333 35 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870847134632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26337] ppid=26324 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/26327/task/26337/stat : 26337 (java) S 26324 26327 22589 0 -1 4202560 775 0 0 0 296 33 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870846082088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26338] ppid=26324 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/26327/task/26338/stat : 26338 (java) S 26324 26327 22589 0 -1 4202560 2853 0 0 0 346 9 0 0 20 0 22 0 23110201 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870234183784 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26339] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26339/stat : 26339 (java) S 26324 26327 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23110202 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870233130104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26340] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26340/stat : 26340 (java) S 26324 26327 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23110202 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870232077448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26341] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26341/stat : 26341 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23110204 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870231026192 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26342] ppid=26324 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/26327/task/26342/stat : 26342 (java) S 26324 26327 22589 0 -1 4202560 14912 0 0 0 170 3 0 0 20 0 22 0 23110204 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870229973560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26343] ppid=26324 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/26327/task/26343/stat : 26343 (java) S 26324 26327 22589 0 -1 4202560 13502 0 0 0 171 3 0 0 20 0 22 0 23110204 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870228921016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26344] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26344/stat : 26344 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23110204 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870227868664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26345] ppid=26324 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/26327/task/26345/stat : 26345 (java) S 26324 26327 22589 0 -1 4202560 51 0 0 0 12 14 0 0 20 0 22 0 23110204 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870226816328 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26346] ppid=26324 vsize=9824732 CPUtime=880.69 cores=0,2,4,6
/proc/26327/task/26346/stat : 26346 (java) R 26324 26327 22589 0 -1 4202560 339 0 0 0 88051 18 0 0 20 0 22 0 23110480 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870225758528 139870727889362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26347] ppid=26324 vsize=9824732 CPUtime=880.72 cores=0,2,4,6
/proc/26327/task/26347/stat : 26347 (java) R 26324 26327 22589 0 -1 4202560 1293 0 0 0 88046 26 0 0 20 0 22 0 23110481 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870224706656 139870728001201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26348] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26348/stat : 26348 (java) S 26324 26327 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23110496 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870223655976 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26349] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26349/stat : 26349 (java) S 26324 26327 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23110501 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870222603432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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 26327 sig 9
??? kill -26327 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.401 s]
/proc/loadavg: 4.55 4.26 4.11 5/219 26438
/proc/meminfo: memFree=23447344/32872528 swapFree=496868/529572
[pid=26327] ppid=26324 vsize=9824732 CPUtime=1800.2 cores=0,2,4,6
/proc/26327/stat : 26327 (java) S 26324 26327 22589 0 -1 4202496 43118 0 1 0 179700 320 0 0 20 0 22 0 23110198 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 140736507700672 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26327/statm: 2456183 945261 2298 9 0 2446860 0
[pid=26327/tid=26329] ppid=26324 vsize=9824732 CPUtime=2.44 cores=0,2,4,6
/proc/26327/task/26329/stat : 26329 (java) S 26324 26327 22589 0 -1 4202560 2549 0 1 0 238 6 0 0 20 0 22 0 23110199 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870880998264 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26330] ppid=26324 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/26327/task/26330/stat : 26330 (java) S 26324 26327 22589 0 -1 4202560 809 0 0 0 324 34 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870853449896 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26331] ppid=26324 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/26327/task/26331/stat : 26331 (java) S 26324 26327 22589 0 -1 4202560 799 0 0 0 322 35 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870852397352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26332] ppid=26324 vsize=9824732 CPUtime=3.79 cores=0,2,4,6
/proc/26327/task/26332/stat : 26332 (java) S 26324 26327 22589 0 -1 4202560 697 0 0 0 346 33 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870851344808 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26333] ppid=26324 vsize=9824732 CPUtime=3.84 cores=0,2,4,6
/proc/26327/task/26333/stat : 26333 (java) S 26324 26327 22589 0 -1 4202560 868 0 0 0 349 35 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870850292264 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26334] ppid=26324 vsize=9824732 CPUtime=4.04 cores=0,2,4,6
/proc/26327/task/26334/stat : 26334 (java) S 26324 26327 22589 0 -1 4202560 869 0 0 0 367 37 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870849239720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26335] ppid=26324 vsize=9824732 CPUtime=3.57 cores=0,2,4,6
/proc/26327/task/26335/stat : 26335 (java) S 26324 26327 22589 0 -1 4202560 725 0 0 0 328 29 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870848187176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26336] ppid=26324 vsize=9824732 CPUtime=3.68 cores=0,2,4,6
/proc/26327/task/26336/stat : 26336 (java) S 26324 26327 22589 0 -1 4202560 813 0 0 0 333 35 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870847134632 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26337] ppid=26324 vsize=9824732 CPUtime=3.29 cores=0,2,4,6
/proc/26327/task/26337/stat : 26337 (java) S 26324 26327 22589 0 -1 4202560 775 0 0 0 296 33 0 0 20 0 22 0 23110200 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870846082088 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26338] ppid=26324 vsize=9824732 CPUtime=3.55 cores=0,2,4,6
/proc/26327/task/26338/stat : 26338 (java) S 26324 26327 22589 0 -1 4202560 2853 0 0 0 346 9 0 0 20 0 22 0 23110201 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870234183784 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26339] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26339/stat : 26339 (java) S 26324 26327 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23110202 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870233130104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26340] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26340/stat : 26340 (java) S 26324 26327 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23110202 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870232077448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26341] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26341/stat : 26341 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23110204 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870231026192 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26342] ppid=26324 vsize=9824732 CPUtime=1.73 cores=0,2,4,6
/proc/26327/task/26342/stat : 26342 (java) S 26324 26327 22589 0 -1 4202560 14912 0 0 0 170 3 0 0 20 0 22 0 23110204 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870229973560 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26327/tid=26343] ppid=26324 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/26327/task/26343/stat : 26343 (java) S 26324 26327 22589 0 -1 4202560 13502 0 0 0 171 3 0 0 20 0 22 0 23110204 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870228921016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26344] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26344/stat : 26344 (java) S 26324 26327 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23110204 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870227868664 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26345] ppid=26324 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/26327/task/26345/stat : 26345 (java) S 26324 26327 22589 0 -1 4202560 51 0 0 0 12 14 0 0 20 0 22 0 23110204 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870226816328 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26346] ppid=26324 vsize=9824732 CPUtime=880.69 cores=0,2,4,6
/proc/26327/task/26346/stat : 26346 (java) R 26324 26327 22589 0 -1 4202560 339 0 0 0 88051 18 0 0 20 0 22 0 23110480 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870225758528 139870727889362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26327/tid=26347] ppid=26324 vsize=9824732 CPUtime=880.72 cores=0,2,4,6
/proc/26327/task/26347/stat : 26347 (java) R 26324 26327 22589 0 -1 4202560 1293 0 0 0 88046 26 0 0 20 0 22 0 23110481 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870224706656 139870728001201 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26327/tid=26348] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26348/stat : 26348 (java) S 26324 26327 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23110496 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870223655976 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26327/tid=26349] ppid=26324 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/26327/task/26349/stat : 26349 (java) S 26324 26327 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23110501 10060525568 945261 33554432000 1073741824 1073778376 140736507709536 139870222603432 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 894.461
CPU time (s): 1800.89
CPU user time (s): 1797.21
CPU system time (s): 3.68044
CPU usage (%): 201.338
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.21
system time used= 3.68044
maximum resident set size= 3781160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43151
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23159
involuntary context switches= 22243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.76312 second user time and 7.2439 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 02:44:08
IDJOB=4100642
IDBENCH=1643
IDSOLVER=2543
FILE ID=node141/4100642-1466210647
RUNJOBID= node141-1466206051-22605
PBS_JOBID= 19918136
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-greenbea.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100642-1466210647/watcher-4100642-1466210647 -o /tmp/evaluation-result-4100642-1466210647/solver-4100642-1466210647 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22605 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100642-1466210647.opb

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

MD5SUM BENCH= 542c2b53b45e753224c38b905fee77fb
RANDOM SEED=1623322733

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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.56
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.547
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.547
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30849244 kB
Buffers:           47368 kB
Cached:            89624 kB
SwapCached:         2552 kB
Active:           680596 kB
Inactive:          78608 kB
Active(anon):     622824 kB
Inactive(anon):     1984 kB
Active(file):      57772 kB
Inactive(file):    76624 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099000 kB
Dirty:             10128 kB
Writeback:             0 kB
AnonPages:       1179584 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             574088 kB
SReclaimable:      17652 kB
SUnreclaim:       556436 kB
KernelStack:        1608 kB
PageTables:         6704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1607176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    669696 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= 71716 MiB
End job on node141 at 2016-06-18 02:59:02