Trace number 4080561

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800 896.374

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K84.opb
MD5SUM895769e6300bec8b48d22e126916d397
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5712
Total number of constraints5882
Number of constraints which are clauses5798
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint84
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 85
Number of bits of the biggest sum of numbers7
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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4080561-1465276272.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.79/0.44	c ... done. Wall clock time 0.322s.
0.79/0.44	c declared #vars     5712
0.79/0.44	c #constraints  5882
0.79/0.45	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.79/0.45	c constraints type 
0.79/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4717
0.79/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
0.79/0.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.79/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1079
0.79/0.45	c 5882 constraints processed.
0.79/0.45	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.79/0.45	c constraints type 
0.79/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1079
0.79/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4717
0.79/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 84
0.79/0.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.79/0.45	c 5882 constraints processed.
5.88/2.09	c cleaning 2491 clauses out of 4995 with flag 27682/5001
9.15/3.54	c cleaning 4246 clauses out of 8499 with flag 65609/11000
12.40/5.13	c cleaning 5622 clauses out of 11248 with flag 117721/18000
16.55/7.12	c cleaning 6748 clauses out of 13619 with flag 173717/26001
20.90/9.22	c cleaning 7934 clauses out of 15868 with flag 239407/35000
25.78/11.65	c cleaning 8943 clauses out of 17935 with flag 300811/45001
31.10/14.30	c cleaning 9561 clauses out of 19989 with flag 365340/56000
37.03/17.19	c cleaning 10156 clauses out of 22427 with flag 434781/68001
43.82/20.51	c cleaning 11062 clauses out of 25273 with flag 512953/81003
51.54/24.33	c cleaning 12042 clauses out of 28203 with flag 600214/95002
59.12/28.14	c cleaning 12797 clauses out of 31158 with flag 688346/110000
67.91/32.40	c cleaning 13696 clauses out of 34358 with flag 783934/126000
77.31/37.18	c cleaning 14465 clauses out of 37661 with flag 890475/143000
87.11/42.05	c cleaning 15411 clauses out of 41190 with flag 1002089/161000
97.51/47.26	c cleaning 16280 clauses out of 44777 with flag 1123917/180000
108.52/52.80	c cleaning 17069 clauses out of 48497 with flag 1256023/200001
121.63/59.11	c cleaning 18040 clauses out of 52427 with flag 1403989/221000
134.82/65.70	c cleaning 19086 clauses out of 56385 with flag 1550997/243000
149.47/72.99	c cleaning 19924 clauses out of 60298 with flag 1703937/266002
166.32/81.66	c cleaning 20886 clauses out of 64372 with flag 1869019/290000
182.77/89.87	c cleaning 21783 clauses out of 68482 with flag 2039132/315000
200.04/98.46	c cleaning 22750 clauses out of 72697 with flag 2216397/341000
218.51/107.68	c cleaning 23521 clauses out of 76945 with flag 2417393/368000
237.19/116.95	c cleaning 24668 clauses out of 81423 with flag 2624396/396000
256.69/126.63	c cleaning 25493 clauses out of 85756 with flag 2840217/425002
276.87/136.80	c cleaning 26258 clauses out of 90261 with flag 3058495/455001
300.40/148.40	c cleaning 27512 clauses out of 95002 with flag 3290020/486000
324.04/160.07	c cleaning 28344 clauses out of 99489 with flag 3536794/518001
348.46/172.13	c cleaning 29201 clauses out of 104146 with flag 3791183/551005
370.41/183.08	c cleaning 0 clauses out of 5000 with flag 0/5000
376.78/186.03	c cleaning 30235 clauses out of 108941 with flag 4054592/585003
406.29/201.27	c cleaning 31344 clauses out of 113702 with flag 4333617/620000
437.03/216.53	c cleaning 32381 clauses out of 118359 with flag 4618197/656001
468.43/232.14	c cleaning 32791 clauses out of 122976 with flag 4991305/693000
501.06/248.34	c cleaning 34110 clauses out of 128184 with flag 5348694/731003
535.59/265.46	c cleaning 34971 clauses out of 133070 with flag 5697893/770001
572.96/283.91	c cleaning 36256 clauses out of 138098 with flag 6099087/810000
610.37/302.57	c cleaning 37249 clauses out of 142841 with flag 6480011/851000
646.36/320.60	c cleaning 38355 clauses out of 147592 with flag 6862275/893000
682.75/338.72	c cleaning 39058 clauses out of 152240 with flag 7264627/936003
723.48/358.94	c cleaning 40192 clauses out of 157178 with flag 7659795/980000
761.45/377.90	c cleaning 41189 clauses out of 161986 with flag 8084179/1025000
802.08/398.26	c cleaning 42340 clauses out of 166799 with flag 8515583/1071002
843.45/418.94	c cleaning 43194 clauses out of 171457 with flag 8995045/1118000
887.25/440.82	c cleaning 44698 clauses out of 176262 with flag 9510736/1166000
933.85/464.10	c cleaning 45469 clauses out of 180565 with flag 10064616/1215001
980.46/487.41	c cleaning 46430 clauses out of 185095 with flag 10548746/1265000
1038.87/516.97	c cleaning 47573 clauses out of 189665 with flag 11147220/1316000
1097.72/546.10	c cleaning 48388 clauses out of 194092 with flag 11720714/1368000
1152.23/573.25	c cleaning 49580 clauses out of 198703 with flag 12264328/1421000
1212.30/603.03	c cleaning 50516 clauses out of 203123 with flag 12820485/1475000
1276.81/635.13	c cleaning 51457 clauses out of 207612 with flag 13445236/1530005
1342.17/667.69	c cleaning 52463 clauses out of 212148 with flag 14046583/1586001
1407.51/700.11	c cleaning 53890 clauses out of 216684 with flag 14699925/1643000
1476.34/734.24	c cleaning 54444 clauses out of 220792 with flag 15340523/1701002
1547.09/770.53	c cleaning 55984 clauses out of 225346 with flag 16053359/1760000
1613.58/803.66	c cleaning 56880 clauses out of 229364 with flag 16700614/1820003
1677.32/835.45	c cleaning 57536 clauses out of 233481 with flag 17340249/1881000
1746.90/870.03	c cleaning 59098 clauses out of 237947 with flag 18076032/1943002
1800.00/896.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/896.30	c starts		: 15302
1800.00/896.30	c conflicts		: 1990053
1800.00/896.30	c decisions		: 24485679
1800.00/896.30	c propagations		: 712816855
1800.00/896.30	c inspects		: 5266196124
1800.00/896.30	c shortcuts		: 0
1800.00/896.30	c learnt literals	: 94
1800.00/896.30	c learnt binary clauses	: 66334
1800.00/896.30	c learnt ternary clauses	: 73497
1800.00/896.30	c learnt constraints	: 1989959
1800.00/896.30	c ignored constraints	: 0
1800.00/896.30	c root simplifications	: 0
1800.00/896.30	c removed literals (reason simplification)	: 39397310
1800.00/896.30	c reason swapping (by a shorter reason)	: 0
1800.00/896.30	c Calls to reduceDB	: 58
1800.00/896.30	c Number of update (reduction) of LBD	: 1724222
1800.00/896.30	c Imported unit clauses	: 0
1800.00/896.30	c number of reductions to clauses (during analyze)	: 0
1800.00/896.30	c number of learned constraints concerned by reduction	: 0
1800.00/896.30	c number of learning phase by resolution	: 0
1800.00/896.30	c number of learning phase by cutting planes	: 0
1800.00/896.30	c speed (assignments/second)	: 795693.9497211007
1800.00/896.30	c non guided choices	4138
1800.00/896.35	c learnt constraints type 
1800.00/896.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 66334
1800.00/896.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 159565
1800.00/896.35	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/896.35	c starts		: 31
1800.00/896.35	c conflicts		: 8636
1800.00/896.35	c decisions		: 74815
1800.00/896.35	c propagations		: 2652711
1800.00/896.35	c inspects		: 583931589
1800.00/896.35	c shortcuts		: 0
1800.00/896.35	c learnt literals	: 0
1800.00/896.35	c learnt binary clauses	: 0
1800.00/896.35	c learnt ternary clauses	: 0
1800.00/896.35	c learnt constraints	: 8636
1800.00/896.35	c ignored constraints	: 0
1800.00/896.35	c root simplifications	: 0
1800.00/896.35	c removed literals (reason simplification)	: 0
1800.00/896.35	c reason swapping (by a shorter reason)	: 0
1800.00/896.35	c Calls to reduceDB	: 1
1800.00/896.35	c Number of update (reduction) of LBD	: 0
1800.00/896.35	c Imported unit clauses	: 0
1800.00/896.35	c number of reductions to clauses (during analyze)	: 0
1800.00/896.35	c number of learned constraints concerned by reduction	: 0
1800.00/896.35	c number of learning phase by resolution	: 0
1800.00/896.35	c number of learning phase by cutting planes	: 0
1800.00/896.35	c speed (assignments/second)	: 2960.975163273211
1800.00/896.35	c non guided choices	1743
1800.00/896.35	c learnt constraints type 
1800.00/896.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 199
1800.00/896.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 988
1800.00/896.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7449
1800.00/896.35	s UNKNOWN
1800.00/896.35	c Total wall clock time (in seconds): 896.232

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

pid=27611
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: 1.10 1.17 1.46 4/170 27614
/proc/meminfo: memFree=30139728/32872528 swapFree=16636/1570076
[pid=27614] ppid=27611 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27614/stat : 27614 (java) D 27611 27614 27578 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 109559536 9515008 182 33554432000 1073741824 1073778376 140735300618512 140735300609544 213419638453 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/27614/statm: 2323 182 140 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 1.10 1.17 1.46 4/170 27614
/proc/meminfo: memFree=30139728/32872528 swapFree=16636/1570076
[pid=27614] ppid=27611 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/27614/stat : 27614 (java) S 27611 27614 27578 0 -1 4202496 4424 0 6 0 7 1 0 0 20 0 18 0 109559536 9787879424 6046 33554432000 1073741824 1073778376 140737478638896 140737478630032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27614/statm: 2389619 6046 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200216 s]
/proc/loadavg: 1.10 1.17 1.46 4/170 27614
/proc/meminfo: memFree=30139728/32872528 swapFree=16636/1570076
[pid=27614] ppid=27611 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/27614/stat : 27614 (java) S 27611 27614 27578 0 -1 4202496 6013 0 6 0 24 2 0 0 20 0 18 0 109559536 9787879424 7771 33554432000 1073741824 1073778376 140737478638896 140737478630032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27614/statm: 2389619 7771 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 1.10 1.17 1.46 4/170 27614
/proc/meminfo: memFree=30139728/32872528 swapFree=16636/1570076
[pid=27614] ppid=27611 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/27614/stat : 27614 (java) S 27611 27614 27578 0 -1 4202496 7481 0 6 0 53 2 0 0 20 0 18 0 109559536 9787879424 9827 33554432000 1073741824 1073778376 140737478638896 140737478630032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27614/statm: 2389619 9827 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700193 s]
/proc/loadavg: 1.10 1.17 1.46 4/170 27614
/proc/meminfo: memFree=30139728/32872528 swapFree=16636/1570076
[pid=27614] ppid=27611 vsize=9824732 CPUtime=1.93 cores=0,2,4,6
/proc/27614/stat : 27614 (java) S 27611 27614 27578 0 -1 4202496 21015 0 6 0 188 5 0 0 20 0 22 0 109559536 10060525568 28257 33554432000 1073741824 1073778376 140737478638896 140737478630032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27614/statm: 2456183 28257 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 1.10 1.17 1.46 8/219 27667
/proc/meminfo: memFree=29918624/32872528 swapFree=16636/1570076
[pid=27614] ppid=27611 vsize=9824732 CPUtime=4.56 cores=0,2,4,6
/proc/27614/stat : 27614 (java) S 27611 27614 27578 0 -1 4202496 21972 0 6 0 450 6 0 0 20 0 22 0 109559536 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 140737478630032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27614/statm: 2456183 34682 2275 9 0 2446860 0
[pid=27614/tid=27620] ppid=27611 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/27614/task/27620/stat : 27620 (java) S 27611 27614 27578 0 -1 4202560 2522 0 4 0 40 1 0 0 20 0 22 0 109559537 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726236947320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27626] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27626/stat : 27626 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726226008360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27628] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27628/stat : 27628 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726079867048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27614/tid=27629] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27629/stat : 27629 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726078814760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27630] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27630/stat : 27630 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726077761960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27631] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27631/stat : 27631 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726076709672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27632] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27632/stat : 27632 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726075656872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27633] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27633/stat : 27633 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726074604584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27634] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27634/stat : 27634 (java) S 27611 27614 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726073551784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27644] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27644/stat : 27644 (java) S 27611 27614 27578 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726061140200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27645] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27645/stat : 27645 (java) S 27611 27614 27578 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726060086264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27646] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27646/stat : 27646 (java) S 27611 27614 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726059033864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27650] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27650/stat : 27650 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726057982352 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27651] ppid=27611 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/27614/task/27651/stat : 27651 (java) S 27611 27614 27578 0 -1 4202560 7621 0 0 0 100 2 0 0 20 0 22 0 109559542 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726056929976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27652] ppid=27611 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/27614/task/27652/stat : 27652 (java) S 27611 27614 27578 0 -1 4202560 10463 0 0 0 99 3 0 0 20 0 22 0 109559542 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726055877176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27653] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27653/stat : 27653 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726054825080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27654] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27654/stat : 27654 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726053772488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27660] ppid=27611 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/27614/task/27660/stat : 27660 (java) R 27611 27614 27578 0 -1 4202560 36 0 0 0 103 0 0 0 20 0 22 0 109559581 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726051183960 139726108260672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27614/tid=27661] ppid=27611 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/27614/task/27661/stat : 27661 (java) R 27611 27614 27578 0 -1 4202560 52 0 0 0 101 0 0 0 20 0 22 0 109559581 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726050132088 139726108430012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27662] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27662/stat : 27662 (java) S 27611 27614 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109559582 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726052717736 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27663] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27663/stat : 27663 (java) S 27611 27614 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109559582 10060525568 34682 33554432000 1073741824 1073778376 140737478638896 139726049080360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.56
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 1.10 1.17 1.46 12/219 27667
/proc/meminfo: memFree=29726152/32872528 swapFree=16636/1570076
[pid=27614] ppid=27611 vsize=9824732 CPUtime=8.28 cores=0,2,4,6
/proc/27614/stat : 27614 (java) S 27611 27614 27578 0 -1 4202496 22136 0 6 0 819 9 0 0 20 0 22 0 109559536 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 140737478630032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27614/statm: 2456183 55253 2292 9 0 2446860 0
[pid=27614/tid=27620] ppid=27611 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/27614/task/27620/stat : 27620 (java) S 27611 27614 27578 0 -1 4202560 2522 0 4 0 40 1 0 0 20 0 22 0 109559537 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726236947320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27626] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27626/stat : 27626 (java) S 27611 27614 27578 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726226008360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27628] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27628/stat : 27628 (java) S 27611 27614 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726079867048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27629] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27629/stat : 27629 (java) S 27611 27614 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726078814760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27614/tid=27630] ppid=27611 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/27614/task/27630/stat : 27630 (java) S 27611 27614 27578 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 109559538 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726077761960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27631] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27631/stat : 27631 (java) S 27611 27614 27578 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726076709672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27632] ppid=27611 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/27614/task/27632/stat : 27632 (java) S 27611 27614 27578 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 109559538 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726075656872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27633] ppid=27611 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/27614/task/27633/stat : 27633 (java) S 27611 27614 27578 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 109559538 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726074604584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27634] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27634/stat : 27634 (java) S 27611 27614 27578 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109559538 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726073551784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27614/tid=27644] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27644/stat : 27644 (java) S 27611 27614 27578 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726061140200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27645] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27645/stat : 27645 (java) S 27611 27614 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726060086264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27646] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27646/stat : 27646 (java) S 27611 27614 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726059033864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27650] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27650/stat : 27650 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726057982352 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27651] ppid=27611 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/27614/task/27651/stat : 27651 (java) S 27611 27614 27578 0 -1 4202560 7622 0 0 0 124 2 0 0 20 0 22 0 109559542 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726056929976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27652] ppid=27611 vsize=9824732 CPUtime=1.27 cores=0,2,4,6
/proc/27614/task/27652/stat : 27652 (java) S 27611 27614 27578 0 -1 4202560 10468 0 0 0 124 3 0 0 20 0 22 0 109559542 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726055877176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27653] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27653/stat : 27653 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726054825080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27654] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27654/stat : 27654 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726053772488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27660] ppid=27611 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/27614/task/27660/stat : 27660 (java) R 27611 27614 27578 0 -1 4202560 39 0 0 0 257 0 0 0 20 0 22 0 109559581 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726051182640 139726108151078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27614/tid=27661] ppid=27611 vsize=9824732 CPUtime=2.56 cores=0,2,4,6
/proc/27614/task/27661/stat : 27661 (java) R 27611 27614 27578 0 -1 4202560 81 0 0 0 254 2 0 0 20 0 22 0 109559581 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726050132392 139726108430012 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27662] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27662/stat : 27662 (java) S 27611 27614 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109559582 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726052717736 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27663] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27663/stat : 27663 (java) S 27611 27614 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109559582 10060525568 55253 33554432000 1073741824 1073778376 140737478638896 139726049080360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.28
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 1.41 1.24 1.48 6/219 27667
/proc/meminfo: memFree=29399312/32872528 swapFree=16636/1570076
[pid=27614] ppid=27611 vsize=9824732 CPUtime=14.9 cores=0,2,4,6
/proc/27614/stat : 27614 (java) S 27611 27614 27578 0 -1 4202496 22535 0 6 0 1470 20 0 0 20 0 22 0 109559536 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 140737478630032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27614/statm: 2456183 95806 2292 9 0 2446860 0
[pid=27614/tid=27620] ppid=27611 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/27614/task/27620/stat : 27620 (java) S 27611 27614 27578 0 -1 4202560 2522 0 4 0 40 1 0 0 20 0 22 0 109559537 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726236947320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27626] ppid=27611 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/27614/task/27626/stat : 27626 (java) S 27611 27614 27578 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 22 0 109559538 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726226008360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27628] ppid=27611 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/27614/task/27628/stat : 27628 (java) S 27611 27614 27578 0 -1 4202560 37 0 0 0 3 0 0 0 20 0 22 0 109559538 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726079867048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27629] ppid=27611 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/27614/task/27629/stat : 27629 (java) S 27611 27614 27578 0 -1 4202560 54 0 0 0 4 2 0 0 20 0 22 0 109559538 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726078814760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27614/tid=27630] ppid=27611 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/27614/task/27630/stat : 27630 (java) S 27611 27614 27578 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 109559538 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726077761960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27631] ppid=27611 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/27614/task/27631/stat : 27631 (java) S 27611 27614 27578 0 -1 4202560 28 0 0 0 1 2 0 0 20 0 22 0 109559538 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726076709672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27632] ppid=27611 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/27614/task/27632/stat : 27632 (java) S 27611 27614 27578 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 22 0 109559538 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726075656872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27633] ppid=27611 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/27614/task/27633/stat : 27633 (java) S 27611 27614 27578 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 109559538 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726074604584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27634] ppid=27611 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/27614/task/27634/stat : 27634 (java) S 27611 27614 27578 0 -1 4202560 31 0 0 0 2 1 0 0 20 0 22 0 109559538 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726073551784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27644] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27644/stat : 27644 (java) S 27611 27614 27578 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726061140200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27645] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27645/stat : 27645 (java) S 27611 27614 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726060086264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27646] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27646/stat : 27646 (java) S 27611 27614 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726059033864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27650] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27650/stat : 27650 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 95806 33554432000 1073741824 1073778376 140737478638896 139726057982352 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27651] ppid=27611 vsize=9824732 CPUtime=1.29 cores=0,2,4,6

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

/proc/27614/task/27629/stat : 27629 (java) S 27611 27614 27578 0 -1 4202560 768 0 0 0 263 20 0 0 20 0 22 0 109559538 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726078814760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27630] ppid=27611 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/27614/task/27630/stat : 27630 (java) S 27611 27614 27578 0 -1 4202560 607 0 0 0 248 18 0 0 20 0 22 0 109559538 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726077761960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27614/tid=27631] ppid=27611 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/27614/task/27631/stat : 27631 (java) S 27611 27614 27578 0 -1 4202560 603 0 0 0 241 18 0 0 20 0 22 0 109559538 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726076709672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27614/tid=27632] ppid=27611 vsize=9824732 CPUtime=2.41 cores=0,2,4,6
/proc/27614/task/27632/stat : 27632 (java) S 27611 27614 27578 0 -1 4202560 794 0 0 0 224 17 0 0 20 0 22 0 109559538 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726075656872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27633] ppid=27611 vsize=9824732 CPUtime=2.6 cores=0,2,4,6
/proc/27614/task/27633/stat : 27633 (java) S 27611 27614 27578 0 -1 4202560 633 0 0 0 238 22 0 0 20 0 22 0 109559538 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726074604584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27634] ppid=27611 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/27614/task/27634/stat : 27634 (java) S 27611 27614 27578 0 -1 4202560 625 0 0 0 248 20 0 0 20 0 22 0 109559538 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726073551784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27644] ppid=27611 vsize=9824732 CPUtime=5.42 cores=0,2,4,6
/proc/27614/task/27644/stat : 27644 (java) S 27611 27614 27578 0 -1 4202560 2414 0 0 0 537 5 0 0 20 0 22 0 109559540 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726061140200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27645] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27645/stat : 27645 (java) S 27611 27614 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726060086264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27646] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27646/stat : 27646 (java) S 27611 27614 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726059033864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27650] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27650/stat : 27650 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726057982352 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27651] ppid=27611 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/27614/task/27651/stat : 27651 (java) S 27611 27614 27578 0 -1 4202560 8746 0 0 0 170 2 0 0 20 0 22 0 109559542 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726056929976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27652] ppid=27611 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/27614/task/27652/stat : 27652 (java) S 27611 27614 27578 0 -1 4202560 10469 0 0 0 145 3 0 0 20 0 22 0 109559542 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726055877176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27653] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27653/stat : 27653 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726054825080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27654] ppid=27611 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/27614/task/27654/stat : 27654 (java) S 27611 27614 27578 0 -1 4202560 50 0 0 0 10 17 0 0 20 0 22 0 109559542 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726053772488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27660] ppid=27611 vsize=9824732 CPUtime=868.36 cores=0,2,4,6
/proc/27614/task/27660/stat : 27660 (java) R 27611 27614 27578 0 -1 4202560 99 0 0 0 86821 15 0 0 20 0 22 0 109559581 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726051183152 139726108282300 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27661] ppid=27611 vsize=9824732 CPUtime=868.29 cores=0,2,4,6
/proc/27614/task/27661/stat : 27661 (java) R 27611 27614 27578 0 -1 4202560 1640 0 0 0 86779 50 0 0 20 0 22 0 109559581 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726050131056 139726108506299 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27662] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27662/stat : 27662 (java) S 27611 27614 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109559582 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726052717736 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27663] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27663/stat : 27663 (java) S 27611 27614 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109559582 10060525568 976394 33554432000 1073741824 1073778376 140737478638896 139726049080360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1771.77
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 4.35 4.11 3.18 7/219 27757
/proc/meminfo: memFree=26114540/32872528 swapFree=16636/1570076
[pid=27614] ppid=27611 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/27614/stat : 27614 (java) S 27611 27614 27578 0 -1 4202496 32847 0 6 0 179777 223 0 0 20 0 22 0 109559536 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 140737478630032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27614/statm: 2456183 976424 2301 9 0 2446860 0
[pid=27614/tid=27620] ppid=27611 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/27614/task/27620/stat : 27620 (java) S 27611 27614 27578 0 -1 4202560 2534 0 4 0 42 3 0 0 20 0 22 0 109559537 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726236947320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27626] ppid=27611 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/27614/task/27626/stat : 27626 (java) S 27611 27614 27578 0 -1 4202560 981 0 0 0 287 23 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726226008360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27628] ppid=27611 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/27614/task/27628/stat : 27628 (java) S 27611 27614 27578 0 -1 4202560 598 0 0 0 246 19 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726079867048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27629] ppid=27611 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/27614/task/27629/stat : 27629 (java) S 27611 27614 27578 0 -1 4202560 768 0 0 0 269 20 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726078814760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27630] ppid=27611 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/27614/task/27630/stat : 27630 (java) S 27611 27614 27578 0 -1 4202560 607 0 0 0 253 18 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726077761960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27631] ppid=27611 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/27614/task/27631/stat : 27631 (java) S 27611 27614 27578 0 -1 4202560 603 0 0 0 248 18 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726076709672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27632] ppid=27611 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/27614/task/27632/stat : 27632 (java) S 27611 27614 27578 0 -1 4202560 801 0 0 0 230 17 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726075656872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27633] ppid=27611 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/27614/task/27633/stat : 27633 (java) S 27611 27614 27578 0 -1 4202560 634 0 0 0 245 22 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726074604584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27634] ppid=27611 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/27614/task/27634/stat : 27634 (java) S 27611 27614 27578 0 -1 4202560 625 0 0 0 257 20 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726073551784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27644] ppid=27611 vsize=9824732 CPUtime=5.43 cores=0,2,4,6
/proc/27614/task/27644/stat : 27644 (java) S 27611 27614 27578 0 -1 4202560 2426 0 0 0 538 5 0 0 20 0 22 0 109559540 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726061140200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27645] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27645/stat : 27645 (java) S 27611 27614 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726060086264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27646] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27646/stat : 27646 (java) S 27611 27614 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726059033864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27650] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27650/stat : 27650 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726057982352 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27651] ppid=27611 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/27614/task/27651/stat : 27651 (java) S 27611 27614 27578 0 -1 4202560 8746 0 0 0 170 2 0 0 20 0 22 0 109559542 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726056929976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27652] ppid=27611 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/27614/task/27652/stat : 27652 (java) S 27611 27614 27578 0 -1 4202560 10469 0 0 0 145 3 0 0 20 0 22 0 109559542 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726055877176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27653] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27653/stat : 27653 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726054825080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27654] ppid=27611 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/27614/task/27654/stat : 27654 (java) S 27611 27614 27578 0 -1 4202560 50 0 0 0 10 18 0 0 20 0 22 0 109559542 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726053772488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27660] ppid=27611 vsize=9824732 CPUtime=882.18 cores=0,2,4,6
/proc/27614/task/27660/stat : 27660 (java) R 27611 27614 27578 0 -1 4202560 100 0 0 0 88203 15 0 0 20 0 22 0 109559581 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726051183904 139726108150611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27614/tid=27661] ppid=27611 vsize=9824732 CPUtime=882.11 cores=0,2,4,6
/proc/27614/task/27661/stat : 27661 (java) R 27611 27614 27578 0 -1 4202560 1641 0 0 0 88161 50 0 0 20 0 22 0 109559581 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726050130240 139726108801338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27662] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27662/stat : 27662 (java) S 27611 27614 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109559582 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726052717736 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27663] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27663/stat : 27663 (java) S 27611 27614 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109559582 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726049080360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 27614 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 4.35 4.11 3.18 7/219 27757
/proc/meminfo: memFree=26114540/32872528 swapFree=16636/1570076
[pid=27614] ppid=27611 vsize=9824732 CPUtime=1800 cores=0,2,4,6
/proc/27614/stat : 27614 (java) S 27611 27614 27578 0 -1 4202496 32847 0 6 0 179777 223 0 0 20 0 22 0 109559536 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 140737478630032 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27614/statm: 2456183 976424 2301 9 0 2446860 0
[pid=27614/tid=27620] ppid=27611 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/27614/task/27620/stat : 27620 (java) S 27611 27614 27578 0 -1 4202560 2534 0 4 0 42 3 0 0 20 0 22 0 109559537 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726236947320 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27626] ppid=27611 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/27614/task/27626/stat : 27626 (java) S 27611 27614 27578 0 -1 4202560 981 0 0 0 287 23 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726226008360 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27628] ppid=27611 vsize=9824732 CPUtime=2.65 cores=0,2,4,6
/proc/27614/task/27628/stat : 27628 (java) S 27611 27614 27578 0 -1 4202560 598 0 0 0 246 19 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726079867048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27629] ppid=27611 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/27614/task/27629/stat : 27629 (java) S 27611 27614 27578 0 -1 4202560 768 0 0 0 269 20 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726078814760 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27630] ppid=27611 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/27614/task/27630/stat : 27630 (java) S 27611 27614 27578 0 -1 4202560 607 0 0 0 253 18 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726077761960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27631] ppid=27611 vsize=9824732 CPUtime=2.66 cores=0,2,4,6
/proc/27614/task/27631/stat : 27631 (java) S 27611 27614 27578 0 -1 4202560 603 0 0 0 248 18 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726076709672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27632] ppid=27611 vsize=9824732 CPUtime=2.47 cores=0,2,4,6
/proc/27614/task/27632/stat : 27632 (java) S 27611 27614 27578 0 -1 4202560 801 0 0 0 230 17 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726075656872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27633] ppid=27611 vsize=9824732 CPUtime=2.67 cores=0,2,4,6
/proc/27614/task/27633/stat : 27633 (java) S 27611 27614 27578 0 -1 4202560 634 0 0 0 245 22 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726074604584 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27634] ppid=27611 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/27614/task/27634/stat : 27634 (java) S 27611 27614 27578 0 -1 4202560 625 0 0 0 257 20 0 0 20 0 22 0 109559538 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726073551784 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27644] ppid=27611 vsize=9824732 CPUtime=5.43 cores=0,2,4,6
/proc/27614/task/27644/stat : 27644 (java) S 27611 27614 27578 0 -1 4202560 2426 0 0 0 538 5 0 0 20 0 22 0 109559540 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726061140200 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27645] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27645/stat : 27645 (java) S 27611 27614 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726060086264 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27646] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27646/stat : 27646 (java) S 27611 27614 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109559540 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726059033864 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27650] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27650/stat : 27650 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726057982352 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27651] ppid=27611 vsize=9824732 CPUtime=1.72 cores=0,2,4,6
/proc/27614/task/27651/stat : 27651 (java) S 27611 27614 27578 0 -1 4202560 8746 0 0 0 170 2 0 0 20 0 22 0 109559542 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726056929976 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27652] ppid=27611 vsize=9824732 CPUtime=1.48 cores=0,2,4,6
/proc/27614/task/27652/stat : 27652 (java) S 27611 27614 27578 0 -1 4202560 10469 0 0 0 145 3 0 0 20 0 22 0 109559542 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726055877176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27614/tid=27653] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27653/stat : 27653 (java) S 27611 27614 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109559542 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726054825080 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27654] ppid=27611 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/27614/task/27654/stat : 27654 (java) S 27611 27614 27578 0 -1 4202560 50 0 0 0 10 18 0 0 20 0 22 0 109559542 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726053772488 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27660] ppid=27611 vsize=9824732 CPUtime=882.18 cores=0,2,4,6
/proc/27614/task/27660/stat : 27660 (java) R 27611 27614 27578 0 -1 4202560 100 0 0 0 88203 15 0 0 20 0 22 0 109559581 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726051183904 139726108150611 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27614/tid=27661] ppid=27611 vsize=9824732 CPUtime=882.11 cores=0,2,4,6
/proc/27614/task/27661/stat : 27661 (java) R 27611 27614 27578 0 -1 4202560 1641 0 0 0 88161 50 0 0 20 0 22 0 109559581 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726050130240 139726108801338 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27614/tid=27662] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27662/stat : 27662 (java) S 27611 27614 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109559582 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726052717736 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27614/tid=27663] ppid=27611 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/27614/task/27663/stat : 27663 (java) S 27611 27614 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109559582 10060525568 976424 33554432000 1073741824 1073778376 140737478638896 139726049080360 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27614 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=328372
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=701589
# CPU time returned by wait4() is 1796.03
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.374
CPU time (s): 1800
CPU user time (s): 1797.77
CPU system time (s): 2.23
CPU usage (%): 200.809
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.33
system time used= 2.70159
maximum resident set size= 3925772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32882
page faults= 6
swaps= 0
block input operations= 304
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23815
involuntary context switches= 30905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.40518 second user time and 7.68383 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 07:11:12
IDJOB=4080561
IDBENCH=90123
IDSOLVER=2543
FILE ID=node140/4080561-1465276272
RUNJOBID= node140-1465276272-27594
PBS_JOBID= 19843305
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K84.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080561-1465276272/watcher-4080561-1465276272 -o /tmp/evaluation-result-4080561-1465276272/solver-4080561-1465276272 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27594 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080561-1465276272.opb

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

MD5SUM BENCH= 895769e6300bec8b48d22e126916d397
RANDOM SEED=1499581496

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30137596 kB
Buffers:          122052 kB
Cached:           300076 kB
SwapCached:         1688 kB
Active:            75636 kB
Inactive:         349676 kB
Active(anon):       3060 kB
Inactive(anon):     2748 kB
Active(file):      72576 kB
Inactive(file):   346928 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              1232 kB
Writeback:             0 kB
AnonPages:       1572996 kB
Mapped:             6760 kB
Shmem:                 0 kB
Slab:             602828 kB
SReclaimable:      47268 kB
SUnreclaim:       555560 kB
KernelStack:        1336 kB
PageTables:         7408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1670704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1556480 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= 71740 MiB
End job on node140 at 2016-06-07 07:26:08