Trace number 4101066

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.67 897.144

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-fffff800.opb
MD5SUMf2e3e708ab88850fd5a3cdf379c0e388
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 variables25620
Total number of constraints524
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 constraints524
Minimum length of a constraint30
Maximum length of a constraint7530
Number of terms in the objective function 240
Biggest coefficient in the objective function 32769
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524520
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 530865
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-4101066-1466212500.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.41/0.88	c ... done. Wall clock time 0.761s.
1.41/0.88	c declared #vars     25620
1.41/0.88	c #constraints  874
1.41/0.88	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.41/0.88	c constraints type 
1.41/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4
1.41/0.88	c org.sat4j.specs.Constr$1 => 34
1.41/0.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1.41/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 833
1.41/0.88	c 874 constraints processed.
1.41/0.88	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.41/0.88	c constraints type 
1.41/0.88	c org.sat4j.specs.Constr$1 => 34
1.41/0.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4
1.41/0.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1.41/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 833
1.41/0.88	c 874 constraints processed.
1.41/0.88	c objective function length is 240 literals
8.92/3.97	c cleaning 2496 clauses out of 5000 with flag 15080/5000
22.98/10.67	c cleaning 4252 clauses out of 8504 with flag 34600/11000
37.96/18.01	c cleaning 5620 clauses out of 11253 with flag 58438/18001
48.68/23.30	c cleaning 6814 clauses out of 13632 with flag 86661/26000
63.44/30.67	c cleaning 7907 clauses out of 15818 with flag 120711/35000
79.24/38.56	c cleaning 8954 clauses out of 17912 with flag 159725/45001
96.40/47.02	c cleaning 9980 clauses out of 19960 with flag 208096/56003
112.41/55.07	c cleaning 10987 clauses out of 21980 with flag 246090/68003
122.60/60.12	c cleaning 11998 clauses out of 24001 with flag 285921/81011
145.17/71.37	c cleaning 13002 clauses out of 26003 with flag 323640/95011
183.71/90.57	c cleaning 14019 clauses out of 28038 with flag 359894/110048
242.99/120.14	c cleaning 14939 clauses out of 29979 with flag 396400/126008
356.24/176.65	c cleaning 16017 clauses out of 32033 with flag 463922/143001
414.77/206.22	c cleaning 17005 clauses out of 34028 with flag 505492/161014
423.04/210.32	c cleaning 18011 clauses out of 36023 with flag 544498/180014
433.04/215.36	c cleaning 19005 clauses out of 38019 with flag 586121/200021
441.64/219.63	c cleaning 19998 clauses out of 39995 with flag 629861/221002
450.04/223.89	c cleaning 20989 clauses out of 41996 with flag 674586/243001
459.05/228.32	c cleaning 21988 clauses out of 44011 with flag 722966/266005
469.85/233.80	c cleaning 23011 clauses out of 46021 with flag 773688/290003
483.11/240.38	c cleaning 24004 clauses out of 48011 with flag 824792/315004
496.90/247.26	c cleaning 24990 clauses out of 50007 with flag 877867/341004
510.10/253.85	c cleaning 25999 clauses out of 52015 with flag 933706/368002
525.31/261.49	c cleaning 26998 clauses out of 54024 with flag 992047/396010
541.39/269.47	c cleaning 28009 clauses out of 56020 with flag 1052012/425004
557.59/277.56	c cleaning 29002 clauses out of 58012 with flag 1112339/455005
573.78/285.61	c cleaning 30003 clauses out of 60017 with flag 1175019/486012
592.29/294.90	c cleaning 30997 clauses out of 62002 with flag 1239455/518000
614.48/305.98	c cleaning 32001 clauses out of 64014 with flag 1306639/551009
636.40/316.83	c cleaning 33005 clauses out of 66011 with flag 1376244/585007
692.52/344.80	c cleaning 33992 clauses out of 67998 with flag 1454904/620001
744.48/371.22	c cleaning 35000 clauses out of 70005 with flag 1540899/656000
779.15/388.48	c cleaning 35992 clauses out of 72006 with flag 1644016/693001
805.12/401.86	c cleaning 36999 clauses out of 74015 with flag 1774070/731002
838.40/418.43	c cleaning 37997 clauses out of 76015 with flag 1908594/770001
875.27/436.89	c cleaning 38998 clauses out of 78018 with flag 2110050/810001
911.65/455.04	c cleaning 39995 clauses out of 80019 with flag 2374946/851000
952.74/475.56	c cleaning 41003 clauses out of 82030 with flag 2665837/893006
995.90/497.07	c cleaning 42003 clauses out of 84024 with flag 2946032/936003
1041.10/519.69	c cleaning 43002 clauses out of 86019 with flag 3238080/980001
1084.67/541.36	c cleaning 43996 clauses out of 88016 with flag 3564120/1025000
1131.05/564.48	c cleaning 45000 clauses out of 90021 with flag 3878070/1071001
1176.28/586.92	c cleaning 46000 clauses out of 92021 with flag 4190971/1118001
1228.86/613.10	c cleaning 47002 clauses out of 94021 with flag 4523649/1166001
1286.78/641.91	c cleaning 47997 clauses out of 96019 with flag 4898094/1215001
1345.43/671.17	c cleaning 49002 clauses out of 98022 with flag 5254122/1265001
1390.98/693.70	c cleaning 49987 clauses out of 100020 with flag 5543041/1316001
1441.27/718.74	c cleaning 51004 clauses out of 102034 with flag 5877072/1368002
1516.39/756.12	c cleaning 51999 clauses out of 104028 with flag 6272606/1421000
1580.90/788.22	c cleaning 53007 clauses out of 106030 with flag 6654077/1475001
1653.22/824.25	c cleaning 53999 clauses out of 108022 with flag 7037566/1530000
1740.72/867.65	c cleaning 55002 clauses out of 110025 with flag 7467527/1586002
1800.12/897.10	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/897.10	c starts		: 2691
1800.12/897.10	c conflicts		: 1627492
1800.12/897.10	c decisions		: 3888637
1800.12/897.10	c propagations		: 128037711
1800.12/897.10	c inspects		: 9382259408
1800.12/897.10	c shortcuts		: 0
1800.12/897.10	c learnt literals	: 3
1800.12/897.10	c learnt binary clauses	: 6
1800.12/897.10	c learnt ternary clauses	: 6
1800.12/897.10	c learnt constraints	: 1627489
1800.12/897.10	c ignored constraints	: 0
1800.12/897.10	c root simplifications	: 0
1800.12/897.10	c removed literals (reason simplification)	: 10853597
1800.12/897.10	c reason swapping (by a shorter reason)	: 0
1800.12/897.10	c Calls to reduceDB	: 52
1800.12/897.10	c Number of update (reduction) of LBD	: 289257
1800.12/897.10	c Imported unit clauses	: 0
1800.12/897.10	c number of reductions to clauses (during analyze)	: 0
1800.12/897.10	c number of learned constraints concerned by reduction	: 0
1800.12/897.10	c number of learning phase by resolution	: 0
1800.12/897.10	c number of learning phase by cutting planes	: 0
1800.12/897.10	c speed (assignments/second)	: 142876.11603032993
1800.12/897.10	c non guided choices	22942
1800.12/897.13	c learnt constraints type 
1800.12/897.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.12/897.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96508
1800.12/897.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/897.13	c starts		: 6
1800.12/897.13	c conflicts		: 2641
1800.12/897.13	c decisions		: 108817
1800.12/897.13	c propagations		: 1355186
1800.12/897.13	c inspects		: 49280832
1800.12/897.13	c shortcuts		: 0
1800.12/897.13	c learnt literals	: 0
1800.12/897.13	c learnt binary clauses	: 0
1800.12/897.13	c learnt ternary clauses	: 0
1800.12/897.13	c learnt constraints	: 2640
1800.12/897.13	c ignored constraints	: 0
1800.12/897.13	c root simplifications	: 0
1800.12/897.13	c removed literals (reason simplification)	: 0
1800.12/897.13	c reason swapping (by a shorter reason)	: 0
1800.12/897.13	c Calls to reduceDB	: 0
1800.12/897.13	c Number of update (reduction) of LBD	: 0
1800.12/897.13	c Imported unit clauses	: 0
1800.12/897.13	c number of reductions to clauses (during analyze)	: 0
1800.12/897.13	c number of learned constraints concerned by reduction	: 0
1800.12/897.13	c number of learning phase by resolution	: 0
1800.12/897.13	c number of learning phase by cutting planes	: 0
1800.12/897.13	c speed (assignments/second)	: 1512.2379612250684
1800.12/897.13	c non guided choices	0
1800.12/897.13	c learnt constraints type 
1800.12/897.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2640
1800.12/897.13	s UNKNOWN
1800.12/897.13	c Total wall clock time (in seconds): 897.008

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

pid=26897
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.20 4.20 4.12 4/198 26900
/proc/meminfo: memFree=30109240/32872528 swapFree=496868/529572
[pid=26900] ppid=26897 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/26900/stat : 26900 (java) R 26897 26900 22589 0 -1 4202496 467 0 0 0 0 0 0 0 20 0 1 0 23295458 9379840 122 33554432000 1073741824 1073778376 140737003926000 140737003923128 211462164960 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/26900/statm: 2372 129 100 9 0 120 0

[startup+0.100165 s]
/proc/loadavg: 4.20 4.20 4.12 4/198 26900
/proc/meminfo: memFree=30109240/32872528 swapFree=496868/529572
[pid=26900] ppid=26897 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/26900/stat : 26900 (java) S 26897 26900 22589 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 23295458 9787879424 6030 33554432000 1073741824 1073778376 140737003926000 140737003917136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26900/statm: 2389619 6030 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200255 s]
/proc/loadavg: 4.20 4.20 4.12 4/198 26900
/proc/meminfo: memFree=30109240/32872528 swapFree=496868/529572
[pid=26900] ppid=26897 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/26900/stat : 26900 (java) S 26897 26900 22589 0 -1 4202496 4990 0 1 0 27 1 0 0 20 0 18 0 23295458 9787879424 7360 33554432000 1073741824 1073778376 140737003926000 140737003917136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26900/statm: 2389619 7360 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 4.20 4.20 4.12 4/198 26900
/proc/meminfo: memFree=30109240/32872528 swapFree=496868/529572
[pid=26900] ppid=26897 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/26900/stat : 26900 (java) S 26897 26900 22589 0 -1 4202496 5565 0 1 0 47 1 0 0 20 0 18 0 23295458 9787879424 9669 33554432000 1073741824 1073778376 140737003926000 140737003917136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26900/statm: 2389619 9669 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.702497 s]
/proc/loadavg: 4.20 4.20 4.12 4/198 26900
/proc/meminfo: memFree=30109240/32872528 swapFree=496868/529572
[pid=26900] ppid=26897 vsize=9558476 CPUtime=1.3 cores=1,3,5,7
/proc/26900/stat : 26900 (java) S 26897 26900 22589 0 -1 4202496 8109 0 1 0 123 7 0 0 20 0 18 0 23295458 9787879424 48665 33554432000 1073741824 1073778376 140737003926000 140737003917136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26900/statm: 2389619 48665 2269 9 0 2380296 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9558476

[startup+1.50097 s]
/proc/loadavg: 4.20 4.20 4.12 7/220 26922
/proc/meminfo: memFree=29918960/32872528 swapFree=496868/529572
[pid=26900] ppid=26897 vsize=9824732 CPUtime=3.54 cores=1,3,5,7
/proc/26900/stat : 26900 (java) S 26897 26900 22589 0 -1 4202496 12186 0 1 0 341 13 0 0 20 0 22 0 23295458 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 140737003917136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26900/statm: 2456183 61170 2276 9 0 2446860 0
[pid=26900/tid=26902] ppid=26897 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/26900/task/26902/stat : 26902 (java) S 26897 26900 22589 0 -1 4202560 2482 0 1 0 78 2 0 0 20 0 22 0 23295458 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789945119608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26903] ppid=26897 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/26900/task/26903/stat : 26903 (java) S 26897 26900 22589 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 22 0 23295460 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789917571624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26904] ppid=26897 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/26900/task/26904/stat : 26904 (java) S 26897 26900 22589 0 -1 4202560 87 0 0 0 3 2 0 0 20 0 22 0 23295460 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789916518824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26905] ppid=26897 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/26900/task/26905/stat : 26905 (java) S 26897 26900 22589 0 -1 4202560 137 0 0 0 3 2 0 0 20 0 22 0 23295460 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789915466024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26906] ppid=26897 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/26900/task/26906/stat : 26906 (java) S 26897 26900 22589 0 -1 4202560 28 0 0 0 4 1 0 0 20 0 22 0 23295460 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789914413224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26907] ppid=26897 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/26900/task/26907/stat : 26907 (java) S 26897 26900 22589 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 23295460 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789913361448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26908] ppid=26897 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/26900/task/26908/stat : 26908 (java) S 26897 26900 22589 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 23295460 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789912308648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26909] ppid=26897 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26900/task/26909/stat : 26909 (java) S 26897 26900 22589 0 -1 4202560 127 0 0 0 6 2 0 0 20 0 22 0 23295460 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789782788904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26910] ppid=26897 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/26900/task/26910/stat : 26910 (java) S 26897 26900 22589 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 23295460 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789781736104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26911] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26911/stat : 26911 (java) S 26897 26900 22589 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789298788840 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26912] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26912/stat : 26912 (java) S 26897 26900 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789297734904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26913] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26913/stat : 26913 (java) S 26897 26900 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789296681992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26914] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26914/stat : 26914 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789295630480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26915] ppid=26897 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/26900/task/26915/stat : 26915 (java) S 26897 26900 22589 0 -1 4202560 3495 0 0 0 60 0 0 0 20 0 22 0 23295464 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789294578616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26916] ppid=26897 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/26900/task/26916/stat : 26916 (java) S 26897 26900 22589 0 -1 4202560 4287 0 0 0 59 0 0 0 20 0 22 0 23295464 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789293525816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26917] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26917/stat : 26917 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789292473208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26918] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26918/stat : 26918 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789291420616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26919] ppid=26897 vsize=9824732 CPUtime=0.51 cores=1,3,5,7
/proc/26900/task/26919/stat : 26919 (java) R 26897 26900 22589 0 -1 4202560 24 0 0 0 51 0 0 0 20 0 22 0 23295546 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789290363472 139789794516039 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26920] ppid=26897 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/26900/task/26920/stat : 26920 (java) R 26897 26900 22589 0 -1 4202560 25 0 0 0 53 0 0 0 20 0 22 0 23295546 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789289312344 139789794519517 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26921] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26921/stat : 26921 (java) S 26897 26900 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295554 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789288260520 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26922] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26922/stat : 26922 (java) S 26897 26900 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295556 10060525568 61170 33554432000 1073741824 1073778376 140737003926000 139789287207720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 4.18 4.19 4.12 6/220 26922
/proc/meminfo: memFree=29796104/32872528 swapFree=496868/529572
[pid=26900] ppid=26897 vsize=9824732 CPUtime=7.29 cores=1,3,5,7
/proc/26900/stat : 26900 (java) S 26897 26900 22589 0 -1 4202496 18674 0 1 0 710 19 0 0 20 0 22 0 23295458 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 140737003917136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26900/statm: 2456183 95854 2279 9 0 2446860 0
[pid=26900/tid=26902] ppid=26897 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/26900/task/26902/stat : 26902 (java) S 26897 26900 22589 0 -1 4202560 2482 0 1 0 78 2 0 0 20 0 22 0 23295458 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789945119608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26903] ppid=26897 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/26900/task/26903/stat : 26903 (java) S 26897 26900 22589 0 -1 4202560 108 0 0 0 4 0 0 0 20 0 22 0 23295460 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789917571624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26904] ppid=26897 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/26900/task/26904/stat : 26904 (java) S 26897 26900 22589 0 -1 4202560 90 0 0 0 4 2 0 0 20 0 22 0 23295460 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789916518824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26905] ppid=26897 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/26900/task/26905/stat : 26905 (java) S 26897 26900 22589 0 -1 4202560 153 0 0 0 7 3 0 0 20 0 22 0 23295460 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789915466024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26906] ppid=26897 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/26900/task/26906/stat : 26906 (java) S 26897 26900 22589 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 22 0 23295460 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789914413224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26907] ppid=26897 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/26900/task/26907/stat : 26907 (java) S 26897 26900 22589 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 22 0 23295460 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789913361448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26908] ppid=26897 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/26900/task/26908/stat : 26908 (java) S 26897 26900 22589 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 23295460 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789912308648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26909] ppid=26897 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/26900/task/26909/stat : 26909 (java) S 26897 26900 22589 0 -1 4202560 131 0 0 0 7 2 0 0 20 0 22 0 23295460 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789782788904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26910] ppid=26897 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/26900/task/26910/stat : 26910 (java) S 26897 26900 22589 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 22 0 23295460 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789781736104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26911] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26911/stat : 26911 (java) S 26897 26900 22589 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789298788840 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26912] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26912/stat : 26912 (java) S 26897 26900 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789297734904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26913] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26913/stat : 26913 (java) S 26897 26900 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789296681992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26914] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26914/stat : 26914 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789295630480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26915] ppid=26897 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/26900/task/26915/stat : 26915 (java) S 26897 26900 22589 0 -1 4202560 9737 0 0 0 93 2 0 0 20 0 22 0 23295464 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789294578616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26916] ppid=26897 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/26900/task/26916/stat : 26916 (java) S 26897 26900 22589 0 -1 4202560 4288 0 0 0 74 0 0 0 20 0 22 0 23295464 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789293525816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26917] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26917/stat : 26917 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789292473208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26918] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26918/stat : 26918 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789291420616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26919] ppid=26897 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/26900/task/26919/stat : 26919 (java) R 26897 26900 22589 0 -1 4202560 38 0 0 0 205 0 0 0 20 0 22 0 23295546 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789290365496 139789794516178 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26920] ppid=26897 vsize=9824732 CPUtime=2.08 cores=1,3,5,7
/proc/26900/task/26920/stat : 26920 (java) R 26897 26900 22589 0 -1 4202560 65 0 0 0 206 2 0 0 20 0 22 0 23295546 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789289312008 139789794519526 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26921] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26921/stat : 26921 (java) S 26897 26900 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295554 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789288260520 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26922] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26922/stat : 26922 (java) S 26897 26900 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295556 10060525568 95854 33554432000 1073741824 1073778376 140737003926000 139789287207720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.18 4.19 4.12 5/220 26922
/proc/meminfo: memFree=29589356/32872528 swapFree=496868/529572
[pid=26900] ppid=26897 vsize=9824732 CPUtime=14.24 cores=1,3,5,7
/proc/26900/stat : 26900 (java) S 26897 26900 22589 0 -1 4202496 26142 0 1 0 1398 26 0 0 20 0 22 0 23295458 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 140737003917136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26900/statm: 2456183 107687 2283 9 0 2446860 0
[pid=26900/tid=26902] ppid=26897 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/26900/task/26902/stat : 26902 (java) S 26897 26900 22589 0 -1 4202560 2483 0 1 0 78 2 0 0 20 0 22 0 23295458 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789945119608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26903] ppid=26897 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/26900/task/26903/stat : 26903 (java) S 26897 26900 22589 0 -1 4202560 119 0 0 0 4 1 0 0 20 0 22 0 23295460 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789917571624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26904] ppid=26897 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26900/task/26904/stat : 26904 (java) S 26897 26900 22589 0 -1 4202560 95 0 0 0 6 2 0 0 20 0 22 0 23295460 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789916518824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26905] ppid=26897 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/26900/task/26905/stat : 26905 (java) S 26897 26900 22589 0 -1 4202560 158 0 0 0 8 3 0 0 20 0 22 0 23295460 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789915466024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26906] ppid=26897 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/26900/task/26906/stat : 26906 (java) S 26897 26900 22589 0 -1 4202560 67 0 0 0 6 3 0 0 20 0 22 0 23295460 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789914413224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26907] ppid=26897 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26900/task/26907/stat : 26907 (java) S 26897 26900 22589 0 -1 4202560 60 0 0 0 6 2 0 0 20 0 22 0 23295460 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789913361448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26908] ppid=26897 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/26900/task/26908/stat : 26908 (java) S 26897 26900 22589 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 23295460 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789912308648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26909] ppid=26897 vsize=9824732 CPUtime=0.13 cores=1,3,5,7
/proc/26900/task/26909/stat : 26909 (java) S 26897 26900 22589 0 -1 4202560 153 0 0 0 10 3 0 0 20 0 22 0 23295460 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789782788904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26910] ppid=26897 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/26900/task/26910/stat : 26910 (java) S 26897 26900 22589 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 22 0 23295460 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789781736104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26911] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26911/stat : 26911 (java) S 26897 26900 22589 0 -1 4202560 200 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789298788840 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26912] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26912/stat : 26912 (java) S 26897 26900 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789297734904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26913] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26913/stat : 26913 (java) S 26897 26900 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789296681992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26914] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26914/stat : 26914 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 107687 33554432000 1073741824 1073778376 140737003926000 139789295630480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26915] ppid=26897 vsize=9824732 CPUtime=1.42 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.11 4.22 4.17 5/220 27010
/proc/meminfo: memFree=25851512/32872528 swapFree=496868/529572
[pid=26900] ppid=26897 vsize=9824732 CPUtime=1770.13 cores=1,3,5,7
/proc/26900/stat : 26900 (java) S 26897 26900 22589 0 -1 4202496 39197 0 1 0 176787 226 0 0 20 0 22 0 23295458 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 140737003917136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26900/statm: 2456183 833819 2292 9 0 2446860 0
[pid=26900/tid=26902] ppid=26897 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/26900/task/26902/stat : 26902 (java) S 26897 26900 22589 0 -1 4202560 2496 0 1 0 81 3 0 0 20 0 22 0 23295458 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789945119608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26903] ppid=26897 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/26900/task/26903/stat : 26903 (java) S 26897 26900 22589 0 -1 4202560 659 0 0 0 153 18 0 0 20 0 22 0 23295460 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789917571624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26904] ppid=26897 vsize=9824732 CPUtime=1.89 cores=1,3,5,7
/proc/26900/task/26904/stat : 26904 (java) S 26897 26900 22589 0 -1 4202560 903 0 0 0 169 20 0 0 20 0 22 0 23295460 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789916518824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26905] ppid=26897 vsize=9824732 CPUtime=2.11 cores=1,3,5,7
/proc/26900/task/26905/stat : 26905 (java) S 26897 26900 22589 0 -1 4202560 721 0 0 0 190 21 0 0 20 0 22 0 23295460 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789915466024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26906] ppid=26897 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/26900/task/26906/stat : 26906 (java) S 26897 26900 22589 0 -1 4202560 799 0 0 0 140 17 0 0 20 0 22 0 23295460 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789914413224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26907] ppid=26897 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/26900/task/26907/stat : 26907 (java) S 26897 26900 22589 0 -1 4202560 806 0 0 0 150 18 0 0 20 0 22 0 23295460 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789913361448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26908] ppid=26897 vsize=9824732 CPUtime=1.58 cores=1,3,5,7
/proc/26900/task/26908/stat : 26908 (java) S 26897 26900 22589 0 -1 4202560 861 0 0 0 136 22 0 0 20 0 22 0 23295460 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789912308648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26909] ppid=26897 vsize=9824732 CPUtime=1.79 cores=1,3,5,7
/proc/26900/task/26909/stat : 26909 (java) S 26897 26900 22589 0 -1 4202560 955 0 0 0 159 20 0 0 20 0 22 0 23295460 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789782788904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26910] ppid=26897 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/26900/task/26910/stat : 26910 (java) S 26897 26900 22589 0 -1 4202560 517 0 0 0 154 22 0 0 20 0 22 0 23295460 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789781736104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26911] ppid=26897 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/26900/task/26911/stat : 26911 (java) S 26897 26900 22589 0 -1 4202560 4330 0 0 0 263 7 0 0 20 0 22 0 23295461 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789298788840 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26912] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26912/stat : 26912 (java) S 26897 26900 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789297734904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26913] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26913/stat : 26913 (java) S 26897 26900 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789296681992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26914] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26914/stat : 26914 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789295630480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26915] ppid=26897 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/26900/task/26915/stat : 26915 (java) S 26897 26900 22589 0 -1 4202560 16898 0 0 0 158 3 0 0 20 0 22 0 23295464 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789294578616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26916] ppid=26897 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/26900/task/26916/stat : 26916 (java) S 26897 26900 22589 0 -1 4202560 6104 0 0 0 101 0 0 0 20 0 22 0 23295464 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789293525816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26917] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26917/stat : 26917 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789292473208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26918] ppid=26897 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/26900/task/26918/stat : 26918 (java) S 26897 26900 22589 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 23295464 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789291420616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26919] ppid=26897 vsize=9824732 CPUtime=874.88 cores=1,3,5,7
/proc/26900/task/26919/stat : 26919 (java) R 26897 26900 22589 0 -1 4202560 875 0 0 0 87453 35 0 0 20 0 22 0 23295546 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789290356752 139789794601979 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26920] ppid=26897 vsize=9824732 CPUtime=874.84 cores=1,3,5,7
/proc/26900/task/26920/stat : 26920 (java) R 26897 26900 22589 0 -1 4202560 958 0 0 0 87454 30 0 0 20 0 22 0 23295546 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789289310752 139789794542835 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26921] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26921/stat : 26921 (java) S 26897 26900 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295554 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789288260520 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26922] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26922/stat : 26922 (java) S 26897 26900 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295556 10060525568 833819 33554432000 1073741824 1073778376 140737003926000 139789287207720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1770.13
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.101 s]
/proc/loadavg: 4.09 4.21 4.16 5/220 27011
/proc/meminfo: memFree=25848584/32872528 swapFree=496868/529572
[pid=26900] ppid=26897 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/26900/stat : 26900 (java) S 26897 26900 22589 0 -1 4202496 39341 0 1 0 179786 226 0 0 20 0 22 0 23295458 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 140737003917136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26900/statm: 2456183 834470 2292 9 0 2446860 0
[pid=26900/tid=26902] ppid=26897 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/26900/task/26902/stat : 26902 (java) S 26897 26900 22589 0 -1 4202560 2496 0 1 0 81 3 0 0 20 0 22 0 23295458 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789945119608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26903] ppid=26897 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/26900/task/26903/stat : 26903 (java) S 26897 26900 22589 0 -1 4202560 673 0 0 0 166 18 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789917571624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26904] ppid=26897 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/26900/task/26904/stat : 26904 (java) S 26897 26900 22589 0 -1 4202560 908 0 0 0 186 20 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789916518824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26905] ppid=26897 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/26900/task/26905/stat : 26905 (java) S 26897 26900 22589 0 -1 4202560 722 0 0 0 211 21 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789915466024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26906] ppid=26897 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/26900/task/26906/stat : 26906 (java) S 26897 26900 22589 0 -1 4202560 799 0 0 0 144 17 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789914413224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26907] ppid=26897 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/26900/task/26907/stat : 26907 (java) S 26897 26900 22589 0 -1 4202560 810 0 0 0 154 18 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789913361448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26908] ppid=26897 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/26900/task/26908/stat : 26908 (java) S 26897 26900 22589 0 -1 4202560 872 0 0 0 152 22 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789912308648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26909] ppid=26897 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/26900/task/26909/stat : 26909 (java) S 26897 26900 22589 0 -1 4202560 957 0 0 0 163 20 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789782788904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26910] ppid=26897 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/26900/task/26910/stat : 26910 (java) S 26897 26900 22589 0 -1 4202560 621 0 0 0 159 22 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789781736104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26911] ppid=26897 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/26900/task/26911/stat : 26911 (java) S 26897 26900 22589 0 -1 4202560 4332 0 0 0 263 7 0 0 20 0 22 0 23295461 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789298788840 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26912] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26912/stat : 26912 (java) S 26897 26900 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789297734904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26913] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26913/stat : 26913 (java) S 26897 26900 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789296681992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26914] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26914/stat : 26914 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789295630480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26915] ppid=26897 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/26900/task/26915/stat : 26915 (java) S 26897 26900 22589 0 -1 4202560 16898 0 0 0 158 3 0 0 20 0 22 0 23295464 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789294578616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26916] ppid=26897 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/26900/task/26916/stat : 26916 (java) S 26897 26900 22589 0 -1 4202560 6104 0 0 0 101 0 0 0 20 0 22 0 23295464 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789293525816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26917] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26917/stat : 26917 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789292473208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26918] ppid=26897 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/26900/task/26918/stat : 26918 (java) S 26897 26900 22589 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 23295464 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789291420616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26919] ppid=26897 vsize=9824732 CPUtime=889.46 cores=1,3,5,7
/proc/26900/task/26919/stat : 26919 (java) R 26897 26900 22589 0 -1 4202560 875 0 0 0 88911 35 0 0 20 0 22 0 23295546 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789290363696 139789794601979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26920] ppid=26897 vsize=9824732 CPUtime=889.41 cores=1,3,5,7
/proc/26900/task/26920/stat : 26920 (java) R 26897 26900 22589 0 -1 4202560 959 0 0 0 88910 31 0 0 20 0 22 0 23295546 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789289311232 139789794542875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26921] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26921/stat : 26921 (java) S 26897 26900 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295554 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789288260520 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26922] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26922/stat : 26922 (java) S 26897 26900 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295556 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789287207720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 26900 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+897.101 s]
/proc/loadavg: 4.09 4.21 4.16 5/220 27011
/proc/meminfo: memFree=25848584/32872528 swapFree=496868/529572
[pid=26900] ppid=26897 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/26900/stat : 26900 (java) S 26897 26900 22589 0 -1 4202496 39341 0 1 0 179786 226 0 0 20 0 22 0 23295458 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 140737003917136 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26900/statm: 2456183 834470 2292 9 0 2446860 0
[pid=26900/tid=26902] ppid=26897 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/26900/task/26902/stat : 26902 (java) S 26897 26900 22589 0 -1 4202560 2496 0 1 0 81 3 0 0 20 0 22 0 23295458 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789945119608 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26903] ppid=26897 vsize=9824732 CPUtime=1.84 cores=1,3,5,7
/proc/26900/task/26903/stat : 26903 (java) S 26897 26900 22589 0 -1 4202560 673 0 0 0 166 18 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789917571624 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26904] ppid=26897 vsize=9824732 CPUtime=2.06 cores=1,3,5,7
/proc/26900/task/26904/stat : 26904 (java) S 26897 26900 22589 0 -1 4202560 908 0 0 0 186 20 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789916518824 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26905] ppid=26897 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/26900/task/26905/stat : 26905 (java) S 26897 26900 22589 0 -1 4202560 722 0 0 0 211 21 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789915466024 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26906] ppid=26897 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/26900/task/26906/stat : 26906 (java) S 26897 26900 22589 0 -1 4202560 799 0 0 0 144 17 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789914413224 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26907] ppid=26897 vsize=9824732 CPUtime=1.72 cores=1,3,5,7
/proc/26900/task/26907/stat : 26907 (java) S 26897 26900 22589 0 -1 4202560 810 0 0 0 154 18 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789913361448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26908] ppid=26897 vsize=9824732 CPUtime=1.74 cores=1,3,5,7
/proc/26900/task/26908/stat : 26908 (java) S 26897 26900 22589 0 -1 4202560 872 0 0 0 152 22 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789912308648 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26909] ppid=26897 vsize=9824732 CPUtime=1.83 cores=1,3,5,7
/proc/26900/task/26909/stat : 26909 (java) S 26897 26900 22589 0 -1 4202560 957 0 0 0 163 20 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789782788904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26910] ppid=26897 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/26900/task/26910/stat : 26910 (java) S 26897 26900 22589 0 -1 4202560 621 0 0 0 159 22 0 0 20 0 22 0 23295460 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789781736104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26911] ppid=26897 vsize=9824732 CPUtime=2.7 cores=1,3,5,7
/proc/26900/task/26911/stat : 26911 (java) S 26897 26900 22589 0 -1 4202560 4332 0 0 0 263 7 0 0 20 0 22 0 23295461 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789298788840 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26912] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26912/stat : 26912 (java) S 26897 26900 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789297734904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26913] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26913/stat : 26913 (java) S 26897 26900 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23295461 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789296681992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26914] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26914/stat : 26914 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789295630480 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26915] ppid=26897 vsize=9824732 CPUtime=1.61 cores=1,3,5,7
/proc/26900/task/26915/stat : 26915 (java) S 26897 26900 22589 0 -1 4202560 16898 0 0 0 158 3 0 0 20 0 22 0 23295464 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789294578616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26916] ppid=26897 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/26900/task/26916/stat : 26916 (java) S 26897 26900 22589 0 -1 4202560 6104 0 0 0 101 0 0 0 20 0 22 0 23295464 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789293525816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26917] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26917/stat : 26917 (java) S 26897 26900 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23295464 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789292473208 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26918] ppid=26897 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/26900/task/26918/stat : 26918 (java) S 26897 26900 22589 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 23295464 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789291420616 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26900/tid=26919] ppid=26897 vsize=9824732 CPUtime=889.46 cores=1,3,5,7
/proc/26900/task/26919/stat : 26919 (java) R 26897 26900 22589 0 -1 4202560 875 0 0 0 88911 35 0 0 20 0 22 0 23295546 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789290363696 139789794601979 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26900/tid=26920] ppid=26897 vsize=9824732 CPUtime=889.41 cores=1,3,5,7
/proc/26900/task/26920/stat : 26920 (java) R 26897 26900 22589 0 -1 4202560 959 0 0 0 88910 31 0 0 20 0 22 0 23295546 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789289311232 139789794542875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26900/tid=26921] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26921/stat : 26921 (java) S 26897 26900 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295554 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789288260520 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26900/tid=26922] ppid=26897 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/26900/task/26922/stat : 26922 (java) S 26897 26900 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23295556 10060525568 834470 33554432000 1073741824 1073778376 140737003926000 139789287207720 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 897.144
CPU time (s): 1800.67
CPU user time (s): 1797.92
CPU system time (s): 2.75258
CPU usage (%): 200.711
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.92
system time used= 2.75258
maximum resident set size= 3338020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39389
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22243
involuntary context switches= 18306

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.83511 second user time and 7.41287 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 03:15:00
IDJOB=4101066
IDBENCH=1696
IDSOLVER=2543
FILE ID=node141/4101066-1466212500
RUNJOBID= node141-1466206051-22606
PBS_JOBID= 19918136
Free space on /tmp= 71728 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-fffff800.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101066-1466212500/watcher-4101066-1466212500 -o /tmp/evaluation-result-4101066-1466212500/solver-4101066-1466212500 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22606 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101066-1466212500.opb

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

MD5SUM BENCH= f2e3e708ab88850fd5a3cdf379c0e388
RANDOM SEED=1100602979

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:        30109504 kB
Buffers:           49616 kB
Cached:            82688 kB
SwapCached:         2552 kB
Active:          1415188 kB
Inactive:          85804 kB
Active(anon):    1368352 kB
Inactive(anon):     2736 kB
Active(file):      46836 kB
Inactive(file):    83068 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099000 kB
Dirty:              2844 kB
Writeback:             0 kB
AnonPages:       2009540 kB
Mapped:            15452 kB
Shmem:                 0 kB
Slab:             573920 kB
SReclaimable:      17652 kB
SUnreclaim:       556268 kB
KernelStack:        1816 kB
PageTables:         8040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2897784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1472512 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= 71724 MiB
End job on node141 at 2016-06-18 03:29:57