Trace number 4110353

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 PB16OPTIMUM 176.067 148.187

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900576927--soft-0-100-0.wbo
MD5SUM181256eb24986712688255c971de86f9
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark48.21
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 constraints2707
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 135715
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 135714
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4110353-1466346285.wbo
0.09/0.12	c reading problem ... 
0.47/0.34	c ... done. Wall clock time 0.223s.
0.47/0.34	c declared #vars     231
0.47/0.34	c internal #vars     2938
0.47/0.34	c #constraints  2707
0.47/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2684
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.34	c constraints type 
0.47/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.47/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.47/0.34	c 2707 constraints processed.
0.47/0.34	c objective function length is 2707 literals
0.78/0.48	c And the winner is solver0
1.37/0.85	c SATISFIABLE
1.37/0.85	c OPTIMIZING...
1.37/0.85	c Got one! Elapsed wall clock time (in seconds):0.729
1.37/0.85	o 691
1.37/0.89	c And the winner is solver0
1.78/1.37	c Got one! Elapsed wall clock time (in seconds):1.256
1.78/1.37	o 650
1.78/1.39	c And the winner is solver0
1.94/1.89	c Got one! Elapsed wall clock time (in seconds):1.768
1.94/1.89	o 405
1.96/1.90	c And the winner is solver0
1.99/2.40	c Got one! Elapsed wall clock time (in seconds):2.278
1.99/2.40	o 394
2.00/2.41	c And the winner is solver0
2.05/2.90	c Got one! Elapsed wall clock time (in seconds):2.785
2.05/2.90	o 351
2.05/2.92	c And the winner is solver0
2.12/3.41	c Got one! Elapsed wall clock time (in seconds):3.291
2.12/3.41	o 336
2.12/3.42	c And the winner is solver0
2.16/3.91	c Got one! Elapsed wall clock time (in seconds):3.796
2.16/3.91	o 321
2.16/3.93	c And the winner is solver0
2.43/4.42	c Got one! Elapsed wall clock time (in seconds):4.3
2.43/4.42	o 295
2.43/4.43	c And the winner is solver0
2.47/4.92	c Got one! Elapsed wall clock time (in seconds):4.805
2.47/4.92	o 289
2.71/5.03	c And the winner is solver0
2.82/5.43	c Got one! Elapsed wall clock time (in seconds):5.309
2.82/5.43	o 256
2.82/5.44	c And the winner is solver0
2.82/5.93	c Got one! Elapsed wall clock time (in seconds):5.813
2.82/5.93	o 242
2.82/5.94	c And the winner is solver0
2.83/6.43	c Got one! Elapsed wall clock time (in seconds):6.318
2.83/6.43	o 220
2.83/6.45	c And the winner is solver0
2.87/6.94	c Got one! Elapsed wall clock time (in seconds):6.822
2.87/6.94	o 213
2.87/6.96	c And the winner is solver0
2.94/7.44	c Got one! Elapsed wall clock time (in seconds):7.326
2.94/7.44	o 209
2.94/7.46	c And the winner is solver0
2.98/7.96	c Got one! Elapsed wall clock time (in seconds):7.841
2.98/7.96	o 170
2.98/7.97	c And the winner is solver0
3.02/8.46	c Got one! Elapsed wall clock time (in seconds):8.345
3.02/8.46	o 144
3.10/8.51	c And the winner is solver0
3.13/8.97	c Got one! Elapsed wall clock time (in seconds):8.849
3.13/8.97	o 125
3.19/9.07	c And the winner is solver0
3.43/9.47	c Got one! Elapsed wall clock time (in seconds):9.352
3.43/9.47	o 122
3.43/9.49	c And the winner is solver0
3.47/9.98	c Got one! Elapsed wall clock time (in seconds):9.856
3.47/9.98	o 119
3.55/10.01	c And the winner is solver0
3.59/10.48	c Got one! Elapsed wall clock time (in seconds):10.36
3.59/10.48	o 116
3.59/10.49	c And the winner is solver0
3.61/10.98	c Got one! Elapsed wall clock time (in seconds):10.863
3.61/10.98	o 115
3.65/11.01	c And the winner is solver0
3.68/11.48	c Got one! Elapsed wall clock time (in seconds):11.367
3.68/11.48	o 114
3.68/11.49	c And the winner is solver0
3.69/11.99	c Got one! Elapsed wall clock time (in seconds):11.871
3.69/11.99	o 112
3.72/12.01	c And the winner is solver0
3.76/12.49	c Got one! Elapsed wall clock time (in seconds):12.374
3.76/12.49	o 108
4.50/12.81	c And the winner is solver0
4.59/13.00	c Got one! Elapsed wall clock time (in seconds):12.878
4.59/13.00	o 107
4.59/13.01	c And the winner is solver0
4.61/13.50	c Got one! Elapsed wall clock time (in seconds):13.382
4.61/13.50	o 97
4.61/13.51	c And the winner is solver0
4.64/14.00	c Got one! Elapsed wall clock time (in seconds):13.886
4.64/14.00	o 80
4.64/14.04	c And the winner is solver0
4.71/14.51	c Got one! Elapsed wall clock time (in seconds):14.39
4.71/14.51	o 78
4.71/14.52	c And the winner is solver0
4.72/15.01	c Got one! Elapsed wall clock time (in seconds):14.896
4.72/15.01	o 70
4.90/15.13	c And the winner is solver0
5.00/15.52	c Got one! Elapsed wall clock time (in seconds):15.401
5.00/15.52	o 69
5.00/15.54	c And the winner is solver0
5.06/16.02	c Got one! Elapsed wall clock time (in seconds):15.908
5.06/16.02	o 66
5.21/16.18	c And the winner is solver0
5.40/16.53	c Got one! Elapsed wall clock time (in seconds):16.415
5.40/16.53	o 61
5.40/16.55	c And the winner is solver0
5.40/17.04	c Got one! Elapsed wall clock time (in seconds):16.922
5.40/17.04	o 56
5.51/17.11	c And the winner is solver0
5.56/17.55	c Got one! Elapsed wall clock time (in seconds):17.43
5.56/17.55	o 55
5.72/17.61	c And the winner is solver0
5.83/18.08	c Got one! Elapsed wall clock time (in seconds):17.964
5.83/18.08	o 53
5.85/18.10	c And the winner is solver0
5.85/18.59	c Got one! Elapsed wall clock time (in seconds):18.472
5.85/18.59	o 50
5.86/18.61	c And the winner is solver0
5.90/19.10	c Got one! Elapsed wall clock time (in seconds):18.981
5.90/19.10	o 48
5.90/19.11	c And the winner is solver0
5.92/19.61	c Got one! Elapsed wall clock time (in seconds):19.49
5.92/19.61	o 43
6.73/20.02	c And the winner is solver0
6.78/20.12	c Got one! Elapsed wall clock time (in seconds):19.998
6.78/20.12	o 42
7.18/20.31	c cleaning 5534 clauses out of 11073 with flag 4759/11073
7.18/20.39	c And the winner is solver0
7.42/20.63	c Got one! Elapsed wall clock time (in seconds):20.509
7.42/20.63	o 41
7.42/20.67	c And the winner is solver0
8.59/21.64	c Got one! Elapsed wall clock time (in seconds):21.523
8.59/21.64	o 37
8.59/21.68	c And the winner is solver0
8.69/22.15	c Got one! Elapsed wall clock time (in seconds):22.036
8.69/22.15	o 34
8.76/22.21	c And the winner is solver0
8.80/22.67	c Got one! Elapsed wall clock time (in seconds):22.551
8.80/22.67	o 32
8.80/22.69	c And the winner is solver0
21.17/34.81	c Got one! Elapsed wall clock time (in seconds):34.685
21.17/34.81	o 29
21.17/34.85	c And the winner is solver0
89.87/102.82	c Got one! Elapsed wall clock time (in seconds):102.705
89.87/102.82	o 17
89.87/102.96	c And the winner is solver0
90.03/103.35	c Got one! Elapsed wall clock time (in seconds):103.235
90.03/103.35	o 16
90.68/103.79	c cleaning 6227 clauses out of 12464 with flag 31896/17998
90.91/103.87	c And the winner is solver0
91.19/103.94	c Got one! Elapsed wall clock time (in seconds):103.82
91.19/103.94	o 13
91.71/104.13	c And the winner is solver0
91.93/104.48	c Got one! Elapsed wall clock time (in seconds):104.358
91.93/104.48	o 11
91.96/104.59	c And the winner is solver0
92.16/105.01	c Got one! Elapsed wall clock time (in seconds):104.896
92.16/105.01	o 10
92.49/105.28	c And the winner is solver0
92.68/105.55	c Got one! Elapsed wall clock time (in seconds):105.435
92.68/105.55	o 9
92.74/105.70	c cleaning 6665 clauses out of 13341 with flag 7802/25102
92.99/105.72	c And the winner is solver0
93.34/106.09	c Got one! Elapsed wall clock time (in seconds):105.975
93.34/106.09	o 7
94.01/106.40	c And the winner is solver0
94.05/106.63	c Got one! Elapsed wall clock time (in seconds):106.517
94.05/106.63	o 2
94.35/106.82	c cleaning 6150 clauses out of 12317 with flag 16602/30743
95.14/107.23	c cleaning 6071 clauses out of 12165 with flag 70953/36741
95.34/107.37	c And the winner is solver0
95.53/107.68	c Got one! Elapsed wall clock time (in seconds):107.559
95.53/107.68	o 1
95.94/107.93	c cleaning 5541 clauses out of 11102 with flag 30610/41749
96.73/108.30	c cleaning 5772 clauses out of 11561 with flag 88740/47749
97.60/108.79	c cleaning 6377 clauses out of 12790 with flag 158240/54750
98.80/109.35	c cleaning 7196 clauses out of 14413 with flag 241571/62750
100.28/110.05	c cleaning 8098 clauses out of 16217 with flag 343021/71750
101.90/110.86	c cleaning 9047 clauses out of 18118 with flag 453930/81749
103.93/111.84	c cleaning 10016 clauses out of 20071 with flag 581729/92749
105.93/112.82	c cleaning 11012 clauses out of 22056 with flag 715136/104750
108.35/114.06	c cleaning 12005 clauses out of 24044 with flag 876910/117750
111.15/115.45	c cleaning 13012 clauses out of 26038 with flag 1057195/131749
114.21/116.92	c cleaning 13996 clauses out of 28026 with flag 1230435/146749
117.21/118.49	c cleaning 14999 clauses out of 30031 with flag 1413900/162750
121.00/120.39	c cleaning 16002 clauses out of 32031 with flag 1615497/179749
125.67/122.61	c cleaning 16991 clauses out of 34029 with flag 1855376/197749
130.34/124.93	c cleaning 18017 clauses out of 36038 with flag 2096593/216749
136.20/127.88	c cleaning 19009 clauses out of 38021 with flag 2291737/236750
142.62/131.09	c cleaning 20007 clauses out of 40014 with flag 2459226/257752
149.07/134.30	c cleaning 20997 clauses out of 42004 with flag 2610895/279750
156.35/137.81	c cleaning 22002 clauses out of 44007 with flag 2775476/302751
163.79/141.58	c cleaning 22995 clauses out of 46004 with flag 2927977/326750
172.84/146.01	c cleaning 24003 clauses out of 48005 with flag 3098645/351749
175.44/147.40	c And the winner is solver0
175.93/148.17	c >>>>>>>>>> Solver number 0 (54 answers) <<<<<<<<<<<<<<<<<<
175.93/148.17	c starts		: 121
175.93/148.17	c conflicts		: 365885
175.93/148.17	c decisions		: 625176
175.93/148.17	c propagations		: 19255776
175.93/148.17	c inspects		: 642478187
175.93/148.17	c shortcuts		: 0
175.93/148.17	c learnt literals	: 22
175.93/148.17	c learnt binary clauses	: 133
175.93/148.17	c learnt ternary clauses	: 729
175.93/148.17	c learnt constraints	: 365862
175.93/148.17	c ignored constraints	: 0
175.93/148.17	c root simplifications	: 0
175.93/148.17	c removed literals (reason simplification)	: 1430873
175.93/148.17	c reason swapping (by a shorter reason)	: 0
175.93/148.17	c Calls to reduceDB	: 26
175.93/148.17	c Number of update (reduction) of LBD	: 123613
175.93/148.17	c Imported unit clauses	: 0
175.93/148.17	c number of reductions to clauses (during analyze)	: 0
175.93/148.17	c number of learned constraints concerned by reduction	: 0
175.93/148.17	c number of learning phase by resolution	: 0
175.93/148.17	c number of learning phase by cutting planes	: 0
175.93/148.17	c speed (assignments/second)	: 130274.71940138964
175.93/148.17	c non guided choices	6055
175.93/148.17	c learnt constraints type 
175.93/148.17	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
175.93/148.17	c starts		: 77
175.93/148.17	c conflicts		: 4338
175.93/148.17	c decisions		: 126873
175.93/148.17	c propagations		: 408229
175.93/148.17	c inspects		: 66137322
175.93/148.17	c shortcuts		: 0
175.93/148.17	c learnt literals	: 0
175.93/148.17	c learnt binary clauses	: 0
175.93/148.17	c learnt ternary clauses	: 0
175.93/148.17	c learnt constraints	: 4317
175.93/148.17	c ignored constraints	: 0
175.93/148.17	c root simplifications	: 0
175.93/148.17	c removed literals (reason simplification)	: 0
175.93/148.17	c reason swapping (by a shorter reason)	: 0
175.93/148.17	c Calls to reduceDB	: 0
175.93/148.17	c Number of update (reduction) of LBD	: 0
175.93/148.17	c Imported unit clauses	: 0
175.93/148.17	c number of reductions to clauses (during analyze)	: 0
175.93/148.17	c number of learned constraints concerned by reduction	: 0
175.93/148.17	c number of learning phase by resolution	: 0
175.93/148.17	c number of learning phase by cutting planes	: 0
175.93/148.17	c speed (assignments/second)	: 10106.179135515176
175.93/148.17	c non guided choices	5429
175.93/148.17	c learnt constraints type 
175.93/148.17	s OPTIMUM FOUND
175.93/148.17	c Found 53 solution(s)
175.93/148.17	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 
175.93/148.17	c objective function=1
175.93/148.17	c Total wall clock time (in seconds): 148.058

Verifier Data

OK	1

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-4110353-1466346285/watcher-4110353-1466346285 -o /tmp/evaluation-result-4110353-1466346285/solver-4110353-1466346285 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466341826-28147 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4110353-1466346285.wbo 

pid=4123
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.23 2.18 3/196 4126
/proc/meminfo: memFree=30615904/32872528 swapFree=249320/249320
[pid=4126] ppid=4123 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/4126/stat : 4126 (java) R 4123 4126 28131 0 -1 4202496 421 0 0 0 0 0 0 0 20 0 1 0 36678925 9445376 91 33554432000 1073741824 1073778376 140735368130208 140735368127336 247055031549 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/4126/statm: 2306 93 75 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.06 2.23 2.18 3/196 4126
/proc/meminfo: memFree=30615904/32872528 swapFree=249320/249320
[pid=4126] ppid=4123 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/4126/stat : 4126 (java) S 4123 4126 28131 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 36678925 9787879424 6046 33554432000 1073741824 1073778376 140735368130208 140735368121344 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4126/statm: 2389619 6046 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200208 s]
/proc/loadavg: 2.06 2.23 2.18 3/196 4126
/proc/meminfo: memFree=30615904/32872528 swapFree=249320/249320
[pid=4126] ppid=4123 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/4126/stat : 4126 (java) S 4123 4126 28131 0 -1 4202496 4735 0 1 0 22 1 0 0 20 0 18 0 36678925 9787879424 6821 33554432000 1073741824 1073778376 140735368130208 140735368121344 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4126/statm: 2389619 6821 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300207 s]
/proc/loadavg: 2.06 2.23 2.18 3/196 4126
/proc/meminfo: memFree=30615904/32872528 swapFree=249320/249320
[pid=4126] ppid=4123 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/4126/stat : 4126 (java) S 4123 4126 28131 0 -1 4202496 5612 0 1 0 45 2 0 0 20 0 18 0 36678925 9787879424 8963 33554432000 1073741824 1073778376 140735368130208 140735368121344 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4126/statm: 2389619 8963 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700257 s]
/proc/loadavg: 2.06 2.23 2.18 3/196 4126
/proc/meminfo: memFree=30615904/32872528 swapFree=249320/249320
[pid=4126] ppid=4123 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/4126/stat : 4126 (java) S 4123 4126 28131 0 -1 4202496 9022 0 1 0 133 4 0 0 20 0 19 0 36678925 10060525568 13274 33554432000 1073741824 1073778376 140735368130208 140735368121344 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4126/statm: 2456183 13274 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 2.06 2.23 2.18 2/215 4151
/proc/meminfo: memFree=30560248/32872528 swapFree=249320/249320
[pid=4126] ppid=4123 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/4126/stat : 4126 (java) S 4123 4126 28131 0 -1 4202496 14175 0 1 0 185 9 0 0 20 0 19 0 36678925 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140735368121344 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4126/statm: 2456183 18153 2273 9 0 2446860 0
[pid=4126/tid=4128] ppid=4123 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/4126/task/4128/stat : 4128 (java) S 4123 4126 28131 0 -1 4202560 2456 0 1 0 33 2 0 0 20 0 19 0 36678926 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028994593656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4129] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4129/stat : 4129 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028956084520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4130] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4130/stat : 4130 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028955031720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4131] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4131/stat : 4131 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028835523112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4132] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4132/stat : 4132 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028834470312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4133] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4133/stat : 4133 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028833418024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4134] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4134/stat : 4134 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028832365224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4135] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4135/stat : 4135 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028831312936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4136] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4136/stat : 4136 (java) S 4123 4126 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028830260136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4137] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4137/stat : 4137 (java) S 4123 4126 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36678928 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028347930856 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4138] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4138/stat : 4138 (java) S 4123 4126 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36678929 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028346876920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4139] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4139/stat : 4139 (java) S 4123 4126 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36678929 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028345824520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4140] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4140/stat : 4140 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028344773008 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4141] ppid=4123 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/4126/task/4141/stat : 4141 (java) S 4123 4126 28131 0 -1 4202560 6445 0 0 0 62 0 0 0 20 0 19 0 36678931 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028343720632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4142] ppid=4123 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/4126/task/4142/stat : 4142 (java) S 4123 4126 28131 0 -1 4202560 3930 0 0 0 52 0 0 0 20 0 19 0 36678931 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028342667832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4143] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4143/stat : 4143 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028341615736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4144] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4144/stat : 4144 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028340563144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4148] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4148/stat : 4148 (java) S 4123 4126 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36678962 10060525568 18153 33554432000 1073741824 1073778376 140735368130208 140028336350248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9824732

[startup+3.1009 s]
/proc/loadavg: 2.06 2.23 2.18 3/215 4157
/proc/meminfo: memFree=30542172/32872528 swapFree=249320/249320
[pid=4126] ppid=4123 vsize=9824732 CPUtime=2.12 cores=0,2,4,6
/proc/4126/stat : 4126 (java) S 4123 4126 28131 0 -1 4202496 15211 0 1 0 203 9 0 0 20 0 19 0 36678925 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140735368121344 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4126/statm: 2456183 23787 2275 9 0 2446860 0
[pid=4126/tid=4128] ppid=4123 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/4126/task/4128/stat : 4128 (java) S 4123 4126 28131 0 -1 4202560 2459 0 1 0 35 2 0 0 20 0 19 0 36678926 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028994593656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4129] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4129/stat : 4129 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028956084520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4130] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4130/stat : 4130 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028955031720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4131] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4131/stat : 4131 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028835523112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4132] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4132/stat : 4132 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028834470312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4133] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4133/stat : 4133 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028833418024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4134] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4134/stat : 4134 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028832365224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4135] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4135/stat : 4135 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028831312936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4136] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4136/stat : 4136 (java) S 4123 4126 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028830260136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4137] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4137/stat : 4137 (java) S 4123 4126 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36678928 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028347930856 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4138] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4138/stat : 4138 (java) S 4123 4126 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36678929 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028346876920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4139] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4139/stat : 4139 (java) S 4123 4126 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36678929 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028345824520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4140] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4140/stat : 4140 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028344773008 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4141] ppid=4123 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/4126/task/4141/stat : 4141 (java) S 4123 4126 28131 0 -1 4202560 6447 0 0 0 67 0 0 0 20 0 19 0 36678931 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028343720632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4142] ppid=4123 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/4126/task/4142/stat : 4142 (java) S 4123 4126 28131 0 -1 4202560 4932 0 0 0 62 0 0 0 20 0 19 0 36678931 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028342667832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4143] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4143/stat : 4143 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028341615736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4144] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4144/stat : 4144 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028340563144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4148] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4148/stat : 4148 (java) S 4123 4126 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36678962 10060525568 23787 33554432000 1073741824 1073778376 140735368130208 140028336350248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30082 s]
/proc/loadavg: 2.05 2.23 2.18 2/215 4178
/proc/meminfo: memFree=30479792/32872528 swapFree=249320/249320
[pid=4126] ppid=4123 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/4126/stat : 4126 (java) S 4123 4126 28131 0 -1 4202496 18936 0 1 0 266 17 0 0 20 0 19 0 36678925 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140735368121344 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4126/statm: 2456183 37217 2277 9 0 2446860 0
[pid=4126/tid=4128] ppid=4123 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/4126/task/4128/stat : 4128 (java) S 4123 4126 28131 0 -1 4202560 2463 0 1 0 38 2 0 0 20 0 19 0 36678926 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028994593656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4129] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4129/stat : 4129 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028956084520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4130] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4130/stat : 4130 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028955031720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4131] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4131/stat : 4131 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028835523112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4132] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4132/stat : 4132 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028834470312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4133] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4133/stat : 4133 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028833418024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4134] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4134/stat : 4134 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028832365224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4135] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4135/stat : 4135 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028831312936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4136] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4136/stat : 4136 (java) S 4123 4126 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36678927 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028830260136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4137] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4137/stat : 4137 (java) S 4123 4126 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36678928 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028347930856 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4138] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4138/stat : 4138 (java) S 4123 4126 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36678929 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028346876920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4139] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4139/stat : 4139 (java) S 4123 4126 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36678929 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028345824520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4140] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4140/stat : 4140 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028344773008 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4141] ppid=4123 vsize=9824732 CPUtime=0.75 cores=0,2,4,6
/proc/4126/task/4141/stat : 4141 (java) S 4123 4126 28131 0 -1 4202560 6461 0 0 0 75 0 0 0 20 0 19 0 36678931 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028343720632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4142] ppid=4123 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/4126/task/4142/stat : 4142 (java) S 4123 4126 28131 0 -1 4202560 8561 0 0 0 88 1 0 0 20 0 19 0 36678931 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028342667832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4143] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4143/stat : 4143 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028341615736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4144] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4144/stat : 4144 (java) S 4123 4126 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028340563144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4148] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4148/stat : 4148 (java) S 4123 4126 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36678962 10060525568 37217 33554432000 1073741824 1073778376 140735368130208 140028336350248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 9824732

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

/proc/4126/task/4138/stat : 4138 (java) S 4123 4126 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36678929 10060525568 339209 33554432000 1073741824 1073778376 140735368130208 140028346876920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4139] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4139/stat : 4139 (java) S 4123 4126 28131 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 22 0 36678929 10060525568 339209 33554432000 1073741824 1073778376 140735368130208 140028345824520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4140] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4140/stat : 4140 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36678931 10060525568 339209 33554432000 1073741824 1073778376 140735368130208 140028344773008 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4141] ppid=4123 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/4126/task/4141/stat : 4141 (java) S 4123 4126 28131 0 -1 4202560 12803 0 0 0 149 2 0 0 20 0 22 0 36678931 10060525568 339209 33554432000 1073741824 1073778376 140735368130208 140028343720632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4142] ppid=4123 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/4126/task/4142/stat : 4142 (java) S 4123 4126 28131 0 -1 4202560 16247 0 0 0 175 2 0 0 20 0 22 0 36678931 10060525568 339209 33554432000 1073741824 1073778376 140735368130208 140028342667832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4143] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4143/stat : 4143 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36678931 10060525568 339209 33554432000 1073741824 1073778376 140735368130208 140028341615736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4144] ppid=4123 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/4126/task/4144/stat : 4144 (java) S 4123 4126 28131 0 -1 4202560 10 0 0 0 1 1 0 0 20 0 22 0 36678931 10060525568 339209 33554432000 1073741824 1073778376 140735368130208 140028340563144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4148] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4148/stat : 4148 (java) S 4123 4126 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36678962 10060525568 339209 33554432000 1073741824 1073778376 140735368130208 140028336350248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4305] ppid=4123 vsize=9824732 CPUtime=38.97 cores=0,2,4,6
/proc/4126/task/4305/stat : 4305 (java) R 4123 4126 28131 0 -1 4202560 14 0 0 0 3897 0 0 0 20 0 22 0 36689698 10060525568 339209 33554432000 1073741824 1073778376 140735368130208 140028338446848 140028836110449 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4306] ppid=4123 vsize=9824732 CPUtime=38.98 cores=0,2,4,6
/proc/4126/task/4306/stat : 4306 (java) R 4123 4126 28131 0 -1 4202560 18 0 0 0 3898 0 0 0 20 0 22 0 36689698 10060525568 339209 33554432000 1073741824 1073778376 140735368130208 140028337402624 140028836308866 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4307] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4307/stat : 4307 (java) S 4123 4126 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36689703 10060525568 339209 33554432000 1073741824 1073778376 140735368130208 140028339508136 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 175.19
Current children cumulated vsize (KiB) 9824732

[startup+147.601 s]
/proc/loadavg: 2.56 2.27 2.19 4/218 4308
/proc/meminfo: memFree=28884672/32872528 swapFree=249320/249320
[pid=4126] ppid=4123 vsize=9824732 CPUtime=175.43 cores=0,2,4,6
/proc/4126/stat : 4126 (java) S 4123 4126 28131 0 -1 4202496 35665 0 1 0 17392 151 0 0 20 0 19 0 36678925 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140735368121344 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4126/statm: 2456183 339199 2295 9 0 2446860 0
[pid=4126/tid=4128] ppid=4123 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/4126/task/4128/stat : 4128 (java) S 4123 4126 28131 0 -1 4202560 2472 0 1 0 96 3 0 0 20 0 19 0 36678926 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028994593656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4129] ppid=4123 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/4126/task/4129/stat : 4129 (java) S 4123 4126 28131 0 -1 4202560 100 0 0 0 28 4 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028956084520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4130] ppid=4123 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/4126/task/4130/stat : 4130 (java) S 4123 4126 28131 0 -1 4202560 154 0 0 0 32 6 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028955031720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4131] ppid=4123 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/4126/task/4131/stat : 4131 (java) S 4123 4126 28131 0 -1 4202560 126 0 0 0 32 4 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028835523112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4132] ppid=4123 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/4126/task/4132/stat : 4132 (java) S 4123 4126 28131 0 -1 4202560 161 0 0 0 38 6 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028834470312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4133] ppid=4123 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/4126/task/4133/stat : 4133 (java) S 4123 4126 28131 0 -1 4202560 164 0 0 0 31 5 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028833418024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4134] ppid=4123 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/4126/task/4134/stat : 4134 (java) S 4123 4126 28131 0 -1 4202560 114 0 0 0 32 5 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028832365224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4135] ppid=4123 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/4126/task/4135/stat : 4135 (java) S 4123 4126 28131 0 -1 4202560 148 0 0 0 38 7 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028831312936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4136] ppid=4123 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/4126/task/4136/stat : 4136 (java) S 4123 4126 28131 0 -1 4202560 140 0 0 0 35 7 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028830260136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4137] ppid=4123 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/4126/task/4137/stat : 4137 (java) S 4123 4126 28131 0 -1 4202560 755 0 0 0 1 5 0 0 20 0 19 0 36678928 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028347930856 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4138] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4138/stat : 4138 (java) S 4123 4126 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36678929 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028346876920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4139] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4139/stat : 4139 (java) S 4123 4126 28131 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 36678929 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028345824520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4140] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4140/stat : 4140 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028344773008 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4141] ppid=4123 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/4126/task/4141/stat : 4141 (java) S 4123 4126 28131 0 -1 4202560 12803 0 0 0 149 2 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028343720632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4142] ppid=4123 vsize=9824732 CPUtime=1.77 cores=0,2,4,6
/proc/4126/task/4142/stat : 4142 (java) S 4123 4126 28131 0 -1 4202560 16247 0 0 0 175 2 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028342667832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4143] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4143/stat : 4143 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028341615736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4144] ppid=4123 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/4126/task/4144/stat : 4144 (java) S 4123 4126 28131 0 -1 4202560 10 0 0 0 1 1 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028340563144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4148] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4148/stat : 4148 (java) S 4123 4126 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36678962 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028336350248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 175.43
Current children cumulated vsize (KiB) 9824732

[startup+148.001 s]
/proc/loadavg: 2.56 2.27 2.19 4/218 4308
/proc/meminfo: memFree=28884672/32872528 swapFree=249320/249320
[pid=4126] ppid=4123 vsize=9824732 CPUtime=175.71 cores=0,2,4,6
/proc/4126/stat : 4126 (java) S 4123 4126 28131 0 -1 4202496 35665 0 1 0 17420 151 0 0 20 0 19 0 36678925 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140735368121344 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4126/statm: 2456183 339199 2295 9 0 2446860 0
[pid=4126/tid=4128] ppid=4123 vsize=9824732 CPUtime=1.26 cores=0,2,4,6
/proc/4126/task/4128/stat : 4128 (java) R 4123 4126 28131 0 -1 4202560 2472 0 1 0 123 3 0 0 20 0 19 0 36678926 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028994593416 140028835796912 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4129] ppid=4123 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/4126/task/4129/stat : 4129 (java) S 4123 4126 28131 0 -1 4202560 100 0 0 0 28 4 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028956084520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4130] ppid=4123 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/4126/task/4130/stat : 4130 (java) S 4123 4126 28131 0 -1 4202560 154 0 0 0 32 6 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028955031720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4131] ppid=4123 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/4126/task/4131/stat : 4131 (java) S 4123 4126 28131 0 -1 4202560 126 0 0 0 32 4 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028835523112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4132] ppid=4123 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/4126/task/4132/stat : 4132 (java) S 4123 4126 28131 0 -1 4202560 161 0 0 0 38 6 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028834470312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4133] ppid=4123 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/4126/task/4133/stat : 4133 (java) S 4123 4126 28131 0 -1 4202560 164 0 0 0 31 5 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028833418024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4134] ppid=4123 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/4126/task/4134/stat : 4134 (java) S 4123 4126 28131 0 -1 4202560 114 0 0 0 32 5 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028832365224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4135] ppid=4123 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/4126/task/4135/stat : 4135 (java) S 4123 4126 28131 0 -1 4202560 148 0 0 0 38 7 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028831312936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4136] ppid=4123 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/4126/task/4136/stat : 4136 (java) S 4123 4126 28131 0 -1 4202560 140 0 0 0 35 7 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028830260136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4137] ppid=4123 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/4126/task/4137/stat : 4137 (java) S 4123 4126 28131 0 -1 4202560 755 0 0 0 1 5 0 0 20 0 19 0 36678928 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028347930856 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4138] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4138/stat : 4138 (java) S 4123 4126 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36678929 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028346876920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4139] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4139/stat : 4139 (java) S 4123 4126 28131 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 36678929 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028345824520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4140] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4140/stat : 4140 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028344773008 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4141] ppid=4123 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/4126/task/4141/stat : 4141 (java) S 4123 4126 28131 0 -1 4202560 12803 0 0 0 149 2 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028343720632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4142] ppid=4123 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/4126/task/4142/stat : 4142 (java) S 4123 4126 28131 0 -1 4202560 16247 0 0 0 176 2 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028342667832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4143] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4143/stat : 4143 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028341615736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4144] ppid=4123 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/4126/task/4144/stat : 4144 (java) S 4123 4126 28131 0 -1 4202560 10 0 0 0 1 1 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028340563144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4148] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4148/stat : 4148 (java) S 4123 4126 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36678962 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028336350248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 175.71
Current children cumulated vsize (KiB) 9824732

[startup+148.101 s]
/proc/loadavg: 2.56 2.27 2.19 4/218 4308
/proc/meminfo: memFree=28884672/32872528 swapFree=249320/249320
[pid=4126] ppid=4123 vsize=9824732 CPUtime=175.81 cores=0,2,4,6
/proc/4126/stat : 4126 (java) S 4123 4126 28131 0 -1 4202496 35665 0 1 0 17430 151 0 0 20 0 19 0 36678925 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140735368121344 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4126/statm: 2456183 339199 2295 9 0 2446860 0
[pid=4126/tid=4128] ppid=4123 vsize=9824732 CPUtime=1.36 cores=0,2,4,6
/proc/4126/task/4128/stat : 4128 (java) R 4123 4126 28131 0 -1 4202560 2472 0 1 0 133 3 0 0 20 0 19 0 36678926 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028994593416 140028835796930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4129] ppid=4123 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/4126/task/4129/stat : 4129 (java) S 4123 4126 28131 0 -1 4202560 100 0 0 0 28 4 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028956084520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4130] ppid=4123 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/4126/task/4130/stat : 4130 (java) S 4123 4126 28131 0 -1 4202560 154 0 0 0 32 6 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028955031720 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4131] ppid=4123 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/4126/task/4131/stat : 4131 (java) S 4123 4126 28131 0 -1 4202560 126 0 0 0 32 4 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028835523112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4132] ppid=4123 vsize=9824732 CPUtime=0.44 cores=0,2,4,6
/proc/4126/task/4132/stat : 4132 (java) S 4123 4126 28131 0 -1 4202560 161 0 0 0 38 6 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028834470312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4133] ppid=4123 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/4126/task/4133/stat : 4133 (java) S 4123 4126 28131 0 -1 4202560 164 0 0 0 31 5 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028833418024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4126/tid=4134] ppid=4123 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/4126/task/4134/stat : 4134 (java) S 4123 4126 28131 0 -1 4202560 114 0 0 0 32 5 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028832365224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4135] ppid=4123 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/4126/task/4135/stat : 4135 (java) S 4123 4126 28131 0 -1 4202560 148 0 0 0 38 7 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028831312936 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4136] ppid=4123 vsize=9824732 CPUtime=0.42 cores=0,2,4,6
/proc/4126/task/4136/stat : 4136 (java) S 4123 4126 28131 0 -1 4202560 140 0 0 0 35 7 0 0 20 0 19 0 36678927 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028830260136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4137] ppid=4123 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/4126/task/4137/stat : 4137 (java) S 4123 4126 28131 0 -1 4202560 755 0 0 0 1 5 0 0 20 0 19 0 36678928 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028347930856 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4138] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4138/stat : 4138 (java) S 4123 4126 28131 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36678929 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028346876920 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4139] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4139/stat : 4139 (java) S 4123 4126 28131 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 36678929 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028345824520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4126/tid=4140] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4140/stat : 4140 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028344773008 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4141] ppid=4123 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/4126/task/4141/stat : 4141 (java) S 4123 4126 28131 0 -1 4202560 12803 0 0 0 149 2 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028343720632 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4142] ppid=4123 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/4126/task/4142/stat : 4142 (java) S 4123 4126 28131 0 -1 4202560 16247 0 0 0 176 2 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028342667832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4143] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4143/stat : 4143 (java) S 4123 4126 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028341615736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4126/tid=4144] ppid=4123 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/4126/task/4144/stat : 4144 (java) S 4123 4126 28131 0 -1 4202560 10 0 0 0 1 1 0 0 20 0 19 0 36678931 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028340563144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4126/tid=4148] ppid=4123 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/4126/task/4148/stat : 4148 (java) S 4123 4126 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36678962 10060525568 339199 33554432000 1073741824 1073778376 140735368130208 140028336350248 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 175.81
Current children cumulated vsize (KiB) 9824732

Child status: 30

# 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.120008
#  lost CPU user time (s): 0.140005
#  lost CPU system time (s): -0.02

Real time (s): 148.187
CPU time (s): 176.067
CPU user time (s): 174.464
CPU system time (s): 1.60275
CPU usage (%): 118.814
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 174.324
system time used= 1.62275
maximum resident set size= 1364672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35671
page faults= 1
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7602
involuntary context switches= 5598

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.751885 second user time and 0.779881 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-19 16:24:45
IDJOB=4110353
IDBENCH=79276
IDSOLVER=2552
FILE ID=node103/4110353-1466346285
RUNJOBID= node103-1466341826-28147
PBS_JOBID= 19922045
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 181256eb24986712688255c971de86f9
RANDOM SEED=578726444

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30616696 kB
Buffers:          169996 kB
Cached:           329440 kB
SwapCached:         2492 kB
Active:           898448 kB
Inactive:         358400 kB
Active(anon):     756464 kB
Inactive(anon):     3408 kB
Active(file):     141984 kB
Inactive(file):   354992 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099656 kB
Dirty:               836 kB
Writeback:             0 kB
AnonPages:       1093376 kB
Mapped:            16708 kB
Shmem:                 0 kB
Slab:             617412 kB
SReclaimable:      61276 kB
SUnreclaim:       556136 kB
KernelStack:        1792 kB
PageTables:         6592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1236892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    811008 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= 71732 MiB
End job on node103 at 2016-06-19 16:27:13