Trace number 4103654

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.01 883.968

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-maros-r7.opb
MD5SUM0981750c20a5ad85ded6bb04bf23d130
Bench CategoryOPT-BIGINT (optimisation, big 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10442014720
Optimality of the best value was proved NO
Number of variables282240
Total number of constraints3136
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 constraints3136
Minimum length of a constraint150
Maximum length of a constraint720
Number of terms in the objective function 188160
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6734508713856
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 4602477289606474
Number of bits of the biggest sum of numbers53
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-4103654-1466244887.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
18.34/12.28	c ... done. Wall clock time 12.163s.
18.34/12.28	c declared #vars     282240
18.34/12.28	c #constraints  6272
18.34/12.28	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
18.34/12.28	c constraints type 
18.34/12.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6272
18.34/12.29	c 6272 constraints processed.
18.34/12.29	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
18.34/12.29	c constraints type 
18.34/12.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6272
18.34/12.29	c 6272 constraints processed.
18.34/12.29	c objective function length is 188160 literals
31.35/17.97	c cleaning 2490 clauses out of 5000 with flag 11999/5000
37.66/20.91	c cleaning 4246 clauses out of 8510 with flag 25735/11000
46.14/24.73	c cleaning 5621 clauses out of 11264 with flag 43742/18000
55.42/29.08	c cleaning 6808 clauses out of 13643 with flag 64223/26000
65.09/33.84	c cleaning 7915 clauses out of 15836 with flag 86920/35001
78.57/40.14	c cleaning 8960 clauses out of 17920 with flag 110709/45000
87.71/44.33	c cleaning 9973 clauses out of 19961 with flag 141934/56001
98.51/49.73	c cleaning 10965 clauses out of 21987 with flag 173841/68000
112.65/56.42	c cleaning 11985 clauses out of 24023 with flag 209574/81001
127.02/63.21	c cleaning 12995 clauses out of 26039 with flag 242219/95002
142.42/70.54	c cleaning 13993 clauses out of 28043 with flag 276279/110001
159.85/78.87	c cleaning 14997 clauses out of 30050 with flag 313492/126001
179.73/88.37	c cleaning 15994 clauses out of 32052 with flag 352533/143000
202.57/99.39	c cleaning 17002 clauses out of 34058 with flag 393697/161000
231.62/114.47	c cleaning 17999 clauses out of 36056 with flag 436728/180000
257.72/127.08	c cleaning 19001 clauses out of 38058 with flag 482274/200001
284.43/140.28	c cleaning 20002 clauses out of 40056 with flag 529912/221000
312.61/153.89	c cleaning 20999 clauses out of 42055 with flag 581475/243001
338.34/166.11	c cleaning 21998 clauses out of 44056 with flag 635336/266001
373.79/182.94	c cleaning 22997 clauses out of 46057 with flag 694302/290000
408.71/199.43	c cleaning 23989 clauses out of 48060 with flag 754904/315000
442.90/216.00	c cleaning 25003 clauses out of 50071 with flag 815273/341000
454.86/221.80	c cleaning 0 clauses out of 5000 with flag 0/5000
483.92/235.59	c cleaning 26000 clauses out of 52068 with flag 877951/368000
527.43/256.51	c cleaning 27000 clauses out of 54069 with flag 942725/396001
570.05/277.09	c cleaning 27995 clauses out of 56068 with flag 1013193/425000
615.80/299.35	c cleaning 29002 clauses out of 58074 with flag 1082939/455001
660.46/320.99	c cleaning 30004 clauses out of 60071 with flag 1156076/486000
720.28/352.89	c cleaning 31001 clauses out of 62067 with flag 1230795/518000
775.66/379.97	c cleaning 31995 clauses out of 64067 with flag 1307246/551001
835.76/409.31	c cleaning 32997 clauses out of 66072 with flag 1387599/585001
899.74/440.36	c cleaning 33998 clauses out of 68075 with flag 1467661/620001
965.00/472.34	c cleaning 35000 clauses out of 70076 with flag 1555841/656000
1025.09/501.81	c cleaning 36003 clauses out of 72077 with flag 1641026/693001
1096.87/537.23	c cleaning 37001 clauses out of 74074 with flag 1733294/731001
1169.69/573.09	c cleaning 38001 clauses out of 76073 with flag 1827350/770001
1226.42/600.83	c cleaning 0 clauses out of 11000 with flag 0/11000
1249.49/612.26	c cleaning 39001 clauses out of 78071 with flag 1926156/810000
1349.34/661.20	c cleaning 40002 clauses out of 80072 with flag 2024240/851002
1467.84/721.60	c cleaning 41000 clauses out of 82068 with flag 2124162/893000
1588.00/780.48	c cleaning 41997 clauses out of 84068 with flag 2226416/936000
1710.74/840.11	c cleaning 43002 clauses out of 86072 with flag 2329843/980001
1800.01/883.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/883.90	c starts		: 35
1800.01/883.90	c conflicts		: 1013460
1800.01/883.90	c decisions		: 1821969
1800.01/883.90	c propagations		: 40574852
1800.01/883.90	c inspects		: 7320303068
1800.01/883.90	c shortcuts		: 0
1800.01/883.90	c learnt literals	: 0
1800.01/883.90	c learnt binary clauses	: 0
1800.01/883.90	c learnt ternary clauses	: 0
1800.01/883.90	c learnt constraints	: 1013460
1800.01/883.90	c ignored constraints	: 0
1800.01/883.90	c root simplifications	: 0
1800.01/883.90	c removed literals (reason simplification)	: 1767644
1800.01/883.90	c reason swapping (by a shorter reason)	: 0
1800.01/883.90	c Calls to reduceDB	: 40
1800.01/883.90	c Number of update (reduction) of LBD	: 37831
1800.01/883.90	c Imported unit clauses	: 0
1800.01/883.90	c number of reductions to clauses (during analyze)	: 0
1800.01/883.90	c number of learned constraints concerned by reduction	: 0
1800.01/883.90	c number of learning phase by resolution	: 0
1800.01/883.90	c number of learning phase by cutting planes	: 0
1800.01/883.90	c speed (assignments/second)	: 46556.90174880179
1800.01/883.90	c non guided choices	479734
1800.01/883.93	c learnt constraints type 
1800.01/883.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76529
1800.01/883.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/883.93	c starts		: 42
1800.01/883.93	c conflicts		: 14518
1800.01/883.93	c decisions		: 612852
1800.01/883.93	c propagations		: 1063231
1800.01/883.93	c inspects		: 245787977
1800.01/883.93	c shortcuts		: 0
1800.01/883.93	c learnt literals	: 0
1800.01/883.93	c learnt binary clauses	: 0
1800.01/883.93	c learnt ternary clauses	: 0
1800.01/883.93	c learnt constraints	: 14518
1800.01/883.93	c ignored constraints	: 0
1800.01/883.93	c root simplifications	: 0
1800.01/883.93	c removed literals (reason simplification)	: 0
1800.01/883.93	c reason swapping (by a shorter reason)	: 0
1800.01/883.93	c Calls to reduceDB	: 2
1800.01/883.93	c Number of update (reduction) of LBD	: 0
1800.01/883.93	c Imported unit clauses	: 0
1800.01/883.93	c number of reductions to clauses (during analyze)	: 0
1800.01/883.93	c number of learned constraints concerned by reduction	: 0
1800.01/883.93	c number of learning phase by resolution	: 0
1800.01/883.93	c number of learning phase by cutting planes	: 0
1800.01/883.93	c speed (assignments/second)	: 1219.9535531602899
1800.01/883.93	c non guided choices	0
1800.01/883.93	c learnt constraints type 
1800.01/883.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 381
1800.01/883.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14137
1800.01/883.93	s UNKNOWN
1800.01/883.93	c Total wall clock time (in seconds): 883.814

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

pid=8017
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.05 4.11 4.08 4/197 8020
/proc/meminfo: memFree=27116932/32872528 swapFree=681964/737152
[pid=8020] ppid=8017 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8020/stat : 8020 (java) R 8017 8020 6358 0 -1 4202496 497 0 0 0 0 0 0 0 20 0 1 0 26538131 9515008 150 33554432000 1073741824 1073778376 140734650677120 140734650674248 213866645728 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/8020/statm: 2323 156 115 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 4.05 4.11 4.08 4/197 8020
/proc/meminfo: memFree=27116932/32872528 swapFree=681964/737152
[pid=8020] ppid=8017 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8020/stat : 8020 (java) S 8017 8020 6358 0 -1 4202496 4473 0 1 0 8 1 0 0 20 0 18 0 26538131 9787879424 5589 33554432000 1073741824 1073778376 140734650677120 140734650668256 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8020/statm: 2389619 5589 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200312 s]
/proc/loadavg: 4.05 4.11 4.08 4/197 8020
/proc/meminfo: memFree=27116932/32872528 swapFree=681964/737152
[pid=8020] ppid=8017 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/8020/stat : 8020 (java) S 8017 8020 6358 0 -1 4202496 5206 0 1 0 28 2 0 0 20 0 18 0 26538131 9787879424 9732 33554432000 1073741824 1073778376 140734650677120 140734650668256 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8020/statm: 2389619 9732 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300336 s]
/proc/loadavg: 4.05 4.11 4.08 4/197 8020
/proc/meminfo: memFree=27116932/32872528 swapFree=681964/737152
[pid=8020] ppid=8017 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/8020/stat : 8020 (java) S 8017 8020 6358 0 -1 4202496 5607 0 1 0 44 2 0 0 20 0 18 0 26538131 9787879424 14928 33554432000 1073741824 1073778376 140734650677120 140734650668256 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8020/statm: 2389619 14928 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700289 s]
/proc/loadavg: 4.05 4.11 4.08 4/197 8020
/proc/meminfo: memFree=27116932/32872528 swapFree=681964/737152
[pid=8020] ppid=8017 vsize=9558476 CPUtime=1.17 cores=1,3,5,7
/proc/8020/stat : 8020 (java) S 8017 8020 6358 0 -1 4202496 13363 0 1 0 113 4 0 0 20 0 18 0 26538131 9787879424 42949 33554432000 1073741824 1073778376 140734650677120 140734650668256 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8020/statm: 2389619 42949 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 4.05 4.11 4.08 11/215 8038
/proc/meminfo: memFree=26868672/32872528 swapFree=681964/737152
[pid=8020] ppid=8017 vsize=9558476 CPUtime=2.49 cores=1,3,5,7
/proc/8020/stat : 8020 (java) S 8017 8020 6358 0 -1 4202496 14192 0 1 0 233 16 0 0 20 0 18 0 26538131 9787879424 74769 33554432000 1073741824 1073778376 140734650677120 140734650668256 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8020/statm: 2389619 74769 2264 9 0 2380296 0
[pid=8020/tid=8022] ppid=8017 vsize=9558476 CPUtime=1.33 cores=1,3,5,7
/proc/8020/task/8022/stat : 8022 (java) R 8017 8020 6358 0 -1 4202560 2541 0 1 0 130 3 0 0 20 0 18 0 26538132 9787879424 74769 33554432000 1073741824 1073778376 140734650677120 140703799664608 140703739830622 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8023] ppid=8017 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8020/task/8023/stat : 8023 (java) S 8017 8020 6358 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 26538133 9787879424 74769 33554432000 1073741824 1073778376 140734650677120 140703738403368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8024] ppid=8017 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8020/task/8024/stat : 8024 (java) S 8017 8020 6358 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 18 0 26538133 9787879424 74769 33554432000 1073741824 1073778376 140734650677120 140703737350568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8025] ppid=8017 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/8020/task/8025/stat : 8025 (java) S 8017 8020 6358 0 -1 4202560 103 0 0 0 2 2 0 0 20 0 18 0 26538133 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703736297768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8026] ppid=8017 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8020/task/8026/stat : 8026 (java) S 8017 8020 6358 0 -1 4202560 122 0 0 0 5 3 0 0 20 0 18 0 26538133 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703735244968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8027] ppid=8017 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8020/task/8027/stat : 8027 (java) S 8017 8020 6358 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 26538133 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703734193192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8028] ppid=8017 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/8020/task/8028/stat : 8028 (java) S 8017 8020 6358 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 26538133 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703637912488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8029] ppid=8017 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/8020/task/8029/stat : 8029 (java) S 8017 8020 6358 0 -1 4202560 130 0 0 0 6 2 0 0 20 0 18 0 26538133 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703636859688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8030] ppid=8017 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/8020/task/8030/stat : 8030 (java) S 8017 8020 6358 0 -1 4202560 98 0 0 0 2 0 0 0 20 0 18 0 26538133 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703635806888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8031] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8031/stat : 8031 (java) S 8017 8020 6358 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 26538134 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703623608808 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8032] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8032/stat : 8032 (java) S 8017 8020 6358 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 26538134 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703622554872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8033] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8033/stat : 8033 (java) S 8017 8020 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 26538134 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703621501960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8034] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8034/stat : 8034 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26538137 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703620450448 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8035] ppid=8017 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/8020/task/8035/stat : 8035 (java) S 8017 8020 6358 0 -1 4202560 6417 0 0 0 38 0 0 0 20 0 18 0 26538137 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703619398584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8036] ppid=8017 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/8020/task/8036/stat : 8036 (java) S 8017 8020 6358 0 -1 4202560 3369 0 0 0 29 0 0 0 20 0 18 0 26538137 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703618345784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8037] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8037/stat : 8037 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26538137 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703617293176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8038] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8038/stat : 8038 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26538137 9787879424 75281 33554432000 1073741824 1073778376 140734650677120 140703616240584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 9558476

[startup+3.10081 s]
/proc/loadavg: 4.53 4.21 4.11 4/215 8038
/proc/meminfo: memFree=26650592/32872528 swapFree=681964/737152
[pid=8020] ppid=8017 vsize=9558476 CPUtime=4.84 cores=1,3,5,7
/proc/8020/stat : 8020 (java) S 8017 8020 6358 0 -1 4202496 15198 0 1 0 443 41 0 0 20 0 18 0 26538131 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140734650668256 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8020/statm: 2389619 145500 2264 9 0 2380296 0
[pid=8020/tid=8022] ppid=8017 vsize=9558476 CPUtime=2.67 cores=1,3,5,7
/proc/8020/task/8022/stat : 8022 (java) R 8017 8020 6358 0 -1 4202560 2769 0 1 0 262 5 0 0 20 0 18 0 26538132 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703799664592 213869716749 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8023] ppid=8017 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/8020/task/8023/stat : 8023 (java) S 8017 8020 6358 0 -1 4202560 91 0 0 0 15 6 0 0 20 0 18 0 26538133 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703738403368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8024] ppid=8017 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/8020/task/8024/stat : 8024 (java) S 8017 8020 6358 0 -1 4202560 142 0 0 0 16 6 0 0 20 0 18 0 26538133 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703737350568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8025] ppid=8017 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/8020/task/8025/stat : 8025 (java) S 8017 8020 6358 0 -1 4202560 198 0 0 0 11 3 0 0 20 0 18 0 26538133 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703736297768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8026] ppid=8017 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/8020/task/8026/stat : 8026 (java) S 8017 8020 6358 0 -1 4202560 251 0 0 0 13 5 0 0 20 0 18 0 26538133 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703735244968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8027] ppid=8017 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/8020/task/8027/stat : 8027 (java) S 8017 8020 6358 0 -1 4202560 91 0 0 0 14 5 0 0 20 0 18 0 26538133 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703734193192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8028] ppid=8017 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/8020/task/8028/stat : 8028 (java) S 8017 8020 6358 0 -1 4202560 55 0 0 0 8 2 0 0 20 0 18 0 26538133 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703637912488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8029] ppid=8017 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/8020/task/8029/stat : 8029 (java) S 8017 8020 6358 0 -1 4202560 206 0 0 0 12 4 0 0 20 0 18 0 26538133 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703636859688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8030] ppid=8017 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/8020/task/8030/stat : 8030 (java) S 8017 8020 6358 0 -1 4202560 158 0 0 0 9 4 0 0 20 0 18 0 26538133 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703635806888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8031] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8031/stat : 8031 (java) S 8017 8020 6358 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 26538134 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703623608808 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8032] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8032/stat : 8032 (java) S 8017 8020 6358 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 26538134 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703622554872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8033] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8033/stat : 8033 (java) S 8017 8020 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 26538134 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703621501960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8034] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8034/stat : 8034 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26538137 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703620450448 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8035] ppid=8017 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/8020/task/8035/stat : 8035 (java) S 8017 8020 6358 0 -1 4202560 6417 0 0 0 38 0 0 0 20 0 18 0 26538137 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703619398584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8036] ppid=8017 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/8020/task/8036/stat : 8036 (java) S 8017 8020 6358 0 -1 4202560 3369 0 0 0 29 0 0 0 20 0 18 0 26538137 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703618345784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8037] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8037/stat : 8037 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26538137 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703617293176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8038] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8038/stat : 8038 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26538137 9787879424 145500 33554432000 1073741824 1073778376 140734650677120 140703616240584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 9558476

[startup+6.30083 s]
/proc/loadavg: 4.53 4.21 4.11 11/215 8038
/proc/meminfo: memFree=26143012/32872528 swapFree=681964/737152
[pid=8020] ppid=8017 vsize=9558476 CPUtime=9.58 cores=1,3,5,7
/proc/8020/stat : 8020 (java) S 8017 8020 6358 0 -1 4202496 19488 0 1 0 876 82 0 0 20 0 18 0 26538131 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140734650668256 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8020/statm: 2389619 280009 2275 9 0 2380296 0
[pid=8020/tid=8022] ppid=8017 vsize=9558476 CPUtime=4.56 cores=1,3,5,7
/proc/8020/task/8022/stat : 8022 (java) R 8017 8020 6358 0 -1 4202560 2871 0 1 0 448 8 0 0 20 0 18 0 26538132 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703799670808 213869716749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8023] ppid=8017 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/8020/task/8023/stat : 8023 (java) S 8017 8020 6358 0 -1 4202560 552 0 0 0 46 12 0 0 20 0 18 0 26538133 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703738403368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8024] ppid=8017 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/8020/task/8024/stat : 8024 (java) S 8017 8020 6358 0 -1 4202560 353 0 0 0 41 12 0 0 20 0 18 0 26538133 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703737350568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8025] ppid=8017 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/8020/task/8025/stat : 8025 (java) S 8017 8020 6358 0 -1 4202560 664 0 0 0 30 8 0 0 20 0 18 0 26538133 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703736297768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8026] ppid=8017 vsize=9558476 CPUtime=0.37 cores=1,3,5,7
/proc/8020/task/8026/stat : 8026 (java) S 8017 8020 6358 0 -1 4202560 524 0 0 0 29 8 0 0 20 0 18 0 26538133 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703735244968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8027] ppid=8017 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/8020/task/8027/stat : 8027 (java) S 8017 8020 6358 0 -1 4202560 647 0 0 0 36 9 0 0 20 0 18 0 26538133 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703734193192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8028] ppid=8017 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/8020/task/8028/stat : 8028 (java) S 8017 8020 6358 0 -1 4202560 405 0 0 0 28 7 0 0 20 0 18 0 26538133 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703637912488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8029] ppid=8017 vsize=9558476 CPUtime=0.37 cores=1,3,5,7
/proc/8020/task/8029/stat : 8029 (java) S 8017 8020 6358 0 -1 4202560 646 0 0 0 29 8 0 0 20 0 18 0 26538133 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703636859688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8030] ppid=8017 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/8020/task/8030/stat : 8030 (java) S 8017 8020 6358 0 -1 4202560 802 0 0 0 28 7 0 0 20 0 18 0 26538133 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703635806888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8031] ppid=8017 vsize=9558476 CPUtime=0.76 cores=1,3,5,7
/proc/8020/task/8031/stat : 8031 (java) S 8017 8020 6358 0 -1 4202560 983 0 0 0 76 0 0 0 20 0 18 0 26538134 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703623608808 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8032] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8032/stat : 8032 (java) S 8017 8020 6358 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 26538134 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703622554872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8033] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8033/stat : 8033 (java) S 8017 8020 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 26538134 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703621501960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8034] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8034/stat : 8034 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26538137 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703620450448 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8035] ppid=8017 vsize=9558476 CPUtime=0.38 cores=1,3,5,7
/proc/8020/task/8035/stat : 8035 (java) S 8017 8020 6358 0 -1 4202560 6417 0 0 0 38 0 0 0 20 0 18 0 26538137 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703619398584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8036] ppid=8017 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/8020/task/8036/stat : 8036 (java) S 8017 8020 6358 0 -1 4202560 3369 0 0 0 29 0 0 0 20 0 18 0 26538137 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703618345784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8037] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8037/stat : 8037 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26538137 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703617293176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8038] ppid=8017 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8038/stat : 8038 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26538137 9787879424 280009 33554432000 1073741824 1073778376 140734650677120 140703616240584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.58
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 4.85 4.29 4.14 4/215 8038
/proc/meminfo: memFree=24734552/32872528 swapFree=681964/737152
[pid=8020] ppid=8017 vsize=9824732 CPUtime=19.47 cores=1,3,5,7
/proc/8020/stat : 8020 (java) S 8017 8020 6358 0 -1 4202496 23945 0 1 0 1794 153 0 0 20 0 22 0 26538131 10060525568 596814 33554432000 1073741824 1073778376 140734650677120 140734650668256 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8020/statm: 2456183 596814 2289 9 0 2446860 0

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

/proc/8020/task/8025/stat : 8025 (java) S 8017 8020 6358 0 -1 4202560 1765 0 0 0 1307 58 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703736297768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8026] ppid=8017 vsize=9824732 CPUtime=13.68 cores=1,3,5,7
/proc/8020/task/8026/stat : 8026 (java) S 8017 8020 6358 0 -1 4202560 2030 0 0 0 1309 59 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703735244968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8027] ppid=8017 vsize=9824732 CPUtime=14.41 cores=1,3,5,7
/proc/8020/task/8027/stat : 8027 (java) S 8017 8020 6358 0 -1 4202560 2035 0 0 0 1385 56 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703734193192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8028] ppid=8017 vsize=9824732 CPUtime=12.94 cores=1,3,5,7
/proc/8020/task/8028/stat : 8028 (java) S 8017 8020 6358 0 -1 4202560 1605 0 0 0 1247 47 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703637912488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8029] ppid=8017 vsize=9824732 CPUtime=14.03 cores=1,3,5,7
/proc/8020/task/8029/stat : 8029 (java) S 8017 8020 6358 0 -1 4202560 1789 0 0 0 1354 49 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703636859688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8030] ppid=8017 vsize=9824732 CPUtime=13.38 cores=1,3,5,7
/proc/8020/task/8030/stat : 8030 (java) S 8017 8020 6358 0 -1 4202560 2056 0 0 0 1283 55 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703635806888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8031] ppid=8017 vsize=9824732 CPUtime=17.32 cores=1,3,5,7
/proc/8020/task/8031/stat : 8031 (java) S 8017 8020 6358 0 -1 4202560 6562 0 0 0 1713 19 0 0 20 0 22 0 26538134 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703623608808 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8032] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8032/stat : 8032 (java) S 8017 8020 6358 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 26538134 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703622554872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8033] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8033/stat : 8033 (java) S 8017 8020 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26538134 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703621501960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8034] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8034/stat : 8034 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703620450448 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8035] ppid=8017 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/8020/task/8035/stat : 8035 (java) S 8017 8020 6358 0 -1 4202560 10179 0 0 0 175 2 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703619398584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8036] ppid=8017 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/8020/task/8036/stat : 8036 (java) S 8017 8020 6358 0 -1 4202560 3909 0 0 0 106 0 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703618345784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8037] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8037/stat : 8037 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703617293176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8038] ppid=8017 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/8020/task/8038/stat : 8038 (java) S 8017 8020 6358 0 -1 4202560 50 0 0 0 14 23 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703616240584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8039] ppid=8017 vsize=9824732 CPUtime=826.54 cores=1,3,5,7
/proc/8020/task/8039/stat : 8039 (java) R 8017 8020 6358 0 -1 4202560 63 0 0 0 82641 13 0 0 20 0 22 0 26539360 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703615183584 140703739879915 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8040] ppid=8017 vsize=9824732 CPUtime=826.52 cores=1,3,5,7
/proc/8020/task/8040/stat : 8040 (java) R 8017 8020 6358 0 -1 4202560 93 0 0 0 82639 13 0 0 20 0 22 0 26539360 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703614131408 140703739884026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8041] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8041/stat : 8041 (java) S 8017 8020 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26539370 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703613080488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8042] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8042/stat : 8042 (java) S 8017 8020 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26539370 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703612027688 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1796.83
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+883.901 s]
/proc/loadavg: 4.06 4.17 4.17 5/219 8131
/proc/meminfo: memFree=21914568/32872528 swapFree=681964/737152
[pid=8020] ppid=8017 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/8020/stat : 8020 (java) S 8017 8020 6358 0 -1 4202496 40228 0 1 0 179502 499 0 0 20 0 22 0 26538131 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140734650668256 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8020/statm: 2456183 1420392 2299 9 0 2446860 0
[pid=8020/tid=8022] ppid=8017 vsize=9824732 CPUtime=7.64 cores=1,3,5,7
/proc/8020/task/8022/stat : 8022 (java) S 8017 8020 6358 0 -1 4202560 3579 0 1 0 749 15 0 0 20 0 22 0 26538132 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703799673720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8023] ppid=8017 vsize=9824732 CPUtime=14.64 cores=1,3,5,7
/proc/8020/task/8023/stat : 8023 (java) S 8017 8020 6358 0 -1 4202560 1635 0 0 0 1401 63 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703738403368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8024] ppid=8017 vsize=9824732 CPUtime=14.47 cores=1,3,5,7
/proc/8020/task/8024/stat : 8024 (java) S 8017 8020 6358 0 -1 4202560 1610 0 0 0 1396 51 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703737350568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8025] ppid=8017 vsize=9824732 CPUtime=13.65 cores=1,3,5,7
/proc/8020/task/8025/stat : 8025 (java) S 8017 8020 6358 0 -1 4202560 1765 0 0 0 1307 58 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703736297768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8026] ppid=8017 vsize=9824732 CPUtime=13.68 cores=1,3,5,7
/proc/8020/task/8026/stat : 8026 (java) S 8017 8020 6358 0 -1 4202560 2030 0 0 0 1309 59 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703735244968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8027] ppid=8017 vsize=9824732 CPUtime=14.41 cores=1,3,5,7
/proc/8020/task/8027/stat : 8027 (java) S 8017 8020 6358 0 -1 4202560 2035 0 0 0 1385 56 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703734193192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8028] ppid=8017 vsize=9824732 CPUtime=12.94 cores=1,3,5,7
/proc/8020/task/8028/stat : 8028 (java) S 8017 8020 6358 0 -1 4202560 1605 0 0 0 1247 47 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703637912488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8029] ppid=8017 vsize=9824732 CPUtime=14.03 cores=1,3,5,7
/proc/8020/task/8029/stat : 8029 (java) S 8017 8020 6358 0 -1 4202560 1789 0 0 0 1354 49 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703636859688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8030] ppid=8017 vsize=9824732 CPUtime=13.38 cores=1,3,5,7
/proc/8020/task/8030/stat : 8030 (java) S 8017 8020 6358 0 -1 4202560 2056 0 0 0 1283 55 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703635806888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8031] ppid=8017 vsize=9824732 CPUtime=17.32 cores=1,3,5,7
/proc/8020/task/8031/stat : 8031 (java) S 8017 8020 6358 0 -1 4202560 6562 0 0 0 1713 19 0 0 20 0 22 0 26538134 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703623608808 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8032] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8032/stat : 8032 (java) S 8017 8020 6358 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 26538134 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703622554872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8033] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8033/stat : 8033 (java) S 8017 8020 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26538134 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703621501960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8034] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8034/stat : 8034 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703620450448 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8035] ppid=8017 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/8020/task/8035/stat : 8035 (java) S 8017 8020 6358 0 -1 4202560 10179 0 0 0 175 2 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703619398584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8036] ppid=8017 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/8020/task/8036/stat : 8036 (java) S 8017 8020 6358 0 -1 4202560 3909 0 0 0 106 0 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703618345784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8037] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8037/stat : 8037 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703617293176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8038] ppid=8017 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/8020/task/8038/stat : 8038 (java) S 8017 8020 6358 0 -1 4202560 50 0 0 0 14 23 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703616240584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8039] ppid=8017 vsize=9824732 CPUtime=828.13 cores=1,3,5,7
/proc/8020/task/8039/stat : 8039 (java) R 8017 8020 6358 0 -1 4202560 63 0 0 0 82800 13 0 0 20 0 22 0 26539360 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703615183584 140703740511347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8040] ppid=8017 vsize=9824732 CPUtime=828.11 cores=1,3,5,7
/proc/8020/task/8040/stat : 8040 (java) R 8017 8020 6358 0 -1 4202560 93 0 0 0 82798 13 0 0 20 0 22 0 26539360 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703614131408 140703740265163 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8041] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8041/stat : 8041 (java) S 8017 8020 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26539370 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703613080488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8042] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8042/stat : 8042 (java) S 8017 8020 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26539370 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703612027688 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 8020 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+883.901 s]
/proc/loadavg: 4.06 4.17 4.17 5/219 8131
/proc/meminfo: memFree=21914568/32872528 swapFree=681964/737152
[pid=8020] ppid=8017 vsize=9824732 CPUtime=1800.01 cores=1,3,5,7
/proc/8020/stat : 8020 (java) S 8017 8020 6358 0 -1 4202496 40228 0 1 0 179502 499 0 0 20 0 22 0 26538131 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140734650668256 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8020/statm: 2456183 1420392 2299 9 0 2446860 0
[pid=8020/tid=8022] ppid=8017 vsize=9824732 CPUtime=7.64 cores=1,3,5,7
/proc/8020/task/8022/stat : 8022 (java) S 8017 8020 6358 0 -1 4202560 3579 0 1 0 749 15 0 0 20 0 22 0 26538132 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703799673720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8023] ppid=8017 vsize=9824732 CPUtime=14.64 cores=1,3,5,7
/proc/8020/task/8023/stat : 8023 (java) S 8017 8020 6358 0 -1 4202560 1635 0 0 0 1401 63 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703738403368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8024] ppid=8017 vsize=9824732 CPUtime=14.47 cores=1,3,5,7
/proc/8020/task/8024/stat : 8024 (java) S 8017 8020 6358 0 -1 4202560 1610 0 0 0 1396 51 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703737350568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8025] ppid=8017 vsize=9824732 CPUtime=13.65 cores=1,3,5,7
/proc/8020/task/8025/stat : 8025 (java) S 8017 8020 6358 0 -1 4202560 1765 0 0 0 1307 58 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703736297768 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8026] ppid=8017 vsize=9824732 CPUtime=13.68 cores=1,3,5,7
/proc/8020/task/8026/stat : 8026 (java) S 8017 8020 6358 0 -1 4202560 2030 0 0 0 1309 59 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703735244968 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8027] ppid=8017 vsize=9824732 CPUtime=14.41 cores=1,3,5,7
/proc/8020/task/8027/stat : 8027 (java) S 8017 8020 6358 0 -1 4202560 2035 0 0 0 1385 56 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703734193192 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8028] ppid=8017 vsize=9824732 CPUtime=12.94 cores=1,3,5,7
/proc/8020/task/8028/stat : 8028 (java) S 8017 8020 6358 0 -1 4202560 1605 0 0 0 1247 47 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703637912488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8029] ppid=8017 vsize=9824732 CPUtime=14.03 cores=1,3,5,7
/proc/8020/task/8029/stat : 8029 (java) S 8017 8020 6358 0 -1 4202560 1789 0 0 0 1354 49 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703636859688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8030] ppid=8017 vsize=9824732 CPUtime=13.38 cores=1,3,5,7
/proc/8020/task/8030/stat : 8030 (java) S 8017 8020 6358 0 -1 4202560 2056 0 0 0 1283 55 0 0 20 0 22 0 26538133 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703635806888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8020/tid=8031] ppid=8017 vsize=9824732 CPUtime=17.32 cores=1,3,5,7
/proc/8020/task/8031/stat : 8031 (java) S 8017 8020 6358 0 -1 4202560 6562 0 0 0 1713 19 0 0 20 0 22 0 26538134 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703623608808 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8032] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8032/stat : 8032 (java) S 8017 8020 6358 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 26538134 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703622554872 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8033] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8033/stat : 8033 (java) S 8017 8020 6358 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 26538134 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703621501960 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8034] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8034/stat : 8034 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703620450448 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8035] ppid=8017 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/8020/task/8035/stat : 8035 (java) S 8017 8020 6358 0 -1 4202560 10179 0 0 0 175 2 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703619398584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8036] ppid=8017 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/8020/task/8036/stat : 8036 (java) S 8017 8020 6358 0 -1 4202560 3909 0 0 0 106 0 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703618345784 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8037] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8037/stat : 8037 (java) S 8017 8020 6358 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703617293176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8038] ppid=8017 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/8020/task/8038/stat : 8038 (java) S 8017 8020 6358 0 -1 4202560 50 0 0 0 14 23 0 0 20 0 22 0 26538137 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703616240584 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8039] ppid=8017 vsize=9824732 CPUtime=828.13 cores=1,3,5,7
/proc/8020/task/8039/stat : 8039 (java) R 8017 8020 6358 0 -1 4202560 63 0 0 0 82800 13 0 0 20 0 22 0 26539360 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703615183584 140703740511347 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8020/tid=8040] ppid=8017 vsize=9824732 CPUtime=828.11 cores=1,3,5,7
/proc/8020/task/8040/stat : 8040 (java) R 8017 8020 6358 0 -1 4202560 93 0 0 0 82798 13 0 0 20 0 22 0 26539360 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703614131408 140703740265163 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8020/tid=8041] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8041/stat : 8041 (java) S 8017 8020 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26539370 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703613080488 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8020/tid=8042] ppid=8017 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/8020/task/8042/stat : 8042 (java) S 8017 8020 6358 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26539370 10060525568 1420392 33554432000 1073741824 1073778376 140734650677120 140703612027688 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8020 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=589788
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=401178
# CPU time returned by wait4() is 1795.99
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 883.968
CPU time (s): 1800.01
CPU user time (s): 1795.02
CPU system time (s): 4.99
CPU usage (%): 203.628
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.59
system time used= 5.40118
maximum resident set size= 5681728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40278
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= 25206
involuntary context switches= 51534

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50516 second user time and 7.47186 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-18 12:14:49
IDJOB=4103654
IDBENCH=2422
IDSOLVER=2543
FILE ID=node112/4103654-1466244887
RUNJOBID= node112-1466241279-6375
PBS_JOBID= 19918204
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-maros-r7.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103654-1466244887/watcher-4103654-1466244887 -o /tmp/evaluation-result-4103654-1466244887/solver-4103654-1466244887 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1466241279-6375 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103654-1466244887.opb

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

MD5SUM BENCH= 0981750c20a5ad85ded6bb04bf23d130
RANDOM SEED=239770691

node112.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.734
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.46
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.734
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.734
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	: 5321.48
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.734
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.734
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.734
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.734
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.734
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27117212 kB
Buffers:           32936 kB
Cached:           142164 kB
SwapCached:         2040 kB
Active:          4200224 kB
Inactive:          76160 kB
Active(anon):    4101616 kB
Inactive(anon):     2416 kB
Active(file):      98608 kB
Inactive(file):    73744 kB
Unevictable:      737152 kB
Mlocked:          681964 kB
SwapTotal:      67108856 kB
SwapFree:       67096732 kB
Dirty:             43132 kB
Writeback:             0 kB
AnonPages:       4840224 kB
Mapped:            15368 kB
Shmem:                 0 kB
Slab:             601796 kB
SReclaimable:      45236 kB
SUnreclaim:       556560 kB
KernelStack:        1608 kB
PageTables:        13772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5453664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4104192 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= 71668 MiB
End job on node112 at 2016-06-18 12:29:33