Trace number 4109809

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 55.7755 45.3857

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900557574--soft-66-100-0.wbo
MD5SUM5ae7a85bf99e064da8ccbcbd4c939a34
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark44.2653
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 constraints900
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 45741
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45740
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
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-4109809-1466343794.wbo
0.09/0.12	c reading problem ... 
0.46/0.34	c ... done. Wall clock time 0.217s.
0.46/0.34	c declared #vars     231
0.46/0.34	c internal #vars     1131
0.46/0.34	c #constraints  2707
0.46/0.34	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2525
0.46/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 15
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 159
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 159
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2525
0.46/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.46/0.34	c 2707 constraints processed.
0.46/0.34	c objective function length is 900 literals
0.73/0.46	c And the winner is solver0
1.22/0.84	c SATISFIABLE
1.22/0.84	c OPTIMIZING...
1.22/0.84	c Got one! Elapsed wall clock time (in seconds):0.723
1.22/0.84	o 1327
1.22/0.87	c And the winner is solver0
1.56/1.35	c Got one! Elapsed wall clock time (in seconds):1.234
1.56/1.35	o 389
1.56/1.38	c And the winner is solver0
1.77/1.86	c Got one! Elapsed wall clock time (in seconds):1.741
1.77/1.86	o 238
1.77/1.89	c And the winner is solver0
1.97/2.36	c Got one! Elapsed wall clock time (in seconds):2.246
1.97/2.36	o 236
1.97/2.39	c And the winner is solver0
2.09/2.87	c Got one! Elapsed wall clock time (in seconds):2.749
2.09/2.87	o 222
2.09/2.89	c And the winner is solver0
2.25/3.37	c Got one! Elapsed wall clock time (in seconds):3.252
2.25/3.37	o 216
2.25/3.40	c And the winner is solver0
2.34/3.87	c Got one! Elapsed wall clock time (in seconds):3.755
2.34/3.87	o 210
2.40/3.90	c And the winner is solver0
2.47/4.38	c Got one! Elapsed wall clock time (in seconds):4.258
2.47/4.38	o 206
2.54/4.41	c And the winner is solver0
2.59/4.88	c Got one! Elapsed wall clock time (in seconds):4.761
2.59/4.88	o 203
3.09/5.17	c And the winner is solver1
3.38/5.38	c Got one! Elapsed wall clock time (in seconds):5.264
3.38/5.38	o 200
3.42/5.41	c And the winner is solver0
3.45/5.88	c Got one! Elapsed wall clock time (in seconds):5.766
3.45/5.88	o 199
3.73/6.06	c And the winner is solver0
3.87/6.39	c Got one! Elapsed wall clock time (in seconds):6.269
3.87/6.39	o 197
4.17/6.53	c cleaning 4211 clauses out of 8421 with flag 5390/8421
4.17/6.53	c And the winner is solver0
4.28/6.89	c Got one! Elapsed wall clock time (in seconds):6.771
4.28/6.89	o 193
4.29/6.91	c And the winner is solver0
4.34/7.39	c Got one! Elapsed wall clock time (in seconds):7.273
4.34/7.39	o 192
4.35/7.45	c And the winner is solver0
4.49/7.89	c Got one! Elapsed wall clock time (in seconds):7.775
4.49/7.89	o 191
4.50/7.95	c And the winner is solver0
4.63/8.40	c Got one! Elapsed wall clock time (in seconds):8.277
4.63/8.40	o 176
4.63/8.41	c And the winner is solver0
4.67/8.90	c Got one! Elapsed wall clock time (in seconds):8.778
4.67/8.90	o 166
4.88/9.01	c And the winner is solver0
4.93/9.40	c Got one! Elapsed wall clock time (in seconds):9.28
4.93/9.40	o 162
4.93/9.49	c And the winner is solver0
5.15/9.90	c Got one! Elapsed wall clock time (in seconds):9.782
5.15/9.90	o 156
5.56/10.18	c And the winner is solver0
5.74/10.40	c Got one! Elapsed wall clock time (in seconds):10.283
5.74/10.40	o 138
5.74/10.50	c cleaning 5739 clauses out of 11486 with flag 5364/15697
6.35/10.74	c And the winner is solver0
6.45/10.90	c Got one! Elapsed wall clock time (in seconds):10.785
6.45/10.90	o 136
6.64/11.04	c And the winner is solver0
6.74/11.40	c Got one! Elapsed wall clock time (in seconds):11.286
6.74/11.40	o 133
6.97/11.54	c And the winner is solver0
7.06/11.91	c Got one! Elapsed wall clock time (in seconds):11.788
7.06/11.91	o 130
7.06/11.97	c And the winner is solver0
7.21/12.41	c Got one! Elapsed wall clock time (in seconds):12.29
7.21/12.41	o 128
7.38/12.52	c cleaning 6233 clauses out of 12471 with flag 7944/22421
7.60/12.69	c And the winner is solver0
7.87/12.91	c Got one! Elapsed wall clock time (in seconds):12.792
7.87/12.91	o 122
7.87/12.99	c And the winner is solver0
8.04/13.41	c Got one! Elapsed wall clock time (in seconds):13.293
8.04/13.41	o 121
8.04/13.42	c And the winner is solver0
8.06/13.91	c Got one! Elapsed wall clock time (in seconds):13.795
8.06/13.91	o 119
8.42/14.17	c And the winner is solver0
8.61/14.42	c Got one! Elapsed wall clock time (in seconds):14.297
8.61/14.42	o 114
8.79/14.52	c And the winner is solver0
8.86/14.92	c Got one! Elapsed wall clock time (in seconds):14.799
8.86/14.92	o 109
9.02/15.04	c cleaning 6717 clauses out of 13449 with flag 7293/29632
9.68/15.36	c And the winner is solver0
9.82/15.42	c Got one! Elapsed wall clock time (in seconds):15.3
9.82/15.42	o 100
10.17/15.69	c cleaning 6236 clauses out of 12487 with flag 28958/35387
11.63/16.35	c cleaning 6121 clauses out of 12249 with flag 76928/41385
11.63/16.37	c And the winner is solver0
11.79/16.42	c Got one! Elapsed wall clock time (in seconds):16.302
11.79/16.42	o 94
12.74/16.94	c cleaning 5628 clauses out of 11257 with flag 45171/46514
12.74/16.96	c And the winner is solver0
12.88/17.42	c Got one! Elapsed wall clock time (in seconds):17.304
12.88/17.42	o 93
12.88/17.45	c And the winner is solver0
12.95/17.93	c Got one! Elapsed wall clock time (in seconds):17.808
12.95/17.93	o 80
13.75/18.35	c And the winner is solver0
13.90/18.43	c Got one! Elapsed wall clock time (in seconds):18.311
13.90/18.43	o 67
14.02/18.53	c cleaning 5681 clauses out of 11372 with flag 8436/52257
15.03/19.04	c And the winner is solver0
15.14/19.43	c Got one! Elapsed wall clock time (in seconds):19.316
15.14/19.43	o 65
15.87/19.82	c And the winner is solver0
15.94/19.94	c Got one! Elapsed wall clock time (in seconds):19.825
15.94/19.94	o 63
16.04/20.07	c And the winner is solver0
16.22/20.45	c Got one! Elapsed wall clock time (in seconds):20.334
16.22/20.45	o 60
16.55/20.61	c cleaning 8336 clauses out of 16692 with flag 9354/63258
16.95/20.81	c And the winner is solver0
17.01/20.96	c Got one! Elapsed wall clock time (in seconds):20.844
17.01/20.96	o 58
17.01/20.98	c And the winner is solver0
20.53/24.38	c Got one! Elapsed wall clock time (in seconds):24.26
20.53/24.38	o 38
20.63/24.41	c And the winner is solver0
20.66/24.89	c Got one! Elapsed wall clock time (in seconds):24.771
20.66/24.89	o 35
21.06/25.16	c cleaning 6916 clauses out of 13868 with flag 25443/68770
22.06/25.60	c cleaning 6468 clauses out of 12953 with flag 74689/74771
23.53/26.30	c cleaning 6734 clauses out of 13484 with flag 143941/81770
25.13/27.02	c And the winner is solver0
25.20/27.40	c Got one! Elapsed wall clock time (in seconds):27.286
25.20/27.40	o 29
25.59/27.67	c And the winner is solver0
25.75/27.92	c Got one! Elapsed wall clock time (in seconds):27.803
25.75/27.92	o 25
26.53/28.31	c cleaning 9374 clauses out of 18757 with flag 27944/93777
27.69/28.71	c And the winner is solver0
27.75/28.94	c Got one! Elapsed wall clock time (in seconds):28.82
27.75/28.94	o 24
27.84/29.07	c cleaning 7197 clauses out of 14416 with flag 9512/98810
29.05/29.67	c cleaning 6606 clauses out of 13219 with flag 68424/104810
29.26/29.77	c And the winner is solver0
29.43/29.96	c Got one! Elapsed wall clock time (in seconds):29.84
29.43/29.96	o 20
30.17/30.35	c And the winner is solver0
30.33/30.48	c Got one! Elapsed wall clock time (in seconds):30.362
30.33/30.48	o 19
30.56/30.60	c cleaning 6124 clauses out of 12263 with flag 6502/110460
31.41/31.06	c cleaning 6062 clauses out of 12134 with flag 48129/116455
32.81/31.79	c cleaning 6536 clauses out of 13071 with flag 113932/123454
34.61/32.67	c cleaning 7261 clauses out of 14535 with flag 187279/131454
34.81/32.74	c And the winner is solver0
34.92/33.01	c Got one! Elapsed wall clock time (in seconds):32.888
34.92/33.01	o 18
35.28/33.22	c And the winner is solver0
35.38/33.53	c Got one! Elapsed wall clock time (in seconds):33.413
35.38/33.53	o 16
35.88/33.89	c cleaning 6668 clauses out of 13343 with flag 26651/137523
37.29/34.50	c cleaning 6326 clauses out of 12676 with flag 78718/143524
37.29/34.56	c And the winner is solver0
37.42/35.06	c Got one! Elapsed wall clock time (in seconds):34.938
37.42/35.06	o 15
38.32/35.55	c cleaning 6009 clauses out of 12047 with flag 34670/149221
38.52/35.60	c And the winner is solver0
38.59/36.09	c Got one! Elapsed wall clock time (in seconds):35.967
38.59/36.09	o 14
39.38/36.59	c cleaning 5872 clauses out of 11754 with flag 35786/154938
40.19/36.97	c And the winner is solver0
40.36/37.12	c Got one! Elapsed wall clock time (in seconds):36.997
40.36/37.12	o 10
40.49/37.29	c cleaning 5904 clauses out of 11817 with flag 11422/160873
41.70/37.83	c cleaning 5953 clauses out of 11914 with flag 61268/166874
43.11/38.55	c cleaning 6476 clauses out of 12959 with flag 130781/173873
44.71/39.35	c cleaning 7235 clauses out of 14481 with flag 189890/181873
46.70/40.30	c cleaning 8118 clauses out of 16246 with flag 254983/190874
47.52/40.74	c And the winner is solver0
47.60/41.15	c Got one! Elapsed wall clock time (in seconds):41.028
47.60/41.15	o 9
47.88/41.30	c cleaning 6987 clauses out of 13990 with flag 6696/196736
49.09/41.94	c cleaning 6497 clauses out of 13005 with flag 50630/202738
50.54/42.70	c cleaning 6744 clauses out of 13505 with flag 105051/209736
52.14/43.49	c cleaning 7375 clauses out of 14755 with flag 163777/217734
53.94/44.37	c cleaning 8187 clauses out of 16377 with flag 224482/226735
55.34/45.05	c And the winner is solver0
55.61/45.37	c >>>>>>>>>> Solver number 0 (51 answers) <<<<<<<<<<<<<<<<<<
55.61/45.37	c starts		: 313
55.61/45.37	c conflicts		: 234167
55.61/45.37	c decisions		: 403957
55.61/45.37	c propagations		: 19381823
55.61/45.37	c inspects		: 285297935
55.61/45.37	c shortcuts		: 0
55.61/45.37	c learnt literals	: 31
55.61/45.37	c learnt binary clauses	: 215
55.61/45.37	c learnt ternary clauses	: 803
55.61/45.37	c learnt constraints	: 234135
55.61/45.37	c ignored constraints	: 0
55.61/45.37	c root simplifications	: 0
55.61/45.37	c removed literals (reason simplification)	: 1693446
55.61/45.37	c reason swapping (by a shorter reason)	: 0
55.61/45.37	c Calls to reduceDB	: 33
55.61/45.37	c Number of update (reduction) of LBD	: 111328
55.61/45.37	c Imported unit clauses	: 0
55.61/45.37	c number of reductions to clauses (during analyze)	: 0
55.61/45.37	c number of learned constraints concerned by reduction	: 0
55.61/45.37	c number of learning phase by resolution	: 0
55.61/45.37	c number of learning phase by cutting planes	: 0
55.61/45.37	c speed (assignments/second)	: 484836.4768861317
55.61/45.37	c non guided choices	6388
55.61/45.37	c learnt constraints type 
55.61/45.37	c >>>>>>>>>> Solver number 1 (1 answers) <<<<<<<<<<<<<<<<<<
55.61/45.37	c starts		: 73
55.61/45.37	c conflicts		: 3706
55.61/45.37	c decisions		: 53902
55.61/45.37	c propagations		: 195263
55.61/45.37	c inspects		: 38854196
55.61/45.37	c shortcuts		: 0
55.61/45.37	c learnt literals	: 0
55.61/45.37	c learnt binary clauses	: 0
55.61/45.37	c learnt ternary clauses	: 0
55.61/45.37	c learnt constraints	: 3675
55.61/45.37	c ignored constraints	: 0
55.61/45.37	c root simplifications	: 0
55.61/45.37	c removed literals (reason simplification)	: 0
55.61/45.37	c reason swapping (by a shorter reason)	: 0
55.61/45.37	c Calls to reduceDB	: 0
55.61/45.37	c Number of update (reduction) of LBD	: 0
55.61/45.37	c Imported unit clauses	: 0
55.61/45.37	c number of reductions to clauses (during analyze)	: 0
55.61/45.37	c number of learned constraints concerned by reduction	: 0
55.61/45.37	c number of learning phase by resolution	: 0
55.61/45.37	c number of learning phase by cutting planes	: 0
55.61/45.37	c speed (assignments/second)	: 47176.37110413143
55.61/45.37	c non guided choices	5308
55.61/45.37	c learnt constraints type 
55.61/45.37	s OPTIMUM FOUND
55.61/45.37	c Found 51 solution(s)
55.61/45.37	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 
55.61/45.37	c objective function=9
55.61/45.37	c Total wall clock time (in seconds): 45.254

Verifier Data

OK	9

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

pid=2275
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.66 1.91 1.66 3/196 2278
/proc/meminfo: memFree=30956308/32872528 swapFree=249320/249320
[pid=2278] ppid=2275 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/2278/stat : 2278 (java) R 2275 2278 28131 0 -1 4202496 363 0 0 0 0 0 0 0 20 0 1 0 36429780 278528 33 33554432000 1073741824 1073778376 140733290689440 140734704541912 247055084839 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2278/statm: 68 33 25 9 0 25 0

[startup+0.100024 s]
/proc/loadavg: 1.66 1.91 1.66 3/196 2278
/proc/meminfo: memFree=30956308/32872528 swapFree=249320/249320
[pid=2278] ppid=2275 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/2278/stat : 2278 (java) S 2275 2278 28131 0 -1 4202496 4413 0 1 0 8 1 0 0 20 0 18 0 36429780 9787879424 6037 33554432000 1073741824 1073778376 140733290689440 140733290680576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2278/statm: 2389619 6037 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200225 s]
/proc/loadavg: 1.66 1.91 1.66 3/196 2278
/proc/meminfo: memFree=30956308/32872528 swapFree=249320/249320
[pid=2278] ppid=2275 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/2278/stat : 2278 (java) S 2275 2278 28131 0 -1 4202496 4702 0 1 0 21 1 0 0 20 0 18 0 36429780 9787879424 6786 33554432000 1073741824 1073778376 140733290689440 140733290680576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2278/statm: 2389619 6786 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 1.66 1.91 1.66 3/196 2278
/proc/meminfo: memFree=30956308/32872528 swapFree=249320/249320
[pid=2278] ppid=2275 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/2278/stat : 2278 (java) S 2275 2278 28131 0 -1 4202496 5814 0 1 0 45 1 0 0 20 0 18 0 36429780 9787879424 8464 33554432000 1073741824 1073778376 140733290689440 140733290680576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2278/statm: 2389619 8464 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700254 s]
/proc/loadavg: 1.66 1.91 1.66 3/196 2278
/proc/meminfo: memFree=30956308/32872528 swapFree=249320/249320
[pid=2278] ppid=2275 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/2278/stat : 2278 (java) S 2275 2278 28131 0 -1 4202496 9629 0 1 0 118 4 0 0 20 0 19 0 36429780 10060525568 11971 33554432000 1073741824 1073778376 140733290689440 140733290680576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2278/statm: 2456183 11971 2259 9 0 2446860 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9824732

[startup+1.50079 s]
/proc/loadavg: 1.68 1.91 1.66 3/215 2303
/proc/meminfo: memFree=30898436/32872528 swapFree=249320/249320
[pid=2278] ppid=2275 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/2278/stat : 2278 (java) S 2275 2278 28131 0 -1 4202496 18127 0 1 0 168 9 0 0 20 0 19 0 36429780 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140733290680576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2278/statm: 2456183 17934 2260 9 0 2446860 0
[pid=2278/tid=2280] ppid=2275 vsize=9824732 CPUtime=0.32 cores=1,3,5,7
/proc/2278/task/2280/stat : 2280 (java) S 2275 2278 28131 0 -1 4202560 2426 0 1 0 30 2 0 0 20 0 19 0 36429781 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140232169116536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2281] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2281/stat : 2281 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140232012806440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2282] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2282/stat : 2282 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140232011753640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2283] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2283/stat : 2283 (java) S 2275 2278 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140232010701352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2278/tid=2284] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2284/stat : 2284 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140232009648552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2285] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2285/stat : 2285 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140232008596264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2286] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2286/stat : 2286 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140232007543464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2287] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2287/stat : 2287 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140232006491176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2288] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2288/stat : 2288 (java) S 2275 2278 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140232005438376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2289] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2289/stat : 2289 (java) S 2275 2278 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140231993239784 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2290] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2290/stat : 2290 (java) S 2275 2278 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140231992185848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2291] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2291/stat : 2291 (java) S 2275 2278 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140231991133448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2292] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2292/stat : 2292 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140231990081936 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2293] ppid=2275 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/2278/task/2293/stat : 2293 (java) S 2275 2278 28131 0 -1 4202560 6181 0 0 0 48 0 0 0 20 0 19 0 36429786 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140231989029560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2278/tid=2294] ppid=2275 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/2278/task/2294/stat : 2294 (java) S 2275 2278 28131 0 -1 4202560 8171 0 0 0 59 0 0 0 20 0 19 0 36429786 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140231987976760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2295] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2295/stat : 2295 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140231986924664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2296] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2296/stat : 2296 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140231985872072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2300] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2300/stat : 2300 (java) S 2275 2278 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36429815 10060525568 17934 33554432000 1073741824 1073778376 140733290689440 140231981659176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 1.68 1.91 1.66 2/215 2309
/proc/meminfo: memFree=30887800/32872528 swapFree=249320/249320
[pid=2278] ppid=2275 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/2278/stat : 2278 (java) S 2275 2278 28131 0 -1 4202496 20373 0 1 0 210 15 0 0 20 0 19 0 36429780 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140733290680576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2278/statm: 2456183 22478 2266 9 0 2446860 0
[pid=2278/tid=2280] ppid=2275 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/2278/task/2280/stat : 2280 (java) S 2275 2278 28131 0 -1 4202560 2427 0 1 0 32 2 0 0 20 0 19 0 36429781 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140232169116536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2281] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2281/stat : 2281 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140232012806440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2282] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2282/stat : 2282 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140232011753640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2283] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2283/stat : 2283 (java) S 2275 2278 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140232010701352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2278/tid=2284] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2284/stat : 2284 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140232009648552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2285] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2285/stat : 2285 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140232008596264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2286] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2286/stat : 2286 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140232007543464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2287] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2287/stat : 2287 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140232006491176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2288] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2288/stat : 2288 (java) S 2275 2278 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140232005438376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2289] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2289/stat : 2289 (java) S 2275 2278 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140231993239784 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2290] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2290/stat : 2290 (java) S 2275 2278 28131 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140231992185848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2291] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2291/stat : 2291 (java) S 2275 2278 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140231991133448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2292] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2292/stat : 2292 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140231990081936 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2293] ppid=2275 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/2278/task/2293/stat : 2293 (java) S 2275 2278 28131 0 -1 4202560 8372 0 0 0 63 0 0 0 20 0 19 0 36429786 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140231989029560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2278/tid=2294] ppid=2275 vsize=9824732 CPUtime=0.75 cores=1,3,5,7
/proc/2278/task/2294/stat : 2294 (java) S 2275 2278 28131 0 -1 4202560 8198 0 0 0 75 0 0 0 20 0 19 0 36429786 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140231987976760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2295] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2295/stat : 2295 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140231986924664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2296] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2296/stat : 2296 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140231985872072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2300] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2300/stat : 2300 (java) S 2275 2278 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36429815 10060525568 22478 33554432000 1073741824 1073778376 140733290689440 140231981659176 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9824732
heavy processes:

[startup+6.30078 s]
/proc/loadavg: 1.87 1.94 1.68 2/215 2330
/proc/meminfo: memFree=30783460/32872528 swapFree=249320/249320
[pid=2278] ppid=2275 vsize=9824732 CPUtime=3.87 cores=1,3,5,7
/proc/2278/stat : 2278 (java) S 2275 2278 28131 0 -1 4202496 20540 0 1 0 359 28 0 0 20 0 19 0 36429780 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140733290680576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2278/statm: 2456183 46065 2283 9 0 2446860 0
[pid=2278/tid=2280] ppid=2275 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/2278/task/2280/stat : 2280 (java) S 2275 2278 28131 0 -1 4202560 2429 0 1 0 33 2 0 0 20 0 19 0 36429781 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140232169116536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2281] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2281/stat : 2281 (java) S 2275 2278 28131 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140232012806440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2282] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2282/stat : 2282 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140232011753640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2283] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2283/stat : 2283 (java) S 2275 2278 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140232010701352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2278/tid=2284] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2284/stat : 2284 (java) S 2275 2278 28131 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140232009648552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2285] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2285/stat : 2285 (java) S 2275 2278 28131 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140232008596264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2286] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2286/stat : 2286 (java) S 2275 2278 28131 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140232007543464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2278/tid=2287] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2287/stat : 2287 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140232006491176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2288] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2288/stat : 2288 (java) S 2275 2278 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36429782 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140232005438376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2289] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2289/stat : 2289 (java) S 2275 2278 28131 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140231993239784 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2290] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2290/stat : 2290 (java) S 2275 2278 28131 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140231992185848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2291] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2291/stat : 2291 (java) S 2275 2278 28131 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140231991133448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2292] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2292/stat : 2292 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140231990081936 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2293] ppid=2275 vsize=9824732 CPUtime=0.81 cores=1,3,5,7
/proc/2278/task/2293/stat : 2293 (java) S 2275 2278 28131 0 -1 4202560 8404 0 0 0 81 0 0 0 20 0 19 0 36429786 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140231989029560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2278/tid=2294] ppid=2275 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/2278/task/2294/stat : 2294 (java) S 2275 2278 28131 0 -1 4202560 8200 0 0 0 98 0 0 0 20 0 19 0 36429786 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140231987976760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2295] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2295/stat : 2295 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140231986924664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2296] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2296/stat : 2296 (java) S 2275 2278 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140231985872072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2330] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2330/stat : 2330 (java) S 2275 2278 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430319 10060525568 46065 33554432000 1073741824 1073778376 140733290689440 140231981658920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9824732

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

[pid=2278/tid=2289] ppid=2275 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2278/task/2289/stat : 2289 (java) S 2275 2278 28131 0 -1 4202560 966 0 0 0 1 6 0 0 20 0 22 0 36429783 10060525568 549960 33554432000 1073741824 1073778376 140733290689440 140231993239784 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2290] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2290/stat : 2290 (java) S 2275 2278 28131 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 36429783 10060525568 549960 33554432000 1073741824 1073778376 140733290689440 140231992185848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2291] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2291/stat : 2291 (java) S 2275 2278 28131 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 22 0 36429783 10060525568 549960 33554432000 1073741824 1073778376 140733290689440 140231991133448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2292] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2292/stat : 2292 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36429786 10060525568 549960 33554432000 1073741824 1073778376 140733290689440 140231990081936 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2293] ppid=2275 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/2278/task/2293/stat : 2293 (java) S 2275 2278 28131 0 -1 4202560 9355 0 0 0 109 0 0 0 20 0 22 0 36429786 10060525568 549960 33554432000 1073741824 1073778376 140733290689440 140231989029560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2294] ppid=2275 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/2278/task/2294/stat : 2294 (java) S 2275 2278 28131 0 -1 4202560 13622 0 0 0 188 2 0 0 20 0 22 0 36429786 10060525568 549960 33554432000 1073741824 1073778376 140733290689440 140231987976760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2295] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2295/stat : 2295 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36429786 10060525568 549960 33554432000 1073741824 1073778376 140733290689440 140231986924664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2296] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2296/stat : 2296 (java) S 2275 2278 28131 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36429786 10060525568 549960 33554432000 1073741824 1073778376 140733290689440 140231985872072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2330] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2330/stat : 2330 (java) S 2275 2278 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36430319 10060525568 549960 33554432000 1073741824 1073778376 140733290689440 140231981658920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2450] ppid=2275 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/2278/task/2450/stat : 2450 (java) R 2275 2278 28131 0 -1 4202560 6 0 0 0 276 0 0 0 20 0 22 0 36433898 10060525568 549960 33554432000 1073741824 1073778376 140733290689440 140231983754880 140232041749477 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2278/tid=2451] ppid=2275 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/2278/task/2451/stat : 2451 (java) R 2275 2278 28131 0 -1 4202560 195 0 0 0 271 6 0 0 20 0 22 0 36433898 10060525568 549960 33554432000 1073741824 1073778376 140733290689440 140231984814528 140232041597285 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2452] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2452/stat : 2452 (java) S 2275 2278 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36433903 10060525568 549960 33554432000 1073741824 1073778376 140733290689440 140231982711848 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 53.35
Current children cumulated vsize (KiB) 9824732

[startup+44.8009 s]
/proc/loadavg: 2.39 2.07 1.73 4/218 2452
/proc/meminfo: memFree=28759388/32872528 swapFree=249320/249320
[pid=2278] ppid=2275 vsize=9824732 CPUtime=54.94 cores=1,3,5,7
/proc/2278/stat : 2278 (java) S 2275 2278 28131 0 -1 4202496 29606 0 1 0 5340 154 0 0 20 0 22 0 36429780 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140733290680576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2278/statm: 2456183 549961 2289 9 0 2446860 0
[pid=2278/tid=2280] ppid=2275 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/2278/task/2280/stat : 2280 (java) S 2275 2278 28131 0 -1 4202560 2444 0 1 0 69 3 0 0 20 0 22 0 36429781 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140232169116536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2281] ppid=2275 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2278/task/2281/stat : 2281 (java) S 2275 2278 28131 0 -1 4202560 68 0 0 0 15 3 0 0 20 0 22 0 36429782 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140232012806440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2282] ppid=2275 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/2278/task/2282/stat : 2282 (java) S 2275 2278 28131 0 -1 4202560 41 0 0 0 10 2 0 0 20 0 22 0 36429782 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140232011753640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2283] ppid=2275 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2278/task/2283/stat : 2283 (java) S 2275 2278 28131 0 -1 4202560 51 0 0 0 14 2 0 0 20 0 22 0 36429782 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140232010701352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2278/tid=2284] ppid=2275 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2278/task/2284/stat : 2284 (java) S 2275 2278 28131 0 -1 4202560 75 0 0 0 15 3 0 0 20 0 22 0 36429782 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140232009648552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2285] ppid=2275 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/2278/task/2285/stat : 2285 (java) S 2275 2278 28131 0 -1 4202560 54 0 0 0 16 3 0 0 20 0 22 0 36429782 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140232008596264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2286] ppid=2275 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/2278/task/2286/stat : 2286 (java) S 2275 2278 28131 0 -1 4202560 74 0 0 0 18 3 0 0 20 0 22 0 36429782 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140232007543464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2287] ppid=2275 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2278/task/2287/stat : 2287 (java) S 2275 2278 28131 0 -1 4202560 70 0 0 0 16 2 0 0 20 0 22 0 36429782 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140232006491176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2288] ppid=2275 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/2278/task/2288/stat : 2288 (java) S 2275 2278 28131 0 -1 4202560 49 0 0 0 11 3 0 0 20 0 22 0 36429782 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140232005438376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2289] ppid=2275 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2278/task/2289/stat : 2289 (java) S 2275 2278 28131 0 -1 4202560 966 0 0 0 1 6 0 0 20 0 22 0 36429783 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140231993239784 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2290] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2290/stat : 2290 (java) S 2275 2278 28131 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 36429783 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140231992185848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2291] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2291/stat : 2291 (java) S 2275 2278 28131 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 22 0 36429783 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140231991133448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2292] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2292/stat : 2292 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36429786 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140231990081936 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2293] ppid=2275 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/2278/task/2293/stat : 2293 (java) S 2275 2278 28131 0 -1 4202560 9355 0 0 0 109 0 0 0 20 0 22 0 36429786 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140231989029560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2294] ppid=2275 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/2278/task/2294/stat : 2294 (java) S 2275 2278 28131 0 -1 4202560 13622 0 0 0 188 2 0 0 20 0 22 0 36429786 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140231987976760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2295] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2295/stat : 2295 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36429786 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140231986924664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2296] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2296/stat : 2296 (java) S 2275 2278 28131 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36429786 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140231985872072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2330] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2330/stat : 2330 (java) S 2275 2278 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36430319 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140231981658920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2450] ppid=2275 vsize=9824732 CPUtime=3.55 cores=1,3,5,7
/proc/2278/task/2450/stat : 2450 (java) R 2275 2278 28131 0 -1 4202560 6 0 0 0 355 0 0 0 20 0 22 0 36433898 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140231983754880 140232041723920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2278/tid=2451] ppid=2275 vsize=9824732 CPUtime=3.56 cores=1,3,5,7
/proc/2278/task/2451/stat : 2451 (java) R 2275 2278 28131 0 -1 4202560 196 0 0 0 350 6 0 0 20 0 22 0 36433898 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140231984814528 140232041848050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2452] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2452/stat : 2452 (java) S 2275 2278 28131 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36433903 10060525568 549961 33554432000 1073741824 1073778376 140733290689440 140231982711848 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 54.94
Current children cumulated vsize (KiB) 9824732

[startup+45.2078 s]
/proc/loadavg: 2.44 2.09 1.73 2/215 2452
/proc/meminfo: memFree=28759388/32872528 swapFree=249320/249320
[pid=2278] ppid=2275 vsize=9824732 CPUtime=55.51 cores=1,3,5,7
/proc/2278/stat : 2278 (java) S 2275 2278 28131 0 -1 4202496 29606 0 1 0 5395 156 0 0 20 0 19 0 36429780 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140733290680576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2278/statm: 2456183 549953 2289 9 0 2446860 0
[pid=2278/tid=2280] ppid=2275 vsize=9824732 CPUtime=0.74 cores=1,3,5,7
/proc/2278/task/2280/stat : 2280 (java) R 2275 2278 28131 0 -1 4202560 2444 0 1 0 71 3 0 0 20 0 19 0 36429781 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232169116536 140232041847782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2281] ppid=2275 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2278/task/2281/stat : 2281 (java) S 2275 2278 28131 0 -1 4202560 68 0 0 0 15 3 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232012806440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2282] ppid=2275 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/2278/task/2282/stat : 2282 (java) S 2275 2278 28131 0 -1 4202560 41 0 0 0 10 2 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232011753640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2283] ppid=2275 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2278/task/2283/stat : 2283 (java) S 2275 2278 28131 0 -1 4202560 51 0 0 0 14 2 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232010701352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2278/tid=2284] ppid=2275 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2278/task/2284/stat : 2284 (java) S 2275 2278 28131 0 -1 4202560 75 0 0 0 15 3 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232009648552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2285] ppid=2275 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/2278/task/2285/stat : 2285 (java) S 2275 2278 28131 0 -1 4202560 54 0 0 0 16 3 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232008596264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2286] ppid=2275 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/2278/task/2286/stat : 2286 (java) S 2275 2278 28131 0 -1 4202560 74 0 0 0 18 3 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232007543464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2287] ppid=2275 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2278/task/2287/stat : 2287 (java) S 2275 2278 28131 0 -1 4202560 70 0 0 0 16 2 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232006491176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2288] ppid=2275 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/2278/task/2288/stat : 2288 (java) S 2275 2278 28131 0 -1 4202560 49 0 0 0 11 3 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232005438376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2289] ppid=2275 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2278/task/2289/stat : 2289 (java) S 2275 2278 28131 0 -1 4202560 966 0 0 0 1 6 0 0 20 0 19 0 36429783 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231993239784 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2290] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2290/stat : 2290 (java) S 2275 2278 28131 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231992185848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2291] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2291/stat : 2291 (java) S 2275 2278 28131 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231991133448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2292] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2292/stat : 2292 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231990081936 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2293] ppid=2275 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/2278/task/2293/stat : 2293 (java) S 2275 2278 28131 0 -1 4202560 9355 0 0 0 109 0 0 0 20 0 19 0 36429786 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231989029560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2294] ppid=2275 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/2278/task/2294/stat : 2294 (java) S 2275 2278 28131 0 -1 4202560 13622 0 0 0 188 2 0 0 20 0 19 0 36429786 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231987976760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2295] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2295/stat : 2295 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231986924664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2296] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2296/stat : 2296 (java) S 2275 2278 28131 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231985872072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2330] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2330/stat : 2330 (java) S 2275 2278 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430319 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231981658920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 55.51
Current children cumulated vsize (KiB) 9824732

[startup+45.3009 s]
/proc/loadavg: 2.44 2.09 1.73 2/215 2452
/proc/meminfo: memFree=28759388/32872528 swapFree=249320/249320
[pid=2278] ppid=2275 vsize=9824732 CPUtime=55.61 cores=1,3,5,7
/proc/2278/stat : 2278 (java) S 2275 2278 28131 0 -1 4202496 29606 0 1 0 5405 156 0 0 20 0 19 0 36429780 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140733290680576 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/2278/statm: 2456183 549953 2289 9 0 2446860 0
[pid=2278/tid=2280] ppid=2275 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/2278/task/2280/stat : 2280 (java) R 2275 2278 28131 0 -1 4202560 2444 0 1 0 80 3 0 0 20 0 19 0 36429781 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232169116296 140232041437104 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2281] ppid=2275 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2278/task/2281/stat : 2281 (java) S 2275 2278 28131 0 -1 4202560 68 0 0 0 15 3 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232012806440 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2282] ppid=2275 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/2278/task/2282/stat : 2282 (java) S 2275 2278 28131 0 -1 4202560 41 0 0 0 10 2 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232011753640 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2283] ppid=2275 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/2278/task/2283/stat : 2283 (java) S 2275 2278 28131 0 -1 4202560 51 0 0 0 14 2 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232010701352 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2278/tid=2284] ppid=2275 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2278/task/2284/stat : 2284 (java) S 2275 2278 28131 0 -1 4202560 75 0 0 0 15 3 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232009648552 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2285] ppid=2275 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/2278/task/2285/stat : 2285 (java) S 2275 2278 28131 0 -1 4202560 54 0 0 0 16 3 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232008596264 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2286] ppid=2275 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/2278/task/2286/stat : 2286 (java) S 2275 2278 28131 0 -1 4202560 74 0 0 0 18 3 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232007543464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2287] ppid=2275 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/2278/task/2287/stat : 2287 (java) S 2275 2278 28131 0 -1 4202560 70 0 0 0 16 2 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232006491176 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2288] ppid=2275 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/2278/task/2288/stat : 2288 (java) S 2275 2278 28131 0 -1 4202560 49 0 0 0 11 3 0 0 20 0 19 0 36429782 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140232005438376 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2289] ppid=2275 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/2278/task/2289/stat : 2289 (java) S 2275 2278 28131 0 -1 4202560 966 0 0 0 1 6 0 0 20 0 19 0 36429783 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231993239784 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2290] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2290/stat : 2290 (java) S 2275 2278 28131 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231992185848 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2291] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2291/stat : 2291 (java) S 2275 2278 28131 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 19 0 36429783 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231991133448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2292] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2292/stat : 2292 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231990081936 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2293] ppid=2275 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/2278/task/2293/stat : 2293 (java) S 2275 2278 28131 0 -1 4202560 9355 0 0 0 110 0 0 0 20 0 19 0 36429786 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231989029560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2278/tid=2294] ppid=2275 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/2278/task/2294/stat : 2294 (java) S 2275 2278 28131 0 -1 4202560 13622 0 0 0 188 2 0 0 20 0 19 0 36429786 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231987976760 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2295] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2295/stat : 2295 (java) S 2275 2278 28131 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231986924664 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2278/tid=2296] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2296/stat : 2296 (java) S 2275 2278 28131 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36429786 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231985872072 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2278/tid=2330] ppid=2275 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/2278/task/2330/stat : 2330 (java) S 2275 2278 28131 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36430319 10060525568 549953 33554432000 1073741824 1073778376 140733290689440 140231981658920 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 55.61
Current children cumulated vsize (KiB) 9824732

Child status: 30
Real time (s): 45.3857
CPU time (s): 55.7755
CPU user time (s): 54.0948
CPU system time (s): 1.68074
CPU usage (%): 122.892
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.0948
system time used= 1.68074
maximum resident set size= 2211972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29617
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3351
involuntary context switches= 2693

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.255961 second user time and 0.477927 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-19 15:43:14
IDJOB=4109809
IDBENCH=78930
IDSOLVER=2552
FILE ID=node103/4109809-1466343794
RUNJOBID= node103-1466341826-28148
PBS_JOBID= 19922045
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 5ae7a85bf99e064da8ccbcbd4c939a34
RANDOM SEED=1790777797

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:        30957216 kB
Buffers:          168052 kB
Cached:           327472 kB
SwapCached:         2492 kB
Active:           553968 kB
Inactive:         356272 kB
Active(anon):     413240 kB
Inactive(anon):     3408 kB
Active(file):     140728 kB
Inactive(file):   352864 kB
Unevictable:      249320 kB
Mlocked:          249320 kB
SwapTotal:      67108856 kB
SwapFree:       67099656 kB
Dirty:               596 kB
Writeback:             0 kB
AnonPages:        667832 kB
Mapped:            16624 kB
Shmem:                 0 kB
Slab:             617528 kB
SReclaimable:      61172 kB
SUnreclaim:       556356 kB
KernelStack:        1616 kB
PageTables:         5792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     857052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    399360 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 15:43:59