Trace number 4106623

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 PB16SAT (TO)27 1800.06 896.773

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_3.opb
MD5SUM9e4e432c8df29dadb31632f81ac67b02
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 26
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint11
Maximum length of a constraint21
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2488
Sum of products size (including duplicates)4976
Number of different products2488
Sum of products size4976

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4106623-1466274123.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
0.47/0.38	c ... done. Wall clock time 0.262s.
0.47/0.38	c declared #vars     200
0.47/0.38	c internal #vars     2688
0.47/0.38	c #constraints  5176
0.47/0.38	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.38	c constraints type 
0.47/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2688
0.47/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2488
0.47/0.38	c 5176 constraints processed.
0.47/0.38	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.38	c constraints type 
0.47/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2688
0.47/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2488
0.47/0.38	c 5176 constraints processed.
0.47/0.38	c objective function length is 200 literals
0.71/0.41	c And the winner is solver0
0.83/0.88	c SATISFIABLE
0.83/0.88	c OPTIMIZING...
0.83/0.88	c Got one! Elapsed wall clock time (in seconds):0.766
0.83/0.88	o 29
0.89/0.91	c And the winner is solver0
1.10/1.39	c Got one! Elapsed wall clock time (in seconds):1.269
1.10/1.39	o 28
2.34/1.76	c And the winner is solver0
2.68/1.89	c Got one! Elapsed wall clock time (in seconds):1.771
2.68/1.89	o 27
6.38/3.45	c cleaning 2697 clauses out of 5393 with flag 7780/5393
12.65/6.40	c cleaning 4345 clauses out of 8697 with flag 23691/11394
19.35/9.77	c cleaning 5677 clauses out of 11355 with flag 42637/18397
27.35/13.68	c cleaning 6839 clauses out of 13677 with flag 64008/26396
36.27/18.09	c cleaning 7913 clauses out of 15836 with flag 87407/35394
46.14/22.93	c cleaning 8959 clauses out of 17924 with flag 113549/45395
56.20/27.99	c cleaning 9985 clauses out of 19970 with flag 142785/56400
67.81/33.79	c cleaning 10981 clauses out of 21978 with flag 174758/68393
80.46/40.04	c cleaning 11992 clauses out of 23997 with flag 208809/81393
93.74/46.65	c cleaning 12989 clauses out of 26005 with flag 244302/95393
108.14/53.81	c cleaning 13998 clauses out of 28019 with flag 284371/110396
124.83/62.17	c cleaning 14998 clauses out of 30018 with flag 329252/126393
143.34/71.30	c cleaning 16003 clauses out of 32020 with flag 374442/143393
149.94/74.65	c cleaning 0 clauses out of 5064 with flag 0/5064
162.69/80.88	c cleaning 17004 clauses out of 34018 with flag 422559/161394
182.79/90.79	c cleaning 17992 clauses out of 36013 with flag 473151/180393
205.48/102.00	c cleaning 19002 clauses out of 38021 with flag 526808/200393
227.22/112.80	c cleaning 20001 clauses out of 40021 with flag 582416/221395
251.07/124.70	c cleaning 20996 clauses out of 42019 with flag 642286/243394
276.62/137.49	c cleaning 22012 clauses out of 44024 with flag 705157/266395
305.35/152.15	c cleaning 22993 clauses out of 46014 with flag 771912/290397
333.22/166.07	c cleaning 24003 clauses out of 48019 with flag 841175/315395
363.21/180.99	c cleaning 25000 clauses out of 50014 with flag 911104/341393
396.55/197.52	c cleaning 26005 clauses out of 52017 with flag 984693/368396
431.13/214.77	c cleaning 27001 clauses out of 54011 with flag 1060816/396395
464.80/231.58	c cleaning 28002 clauses out of 56008 with flag 1141382/425393
499.17/248.62	c cleaning 28998 clauses out of 58006 with flag 1224164/455393
536.22/267.07	c cleaning 30000 clauses out of 60008 with flag 1309654/486393
574.74/286.23	c cleaning 30995 clauses out of 62009 with flag 1398447/518394
611.31/304.40	c cleaning 31994 clauses out of 64013 with flag 1487475/551393
651.95/324.65	c cleaning 32997 clauses out of 66019 with flag 1578396/585393
691.84/344.59	c cleaning 34002 clauses out of 68022 with flag 1674152/620393
703.57/350.34	c cleaning 0 clauses out of 11065 with flag 0/11065
733.27/365.20	c cleaning 35003 clauses out of 70020 with flag 1771920/656393
774.78/385.73	c cleaning 36009 clauses out of 72019 with flag 1874185/693395
820.46/408.45	c cleaning 36996 clauses out of 74009 with flag 1977923/731394
867.08/432.40	c cleaning 38004 clauses out of 76013 with flag 2083265/770394
912.75/455.02	c cleaning 38999 clauses out of 78008 with flag 2187623/810393
962.88/479.97	c cleaning 39987 clauses out of 80009 with flag 2297329/851393
1013.32/505.03	c cleaning 41006 clauses out of 82023 with flag 2408277/893394
1067.92/532.26	c cleaning 42002 clauses out of 84016 with flag 2523286/936393
1121.96/559.15	c cleaning 43002 clauses out of 86014 with flag 2638383/980393
1174.58/585.35	c cleaning 44002 clauses out of 88012 with flag 2753578/1025393
1230.85/613.38	c cleaning 44995 clauses out of 90010 with flag 2880500/1071393
1291.11/643.37	c cleaning 46001 clauses out of 92015 with flag 3006624/1118393
1357.82/676.53	c cleaning 46997 clauses out of 94014 with flag 3136779/1166393
1426.32/710.68	c cleaning 48000 clauses out of 96017 with flag 3271081/1215393
1495.20/744.94	c cleaning 48995 clauses out of 98019 with flag 3407473/1265395
1562.42/778.40	c cleaning 50006 clauses out of 100022 with flag 3546126/1316393
1628.69/811.47	c cleaning 50990 clauses out of 102016 with flag 3687128/1368393
1700.65/847.23	c cleaning 52003 clauses out of 104027 with flag 3829847/1421394
1771.77/882.63	c cleaning 53009 clauses out of 106024 with flag 3976626/1475394
1800.06/896.70	c >>>>>>>>>> Solver number 0 (3 answers) <<<<<<<<<<<<<<<<<<
1800.06/896.70	c starts		: 32
1800.06/896.70	c conflicts		: 1497917
1800.06/896.70	c decisions		: 3716621
1800.06/896.70	c propagations		: 889773674
1800.06/896.70	c inspects		: 9428431458
1800.06/896.70	c shortcuts		: 0
1800.06/896.70	c learnt literals	: 0
1800.06/896.70	c learnt binary clauses	: 0
1800.06/896.70	c learnt ternary clauses	: 0
1800.06/896.70	c learnt constraints	: 1497917
1800.06/896.70	c ignored constraints	: 0
1800.06/896.70	c root simplifications	: 0
1800.06/896.70	c removed literals (reason simplification)	: 74004
1800.06/896.70	c reason swapping (by a shorter reason)	: 0
1800.06/896.70	c Calls to reduceDB	: 50
1800.06/896.70	c Number of update (reduction) of LBD	: 381641
1800.06/896.70	c Imported unit clauses	: 0
1800.06/896.70	c number of reductions to clauses (during analyze)	: 0
1800.06/896.70	c number of learned constraints concerned by reduction	: 0
1800.06/896.70	c number of learning phase by resolution	: 0
1800.06/896.70	c number of learning phase by cutting planes	: 0
1800.06/896.70	c speed (assignments/second)	: 992701.9786570569
1800.06/896.70	c non guided choices	0
1800.06/896.73	c learnt constraints type 
1800.06/896.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75538
1800.06/896.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.06/896.73	c starts		: 47
1800.06/896.73	c conflicts		: 16949
1800.06/896.73	c decisions		: 46155
1800.06/896.73	c propagations		: 2125420
1800.06/896.73	c inspects		: 899783757
1800.06/896.73	c shortcuts		: 0
1800.06/896.73	c learnt literals	: 0
1800.06/896.73	c learnt binary clauses	: 0
1800.06/896.73	c learnt ternary clauses	: 0
1800.06/896.73	c learnt constraints	: 16948
1800.06/896.73	c ignored constraints	: 0
1800.06/896.73	c root simplifications	: 0
1800.06/896.73	c removed literals (reason simplification)	: 0
1800.06/896.73	c reason swapping (by a shorter reason)	: 0
1800.06/896.73	c Calls to reduceDB	: 2
1800.06/896.73	c Number of update (reduction) of LBD	: 0
1800.06/896.73	c Imported unit clauses	: 0
1800.06/896.73	c number of reductions to clauses (during analyze)	: 0
1800.06/896.73	c number of learned constraints concerned by reduction	: 0
1800.06/896.73	c number of learning phase by resolution	: 0
1800.06/896.73	c number of learning phase by cutting planes	: 0
1800.06/896.73	c speed (assignments/second)	: 2375.192911366377
1800.06/896.73	c non guided choices	0
1800.06/896.74	c learnt constraints type 
1800.06/896.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.06/896.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 151
1800.06/896.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16796
1800.06/896.74	s SATISFIABLE
1800.06/896.74	c Found 3 solution(s)
1800.06/896.74	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 x13 x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 x50 -x51 -x52 -x53 x54 -x55 -x56 x57 x58 -x59 x60 x61 x62 x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 x102 x103 -x104 -x105 -x106 x107 -x108 x109 -x110 -x111 x112 -x113 -x114 -x115 x116 x117 -x118 -x119 x120 -x121 -x122 -x123 x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1800.06/896.75	c objective function=27
1800.06/896.75	c Total wall clock time (in seconds): 896.628

Verifier Data

OK	27

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

pid=3301
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: 3.96 4.31 4.13 4/197 3304
/proc/meminfo: memFree=27081872/32872528 swapFree=1556504/1720024
[pid=3304] ppid=3301 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/3304/stat : 3304 (java) R 3301 3304 30091 0 -1 4202496 429 0 0 0 0 0 0 0 20 0 1 0 29460928 9445376 96 33554432000 1073741824 1073778376 140737356731264 140737356728392 270320842601 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/3304/statm: 2290 85 63 9 0 38 0

[startup+0.100093 s]
/proc/loadavg: 3.96 4.31 4.13 4/197 3304
/proc/meminfo: memFree=27081872/32872528 swapFree=1556504/1720024
[pid=3304] ppid=3301 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/3304/stat : 3304 (java) S 3301 3304 30091 0 -1 4202496 4464 0 1 0 9 1 0 0 20 0 18 0 29460928 9787879424 5585 33554432000 1073741824 1073778376 140737356731264 140737356722400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3304/statm: 2389619 5585 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 3.96 4.31 4.13 4/197 3304
/proc/meminfo: memFree=27081872/32872528 swapFree=1556504/1720024
[pid=3304] ppid=3301 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/3304/stat : 3304 (java) S 3301 3304 30091 0 -1 4202496 4631 0 1 0 21 1 0 0 20 0 18 0 29460928 9787879424 6746 33554432000 1073741824 1073778376 140737356731264 140737356722400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3304/statm: 2389619 6746 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.30029 s]
/proc/loadavg: 3.96 4.31 4.13 4/197 3304
/proc/meminfo: memFree=27081872/32872528 swapFree=1556504/1720024
[pid=3304] ppid=3301 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/3304/stat : 3304 (java) S 3301 3304 30091 0 -1 4202496 6281 0 1 0 45 2 0 0 20 0 18 0 29460928 9787879424 8460 33554432000 1073741824 1073778376 140737356731264 140737356722400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3304/statm: 2389619 8460 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700246 s]
/proc/loadavg: 3.96 4.31 4.13 4/197 3304
/proc/meminfo: memFree=27081872/32872528 swapFree=1556504/1720024
[pid=3304] ppid=3301 vsize=9759196 CPUtime=0.83 cores=0,2,4,6
/proc/3304/stat : 3304 (java) S 3301 3304 30091 0 -1 4202496 8387 0 1 0 79 4 0 0 20 0 19 0 29460928 9993416704 11985 33554432000 1073741824 1073778376 140737356731264 140737356722400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3304/statm: 2439799 11985 2264 9 0 2430476 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 9759196

[startup+1.50075 s]
/proc/loadavg: 3.96 4.31 4.13 3/216 3329
/proc/meminfo: memFree=27036364/32872528 swapFree=1556504/1720024
[pid=3304] ppid=3301 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/3304/stat : 3304 (java) S 3301 3304 30091 0 -1 4202496 9913 0 1 0 147 6 0 0 20 0 22 0 29460928 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140737356722400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3304/statm: 2456183 15870 2267 9 0 2446860 0
[pid=3304/tid=3306] ppid=3301 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/3304/task/3306/stat : 3306 (java) S 3301 3304 30091 0 -1 4202560 2486 0 1 0 35 1 0 0 20 0 22 0 29460929 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667965391736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3307] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3307/stat : 3307 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667808902184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3308] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3308/stat : 3308 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667807849384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3309] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3309/stat : 3309 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667806796584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3310] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3310/stat : 3310 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667805743784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3311] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3311/stat : 3311 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667804690984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3312] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3312/stat : 3312 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667803638184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3313] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3313/stat : 3313 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667802585384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3314] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3314/stat : 3314 (java) S 3301 3304 30091 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667801532584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3315] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3315/stat : 3315 (java) S 3301 3304 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667789335528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3316] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3316/stat : 3316 (java) S 3301 3304 30091 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667788281592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3317] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3317/stat : 3317 (java) S 3301 3304 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667787228680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3318] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3318/stat : 3318 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667786177168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3319] ppid=3301 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/3304/task/3319/stat : 3319 (java) R 3301 3304 30091 0 -1 4202560 3593 0 0 0 39 0 0 0 20 0 22 0 29460934 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667785118120 140667968968514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3320] ppid=3301 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/3304/task/3320/stat : 3320 (java) R 3301 3304 30091 0 -1 4202560 2485 0 0 0 39 0 0 0 20 0 22 0 29460934 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667784071360 140667968256625 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3321] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3321/stat : 3321 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667783018872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3322] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3322/stat : 3322 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667781966280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3325] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3325/stat : 3325 (java) S 3301 3304 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29460967 10060525568 15870 33554432000 1073741824 1073778376 140737356731264 140667778807208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 3.96 4.31 4.13 7/219 3335
/proc/meminfo: memFree=26927400/32872528 swapFree=1556504/1720024
[pid=3304] ppid=3301 vsize=9824732 CPUtime=5.57 cores=0,2,4,6
/proc/3304/stat : 3304 (java) S 3301 3304 30091 0 -1 4202496 19130 0 1 0 542 15 0 0 20 0 22 0 29460928 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140737356722400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3304/statm: 2456183 52138 2290 9 0 2446860 0
[pid=3304/tid=3306] ppid=3301 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/3304/task/3306/stat : 3306 (java) S 3301 3304 30091 0 -1 4202560 2486 0 1 0 35 1 0 0 20 0 22 0 29460929 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667965391736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3307] ppid=3301 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3304/task/3307/stat : 3307 (java) S 3301 3304 30091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 29460930 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667808902184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3308] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3308/stat : 3308 (java) S 3301 3304 30091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667807849384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3309] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3309/stat : 3309 (java) S 3301 3304 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667806796584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3310] ppid=3301 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/3304/task/3310/stat : 3310 (java) S 3301 3304 30091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 29460930 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667805743784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3311] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3311/stat : 3311 (java) S 3301 3304 30091 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667804690984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3312] ppid=3301 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/3304/task/3312/stat : 3312 (java) S 3301 3304 30091 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 29460930 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667803638184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3313] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3313/stat : 3313 (java) S 3301 3304 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667802585384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3314] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3314/stat : 3314 (java) S 3301 3304 30091 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 29460930 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667801532584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3315] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3315/stat : 3315 (java) S 3301 3304 30091 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667789335528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3316] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3316/stat : 3316 (java) S 3301 3304 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667788281592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3317] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3317/stat : 3317 (java) S 3301 3304 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667787228680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3318] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3318/stat : 3318 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667786177168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3319] ppid=3301 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/3304/task/3319/stat : 3319 (java) S 3301 3304 30091 0 -1 4202560 9312 0 0 0 94 1 0 0 20 0 22 0 29460934 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667785124280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3320] ppid=3301 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/3304/task/3320/stat : 3320 (java) S 3301 3304 30091 0 -1 4202560 5778 0 0 0 90 0 0 0 20 0 22 0 29460934 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667784071480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3321] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3321/stat : 3321 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667783018872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3322] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3322/stat : 3322 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667781966280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3325] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3325/stat : 3325 (java) S 3301 3304 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29460967 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667778807208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3333] ppid=3301 vsize=9824732 CPUtime=1.09 cores=0,2,4,6
/proc/3304/task/3333/stat : 3333 (java) R 3301 3304 30091 0 -1 4202560 4 0 0 0 109 0 0 0 20 0 22 0 29461118 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667779859440 140667837958791 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3334] ppid=3301 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/3304/task/3334/stat : 3334 (java) R 3301 3304 30091 0 -1 4202560 43 0 0 0 111 1 0 0 20 0 22 0 29461118 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667777753272 140667837930961 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3335] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3335/stat : 3335 (java) S 3301 3304 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29461118 10060525568 52138 33554432000 1073741824 1073778376 140737356731264 140667780912296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 9824732

[startup+6.30089 s]
/proc/loadavg: 3.96 4.30 4.13 5/219 3335
/proc/meminfo: memFree=26732528/32872528 swapFree=1556504/1720024
[pid=3304] ppid=3301 vsize=9824732 CPUtime=12.45 cores=0,2,4,6
/proc/3304/stat : 3304 (java) S 3301 3304 30091 0 -1 4202496 20173 0 1 0 1216 29 0 0 20 0 22 0 29460928 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140737356722400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3304/statm: 2456183 99231 2294 9 0 2446860 0
[pid=3304/tid=3306] ppid=3301 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/3304/task/3306/stat : 3306 (java) S 3301 3304 30091 0 -1 4202560 2486 0 1 0 35 1 0 0 20 0 22 0 29460929 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667965391736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3307] ppid=3301 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/3304/task/3307/stat : 3307 (java) S 3301 3304 30091 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 22 0 29460930 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667808902184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3308] ppid=3301 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/3304/task/3308/stat : 3308 (java) S 3301 3304 30091 0 -1 4202560 46 0 0 0 6 3 0 0 20 0 22 0 29460930 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667807849384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3309] ppid=3301 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/3304/task/3309/stat : 3309 (java) S 3301 3304 30091 0 -1 4202560 34 0 0 0 6 1 0 0 20 0 22 0 29460930 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667806796584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3310] ppid=3301 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/3304/task/3310/stat : 3310 (java) S 3301 3304 30091 0 -1 4202560 132 0 0 0 7 3 0 0 20 0 22 0 29460930 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667805743784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3311] ppid=3301 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3304/task/3311/stat : 3311 (java) S 3301 3304 30091 0 -1 4202560 21 0 0 0 5 1 0 0 20 0 22 0 29460930 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667804690984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3312] ppid=3301 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/3304/task/3312/stat : 3312 (java) S 3301 3304 30091 0 -1 4202560 134 0 0 0 8 3 0 0 20 0 22 0 29460930 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667803638184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3313] ppid=3301 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/3304/task/3313/stat : 3313 (java) S 3301 3304 30091 0 -1 4202560 113 0 0 0 6 3 0 0 20 0 22 0 29460930 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667802585384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3314] ppid=3301 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/3304/task/3314/stat : 3314 (java) S 3301 3304 30091 0 -1 4202560 103 0 0 0 4 2 0 0 20 0 22 0 29460930 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667801532584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3315] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3315/stat : 3315 (java) S 3301 3304 30091 0 -1 4202560 212 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667789335528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3316] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3316/stat : 3316 (java) S 3301 3304 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667788281592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3317] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3317/stat : 3317 (java) S 3301 3304 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667787228680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3318] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3318/stat : 3318 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667786177168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3319] ppid=3301 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/3304/task/3319/stat : 3319 (java) S 3301 3304 30091 0 -1 4202560 9608 0 0 0 101 2 0 0 20 0 22 0 29460934 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667785124280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3320] ppid=3301 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/3304/task/3320/stat : 3320 (java) S 3301 3304 30091 0 -1 4202560 5793 0 0 0 104 0 0 0 20 0 22 0 29460934 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667784071480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3321] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3321/stat : 3321 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 99231 33554432000 1073741824 1073778376 140737356731264 140667783018872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3322] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6

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

/proc/3304/task/3309/stat : 3309 (java) S 3301 3304 30091 0 -1 4202560 560 0 0 0 199 15 0 0 20 0 22 0 29460930 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667806796584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3310] ppid=3301 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/3304/task/3310/stat : 3310 (java) S 3301 3304 30091 0 -1 4202560 582 0 0 0 205 15 0 0 20 0 22 0 29460930 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667805743784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3311] ppid=3301 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/3304/task/3311/stat : 3311 (java) S 3301 3304 30091 0 -1 4202560 563 0 0 0 207 15 0 0 20 0 22 0 29460930 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667804690984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3312] ppid=3301 vsize=9824732 CPUtime=2.22 cores=0,2,4,6
/proc/3304/task/3312/stat : 3312 (java) S 3301 3304 30091 0 -1 4202560 624 0 0 0 207 15 0 0 20 0 22 0 29460930 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667803638184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3313] ppid=3301 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/3304/task/3313/stat : 3313 (java) S 3301 3304 30091 0 -1 4202560 574 0 0 0 232 16 0 0 20 0 22 0 29460930 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667802585384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3314] ppid=3301 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/3304/task/3314/stat : 3314 (java) S 3301 3304 30091 0 -1 4202560 549 0 0 0 224 13 0 0 20 0 22 0 29460930 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667801532584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3315] ppid=3301 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/3304/task/3315/stat : 3315 (java) S 3301 3304 30091 0 -1 4202560 2464 0 0 0 211 10 0 0 20 0 22 0 29460931 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667789335528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3316] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3316/stat : 3316 (java) S 3301 3304 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667788281592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3317] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3317/stat : 3317 (java) S 3301 3304 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667787228680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3318] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3318/stat : 3318 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667786177168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3319] ppid=3301 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/3304/task/3319/stat : 3319 (java) S 3301 3304 30091 0 -1 4202560 9617 0 0 0 110 2 0 0 20 0 22 0 29460934 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667785124280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3320] ppid=3301 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/3304/task/3320/stat : 3320 (java) S 3301 3304 30091 0 -1 4202560 9024 0 0 0 163 2 0 0 20 0 22 0 29460934 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667784071480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3321] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3321/stat : 3321 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667783018872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3322] ppid=3301 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/3304/task/3322/stat : 3322 (java) S 3301 3304 30091 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 22 0 29460934 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667781966280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3325] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3325/stat : 3325 (java) S 3301 3304 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29460967 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667778807208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3333] ppid=3301 vsize=9824732 CPUtime=870.85 cores=0,2,4,6
/proc/3304/task/3333/stat : 3333 (java) R 3301 3304 30091 0 -1 4202560 41 0 0 0 87070 15 0 0 20 0 22 0 29461118 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667779858208 140667837822949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3334] ppid=3301 vsize=9824732 CPUtime=870.87 cores=0,2,4,6
/proc/3304/task/3334/stat : 3334 (java) R 3301 3304 30091 0 -1 4202560 1583 0 0 0 87035 52 0 0 20 0 22 0 29461118 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667777753888 140667838101056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3335] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3335/stat : 3335 (java) S 3301 3304 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29461118 10060525568 815816 33554432000 1073741824 1073778376 140737356731264 140667780912296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1771.18
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.701 s]
/proc/loadavg: 4.19 4.28 4.25 5/219 3439
/proc/meminfo: memFree=23861892/32872528 swapFree=1556504/1720024
[pid=3304] ppid=3301 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/3304/stat : 3304 (java) S 3301 3304 30091 0 -1 4202496 31102 0 1 0 179815 191 0 0 20 0 22 0 29460928 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140737356722400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3304/statm: 2456183 811243 2304 9 0 2446860 0
[pid=3304/tid=3306] ppid=3301 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/3304/task/3306/stat : 3306 (java) S 3301 3304 30091 0 -1 4202560 2497 0 1 0 38 3 0 0 20 0 22 0 29460929 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667965391736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3307] ppid=3301 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/3304/task/3307/stat : 3307 (java) S 3301 3304 30091 0 -1 4202560 469 0 0 0 217 13 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667808902184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3308] ppid=3301 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/3304/task/3308/stat : 3308 (java) S 3301 3304 30091 0 -1 4202560 536 0 0 0 236 17 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667807849384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3309] ppid=3301 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/3304/task/3309/stat : 3309 (java) S 3301 3304 30091 0 -1 4202560 570 0 0 0 201 15 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667806796584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3310] ppid=3301 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/3304/task/3310/stat : 3310 (java) S 3301 3304 30091 0 -1 4202560 585 0 0 0 208 15 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667805743784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3311] ppid=3301 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/3304/task/3311/stat : 3311 (java) S 3301 3304 30091 0 -1 4202560 563 0 0 0 209 15 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667804690984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3312] ppid=3301 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/3304/task/3312/stat : 3312 (java) S 3301 3304 30091 0 -1 4202560 624 0 0 0 210 15 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667803638184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3313] ppid=3301 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/3304/task/3313/stat : 3313 (java) S 3301 3304 30091 0 -1 4202560 574 0 0 0 237 16 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667802585384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3314] ppid=3301 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/3304/task/3314/stat : 3314 (java) S 3301 3304 30091 0 -1 4202560 549 0 0 0 225 13 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667801532584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3315] ppid=3301 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/3304/task/3315/stat : 3315 (java) S 3301 3304 30091 0 -1 4202560 2464 0 0 0 211 10 0 0 20 0 22 0 29460931 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667789335528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3316] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3316/stat : 3316 (java) S 3301 3304 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667788281592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3317] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3317/stat : 3317 (java) S 3301 3304 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667787228680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3318] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3318/stat : 3318 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667786177168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3319] ppid=3301 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/3304/task/3319/stat : 3319 (java) S 3301 3304 30091 0 -1 4202560 9617 0 0 0 110 2 0 0 20 0 22 0 29460934 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667785124280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3320] ppid=3301 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/3304/task/3320/stat : 3320 (java) S 3301 3304 30091 0 -1 4202560 9024 0 0 0 163 2 0 0 20 0 22 0 29460934 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667784071480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3321] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3321/stat : 3321 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667783018872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3322] ppid=3301 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/3304/task/3322/stat : 3322 (java) S 3301 3304 30091 0 -1 4202560 51 0 0 0 19 17 0 0 20 0 22 0 29460934 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667781966280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3325] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3325/stat : 3325 (java) S 3301 3304 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29460967 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667778807208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3333] ppid=3301 vsize=9824732 CPUtime=885.15 cores=0,2,4,6
/proc/3304/task/3333/stat : 3333 (java) R 3301 3304 30091 0 -1 4202560 41 0 0 0 88500 15 0 0 20 0 22 0 29461118 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667779857424 140667837871007 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3334] ppid=3301 vsize=9824732 CPUtime=885.17 cores=0,2,4,6
/proc/3304/task/3334/stat : 3334 (java) R 3301 3304 30091 0 -1 4202560 1584 0 0 0 88465 52 0 0 20 0 22 0 29461118 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667777752736 140667837329389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3335] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3335/stat : 3335 (java) S 3301 3304 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29461118 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667780912296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 3304 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.701 s]
/proc/loadavg: 4.19 4.28 4.25 5/219 3439
/proc/meminfo: memFree=23861892/32872528 swapFree=1556504/1720024
[pid=3304] ppid=3301 vsize=9824732 CPUtime=1800.06 cores=0,2,4,6
/proc/3304/stat : 3304 (java) S 3301 3304 30091 0 -1 4202496 31102 0 1 0 179815 191 0 0 20 0 22 0 29460928 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140737356722400 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3304/statm: 2456183 811243 2304 9 0 2446860 0
[pid=3304/tid=3306] ppid=3301 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/3304/task/3306/stat : 3306 (java) S 3301 3304 30091 0 -1 4202560 2497 0 1 0 38 3 0 0 20 0 22 0 29460929 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667965391736 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3307] ppid=3301 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/3304/task/3307/stat : 3307 (java) S 3301 3304 30091 0 -1 4202560 469 0 0 0 217 13 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667808902184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3308] ppid=3301 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/3304/task/3308/stat : 3308 (java) S 3301 3304 30091 0 -1 4202560 536 0 0 0 236 17 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667807849384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3309] ppid=3301 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/3304/task/3309/stat : 3309 (java) S 3301 3304 30091 0 -1 4202560 570 0 0 0 201 15 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667806796584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3310] ppid=3301 vsize=9824732 CPUtime=2.23 cores=0,2,4,6
/proc/3304/task/3310/stat : 3310 (java) S 3301 3304 30091 0 -1 4202560 585 0 0 0 208 15 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667805743784 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3311] ppid=3301 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/3304/task/3311/stat : 3311 (java) S 3301 3304 30091 0 -1 4202560 563 0 0 0 209 15 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667804690984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3312] ppid=3301 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/3304/task/3312/stat : 3312 (java) S 3301 3304 30091 0 -1 4202560 624 0 0 0 210 15 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667803638184 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3313] ppid=3301 vsize=9824732 CPUtime=2.53 cores=0,2,4,6
/proc/3304/task/3313/stat : 3313 (java) S 3301 3304 30091 0 -1 4202560 574 0 0 0 237 16 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667802585384 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3314] ppid=3301 vsize=9824732 CPUtime=2.38 cores=0,2,4,6
/proc/3304/task/3314/stat : 3314 (java) S 3301 3304 30091 0 -1 4202560 549 0 0 0 225 13 0 0 20 0 22 0 29460930 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667801532584 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3315] ppid=3301 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/3304/task/3315/stat : 3315 (java) S 3301 3304 30091 0 -1 4202560 2464 0 0 0 211 10 0 0 20 0 22 0 29460931 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667789335528 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3316] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3316/stat : 3316 (java) S 3301 3304 30091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667788281592 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3317] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3317/stat : 3317 (java) S 3301 3304 30091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 29460931 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667787228680 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3318] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3318/stat : 3318 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667786177168 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3319] ppid=3301 vsize=9824732 CPUtime=1.12 cores=0,2,4,6
/proc/3304/task/3319/stat : 3319 (java) S 3301 3304 30091 0 -1 4202560 9617 0 0 0 110 2 0 0 20 0 22 0 29460934 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667785124280 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3304/tid=3320] ppid=3301 vsize=9824732 CPUtime=1.65 cores=0,2,4,6
/proc/3304/task/3320/stat : 3320 (java) S 3301 3304 30091 0 -1 4202560 9024 0 0 0 163 2 0 0 20 0 22 0 29460934 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667784071480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3321] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3321/stat : 3321 (java) S 3301 3304 30091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 29460934 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667783018872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3322] ppid=3301 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/3304/task/3322/stat : 3322 (java) S 3301 3304 30091 0 -1 4202560 51 0 0 0 19 17 0 0 20 0 22 0 29460934 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667781966280 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3304/tid=3325] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3325/stat : 3325 (java) S 3301 3304 30091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 29460967 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667778807208 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3333] ppid=3301 vsize=9824732 CPUtime=885.15 cores=0,2,4,6
/proc/3304/task/3333/stat : 3333 (java) R 3301 3304 30091 0 -1 4202560 41 0 0 0 88500 15 0 0 20 0 22 0 29461118 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667779857424 140667837871007 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3304/tid=3334] ppid=3301 vsize=9824732 CPUtime=885.17 cores=0,2,4,6
/proc/3304/task/3334/stat : 3334 (java) R 3301 3304 30091 0 -1 4202560 1584 0 0 0 88465 52 0 0 20 0 22 0 29461118 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667777752736 140667837329389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3304/tid=3335] ppid=3301 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3304/task/3335/stat : 3335 (java) S 3301 3304 30091 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 29461118 10060525568 811243 33554432000 1073741824 1073778376 140737356731264 140667780912296 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.773
CPU time (s): 1800.06
CPU user time (s): 1798.15
CPU system time (s): 1.91
CPU usage (%): 200.726
Max. virtual memory (cumulated for all children) (KiB): 9826104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.56
system time used= 2.43163
maximum resident set size= 3481868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31140
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23844
involuntary context switches= 28358

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.95509 second user time and 7.15291 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 20:22:03
IDJOB=4106623
IDBENCH=48144
IDSOLVER=2543
FILE ID=node117/4106623-1466274123
RUNJOBID= node117-1466265252-30107
PBS_JOBID= 19918233
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_10_3.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106623-1466274123/watcher-4106623-1466274123 -o /tmp/evaluation-result-4106623-1466274123/solver-4106623-1466274123 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466265252-30107 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4106623-1466274123.opb

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

MD5SUM BENCH= 9e4e432c8df29dadb31632f81ac67b02
RANDOM SEED=448609156

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27082772 kB
Buffers:          139576 kB
Cached:           320080 kB
SwapCached:            0 kB
Active:          2951324 kB
Inactive:         358028 kB
Active(anon):    2841636 kB
Inactive(anon):    10636 kB
Active(file):     109688 kB
Inactive(file):   347392 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1020 kB
Writeback:             0 kB
AnonPages:       4520468 kB
Mapped:            21160 kB
Shmem:               204 kB
Slab:             621964 kB
SReclaimable:      65440 kB
SUnreclaim:       556524 kB
KernelStack:        1784 kB
PageTables:        13288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4807028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2899968 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 node117 at 2016-06-18 20:37:00