Trace number 4110001

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16MSAT (TO) 1800.07 1784.35

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900562192--soft-33-100-0.wbo
MD5SUMc96bd383c2d62b3ed6ae26490be2a1fe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark29.6915
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1863
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 765
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	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.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4110001-1466345583.wbo
0.10/0.11	c reading problem ... 
0.47/0.33	c ... done. Wall clock time 0.22s.
0.47/0.33	c declared #vars     231
0.47/0.33	c internal #vars     2094
0.47/0.33	c #constraints  2707
0.47/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2601
0.47/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.47/0.33	c 2707 constraints processed.
0.47/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 83
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2601
0.47/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
0.47/0.33	c 2707 constraints processed.
0.47/0.33	c objective function length is 1863 literals
0.75/0.47	c And the winner is solver0
1.28/0.83	c SATISFIABLE
1.28/0.83	c OPTIMIZING...
1.28/0.83	c Got one! Elapsed wall clock time (in seconds):0.726
1.28/0.83	o 734
1.28/0.88	c And the winner is solver0
1.72/1.35	c Got one! Elapsed wall clock time (in seconds):1.239
1.72/1.35	o 375
1.72/1.37	c And the winner is solver0
1.91/1.86	c Got one! Elapsed wall clock time (in seconds):1.748
1.91/1.86	o 365
1.91/1.87	c And the winner is solver0
1.96/2.36	c Got one! Elapsed wall clock time (in seconds):2.254
1.96/2.36	o 352
1.96/2.37	c And the winner is solver0
2.00/2.87	c Got one! Elapsed wall clock time (in seconds):2.76
2.00/2.87	o 339
2.00/2.88	c And the winner is solver0
2.05/3.37	c Got one! Elapsed wall clock time (in seconds):3.265
2.05/3.37	o 332
2.05/3.38	c And the winner is solver0
2.06/3.88	c Got one! Elapsed wall clock time (in seconds):3.77
2.06/3.88	o 254
2.06/3.89	c And the winner is solver0
2.11/4.38	c Got one! Elapsed wall clock time (in seconds):4.274
2.11/4.38	o 220
2.18/4.42	c And the winner is solver0
2.32/4.89	c Got one! Elapsed wall clock time (in seconds):4.777
2.32/4.89	o 213
2.34/4.90	c And the winner is solver0
2.34/5.39	c Got one! Elapsed wall clock time (in seconds):5.281
2.34/5.39	o 212
2.35/5.40	c And the winner is solver0
2.35/5.89	c Got one! Elapsed wall clock time (in seconds):5.784
2.35/5.89	o 210
2.35/5.92	c And the winner is solver0
2.47/6.40	c Got one! Elapsed wall clock time (in seconds):6.287
2.47/6.40	o 206
2.49/6.41	c And the winner is solver0
2.53/6.90	c Got one! Elapsed wall clock time (in seconds):6.79
2.53/6.90	o 151
2.53/6.91	c And the winner is solver0
2.53/7.40	c Got one! Elapsed wall clock time (in seconds):7.293
2.53/7.40	o 131
2.78/7.53	c And the winner is solver0
2.88/7.91	c Got one! Elapsed wall clock time (in seconds):7.796
2.88/7.91	o 124
2.88/7.96	c And the winner is solver0
3.02/8.41	c Got one! Elapsed wall clock time (in seconds):8.299
3.02/8.41	o 123
3.02/8.47	c And the winner is solver0
3.15/8.91	c Got one! Elapsed wall clock time (in seconds):8.801
3.15/8.91	o 118
3.15/8.93	c And the winner is solver0
3.22/9.41	c Got one! Elapsed wall clock time (in seconds):9.304
3.22/9.41	o 115
3.22/9.46	c And the winner is solver0
3.34/9.92	c Got one! Elapsed wall clock time (in seconds):9.807
3.34/9.92	o 113
3.34/9.94	c And the winner is solver0
3.40/10.42	c Got one! Elapsed wall clock time (in seconds):10.309
3.40/10.42	o 110
3.40/10.43	c And the winner is solver0
3.43/10.92	c Got one! Elapsed wall clock time (in seconds):10.812
3.43/10.92	o 106
3.43/10.95	c And the winner is solver0
3.49/11.42	c Got one! Elapsed wall clock time (in seconds):11.315
3.49/11.42	o 89
3.67/11.56	c And the winner is solver0
3.85/11.93	c Got one! Elapsed wall clock time (in seconds):11.818
3.85/11.93	o 88
3.85/11.94	c And the winner is solver0
3.90/12.43	c Got one! Elapsed wall clock time (in seconds):12.321
3.90/12.43	o 82
3.90/12.49	c And the winner is solver0
4.03/12.93	c Got one! Elapsed wall clock time (in seconds):12.824
4.03/12.93	o 74
4.36/13.20	c And the winner is solver0
4.63/13.44	c Got one! Elapsed wall clock time (in seconds):13.328
4.63/13.44	o 70
4.63/13.49	c And the winner is solver0
4.78/13.94	c Got one! Elapsed wall clock time (in seconds):13.834
4.78/13.94	o 55
5.10/14.12	c And the winner is solver0
5.18/14.45	c Got one! Elapsed wall clock time (in seconds):14.338
5.18/14.45	o 45
5.26/14.53	c And the winner is solver0
5.37/14.95	c Got one! Elapsed wall clock time (in seconds):14.845
5.37/14.95	o 39
5.37/14.99	c And the winner is solver0
5.51/15.46	c Got one! Elapsed wall clock time (in seconds):15.353
5.51/15.46	o 35
5.57/15.51	c And the winner is solver0
5.59/15.97	c Got one! Elapsed wall clock time (in seconds):15.861
5.59/15.97	o 33
5.95/16.11	c cleaning 6163 clauses out of 12332 with flag 5202/12332
6.18/16.22	c And the winner is solver0
6.27/16.48	c Got one! Elapsed wall clock time (in seconds):16.369
6.27/16.48	o 28
6.27/16.50	c And the winner is solver0
6.33/16.99	c Got one! Elapsed wall clock time (in seconds):16.879
6.33/16.99	o 26
6.34/17.04	c And the winner is solver0
6.46/17.50	c Got one! Elapsed wall clock time (in seconds):17.388
6.46/17.50	o 25
6.67/17.64	c And the winner is solver0
6.75/18.01	c Got one! Elapsed wall clock time (in seconds):17.898
6.75/18.01	o 24
6.75/18.07	c And the winner is solver0
6.89/18.52	c Got one! Elapsed wall clock time (in seconds):18.408
6.89/18.52	o 23
6.89/18.53	c And the winner is solver0
476.29/480.77	c cleaning 0 clauses out of 5740 with flag 0/5762
1540.83/1529.81	c cleaning 0 clauses out of 11741 with flag 0/11763
1667.28/1654.26	c Got one! Elapsed wall clock time (in seconds):1654.151
1667.28/1654.26	o 20
1668.01/1654.83	c cleaning 6716 clauses out of 13438 with flag 16607/19601
1668.44/1655.07	c And the winner is solver0
1800.07/1784.31	c >>>>>>>>>> Solver number 0 (38 answers) <<<<<<<<<<<<<<<<<<
1800.07/1784.31	c starts		: 77
1800.07/1784.31	c conflicts		: 23505
1800.07/1784.31	c decisions		: 109304
1800.07/1784.31	c propagations		: 3749653
1800.07/1784.31	c inspects		: 18800859
1800.07/1784.31	c shortcuts		: 0
1800.07/1784.31	c learnt literals	: 0
1800.07/1784.31	c learnt binary clauses	: 3
1800.07/1784.31	c learnt ternary clauses	: 5
1800.07/1784.31	c learnt constraints	: 23505
1800.07/1784.31	c ignored constraints	: 0
1800.07/1784.31	c root simplifications	: 0
1800.07/1784.31	c removed literals (reason simplification)	: 53124
1800.07/1784.31	c reason swapping (by a shorter reason)	: 0
1800.07/1784.31	c Calls to reduceDB	: 2
1800.07/1784.31	c Number of update (reduction) of LBD	: 10974
1800.07/1784.31	c Imported unit clauses	: 0
1800.07/1784.31	c number of reductions to clauses (during analyze)	: 0
1800.07/1784.31	c number of learned constraints concerned by reduction	: 0
1800.07/1784.31	c number of learning phase by resolution	: 0
1800.07/1784.31	c number of learning phase by cutting planes	: 0
1800.07/1784.31	c speed (assignments/second)	: 2101.8646666274285
1800.07/1784.31	c non guided choices	4426
1800.07/1784.32	c learnt constraints type 
1800.07/1784.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.07/1784.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10623
1800.07/1784.32	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.07/1784.32	c starts		: 78
1800.07/1784.32	c conflicts		: 13094
1800.07/1784.32	c decisions		: 224374
1800.07/1784.32	c propagations		: 1417856
1800.07/1784.32	c inspects		: 655918977
1800.07/1784.32	c shortcuts		: 0
1800.07/1784.32	c learnt literals	: 0
1800.07/1784.32	c learnt binary clauses	: 0
1800.07/1784.32	c learnt ternary clauses	: 0
1800.07/1784.32	c learnt constraints	: 13071
1800.07/1784.32	c ignored constraints	: 0
1800.07/1784.32	c root simplifications	: 0
1800.07/1784.32	c removed literals (reason simplification)	: 0
1800.07/1784.32	c reason swapping (by a shorter reason)	: 0
1800.07/1784.32	c Calls to reduceDB	: 2
1800.07/1784.32	c Number of update (reduction) of LBD	: 0
1800.07/1784.32	c Imported unit clauses	: 0
1800.07/1784.32	c number of reductions to clauses (during analyze)	: 0
1800.07/1784.32	c number of learned constraints concerned by reduction	: 0
1800.07/1784.32	c number of learning phase by resolution	: 0
1800.07/1784.32	c number of learning phase by cutting planes	: 0
1800.07/1784.32	c speed (assignments/second)	: 10970.551368750097
1800.07/1784.32	c non guided choices	4317
1800.07/1784.32	c learnt constraints type 
1800.07/1784.32	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 764
1800.07/1784.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
1800.07/1784.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12297
1800.07/1784.32	s SATISFIABLE
1800.07/1784.32	c Found 37 solution(s)
1800.07/1784.33	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 -x201 -x202 -x203 -x204 -x205 -x206 x207 -x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 
1800.07/1784.33	c objective function=20
1800.07/1784.33	c Total wall clock time (in seconds): 1784.217

Verifier Data

OK	20

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-4110001-1466345583/watcher-4110001-1466345583 -o /tmp/evaluation-result-4110001-1466345583/solver-4110001-1466345583 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466341817-29921 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110001-1466345583.wbo 

pid=32635
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: 1.91 2.18 2.17 2/194 32638
/proc/meminfo: memFree=29610264/32872528 swapFree=1498360/1645528
[pid=32638] ppid=32635 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/32638/stat : 32638 (java) S 32635 32638 29904 0 -1 4202496 1292 0 0 0 0 0 0 0 20 0 2 0 36605162 95129600 926 33554432000 1073741824 1073778376 140734826307392 140734826298528 259115745341 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32638/statm: 23225 926 703 9 0 16769 0
[pid=32638/tid=32639] ppid=32635 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32639/stat : 32639 (java) D 32635 32638 29904 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 36605163 95129600 926 33554432000 1073741824 1073778376 140734826307392 140493900942888 259103223079 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100092 s]
/proc/loadavg: 1.91 2.18 2.17 2/194 32638
/proc/meminfo: memFree=29610264/32872528 swapFree=1498360/1645528
[pid=32638] ppid=32635 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/32638/stat : 32638 (java) S 32635 32638 29904 0 -1 4202496 4449 0 1 0 10 0 0 0 20 0 18 0 36605162 9787879424 6076 33554432000 1073741824 1073778376 140734826307392 140734826298528 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32638/statm: 2389619 6076 2142 9 0 2380296 0
[pid=32638/tid=32639] ppid=32635 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/32638/task/32639/stat : 32639 (java) R 32635 32638 29904 0 -1 4202560 2393 0 1 0 7 0 0 0 20 0 18 0 36605163 9787879424 6076 33554432000 1073741824 1073778376 140734826307392 140493900946336 259115771149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200405 s]
/proc/loadavg: 1.91 2.18 2.17 2/194 32638
/proc/meminfo: memFree=29610264/32872528 swapFree=1498360/1645528
[pid=32638] ppid=32635 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/32638/stat : 32638 (java) S 32635 32638 29904 0 -1 4202496 4725 0 1 0 23 1 0 0 20 0 18 0 36605162 9787879424 6808 33554432000 1073741824 1073778376 140734826307392 140734826298528 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32638/statm: 2389619 6808 2198 9 0 2380296 0
[pid=32638/tid=32639] ppid=32635 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/32638/task/32639/stat : 32639 (java) R 32635 32638 29904 0 -1 4202560 2410 0 1 0 17 0 0 0 20 0 18 0 36605163 9787879424 6808 33554432000 1073741824 1073778376 140734826307392 140493900946336 259115760696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300376 s]
/proc/loadavg: 1.91 2.18 2.17 2/194 32638
/proc/meminfo: memFree=29610264/32872528 swapFree=1498360/1645528
[pid=32638] ppid=32635 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/32638/stat : 32638 (java) S 32635 32638 29904 0 -1 4202496 5685 0 1 0 46 1 0 0 20 0 18 0 36605162 9787879424 8941 33554432000 1073741824 1073778376 140734826307392 140734826298528 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32638/statm: 2389619 8941 2231 9 0 2380296 0
[pid=32638/tid=32639] ppid=32635 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/32638/task/32639/stat : 32639 (java) R 32635 32638 29904 0 -1 4202560 2413 0 1 0 26 1 0 0 20 0 18 0 36605163 9787879424 8941 33554432000 1073741824 1073778376 140734826307392 140493900939264 140493765851949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700336 s]
/proc/loadavg: 1.91 2.18 2.17 2/194 32638
/proc/meminfo: memFree=29610264/32872528 swapFree=1498360/1645528
[pid=32638] ppid=32635 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/32638/stat : 32638 (java) S 32635 32638 29904 0 -1 4202496 11567 0 1 0 124 4 0 0 20 0 19 0 36605162 10060525568 13595 33554432000 1073741824 1073778376 140734826307392 140734826298528 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32638/statm: 2456183 13595 2259 9 0 2446860 0
[pid=32638/tid=32639] ppid=32635 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/32638/task/32639/stat : 32639 (java) S 32635 32638 29904 0 -1 4202560 2430 0 1 0 30 1 0 0 20 0 19 0 36605163 10060525568 13595 33554432000 1073741824 1073778376 140734826307392 140493900948344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 1.91 2.18 2.17 3/216 32672
/proc/meminfo: memFree=29548500/32872528 swapFree=1498360/1645528
[pid=32638] ppid=32635 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/32638/stat : 32638 (java) S 32635 32638 29904 0 -1 4202496 17710 0 1 0 183 8 0 0 20 0 19 0 36605162 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140734826298528 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32638/statm: 2456183 18209 2265 9 0 2446860 0
[pid=32638/tid=32639] ppid=32635 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/32638/task/32639/stat : 32639 (java) S 32635 32638 29904 0 -1 4202560 2430 0 1 0 32 1 0 0 20 0 19 0 36605163 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493900948344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32641] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32641/stat : 32641 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493890009384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32642] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32642/stat : 32642 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493888956584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32643] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32643/stat : 32643 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493887904296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32638/tid=32644] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32644/stat : 32644 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493886851496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32645] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32645/stat : 32645 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493885799208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32646] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32646/stat : 32646 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493884746408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32647] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32647/stat : 32647 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493738163240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32648] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32648/stat : 32648 (java) S 32635 32638 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493737110440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32649] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32649/stat : 32649 (java) S 32635 32638 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36605165 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493724911848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32650] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32650/stat : 32650 (java) S 32635 32638 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36605165 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493723857912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32651] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32651/stat : 32651 (java) S 32635 32638 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36605165 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493722805512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32652] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32652/stat : 32652 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605167 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493721754000 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32653] ppid=32635 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/32638/task/32653/stat : 32653 (java) S 32635 32638 29904 0 -1 4202560 6806 0 0 0 61 0 0 0 20 0 19 0 36605167 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493720701624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32654] ppid=32635 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/32638/task/32654/stat : 32654 (java) S 32635 32638 29904 0 -1 4202560 7125 0 0 0 51 2 0 0 20 0 19 0 36605167 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493719648824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32655] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32655/stat : 32655 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605167 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493718596728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32656] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32656/stat : 32656 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605167 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493717544136 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32663] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32663/stat : 32663 (java) S 32635 32638 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36605197 10060525568 18209 33554432000 1073741824 1073778376 140734826307392 140493713331240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 1.76 2.14 2.16 1/213 32684
/proc/meminfo: memFree=29535592/32872528 swapFree=1498364/1645532
[pid=32638] ppid=32635 vsize=9824732 CPUtime=2.05 cores=1,3,5,7
/proc/32638/stat : 32638 (java) S 32635 32638 29904 0 -1 4202496 17741 0 1 0 196 9 0 0 20 0 19 0 36605162 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140734826298528 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32638/statm: 2456183 23329 2265 9 0 2446860 0
[pid=32638/tid=32639] ppid=32635 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/32638/task/32639/stat : 32639 (java) S 32635 32638 29904 0 -1 4202560 2434 0 1 0 33 2 0 0 20 0 19 0 36605163 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493900948344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32641] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32641/stat : 32641 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493890009384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32642] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32642/stat : 32642 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493888956584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32643] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32643/stat : 32643 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493887904296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32638/tid=32644] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32644/stat : 32644 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493886851496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32645] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32645/stat : 32645 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493885799208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32646] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32646/stat : 32646 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493884746408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32647] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32647/stat : 32647 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493738163240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32648] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32648/stat : 32648 (java) S 32635 32638 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493737110440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32649] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32649/stat : 32649 (java) S 32635 32638 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36605165 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493724911848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32650] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32650/stat : 32650 (java) S 32635 32638 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36605165 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493723857912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32651] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32651/stat : 32651 (java) S 32635 32638 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36605165 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493722805512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32652] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32652/stat : 32652 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605167 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493721754000 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32653] ppid=32635 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/32638/task/32653/stat : 32653 (java) S 32635 32638 29904 0 -1 4202560 6806 0 0 0 65 0 0 0 20 0 19 0 36605167 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493720701624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32654] ppid=32635 vsize=9824732 CPUtime=0.61 cores=1,3,5,7
/proc/32638/task/32654/stat : 32654 (java) S 32635 32638 29904 0 -1 4202560 7125 0 0 0 59 2 0 0 20 0 19 0 36605167 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493719648824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32655] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32655/stat : 32655 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605167 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493718596728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32656] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32656/stat : 32656 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605167 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493717544136 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32663] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32663/stat : 32663 (java) S 32635 32638 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36605197 10060525568 23329 33554432000 1073741824 1073778376 140734826307392 140493713331240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=28 pid=1815 uid=0 cmd=

[startup+6.30082 s]
/proc/loadavg: 1.76 2.14 2.16 4/216 32720
/proc/meminfo: memFree=29358172/32872528 swapFree=1498360/1645528
[pid=32638] ppid=32635 vsize=9824732 CPUtime=2.47 cores=1,3,5,7
/proc/32638/stat : 32638 (java) S 32635 32638 29904 0 -1 4202496 19931 0 1 0 234 13 0 0 20 0 19 0 36605162 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140734826298528 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32638/statm: 2456183 32592 2270 9 0 2446860 0
[pid=32638/tid=32639] ppid=32635 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/32638/task/32639/stat : 32639 (java) S 32635 32638 29904 0 -1 4202560 2439 0 1 0 35 2 0 0 20 0 19 0 36605163 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493900948344 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32641] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32641/stat : 32641 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493890009384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32642] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32642/stat : 32642 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493888956584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32643] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32643/stat : 32643 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493887904296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32638/tid=32644] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32644/stat : 32644 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493886851496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32645] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32645/stat : 32645 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493885799208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32646] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32646/stat : 32646 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493884746408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32647] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32647/stat : 32647 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493738163240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32648] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32648/stat : 32648 (java) S 32635 32638 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36605164 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493737110440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32649] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32649/stat : 32649 (java) S 32635 32638 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36605165 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493724911848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32638/tid=32650] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32650/stat : 32650 (java) S 32635 32638 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36605165 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493723857912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32651] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32651/stat : 32651 (java) S 32635 32638 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36605165 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493722805512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32652] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32652/stat : 32652 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36605167 10060525568 32592 33554432000 1073741824 1073778376 140734826307392 140493721754000 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32653] ppid=32635 vsize=9824732 CPUtime=0.85 cores=1,3,5,7

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

[pid=32638/tid=32645] ppid=32635 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/32638/task/32645/stat : 32645 (java) S 32635 32638 29904 0 -1 4202560 984 0 0 0 374 31 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493885799208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32646] ppid=32635 vsize=9824732 CPUtime=4.29 cores=1,3,5,7
/proc/32638/task/32646/stat : 32646 (java) S 32635 32638 29904 0 -1 4202560 1031 0 0 0 397 32 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493884746408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32638/tid=32647] ppid=32635 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/32638/task/32647/stat : 32647 (java) S 32635 32638 29904 0 -1 4202560 1060 0 0 0 416 37 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493738163240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32648] ppid=32635 vsize=9824732 CPUtime=4.51 cores=1,3,5,7
/proc/32638/task/32648/stat : 32648 (java) S 32635 32638 29904 0 -1 4202560 852 0 0 0 413 38 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493737110440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32649] ppid=32635 vsize=9824732 CPUtime=8.03 cores=1,3,5,7
/proc/32638/task/32649/stat : 32649 (java) S 32635 32638 29904 0 -1 4202560 3799 0 0 0 795 8 0 0 20 0 21 0 36605165 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493724911848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32650] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32650/stat : 32650 (java) S 32635 32638 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36605165 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493723857912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32651] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32651/stat : 32651 (java) S 32635 32638 29904 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 21 0 36605165 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493722805512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32652] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32652/stat : 32652 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493721754000 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32653] ppid=32635 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/32638/task/32653/stat : 32653 (java) S 32635 32638 29904 0 -1 4202560 14956 0 0 0 157 2 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493720701624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32638/tid=32654] ppid=32635 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/32638/task/32654/stat : 32654 (java) S 32635 32638 29904 0 -1 4202560 7144 0 0 0 96 2 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493719648824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32655] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32655/stat : 32655 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493718596728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32656] ppid=32635 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/32638/task/32656/stat : 32656 (java) S 32635 32638 29904 0 -1 4202560 104 0 0 0 23 31 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493717544136 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32663] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32663/stat : 32663 (java) S 32635 32638 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36605197 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493713331240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=2220] ppid=32635 vsize=9824732 CPUtime=126.58 cores=1,3,5,7
/proc/32638/task/2220/stat : 2220 (java) R 32635 32638 29904 0 -1 4202560 9 0 0 0 12657 1 0 0 20 0 21 0 36770621 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493714381984 140493766713078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=2221] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/2221/stat : 2221 (java) S 32635 32638 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36770670 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493715436744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1794.16
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.31 s]
/proc/loadavg: 2.23 2.26 2.22 3/217 2224
/proc/meminfo: memFree=24985952/32872528 swapFree=1498360/1645528
[pid=32638] ppid=32635 vsize=9824732 CPUtime=1796.17 cores=1,3,5,7
/proc/32638/stat : 32638 (java) S 32635 32638 29904 0 -1 4202496 41428 0 1 0 179167 450 0 0 20 0 21 0 36605162 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140734826298528 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32638/statm: 2456183 1020353 2296 9 0 2446860 0
[pid=32638/tid=32639] ppid=32635 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/32638/task/32639/stat : 32639 (java) S 32635 32638 29904 0 -1 4202560 2519 0 1 0 116 28 0 0 20 0 21 0 36605163 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493900948456 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32641] ppid=32635 vsize=9824732 CPUtime=4.4 cores=1,3,5,7
/proc/32638/task/32641/stat : 32641 (java) S 32635 32638 29904 0 -1 4202560 1000 0 0 0 405 35 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493890009384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32642] ppid=32635 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/32638/task/32642/stat : 32642 (java) S 32635 32638 29904 0 -1 4202560 1654 0 0 0 423 34 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493888956584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32643] ppid=32635 vsize=9824732 CPUtime=4.48 cores=1,3,5,7
/proc/32638/task/32643/stat : 32643 (java) S 32635 32638 29904 0 -1 4202560 1248 0 0 0 414 34 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493887904296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32644] ppid=32635 vsize=9824732 CPUtime=4.7 cores=1,3,5,7
/proc/32638/task/32644/stat : 32644 (java) S 32635 32638 29904 0 -1 4202560 1200 0 0 0 434 36 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493886851496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32645] ppid=32635 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/32638/task/32645/stat : 32645 (java) S 32635 32638 29904 0 -1 4202560 984 0 0 0 374 31 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493885799208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32646] ppid=32635 vsize=9824732 CPUtime=4.29 cores=1,3,5,7
/proc/32638/task/32646/stat : 32646 (java) S 32635 32638 29904 0 -1 4202560 1031 0 0 0 397 32 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493884746408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32638/tid=32647] ppid=32635 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/32638/task/32647/stat : 32647 (java) S 32635 32638 29904 0 -1 4202560 1060 0 0 0 416 37 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493738163240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32648] ppid=32635 vsize=9824732 CPUtime=4.51 cores=1,3,5,7
/proc/32638/task/32648/stat : 32648 (java) S 32635 32638 29904 0 -1 4202560 852 0 0 0 413 38 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493737110440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32649] ppid=32635 vsize=9824732 CPUtime=8.03 cores=1,3,5,7
/proc/32638/task/32649/stat : 32649 (java) S 32635 32638 29904 0 -1 4202560 3799 0 0 0 795 8 0 0 20 0 21 0 36605165 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493724911848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32650] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32650/stat : 32650 (java) S 32635 32638 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36605165 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493723857912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32651] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32651/stat : 32651 (java) S 32635 32638 29904 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 21 0 36605165 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493722805512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32652] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32652/stat : 32652 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493721754000 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32653] ppid=32635 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/32638/task/32653/stat : 32653 (java) S 32635 32638 29904 0 -1 4202560 14956 0 0 0 157 2 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493720701624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32638/tid=32654] ppid=32635 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/32638/task/32654/stat : 32654 (java) S 32635 32638 29904 0 -1 4202560 7144 0 0 0 96 2 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493719648824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32655] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32655/stat : 32655 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493718596728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32656] ppid=32635 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/32638/task/32656/stat : 32656 (java) S 32635 32638 29904 0 -1 4202560 104 0 0 0 23 31 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493717544136 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32663] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32663/stat : 32663 (java) S 32635 32638 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36605197 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493713331240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=2220] ppid=32635 vsize=9824732 CPUtime=128.58 cores=1,3,5,7
/proc/32638/task/2220/stat : 2220 (java) R 32635 32638 29904 0 -1 4202560 9 0 0 0 12857 1 0 0 20 0 21 0 36770621 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493714381984 140493766348011 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=2221] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/2221/stat : 2221 (java) S 32635 32638 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36770670 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493715436744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1796.17
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 32638 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1784.31 s]
/proc/loadavg: 2.23 2.26 2.22 3/217 2224
/proc/meminfo: memFree=24985952/32872528 swapFree=1498360/1645528
[pid=32638] ppid=32635 vsize=9824732 CPUtime=1796.17 cores=1,3,5,7
/proc/32638/stat : 32638 (java) S 32635 32638 29904 0 -1 4202496 41428 0 1 0 179167 450 0 0 20 0 21 0 36605162 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140734826298528 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/32638/statm: 2456183 1020353 2296 9 0 2446860 0
[pid=32638/tid=32639] ppid=32635 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/32638/task/32639/stat : 32639 (java) S 32635 32638 29904 0 -1 4202560 2519 0 1 0 116 28 0 0 20 0 21 0 36605163 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493900948456 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32641] ppid=32635 vsize=9824732 CPUtime=4.4 cores=1,3,5,7
/proc/32638/task/32641/stat : 32641 (java) S 32635 32638 29904 0 -1 4202560 1000 0 0 0 405 35 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493890009384 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32642] ppid=32635 vsize=9824732 CPUtime=4.57 cores=1,3,5,7
/proc/32638/task/32642/stat : 32642 (java) S 32635 32638 29904 0 -1 4202560 1654 0 0 0 423 34 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493888956584 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32643] ppid=32635 vsize=9824732 CPUtime=4.48 cores=1,3,5,7
/proc/32638/task/32643/stat : 32643 (java) S 32635 32638 29904 0 -1 4202560 1248 0 0 0 414 34 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493887904296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32644] ppid=32635 vsize=9824732 CPUtime=4.7 cores=1,3,5,7
/proc/32638/task/32644/stat : 32644 (java) S 32635 32638 29904 0 -1 4202560 1200 0 0 0 434 36 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493886851496 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32645] ppid=32635 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/32638/task/32645/stat : 32645 (java) S 32635 32638 29904 0 -1 4202560 984 0 0 0 374 31 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493885799208 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32646] ppid=32635 vsize=9824732 CPUtime=4.29 cores=1,3,5,7
/proc/32638/task/32646/stat : 32646 (java) S 32635 32638 29904 0 -1 4202560 1031 0 0 0 397 32 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493884746408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32638/tid=32647] ppid=32635 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/32638/task/32647/stat : 32647 (java) S 32635 32638 29904 0 -1 4202560 1060 0 0 0 416 37 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493738163240 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32648] ppid=32635 vsize=9824732 CPUtime=4.51 cores=1,3,5,7
/proc/32638/task/32648/stat : 32648 (java) S 32635 32638 29904 0 -1 4202560 852 0 0 0 413 38 0 0 20 0 21 0 36605164 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493737110440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32649] ppid=32635 vsize=9824732 CPUtime=8.03 cores=1,3,5,7
/proc/32638/task/32649/stat : 32649 (java) S 32635 32638 29904 0 -1 4202560 3799 0 0 0 795 8 0 0 20 0 21 0 36605165 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493724911848 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32650] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32650/stat : 32650 (java) S 32635 32638 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36605165 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493723857912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32651] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32651/stat : 32651 (java) S 32635 32638 29904 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 21 0 36605165 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493722805512 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32652] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32652/stat : 32652 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493721754000 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=32653] ppid=32635 vsize=9824732 CPUtime=1.59 cores=1,3,5,7
/proc/32638/task/32653/stat : 32653 (java) S 32635 32638 29904 0 -1 4202560 14956 0 0 0 157 2 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493720701624 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32638/tid=32654] ppid=32635 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/32638/task/32654/stat : 32654 (java) S 32635 32638 29904 0 -1 4202560 7144 0 0 0 96 2 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493719648824 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32655] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32655/stat : 32655 (java) S 32635 32638 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493718596728 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32638/tid=32656] ppid=32635 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/32638/task/32656/stat : 32656 (java) S 32635 32638 29904 0 -1 4202560 104 0 0 0 23 31 0 0 20 0 21 0 36605167 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493717544136 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=32663] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/32663/stat : 32663 (java) S 32635 32638 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36605197 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493713331240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32638/tid=2220] ppid=32635 vsize=9824732 CPUtime=128.58 cores=1,3,5,7
/proc/32638/task/2220/stat : 2220 (java) R 32635 32638 29904 0 -1 4202560 9 0 0 0 12857 1 0 0 20 0 21 0 36770621 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493714381984 140493766348011 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32638/tid=2221] ppid=32635 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/32638/task/2221/stat : 2221 (java) S 32635 32638 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 36770670 10060525568 1020353 33554432000 1073741824 1073778376 140734826307392 140493715436744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1796.17
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32638 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=420662
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=739279
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1796.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.90002
#  lost CPU user time (s): 4.15002
#  lost CPU system time (s): -0.25

Real time (s): 1784.35
CPU time (s): 1800.07
CPU user time (s): 1795.82
CPU system time (s): 4.25
CPU usage (%): 100.881
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.42
system time used= 4.73928
maximum resident set size= 4081512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41460
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79644
involuntary context switches= 50279

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4933 second user time and 13.462 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-19 16:13:03
IDJOB=4110001
IDBENCH=78996
IDSOLVER=2552
FILE ID=node124/4110001-1466345583
RUNJOBID= node124-1466341817-29921
PBS_JOBID= 19922029
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900562192--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110001-1466345583/watcher-4110001-1466345583 -o /tmp/evaluation-result-4110001-1466345583/solver-4110001-1466345583 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466341817-29921 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4110001-1466345583.wbo

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

MD5SUM BENCH= c96bd383c2d62b3ed6ae26490be2a1fe
RANDOM SEED=828329529

node124.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.791
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.58
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.791
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.791
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.791
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.791
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.791
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.791
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.791
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:        29610256 kB
Buffers:          122836 kB
Cached:           205572 kB
SwapCached:         2816 kB
Active:           654156 kB
Inactive:         183728 kB
Active(anon):     508344 kB
Inactive(anon):     3592 kB
Active(file):     145812 kB
Inactive(file):   180136 kB
Unevictable:     1645528 kB
Mlocked:         1498360 kB
SwapTotal:      67108856 kB
SwapFree:       67099904 kB
Dirty:              1892 kB
Writeback:             0 kB
AnonPages:       2229512 kB
Mapped:            17180 kB
Shmem:                 0 kB
Slab:             643784 kB
SReclaimable:      87740 kB
SUnreclaim:       556044 kB
KernelStack:        1784 kB
PageTables:         8440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3255728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 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= 71728 MiB
End job on node124 at 2016-06-19 16:42:48