Trace number 4109521

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.04 1803.14

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110966688--soft-33-100-0.wbo
MD5SUMfccded6cff561c59d5626150da1e6e32
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark4.19636
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1237
Number of bits of the biggest sum of numbers11
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4109521-1466342204.wbo
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.065s.
0.11/0.17	c declared #vars     169
0.11/0.17	c internal #vars     233
0.11/0.17	c #constraints  101
0.11/0.17	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.17	c constraints type 
0.11/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.11/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.11/0.18	c 101 constraints processed.
0.11/0.18	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.18	c constraints type 
0.11/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.11/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.11/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.11/0.18	c 101 constraints processed.
0.11/0.18	c objective function length is 64 literals
1.47/0.59	c And the winner is solver0
1.87/0.68	c SATISFIABLE
1.87/0.68	c OPTIMIZING...
1.87/0.68	c Got one! Elapsed wall clock time (in seconds):0.569
1.87/0.68	o 961
1.87/0.69	c And the winner is solver0
2.21/1.18	c Got one! Elapsed wall clock time (in seconds):1.07
2.21/1.18	o 900
2.21/1.18	c And the winner is solver0
2.21/1.68	c Got one! Elapsed wall clock time (in seconds):1.572
2.21/1.68	o 307
2.21/1.69	c And the winner is solver0
2.29/2.18	c Got one! Elapsed wall clock time (in seconds):2.073
2.29/2.18	o 295
2.29/2.19	c And the winner is solver0
2.29/2.68	c Got one! Elapsed wall clock time (in seconds):2.574
2.29/2.68	o 293
2.29/2.69	c And the winner is solver0
2.29/3.18	c Got one! Elapsed wall clock time (in seconds):3.075
2.29/3.18	o 277
2.33/3.22	c And the winner is solver0
2.37/3.68	c Got one! Elapsed wall clock time (in seconds):3.577
2.37/3.68	o 275
2.37/3.69	c And the winner is solver0
2.37/4.19	c Got one! Elapsed wall clock time (in seconds):4.078
2.37/4.19	o 226
2.41/4.20	c And the winner is solver0
2.42/4.69	c Got one! Elapsed wall clock time (in seconds):4.579
2.42/4.69	o 225
2.42/4.69	c And the winner is solver0
2.43/5.19	c Got one! Elapsed wall clock time (in seconds):5.08
2.43/5.19	o 220
2.82/5.31	c cleaning 3771 clauses out of 7541 with flag 3462/7541
2.82/5.38	c And the winner is solver0
3.23/5.69	c Got one! Elapsed wall clock time (in seconds):5.581
3.23/5.69	o 215
3.25/5.71	c And the winner is solver0
3.30/6.19	c Got one! Elapsed wall clock time (in seconds):6.082
3.30/6.19	o 210
3.31/6.23	c And the winner is solver0
3.45/6.69	c Got one! Elapsed wall clock time (in seconds):6.583
3.45/6.69	o 202
3.45/6.70	c And the winner is solver0
3.50/7.19	c Got one! Elapsed wall clock time (in seconds):7.085
3.50/7.19	o 187
3.50/7.20	c And the winner is solver0
3.50/7.69	c Got one! Elapsed wall clock time (in seconds):7.586
3.50/7.69	o 181
3.72/7.82	c cleaning 5150 clauses out of 10308 with flag 10125/14079
3.72/7.86	c And the winner is solver0
3.85/8.19	c Got one! Elapsed wall clock time (in seconds):8.087
3.85/8.19	o 180
3.85/8.28	c And the winner is solver0
4.07/8.70	c Got one! Elapsed wall clock time (in seconds):8.588
4.07/8.70	o 178
4.07/8.73	c And the winner is solver0
4.16/9.20	c Got one! Elapsed wall clock time (in seconds):9.09
4.16/9.20	o 176
4.36/9.33	c cleaning 5924 clauses out of 11859 with flag 10866/20780
4.36/9.35	c And the winner is solver0
4.51/9.70	c Got one! Elapsed wall clock time (in seconds):9.591
4.51/9.70	o 175
4.70/9.90	c cleaning 5680 clauses out of 11360 with flag 19384/26205
5.33/10.17	c cleaning 5836 clauses out of 11680 with flag 46271/32205
5.53/10.23	c And the winner is solver0
5.61/10.70	c Got one! Elapsed wall clock time (in seconds):10.592
5.61/10.70	o 171
5.80/10.86	c cleaning 5697 clauses out of 11405 with flag 15296/37766
6.43/11.12	c cleaning 5853 clauses out of 11710 with flag 40596/43768
6.62/11.24	c And the winner is solver0
6.74/11.70	c Got one! Elapsed wall clock time (in seconds):11.593
6.74/11.70	o 170
6.74/11.71	c And the winner is solver0
6.74/12.20	c Got one! Elapsed wall clock time (in seconds):12.094
6.74/12.20	o 165
6.76/12.23	c And the winner is solver0
6.82/12.70	c Got one! Elapsed wall clock time (in seconds):12.595
6.82/12.70	o 153
6.82/12.80	c cleaning 5937 clauses out of 11874 with flag 8375/49785
7.03/12.83	c And the winner is solver0
7.10/13.20	c Got one! Elapsed wall clock time (in seconds):13.096
7.10/13.20	o 152
7.10/13.21	c And the winner is solver0
7.13/13.70	c Got one! Elapsed wall clock time (in seconds):13.597
7.13/13.70	o 123
7.13/13.73	c And the winner is solver0
7.23/14.21	c Got one! Elapsed wall clock time (in seconds):14.098
7.23/14.21	o 120
7.42/14.32	c And the winner is solver0
7.47/14.71	c Got one! Elapsed wall clock time (in seconds):14.599
7.47/14.71	o 116
7.47/14.78	c And the winner is solver0
7.68/15.21	c Got one! Elapsed wall clock time (in seconds):15.1
7.68/15.21	o 114
7.86/15.32	c cleaning 6880 clauses out of 13759 with flag 9190/57607
7.86/15.36	c And the winner is solver0
8.02/15.71	c Got one! Elapsed wall clock time (in seconds):15.601
8.02/15.71	o 111
8.02/15.73	c And the winner is solver0
8.09/16.21	c Got one! Elapsed wall clock time (in seconds):16.102
8.09/16.21	o 104
8.48/16.41	c cleaning 6303 clauses out of 12612 with flag 21910/63340
8.48/16.49	c And the winner is solver0
8.69/16.71	c Got one! Elapsed wall clock time (in seconds):16.603
8.69/16.71	o 102
8.86/16.87	c cleaning 5740 clauses out of 11496 with flag 14310/68527
9.49/17.12	c cleaning 5875 clauses out of 11756 with flag 43310/74527
9.49/17.16	c And the winner is solver0
9.63/17.21	c Got one! Elapsed wall clock time (in seconds):17.105
9.63/17.21	o 91
9.63/17.28	c And the winner is solver0
9.85/17.71	c Got one! Elapsed wall clock time (in seconds):17.606
9.85/17.71	o 87
10.04/17.85	c cleaning 5924 clauses out of 11850 with flag 11733/80496
10.24/17.95	c And the winner is solver0
10.41/18.21	c Got one! Elapsed wall clock time (in seconds):18.107
10.41/18.21	o 75
10.56/18.30	c And the winner is solver0
10.62/18.72	c Got one! Elapsed wall clock time (in seconds):18.609
10.62/18.72	o 74
10.79/18.82	c cleaning 6371 clauses out of 12750 with flag 10599/87320
11.17/19.05	c cleaning 6188 clauses out of 12379 with flag 33894/93320
11.77/19.34	c cleaning 6593 clauses out of 13191 with flag 60985/100320
12.57/19.70	c cleaning 7300 clauses out of 14601 with flag 93176/108323
13.17/20.05	c And the winner is solver0
13.34/20.22	c Got one! Elapsed wall clock time (in seconds):20.111
13.34/20.22	o 70
13.90/20.53	c cleaning 10114 clauses out of 20234 with flag 23268/121256
14.68/20.85	c cleaning 8053 clauses out of 16119 with flag 48757/127255
15.57/21.11	c And the winner is solver0
15.73/21.22	c Got one! Elapsed wall clock time (in seconds):21.114
15.73/21.22	o 69
15.73/21.26	c And the winner is solver0
15.82/21.72	c Got one! Elapsed wall clock time (in seconds):21.617
15.82/21.72	o 68
16.16/21.94	c And the winner is solver0
16.29/22.23	c Got one! Elapsed wall clock time (in seconds):22.119
16.29/22.23	o 66
16.29/22.28	c And the winner is solver0
16.43/22.73	c Got one! Elapsed wall clock time (in seconds):22.622
16.43/22.73	o 61
16.43/22.75	c And the winner is solver0
16.49/23.23	c Got one! Elapsed wall clock time (in seconds):23.126
16.49/23.23	o 55
16.62/23.33	c cleaning 10536 clauses out of 21077 with flag 5312/140266
17.02/23.56	c And the winner is solver0
17.25/23.74	c Got one! Elapsed wall clock time (in seconds):23.629
17.25/23.74	o 45
17.77/24.01	c cleaning 10336 clauses out of 20677 with flag 22032/150402
17.77/24.01	c And the winner is solver0
17.93/24.24	c Got one! Elapsed wall clock time (in seconds):24.133
17.93/24.24	o 35
18.24/24.45	c cleaning 7714 clauses out of 15444 with flag 19848/155505
18.24/24.47	c And the winner is solver0
18.47/24.75	c Got one! Elapsed wall clock time (in seconds):24.638
18.47/24.75	o 32
18.87/24.95	c cleaning 6734 clauses out of 13474 with flag 20283/161249
19.28/25.13	c And the winner is solver0
19.35/25.25	c Got one! Elapsed wall clock time (in seconds):25.144
19.35/25.25	o 18
19.35/25.30	c cleaning 6154 clauses out of 12307 with flag 4019/166816
19.84/25.52	c cleaning 6073 clauses out of 12151 with flag 28921/172816
20.48/25.81	c cleaning 6532 clauses out of 13073 with flag 58266/179816
21.07/26.14	c cleaning 7267 clauses out of 14538 with flag 92774/187816
21.68/26.43	c And the winner is solver0
22.00/26.76	c Got one! Elapsed wall clock time (in seconds):26.649
22.00/26.76	o 17
22.35/26.95	c And the winner is solver0
22.54/27.26	c Got one! Elapsed wall clock time (in seconds):27.156
22.54/27.26	o 3
22.60/27.31	c And the winner is solver0
22.64/27.77	c Got one! Elapsed wall clock time (in seconds):27.663
22.64/27.77	o 2
22.64/27.78	c And the winner is solver0
1800.04/1803.10	c >>>>>>>>>> Solver number 0 (49 answers) <<<<<<<<<<<<<<<<<<
1800.04/1803.10	c starts		: 125
1800.04/1803.10	c conflicts		: 198674
1800.04/1803.10	c decisions		: 323858
1800.04/1803.10	c propagations		: 5571735
1800.04/1803.10	c inspects		: 96778896
1800.04/1803.10	c shortcuts		: 0
1800.04/1803.10	c learnt literals	: 21
1800.04/1803.10	c learnt binary clauses	: 15
1800.04/1803.10	c learnt ternary clauses	: 517
1800.04/1803.10	c learnt constraints	: 198653
1800.04/1803.10	c ignored constraints	: 0
1800.04/1803.10	c root simplifications	: 0
1800.04/1803.10	c removed literals (reason simplification)	: 1209888
1800.04/1803.10	c reason swapping (by a shorter reason)	: 0
1800.04/1803.10	c Calls to reduceDB	: 27
1800.04/1803.10	c Number of update (reduction) of LBD	: 60531
1800.04/1803.10	c Imported unit clauses	: 0
1800.04/1803.10	c number of reductions to clauses (during analyze)	: 0
1800.04/1803.10	c number of learned constraints concerned by reduction	: 0
1800.04/1803.10	c number of learning phase by resolution	: 0
1800.04/1803.10	c number of learning phase by cutting planes	: 0
1800.04/1803.10	c speed (assignments/second)	: 3090.3881694403094
1800.04/1803.10	c non guided choices	1994
1800.04/1803.13	c learnt constraints type 
1800.04/1803.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
1800.04/1803.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18103
1800.04/1803.13	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/1803.13	c starts		: 52
1800.04/1803.13	c conflicts		: 1066
1800.04/1803.13	c decisions		: 8534
1800.04/1803.13	c propagations		: 41953
1800.04/1803.13	c inspects		: 4373688
1800.04/1803.13	c shortcuts		: 0
1800.04/1803.13	c learnt literals	: 0
1800.04/1803.13	c learnt binary clauses	: 0
1800.04/1803.13	c learnt ternary clauses	: 0
1800.04/1803.13	c learnt constraints	: 1026
1800.04/1803.13	c ignored constraints	: 0
1800.04/1803.13	c root simplifications	: 0
1800.04/1803.13	c removed literals (reason simplification)	: 0
1800.04/1803.13	c reason swapping (by a shorter reason)	: 0
1800.04/1803.13	c Calls to reduceDB	: 0
1800.04/1803.13	c Number of update (reduction) of LBD	: 0
1800.04/1803.13	c Imported unit clauses	: 0
1800.04/1803.13	c number of reductions to clauses (during analyze)	: 0
1800.04/1803.13	c number of learned constraints concerned by reduction	: 0
1800.04/1803.13	c number of learning phase by resolution	: 0
1800.04/1803.13	c number of learning phase by cutting planes	: 0
1800.04/1803.13	c speed (assignments/second)	: 23.630966462762064
1800.04/1803.13	c non guided choices	1100
1800.04/1803.13	c learnt constraints type 
1800.04/1803.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1026
1800.04/1803.13	s SATISFIABLE
1800.04/1803.13	c Found 48 solution(s)
1800.04/1803.13	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 
1800.04/1803.13	c objective function=2
1800.04/1803.13	c Total wall clock time (in seconds): 1803.023

Verifier Data

OK	2

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-4109521-1466342204/watcher-4109521-1466342204 -o /tmp/evaluation-result-4109521-1466342204/solver-4109521-1466342204 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466341823-29627 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4109521-1466342204.wbo 

pid=450
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.65 1.14 0.51 3/196 453
/proc/meminfo: memFree=30989440/32872528 swapFree=241348/274052
[pid=453] ppid=450 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/453/stat : 453 (java) R 450 453 29610 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 36270473 23793664 636 33554432000 1073741824 1073778376 140736238581216 140736238570280 251133999681 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/453/statm: 5809 649 480 9 0 128 0
[pid=453/tid=454] ppid=450 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/453/task/454/stat : 454 (java) R 450 453 29610 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 36270473 98570240 978 33554432000 1073741824 1073778376 140736238581216 140163732553256 251143210368 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100121 s]
/proc/loadavg: 1.65 1.14 0.51 3/196 453
/proc/meminfo: memFree=30989440/32872528 swapFree=241348/274052
[pid=453] ppid=450 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/453/stat : 453 (java) S 450 453 29610 0 -1 4202496 4461 0 1 0 10 1 0 0 20 0 18 0 36270473 9787879424 6096 33554432000 1073741824 1073778376 140736238581216 140736238572352 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/453/statm: 2389619 6096 2156 9 0 2380296 0
[pid=453/tid=454] ppid=450 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/453/task/454/stat : 454 (java) R 450 453 29610 0 -1 4202560 2386 0 1 0 6 1 0 0 20 0 18 0 36270473 9787879424 6096 33554432000 1073741824 1073778376 140736238581216 140163732553656 251146593549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 1.65 1.14 0.51 3/196 453
/proc/meminfo: memFree=30989440/32872528 swapFree=241348/274052
[pid=453] ppid=450 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/453/stat : 453 (java) S 450 453 29610 0 -1 4202496 4822 0 1 0 25 1 0 0 20 0 22 0 36270473 10060525568 7931 33554432000 1073741824 1073778376 140736238581216 140736238572352 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/453/statm: 2456183 7931 2219 9 0 2446860 0
[pid=453/tid=454] ppid=450 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/453/task/454/stat : 454 (java) S 450 453 29610 0 -1 4202560 2409 0 1 0 14 1 0 0 20 0 22 0 36270473 10060525568 7931 33554432000 1073741824 1073778376 140736238581216 140163732558712 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9824732

[startup+0.30028 s]
/proc/loadavg: 1.65 1.14 0.51 3/196 453
/proc/meminfo: memFree=30989440/32872528 swapFree=241348/274052
[pid=453] ppid=450 vsize=9824732 CPUtime=0.67 cores=1,3,5,7
/proc/453/stat : 453 (java) S 450 453 29610 0 -1 4202496 7680 0 1 0 65 2 0 0 20 0 22 0 36270473 10060525568 10261 33554432000 1073741824 1073778376 140736238581216 140736238572352 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/453/statm: 2456183 10261 2247 9 0 2446860 0
[pid=453/tid=454] ppid=450 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/453/task/454/stat : 454 (java) S 450 453 29610 0 -1 4202560 2409 0 1 0 14 1 0 0 20 0 22 0 36270473 10060525568 10261 33554432000 1073741824 1073778376 140736238581216 140163732558712 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 9824732

[startup+0.700206 s]
/proc/loadavg: 1.65 1.14 0.51 3/196 453
/proc/meminfo: memFree=30989440/32872528 swapFree=241348/274052
[pid=453] ppid=450 vsize=9824732 CPUtime=2.12 cores=1,3,5,7
/proc/453/stat : 453 (java) S 450 453 29610 0 -1 4202496 16663 0 1 0 205 7 0 0 20 0 19 0 36270473 10060525568 20215 33554432000 1073741824 1073778376 140736238581216 140736238572352 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/453/statm: 2456183 20215 2262 9 0 2446860 0
[pid=453/tid=454] ppid=450 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/453/task/454/stat : 454 (java) S 450 453 29610 0 -1 4202560 2409 0 1 0 14 2 0 0 20 0 19 0 36270473 10060525568 20215 33554432000 1073741824 1073778376 140736238581216 140163732558712 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9824732

[startup+1.50076 s]
/proc/loadavg: 1.65 1.14 0.51 2/215 478
/proc/meminfo: memFree=30916620/32872528 swapFree=241348/274052
[pid=453] ppid=450 vsize=9824732 CPUtime=2.21 cores=1,3,5,7
/proc/453/stat : 453 (java) S 450 453 29610 0 -1 4202496 17001 0 1 0 214 7 0 0 20 0 19 0 36270473 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140736238572352 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/453/statm: 2456183 21243 2265 9 0 2446860 0
[pid=453/tid=454] ppid=450 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/453/task/454/stat : 454 (java) S 450 453 29610 0 -1 4202560 2410 0 1 0 14 2 0 0 20 0 19 0 36270473 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163732558712 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=456] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/456/stat : 456 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163710658984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=457] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/457/stat : 457 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163709606440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=458] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/458/stat : 458 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163506235560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=459] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/459/stat : 459 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163505183016 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=460] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/460/stat : 460 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163504130984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=461] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/461/stat : 461 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163503078440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=462] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/462/stat : 462 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163502025384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=463] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/463/stat : 463 (java) S 450 453 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163500972840 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=464] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/464/stat : 464 (java) S 450 453 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36270475 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163488774504 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=465] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/465/stat : 465 (java) S 450 453 29610 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36270476 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163487720824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=466] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/466/stat : 466 (java) S 450 453 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36270476 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163486667656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=467] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/467/stat : 467 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270478 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163485616400 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=468] ppid=450 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/453/task/468/stat : 468 (java) S 450 453 29610 0 -1 4202560 4527 0 0 0 54 0 0 0 20 0 19 0 36270478 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163484564280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=469] ppid=450 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/453/task/469/stat : 469 (java) S 450 453 29610 0 -1 4202560 8708 0 0 0 57 2 0 0 20 0 19 0 36270478 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163483511736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=470] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/470/stat : 470 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270478 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163482458872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=471] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/471/stat : 471 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270478 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163481406536 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=475] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/475/stat : 475 (java) S 450 453 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36270491 10060525568 21243 33554432000 1073741824 1073778376 140736238581216 140163477193640 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9824732

[startup+3.10081 s]
/proc/loadavg: 1.65 1.14 0.51 2/215 487
/proc/meminfo: memFree=30899980/32872528 swapFree=241348/274052
[pid=453] ppid=450 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/453/stat : 453 (java) S 450 453 29610 0 -1 4202496 17029 0 1 0 220 9 0 0 20 0 19 0 36270473 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140736238572352 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/453/statm: 2456183 25340 2265 9 0 2446860 0
[pid=453/tid=454] ppid=450 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/453/task/454/stat : 454 (java) S 450 453 29610 0 -1 4202560 2411 0 1 0 15 2 0 0 20 0 19 0 36270473 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163732558712 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=456] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/456/stat : 456 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163710658984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=457] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/457/stat : 457 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163709606440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=458] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/458/stat : 458 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163506235560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=459] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/459/stat : 459 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163505183016 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=460] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/460/stat : 460 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163504130984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=461] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/461/stat : 461 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163503078440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=462] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/462/stat : 462 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163502025384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=463] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/463/stat : 463 (java) S 450 453 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36270474 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163500972840 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=464] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/464/stat : 464 (java) S 450 453 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36270475 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163488774504 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=465] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/465/stat : 465 (java) S 450 453 29610 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36270476 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163487720824 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=466] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/466/stat : 466 (java) S 450 453 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36270476 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163486667656 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=467] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/467/stat : 467 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270478 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163485616400 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=468] ppid=450 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/453/task/468/stat : 468 (java) S 450 453 29610 0 -1 4202560 4527 0 0 0 54 0 0 0 20 0 19 0 36270478 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163484564280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=469] ppid=450 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/453/task/469/stat : 469 (java) S 450 453 29610 0 -1 4202560 8708 0 0 0 60 2 0 0 20 0 19 0 36270478 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163483511736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=470] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/470/stat : 470 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270478 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163482458872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=471] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/471/stat : 471 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36270478 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163481406536 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=475] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/475/stat : 475 (java) S 450 453 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36270491 10060525568 25340 33554432000 1073741824 1073778376 140736238581216 140163477193640 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9824732
heavy processes:

############
# WARNING:
# current cumulated CPU time (2.42 s) is less than in the last sample (2.43 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (0.00999975 s) to the 'lost time'.

[startup+4.70073 s]
/proc/loadavg: 1.60 1.14 0.52 2/215 499
/proc/meminfo: memFree=30876660/32872528 swapFree=241348/274052
[pid=453] ppid=450 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/453/stat : 453 (java) S 450 453 29610 0 -1 4202496 17079 0 1 0 230 13 0 0 20 0 20 0 36270473 10060525568 32514 33554432000 1073741824 1073778376 140736238581216 140736238572352 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/453/statm: 2456183 32514 2268 9 0 2446860 0
[pid=453/tid=454] ppid=450 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/453/task/454/stat : 454 (java) S 450 453 29610 0 -1 4202560 2412 0 1 0 15 2 0 0 20 0 20 0 36270473 10060525568 32514 33554432000 1073741824 1073778376 140736238581216 140163732558712 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=456] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/456/stat : 456 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36270474 10060525568 32514 33554432000 1073741824 1073778376 140736238581216 140163710658984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=457] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/457/stat : 457 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36270474 10060525568 32514 33554432000 1073741824 1073778376 140736238581216 140163709606440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=458] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/458/stat : 458 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36270474 10060525568 32514 33554432000 1073741824 1073778376 140736238581216 140163506235560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=459] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/459/stat : 459 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36270474 10060525568 32514 33554432000 1073741824 1073778376 140736238581216 140163505183016 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=460] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/460/stat : 460 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36270474 10060525568 32514 33554432000 1073741824 1073778376 140736238581216 140163504130984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=461] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/461/stat : 461 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36270474 10060525568 32514 33554432000 1073741824 1073778376 140736238581216 140163503078440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=462] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/462/stat : 462 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 36270474 10060525568 32514 33554432000 1073741824 1073778376 140736238581216 140163502025384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=463] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/463/stat : 463 (java) S 450 453 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 36270474 10060525568 32514 33554432000 1073741824 1073778376 140736238581216 140163500972840 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=464] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/464/stat : 464 (java) S 450 453 29610 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 36270475 10060525568 32512 33554432000 1073741824 1073778376 140736238581216 140163488774504 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=465] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

[pid=453/tid=460] ppid=450 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/453/task/460/stat : 460 (java) S 450 453 29610 0 -1 4202560 158 0 0 0 35 6 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163504130984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=461] ppid=450 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/453/task/461/stat : 461 (java) S 450 453 29610 0 -1 4202560 303 0 0 0 35 7 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163503078440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=462] ppid=450 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/453/task/462/stat : 462 (java) S 450 453 29610 0 -1 4202560 111 0 0 0 32 6 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163502025384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=463] ppid=450 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/453/task/463/stat : 463 (java) S 450 453 29610 0 -1 4202560 314 0 0 0 32 7 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163500972840 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=464] ppid=450 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/453/task/464/stat : 464 (java) S 450 453 29610 0 -1 4202560 485 0 0 0 15 8 0 0 20 0 21 0 36270475 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163488774504 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=465] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/465/stat : 465 (java) S 450 453 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36270476 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163487720856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=466] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/466/stat : 466 (java) S 450 453 29610 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 21 0 36270476 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163486667688 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=467] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/467/stat : 467 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163485616400 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=468] ppid=450 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/453/task/468/stat : 468 (java) S 450 453 29610 0 -1 4202560 12094 0 0 0 156 0 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163484564280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=469] ppid=450 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/453/task/469/stat : 469 (java) S 450 453 29610 0 -1 4202560 13237 0 0 0 100 3 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163483511736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=470] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/470/stat : 470 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163482458872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=471] ppid=450 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/453/task/471/stat : 471 (java) S 450 453 29610 0 -1 4202560 104 0 0 0 13 14 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163481406536 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=475] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/475/stat : 475 (java) S 450 453 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36270491 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163477193640 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=619] ppid=450 vsize=9824732 CPUtime=1748.8 cores=1,3,5,7
/proc/453/task/619/stat : 619 (java) R 450 453 29610 0 -1 4202560 1587 0 0 0 174852 28 0 0 20 0 21 0 36273251 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163480349472 140163591072473 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=453/tid=620] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/620/stat : 620 (java) S 450 453 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36273252 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163478246312 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1779.22
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.1 s]
/proc/loadavg: 2.00 1.99 1.76 3/217 1027
/proc/meminfo: memFree=29230800/32872528 swapFree=241348/274052
[pid=453] ppid=450 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/453/stat : 453 (java) S 450 453 29610 0 -1 4202496 34177 0 1 0 179829 174 0 0 20 0 21 0 36270473 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140736238572352 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/453/statm: 2456183 156941 2294 9 0 2446860 0
[pid=453/tid=454] ppid=450 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/453/task/454/stat : 454 (java) S 450 453 29610 0 -1 4202560 2435 0 1 0 40 17 0 0 20 0 21 0 36270473 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163732558824 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=456] ppid=450 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/453/task/456/stat : 456 (java) S 450 453 29610 0 -1 4202560 132 0 0 0 32 6 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163710658984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=457] ppid=450 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/453/task/457/stat : 457 (java) S 450 453 29610 0 -1 4202560 102 0 0 0 33 4 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163709606440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=458] ppid=450 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/453/task/458/stat : 458 (java) S 450 453 29610 0 -1 4202560 352 0 0 0 36 7 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163506235560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=459] ppid=450 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/453/task/459/stat : 459 (java) S 450 453 29610 0 -1 4202560 455 0 0 0 31 5 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163505183016 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=460] ppid=450 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/453/task/460/stat : 460 (java) S 450 453 29610 0 -1 4202560 158 0 0 0 35 6 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163504130984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=461] ppid=450 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/453/task/461/stat : 461 (java) S 450 453 29610 0 -1 4202560 303 0 0 0 35 7 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163503078440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=462] ppid=450 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/453/task/462/stat : 462 (java) S 450 453 29610 0 -1 4202560 111 0 0 0 32 6 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163502025384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=463] ppid=450 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/453/task/463/stat : 463 (java) S 450 453 29610 0 -1 4202560 314 0 0 0 32 7 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163500972840 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=464] ppid=450 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/453/task/464/stat : 464 (java) S 450 453 29610 0 -1 4202560 485 0 0 0 15 8 0 0 20 0 21 0 36270475 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163488774504 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=465] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/465/stat : 465 (java) S 450 453 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36270476 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163487720856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=466] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/466/stat : 466 (java) S 450 453 29610 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 21 0 36270476 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163486667688 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=467] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/467/stat : 467 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163485616400 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=468] ppid=450 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/453/task/468/stat : 468 (java) S 450 453 29610 0 -1 4202560 12094 0 0 0 156 0 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163484564280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=469] ppid=450 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/453/task/469/stat : 469 (java) S 450 453 29610 0 -1 4202560 13237 0 0 0 100 3 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163483511736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=470] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/470/stat : 470 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163482458872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=471] ppid=450 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/453/task/471/stat : 471 (java) S 450 453 29610 0 -1 4202560 104 0 0 0 13 14 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163481406536 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=475] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/475/stat : 475 (java) S 450 453 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36270491 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163477193640 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=619] ppid=450 vsize=9824732 CPUtime=1769.55 cores=1,3,5,7
/proc/453/task/619/stat : 619 (java) R 450 453 29610 0 -1 4202560 1587 0 0 0 176927 28 0 0 20 0 21 0 36273251 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163480349472 140163591072486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=453/tid=620] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/620/stat : 620 (java) S 450 453 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36273252 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163478246312 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 453 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1803.1 s]
/proc/loadavg: 2.00 1.99 1.76 3/217 1027
/proc/meminfo: memFree=29230800/32872528 swapFree=241348/274052
[pid=453] ppid=450 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/453/stat : 453 (java) S 450 453 29610 0 -1 4202496 34177 0 1 0 179829 174 0 0 20 0 21 0 36270473 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140736238572352 251146567741 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/453/statm: 2456183 156941 2294 9 0 2446860 0
[pid=453/tid=454] ppid=450 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/453/task/454/stat : 454 (java) S 450 453 29610 0 -1 4202560 2435 0 1 0 40 17 0 0 20 0 21 0 36270473 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163732558824 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=456] ppid=450 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/453/task/456/stat : 456 (java) S 450 453 29610 0 -1 4202560 132 0 0 0 32 6 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163710658984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=457] ppid=450 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/453/task/457/stat : 457 (java) S 450 453 29610 0 -1 4202560 102 0 0 0 33 4 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163709606440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=458] ppid=450 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/453/task/458/stat : 458 (java) S 450 453 29610 0 -1 4202560 352 0 0 0 36 7 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163506235560 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=459] ppid=450 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/453/task/459/stat : 459 (java) S 450 453 29610 0 -1 4202560 455 0 0 0 31 5 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163505183016 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=460] ppid=450 vsize=9824732 CPUtime=0.41 cores=1,3,5,7
/proc/453/task/460/stat : 460 (java) S 450 453 29610 0 -1 4202560 158 0 0 0 35 6 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163504130984 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=461] ppid=450 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/453/task/461/stat : 461 (java) S 450 453 29610 0 -1 4202560 303 0 0 0 35 7 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163503078440 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=462] ppid=450 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/453/task/462/stat : 462 (java) S 450 453 29610 0 -1 4202560 111 0 0 0 32 6 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163502025384 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=463] ppid=450 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/453/task/463/stat : 463 (java) S 450 453 29610 0 -1 4202560 314 0 0 0 32 7 0 0 20 0 21 0 36270474 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163500972840 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=464] ppid=450 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/453/task/464/stat : 464 (java) S 450 453 29610 0 -1 4202560 485 0 0 0 15 8 0 0 20 0 21 0 36270475 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163488774504 251146581929 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=465] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/465/stat : 465 (java) S 450 453 29610 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 36270476 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163487720856 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=466] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/466/stat : 466 (java) S 450 453 29610 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 21 0 36270476 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163486667688 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=467] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/467/stat : 467 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163485616400 251146589984 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=468] ppid=450 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/453/task/468/stat : 468 (java) S 450 453 29610 0 -1 4202560 12094 0 0 0 156 0 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163484564280 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=453/tid=469] ppid=450 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/453/task/469/stat : 469 (java) S 450 453 29610 0 -1 4202560 13237 0 0 0 100 3 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163483511736 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=453/tid=470] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/470/stat : 470 (java) S 450 453 29610 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163482458872 251146581052 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=453/tid=471] ppid=450 vsize=9824732 CPUtime=0.27 cores=1,3,5,7
/proc/453/task/471/stat : 471 (java) S 450 453 29610 0 -1 4202560 104 0 0 0 13 14 0 0 20 0 21 0 36270478 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163481406536 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=475] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/475/stat : 475 (java) S 450 453 29610 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 36270491 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163477193640 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=453/tid=619] ppid=450 vsize=9824732 CPUtime=1769.55 cores=1,3,5,7
/proc/453/task/619/stat : 619 (java) R 450 453 29610 0 -1 4202560 1587 0 0 0 176927 28 0 0 20 0 21 0 36273251 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163480349472 140163591072486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=453/tid=620] ppid=450 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/453/task/620/stat : 620 (java) S 450 453 29610 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 36273252 10060525568 156941 33554432000 1073741824 1073778376 140736238581216 140163478246312 251146581929 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 453 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=751308
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=139674
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.03
#
# 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): 0.00999975
#  lost CPU user time (s): 0.00999999
#  lost CPU system time (s): 0

Real time (s): 1803.14
CPU time (s): 1800.04
CPU user time (s): 1798.3
CPU system time (s): 1.74
CPU usage (%): 99.8282
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.75
system time used= 2.13967
maximum resident set size= 663792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34211
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78987
involuntary context switches= 14366

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.44156 second user time and 14.1049 second system time

The end

Launcher Data

Begin job on node107 at 2016-06-19 15:16:45
IDJOB=4109521
IDBENCH=78837
IDSOLVER=2552
FILE ID=node107/4109521-1466342204
RUNJOBID= node107-1466341823-29627
PBS_JOBID= 19922041
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110966688--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109521-1466342204/watcher-4109521-1466342204 -o /tmp/evaluation-result-4109521-1466342204/solver-4109521-1466342204 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node107-1466341823-29627 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4109521-1466342204.wbo

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

MD5SUM BENCH= fccded6cff561c59d5626150da1e6e32
RANDOM SEED=2109493281

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30989712 kB
Buffers:          181476 kB
Cached:           467572 kB
SwapCached:         3140 kB
Active:           335080 kB
Inactive:         520312 kB
Active(anon):     205960 kB
Inactive(anon):     2968 kB
Active(file):     129120 kB
Inactive(file):   517344 kB
Unevictable:      274052 kB
Mlocked:          241348 kB
SwapTotal:      67108856 kB
SwapFree:       67099728 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:        481156 kB
Mapped:            17064 kB
Shmem:                 0 kB
Slab:             618848 kB
SReclaimable:      61980 kB
SUnreclaim:       556868 kB
KernelStack:        1584 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     859112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 71704 MiB
End job on node107 at 2016-06-19 15:46:48