Trace number 4109981

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 48.2937 48.6183

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900577940--soft-66-100-0.wbo
MD5SUM95aa4a8f0430d7fc4dd41a3f578cfb3e
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark44.8472
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 constraints937
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 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
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-4109981-1466345560.wbo
0.09/0.12	c reading problem ... 
0.47/0.34	c ... done. Wall clock time 0.226s.
0.47/0.34	c declared #vars     231
0.47/0.34	c internal #vars     1168
0.47/0.34	c #constraints  2707
0.47/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2524
0.47/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 14
0.47/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.35	c constraints type 
0.47/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 160
0.47/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2524
0.47/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.47/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9
0.47/0.35	c 2707 constraints processed.
0.47/0.35	c objective function length is 937 literals
0.72/0.49	c And the winner is solver0
1.35/0.85	c SATISFIABLE
1.35/0.85	c OPTIMIZING...
1.35/0.85	c Got one! Elapsed wall clock time (in seconds):0.732
1.35/0.85	o 556
1.35/0.87	c And the winner is solver0
1.63/1.36	c Got one! Elapsed wall clock time (in seconds):1.239
1.63/1.36	o 499
1.63/1.37	c And the winner is solver0
1.88/1.86	c Got one! Elapsed wall clock time (in seconds):1.746
1.88/1.86	o 385
2.00/1.90	c And the winner is solver0
2.12/2.37	c Got one! Elapsed wall clock time (in seconds):2.251
2.12/2.37	o 380
2.22/2.45	c And the winner is solver0
2.54/2.87	c Got one! Elapsed wall clock time (in seconds):2.755
2.54/2.87	o 379
2.54/2.88	c And the winner is solver0
2.55/3.38	c Got one! Elapsed wall clock time (in seconds):3.258
2.55/3.38	o 328
2.55/3.40	c And the winner is solver0
2.66/3.88	c Got one! Elapsed wall clock time (in seconds):3.761
2.66/3.88	o 326
2.69/3.90	c And the winner is solver0
2.74/4.38	c Got one! Elapsed wall clock time (in seconds):4.264
2.74/4.38	o 322
2.74/4.40	c And the winner is solver0
2.79/4.89	c Got one! Elapsed wall clock time (in seconds):4.767
2.79/4.89	o 321
2.79/4.90	c And the winner is solver0
2.86/5.39	c Got one! Elapsed wall clock time (in seconds):5.27
2.86/5.39	o 320
2.87/5.40	c And the winner is solver0
2.87/5.89	c Got one! Elapsed wall clock time (in seconds):5.772
2.87/5.89	o 314
2.88/5.90	c And the winner is solver0
2.90/6.40	c Got one! Elapsed wall clock time (in seconds):6.275
2.90/6.40	o 312
2.90/6.40	c And the winner is solver0
10.42/13.17	c Got one! Elapsed wall clock time (in seconds):13.057
10.42/13.17	o 302
10.42/13.19	c And the winner is solver0
10.55/13.68	c Got one! Elapsed wall clock time (in seconds):13.559
10.55/13.68	o 301
10.55/13.69	c And the winner is solver0
10.56/14.18	c Got one! Elapsed wall clock time (in seconds):14.061
10.56/14.18	o 293
10.56/14.19	c And the winner is solver0
10.59/14.68	c Got one! Elapsed wall clock time (in seconds):14.563
10.59/14.68	o 291
10.62/14.70	c And the winner is solver0
10.64/15.18	c Got one! Elapsed wall clock time (in seconds):15.065
10.64/15.18	o 284
10.64/15.19	c And the winner is solver0
10.65/15.69	c Got one! Elapsed wall clock time (in seconds):15.567
10.65/15.69	o 275
10.68/15.70	c And the winner is solver0
10.69/16.19	c Got one! Elapsed wall clock time (in seconds):16.069
10.69/16.19	o 268
10.70/16.21	c And the winner is solver0
10.74/16.69	c Got one! Elapsed wall clock time (in seconds):16.571
10.74/16.69	o 266
10.75/16.70	c And the winner is solver0
10.75/17.19	c Got one! Elapsed wall clock time (in seconds):17.073
10.75/17.19	o 262
10.76/17.21	c And the winner is solver0
10.81/17.69	c Got one! Elapsed wall clock time (in seconds):17.575
10.81/17.69	o 256
10.81/17.70	c And the winner is solver0
10.82/18.20	c Got one! Elapsed wall clock time (in seconds):18.077
10.82/18.20	o 243
10.82/18.20	c And the winner is solver0
10.82/18.70	c Got one! Elapsed wall clock time (in seconds):18.579
10.82/18.70	o 235
10.82/18.71	c And the winner is solver0
10.84/19.20	c Got one! Elapsed wall clock time (in seconds):19.082
10.84/19.20	o 231
10.84/19.22	c And the winner is solver0
10.90/19.70	c Got one! Elapsed wall clock time (in seconds):19.584
10.90/19.70	o 226
10.90/19.71	c And the winner is solver0
10.93/20.20	c Got one! Elapsed wall clock time (in seconds):20.086
10.93/20.20	o 219
10.93/20.23	c And the winner is solver0
11.00/20.71	c Got one! Elapsed wall clock time (in seconds):20.588
11.00/20.71	o 197
11.00/20.72	c And the winner is solver0
11.04/21.21	c Got one! Elapsed wall clock time (in seconds):21.09
11.04/21.21	o 195
11.04/21.22	c And the winner is solver0
11.06/21.71	c Got one! Elapsed wall clock time (in seconds):21.592
11.06/21.71	o 190
11.06/21.74	c And the winner is solver0
11.14/22.21	c Got one! Elapsed wall clock time (in seconds):22.094
11.14/22.21	o 188
11.37/22.35	c And the winner is solver0
11.49/22.71	c Got one! Elapsed wall clock time (in seconds):22.596
11.49/22.72	o 137
11.49/22.73	c And the winner is solver0
11.55/23.22	c Got one! Elapsed wall clock time (in seconds):23.099
11.55/23.22	o 136
11.70/23.32	c And the winner is solver0
11.76/23.72	c Got one! Elapsed wall clock time (in seconds):23.601
11.76/23.72	o 117
11.76/23.72	c And the winner is solver0
11.77/24.22	c Got one! Elapsed wall clock time (in seconds):24.103
11.77/24.22	o 76
11.77/24.27	c And the winner is solver0
11.88/24.72	c Got one! Elapsed wall clock time (in seconds):24.605
11.88/24.72	o 58
12.22/24.90	c And the winner is solver0
12.25/25.23	c Got one! Elapsed wall clock time (in seconds):25.108
12.25/25.23	o 57
12.25/25.25	c And the winner is solver0
12.31/25.73	c Got one! Elapsed wall clock time (in seconds):25.613
12.31/25.73	o 55
12.65/25.92	c And the winner is solver0
12.73/26.24	c Got one! Elapsed wall clock time (in seconds):26.118
12.73/26.24	o 38
13.05/26.48	c cleaning 6865 clauses out of 13739 with flag 15590/13739
14.33/27.03	c cleaning 6429 clauses out of 12872 with flag 66509/19737
14.33/27.04	c And the winner is solver0
14.45/27.24	c Got one! Elapsed wall clock time (in seconds):27.122
14.45/27.24	o 37
14.55/27.33	c And the winner is solver0
14.64/27.75	c Got one! Elapsed wall clock time (in seconds):27.628
14.64/27.75	o 34
14.74/27.89	c And the winner is solver0
14.97/28.25	c Got one! Elapsed wall clock time (in seconds):28.134
14.97/28.25	o 33
15.25/28.41	c cleaning 6057 clauses out of 12127 with flag 15668/25421
15.88/28.72	c And the winner is solver0
15.88/28.76	c Got one! Elapsed wall clock time (in seconds):28.64
15.88/28.76	o 31
15.88/28.77	c And the winner is solver0
15.93/29.26	c Got one! Elapsed wall clock time (in seconds):29.147
15.93/29.26	o 30
16.00/29.36	c cleaning 5622 clauses out of 11246 with flag 9013/30597
16.81/29.79	c cleaning 5798 clauses out of 11624 with flag 62686/36597
18.00/30.33	c And the winner is solver0
18.09/30.77	c Got one! Elapsed wall clock time (in seconds):30.654
18.09/30.77	o 28
18.09/30.80	c And the winner is solver0
18.22/31.28	c Got one! Elapsed wall clock time (in seconds):31.163
18.22/31.28	o 25
19.33/31.80	c And the winner is solver0
19.37/32.29	c Got one! Elapsed wall clock time (in seconds):32.172
19.37/32.29	o 22
19.57/32.41	c cleaning 9288 clauses out of 18597 with flag 11709/49368
20.17/32.77	c And the winner is solver0
20.33/32.80	c Got one! Elapsed wall clock time (in seconds):32.681
20.33/32.80	o 12
20.33/32.84	c And the winner is solver0
20.44/33.31	c Got one! Elapsed wall clock time (in seconds):33.191
20.44/33.31	o 11
20.60/33.42	c cleaning 7425 clauses out of 14857 with flag 11751/54916
21.20/33.79	c And the winner is solver0
21.38/33.82	c Got one! Elapsed wall clock time (in seconds):33.702
21.38/33.82	o 10
21.94/34.15	c And the winner is solver0
22.06/34.33	c Got one! Elapsed wall clock time (in seconds):34.215
22.06/34.33	o 9
22.37/34.55	c cleaning 9153 clauses out of 18325 with flag 20920/65809
23.38/35.00	c cleaning 7575 clauses out of 15172 with flag 77969/71809
23.38/35.03	c And the winner is solver0
23.47/35.35	c Got one! Elapsed wall clock time (in seconds):35.228
23.47/35.35	o 8
24.21/35.79	c cleaning 6481 clauses out of 12994 with flag 51267/77206
24.39/35.86	c And the winner is solver0
24.55/35.91	c Got one! Elapsed wall clock time (in seconds):35.793
24.55/35.91	o 7
25.10/36.26	c And the winner is solver0
25.27/36.43	c Got one! Elapsed wall clock time (in seconds):36.308
25.27/36.43	o 3
25.39/36.52	c cleaning 6475 clauses out of 12965 with flag 10009/83658
26.19/36.97	c cleaning 6227 clauses out of 12494 with flag 75527/89662
27.40/37.54	c cleaning 6615 clauses out of 13263 with flag 156780/96658
28.79/38.25	c cleaning 7307 clauses out of 14650 with flag 251426/104660
30.38/39.09	c cleaning 8173 clauses out of 16345 with flag 360700/113662
32.38/40.02	c cleaning 9069 clauses out of 18170 with flag 465750/123660
34.65/41.17	c cleaning 10051 clauses out of 20102 with flag 582298/134661
37.45/42.50	c cleaning 11011 clauses out of 22048 with flag 707585/146658
37.65/42.69	c And the winner is solver0
37.84/42.94	c Got one! Elapsed wall clock time (in seconds):42.826
37.84/42.94	o 1
38.33/43.27	c cleaning 8127 clauses out of 16280 with flag 25205/151901
39.54/43.80	c cleaning 7067 clauses out of 14148 with flag 74139/157896
40.34/44.21	c cleaning 7026 clauses out of 14082 with flag 115591/164898
41.55/44.81	c cleaning 7527 clauses out of 15054 with flag 167064/172896
43.20/45.64	c cleaning 8263 clauses out of 16530 with flag 226663/181899
44.62/46.32	c cleaning 9125 clauses out of 18265 with flag 282135/191898
45.60/46.87	c cleaning 10064 clauses out of 20137 with flag 331862/202896
46.84/47.43	c cleaning 11032 clauses out of 22072 with flag 380779/214896
47.82/47.97	c cleaning 12010 clauses out of 24033 with flag 426096/227896
48.02/48.02	c And the winner is solver0
48.22/48.60	c >>>>>>>>>> Solver number 0 (56 answers) <<<<<<<<<<<<<<<<<<
48.22/48.60	c starts		: 130
48.22/48.60	c conflicts		: 229826
48.22/48.60	c decisions		: 406789
48.22/48.60	c propagations		: 11756472
48.22/48.60	c inspects		: 253218753
48.22/48.60	c shortcuts		: 0
48.22/48.61	c learnt literals	: 20
48.22/48.61	c learnt binary clauses	: 181
48.22/48.61	c learnt ternary clauses	: 1038
48.22/48.61	c learnt constraints	: 229805
48.22/48.61	c ignored constraints	: 0
48.22/48.61	c root simplifications	: 0
48.22/48.61	c removed literals (reason simplification)	: 1421630
48.22/48.61	c reason swapping (by a shorter reason)	: 0
48.22/48.61	c Calls to reduceDB	: 27
48.22/48.61	c Number of update (reduction) of LBD	: 94784
48.22/48.61	c Imported unit clauses	: 0
48.22/48.61	c number of reductions to clauses (during analyze)	: 0
48.22/48.61	c number of learned constraints concerned by reduction	: 0
48.22/48.61	c number of learning phase by resolution	: 0
48.22/48.61	c number of learning phase by cutting planes	: 0
48.22/48.61	c speed (assignments/second)	: 243667.5509865694
48.22/48.61	c non guided choices	5931
48.22/48.61	c learnt constraints type 
48.22/48.61	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
48.22/48.61	c starts		: 73
48.22/48.61	c conflicts		: 3132
48.22/48.61	c decisions		: 68831
48.22/48.61	c propagations		: 246757
48.22/48.61	c inspects		: 32632367
48.22/48.61	c shortcuts		: 0
48.22/48.61	c learnt literals	: 0
48.22/48.61	c learnt binary clauses	: 0
48.22/48.61	c learnt ternary clauses	: 0
48.22/48.61	c learnt constraints	: 3109
48.22/48.61	c ignored constraints	: 0
48.22/48.61	c root simplifications	: 0
48.22/48.61	c removed literals (reason simplification)	: 0
48.22/48.61	c reason swapping (by a shorter reason)	: 0
48.22/48.61	c Calls to reduceDB	: 0
48.22/48.61	c Number of update (reduction) of LBD	: 0
48.22/48.61	c Imported unit clauses	: 0
48.22/48.61	c number of reductions to clauses (during analyze)	: 0
48.22/48.61	c number of learned constraints concerned by reduction	: 0
48.22/48.61	c number of learning phase by resolution	: 0
48.22/48.61	c number of learning phase by cutting planes	: 0
48.22/48.61	c speed (assignments/second)	: 43946.03739982191
48.22/48.61	c non guided choices	5019
48.22/48.61	c learnt constraints type 
48.22/48.61	s OPTIMUM FOUND
48.22/48.61	c Found 55 solution(s)
48.22/48.61	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 
48.22/48.61	c objective function=1
48.22/48.61	c Total wall clock time (in seconds): 48.488

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

pid=32471
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.08 2.23 2.18 3/196 32474
/proc/meminfo: memFree=25970960/32872528 swapFree=1498360/1645528
[pid=32474] ppid=32471 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/32474/stat : 32474 (java) S 32471 32474 29904 0 -1 4202496 1284 0 0 0 0 0 0 0 20 0 2 0 36602848 94019584 917 33554432000 1073741824 1073778376 140733977917584 140733977908720 259115745341 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32474/statm: 22954 917 697 9 0 16769 0
[pid=32474/tid=32475] ppid=32471 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32475/stat : 32475 (java) D 32471 32474 29904 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 36602849 94019584 917 33554432000 1073741824 1073778376 140733977917584 140035189587496 259103223079 0 0 4096 0 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100154 s]
/proc/loadavg: 2.08 2.23 2.18 3/196 32474
/proc/meminfo: memFree=25970960/32872528 swapFree=1498360/1645528
[pid=32474] ppid=32471 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/32474/stat : 32474 (java) S 32471 32474 29904 0 -1 4202496 4477 0 1 0 8 1 0 0 20 0 18 0 36602848 9787879424 5581 33554432000 1073741824 1073778376 140733977917584 140733977908720 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32474/statm: 2389619 5581 2126 9 0 2380296 0
[pid=32474/tid=32475] ppid=32471 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/32474/task/32475/stat : 32475 (java) R 32471 32474 29904 0 -1 4202560 2435 0 1 0 6 1 0 0 20 0 18 0 36602849 9787879424 5581 33554432000 1073741824 1073778376 140733977917584 140035189590944 140035193721832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200316 s]
/proc/loadavg: 2.08 2.23 2.18 3/196 32474
/proc/meminfo: memFree=25970960/32872528 swapFree=1498360/1645528
[pid=32474] ppid=32471 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/32474/stat : 32474 (java) S 32471 32474 29904 0 -1 4202496 4741 0 1 0 22 2 0 0 20 0 18 0 36602848 9787879424 6305 33554432000 1073741824 1073778376 140733977917584 140733977908720 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32474/statm: 2389619 6305 2198 9 0 2380296 0
[pid=32474/tid=32475] ppid=32471 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/32474/task/32475/stat : 32475 (java) R 32471 32474 29904 0 -1 4202560 2452 0 1 0 16 1 0 0 20 0 18 0 36602849 9787879424 6305 33554432000 1073741824 1073778376 140733977917584 140035189590944 140035129376039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300316 s]
/proc/loadavg: 2.08 2.23 2.18 3/196 32474
/proc/meminfo: memFree=25970960/32872528 swapFree=1498360/1645528
[pid=32474] ppid=32471 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/32474/stat : 32474 (java) S 32471 32474 29904 0 -1 4202496 5678 0 1 0 45 2 0 0 20 0 18 0 36602848 9787879424 7961 33554432000 1073741824 1073778376 140733977917584 140733977908720 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32474/statm: 2389619 7961 2231 9 0 2380296 0
[pid=32474/tid=32475] ppid=32471 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/32474/task/32475/stat : 32475 (java) R 32471 32474 29904 0 -1 4202560 2454 0 1 0 25 2 0 0 20 0 18 0 36602849 9787879424 7961 33554432000 1073741824 1073778376 140733977917584 140035189591904 140035129706889 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700313 s]
/proc/loadavg: 2.08 2.23 2.18 3/196 32474
/proc/meminfo: memFree=25970960/32872528 swapFree=1498360/1645528
[pid=32474] ppid=32471 vsize=9824732 CPUtime=1.35 cores=0,2,4,6
/proc/32474/stat : 32474 (java) S 32471 32474 29904 0 -1 4202496 10584 0 1 0 130 5 0 0 20 0 19 0 36602848 10060525568 12751 33554432000 1073741824 1073778376 140733977917584 140733977908720 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32474/statm: 2456183 12751 2258 9 0 2446860 0
[pid=32474/tid=32475] ppid=32471 vsize=9824732 CPUtime=0.33 cores=0,2,4,6
/proc/32474/task/32475/stat : 32475 (java) S 32471 32474 29904 0 -1 4202560 2472 0 1 0 31 2 0 0 20 0 19 0 36602849 10060525568 12751 33554432000 1073741824 1073778376 140733977917584 140035189592952 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9824732

[startup+1.50085 s]
/proc/loadavg: 2.08 2.23 2.18 2/215 32499
/proc/meminfo: memFree=25918004/32872528 swapFree=1498360/1645528
[pid=32474] ppid=32471 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/32474/stat : 32474 (java) S 32471 32474 29904 0 -1 4202496 16991 0 1 0 178 10 0 0 20 0 19 0 36602848 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140733977908720 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32474/statm: 2456183 17792 2261 9 0 2446860 0
[pid=32474/tid=32475] ppid=32471 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/32474/task/32475/stat : 32475 (java) S 32471 32474 29904 0 -1 4202560 2473 0 1 0 32 2 0 0 20 0 19 0 36602849 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035189592952 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32477] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32477/stat : 32477 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035128322856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32478] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32478/stat : 32478 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035032300200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32479] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32479/stat : 32479 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035031247912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32480] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32480/stat : 32480 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035030195112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32481] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32481/stat : 32481 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035029141800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32482] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32482/stat : 32482 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035028089000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32483] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32483/stat : 32483 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035027036712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32484] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32484/stat : 32484 (java) S 32471 32474 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035025983912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32485] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32485/stat : 32485 (java) S 32471 32474 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36602851 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035013786344 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32486] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32486/stat : 32486 (java) S 32471 32474 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36602851 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035012732408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32487] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32487/stat : 32487 (java) S 32471 32474 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36602851 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035011680008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32488] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32488/stat : 32488 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602854 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035010628496 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32489] ppid=32471 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/32474/task/32489/stat : 32489 (java) S 32471 32474 29904 0 -1 4202560 6486 0 0 0 60 0 0 0 20 0 19 0 36602854 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035009575096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32490] ppid=32471 vsize=9824732 CPUtime=0.51 cores=0,2,4,6
/proc/32474/task/32490/stat : 32490 (java) S 32471 32474 29904 0 -1 4202560 6684 0 0 0 50 1 0 0 20 0 19 0 36602854 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035008522296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32491] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32491/stat : 32491 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602854 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035007470200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32492] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32492/stat : 32492 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602854 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035006417608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32495] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32495/stat : 32495 (java) S 32471 32474 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36602884 10060525568 17792 33554432000 1073741824 1073778376 140733977917584 140035003258536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9824732

[startup+3.10082 s]
/proc/loadavg: 2.08 2.23 2.18 2/215 32505
/proc/meminfo: memFree=25901784/32872528 swapFree=1498360/1645528
[pid=32474] ppid=32471 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/32474/stat : 32474 (java) S 32471 32474 29904 0 -1 4202496 18702 0 1 0 241 14 0 0 20 0 19 0 36602848 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140733977908720 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32474/statm: 2456183 23983 2265 9 0 2446860 0
[pid=32474/tid=32475] ppid=32471 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/32474/task/32475/stat : 32475 (java) S 32471 32474 29904 0 -1 4202560 2474 0 1 0 33 2 0 0 20 0 19 0 36602849 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035189592952 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32477] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32477/stat : 32477 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035128322856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32478] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32478/stat : 32478 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035032300200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32479] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32479/stat : 32479 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035031247912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32480] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32480/stat : 32480 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035030195112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32481] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32481/stat : 32481 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035029141800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32482] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32482/stat : 32482 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035028089000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32483] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32483/stat : 32483 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035027036712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32484] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32484/stat : 32484 (java) S 32471 32474 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36602850 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035025983912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32485] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32485/stat : 32485 (java) S 32471 32474 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36602851 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035013786344 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32486] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32486/stat : 32486 (java) S 32471 32474 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36602851 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035012732408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32487] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32487/stat : 32487 (java) S 32471 32474 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36602851 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035011680008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32488] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32488/stat : 32488 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602854 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035010628496 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32489] ppid=32471 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/32474/task/32489/stat : 32489 (java) S 32471 32474 29904 0 -1 4202560 6503 0 0 0 78 0 0 0 20 0 19 0 36602854 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035009575096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32490] ppid=32471 vsize=9824732 CPUtime=0.76 cores=0,2,4,6
/proc/32474/task/32490/stat : 32490 (java) S 32471 32474 29904 0 -1 4202560 8346 0 0 0 74 2 0 0 20 0 19 0 36602854 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035008522296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32491] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32491/stat : 32491 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602854 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035007470200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32492] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32492/stat : 32492 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602854 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035006417608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32495] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32495/stat : 32495 (java) S 32471 32474 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36602884 10060525568 23983 33554432000 1073741824 1073778376 140733977917584 140035003258536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9824732

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

[startup+5.40073 s]
/proc/loadavg: 2.08 2.23 2.18 4/218 32520
/proc/meminfo: memFree=25857660/32872528 swapFree=1498360/1645528
[pid=32474] ppid=32471 vsize=9824732 CPUtime=2.87 cores=0,2,4,6
/proc/32474/stat : 32474 (java) S 32471 32474 29904 0 -1 4202496 18872 0 1 0 266 21 0 0 20 0 22 0 36602848 10060525568 31773 33554432000 1073741824 1073778376 140733977917584 140733977908720 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32474/statm: 2456183 31773 2270 9 0 2446860 0
[pid=32474/tid=32475] ppid=32471 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/32474/task/32475/stat : 32475 (java) S 32471 32474 29904 0 -1 4202560 2476 0 1 0 35 2 0 0 20 0 22 0 36602849 10060525568 31773 33554432000 1073741824 1073778376 140733977917584 140035189592952 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32477] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32477/stat : 32477 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36602850 10060525568 31773 33554432000 1073741824 1073778376 140733977917584 140035128322856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32478] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32478/stat : 32478 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36602850 10060525568 31773 33554432000 1073741824 1073778376 140733977917584 140035032300200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32479] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32479/stat : 32479 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36602850 10060525568 31773 33554432000 1073741824 1073778376 140733977917584 140035031247912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32480] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32480/stat : 32480 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36602850 10060525568 31773 33554432000 1073741824 1073778376 140733977917584 140035030195112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32481] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32481/stat : 32481 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36602850 10060525568 31773 33554432000 1073741824 1073778376 140733977917584 140035029141800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32482] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32482/stat : 32482 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36602850 10060525568 31773 33554432000 1073741824 1073778376 140733977917584 140035028089000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32483] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32483/stat : 32483 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36602850 10060525568 31773 33554432000 1073741824 1073778376 140733977917584 140035027036712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32484] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32484/stat : 32484 (java) S 32471 32474 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36602850 10060525568 31773 33554432000 1073741824 1073778376 140733977917584 140035025983912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32485] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32485/stat : 32485 (java) S 32471 32474 29904 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 36602851 10060525568 31773 33554432000 1073741824 1073778376 140733977917584 140035013786344 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32486] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32486/stat : 32486 (java) S 32471 32474 29904 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 36602851 10060525568 31773 33554432000 1073741824 1073778376 140733977917584 140035012732408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/32474/task/32489/stat : 32489 (java) S 32471 32474 29904 0 -1 4202560 6531 0 0 0 105 1 0 0 20 0 22 0 36602854 10060525568 448441 33554432000 1073741824 1073778376 140733977917584 140035009575096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32490] ppid=32471 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/32474/task/32490/stat : 32490 (java) S 32471 32474 29904 0 -1 4202560 9595 0 0 0 130 2 0 0 20 0 22 0 36602854 10060525568 448441 33554432000 1073741824 1073778376 140733977917584 140035008522296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32491] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32491/stat : 32491 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36602854 10060525568 448441 33554432000 1073741824 1073778376 140733977917584 140035007470200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32492] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32492/stat : 32492 (java) S 32471 32474 29904 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36602854 10060525568 448441 33554432000 1073741824 1073778376 140733977917584 140035006417608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32495] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32495/stat : 32495 (java) S 32471 32474 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36602884 10060525568 448441 33554432000 1073741824 1073778376 140733977917584 140035003258536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=371] ppid=32471 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/32474/task/371/stat : 371 (java) R 32471 32474 29904 0 -1 4202560 5 0 0 0 337 0 0 0 20 0 22 0 36607145 10060525568 448441 33554432000 1073741824 1073778376 140733977917584 140035004300944 140035129886280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=372] ppid=32471 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/32474/task/372/stat : 372 (java) R 32471 32474 29904 0 -1 4202560 4 0 0 0 337 0 0 0 20 0 22 0 36607145 10060525568 448441 33554432000 1073741824 1073778376 140733977917584 140035005361680 140035130173901 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=373] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/373/stat : 373 (java) S 32471 32474 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36607148 10060525568 448441 33554432000 1073741824 1073778376 140733977917584 140035002205224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 44.76
Current children cumulated vsize (KiB) 9824732

[startup+48.0009 s]
/proc/loadavg: 1.97 2.17 2.16 4/218 373
/proc/meminfo: memFree=28037464/32872528 swapFree=1498360/1645528
[pid=32474] ppid=32471 vsize=9824732 CPUtime=47.98 cores=0,2,4,6
/proc/32474/stat : 32474 (java) S 32471 32474 29904 0 -1 4202496 23018 0 1 0 4661 137 0 0 20 0 22 0 36602848 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140733977908720 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32474/statm: 2456183 448442 2288 9 0 2446860 0
[pid=32474/tid=32475] ppid=32471 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/32474/task/32475/stat : 32475 (java) S 32471 32474 29904 0 -1 4202560 2481 0 1 0 58 2 0 0 20 0 22 0 36602849 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035189592952 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32477] ppid=32471 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/32474/task/32477/stat : 32477 (java) S 32471 32474 29904 0 -1 4202560 64 0 0 0 11 3 0 0 20 0 22 0 36602850 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035128322856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32478] ppid=32471 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/32474/task/32478/stat : 32478 (java) S 32471 32474 29904 0 -1 4202560 76 0 0 0 9 3 0 0 20 0 22 0 36602850 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035032300200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32479] ppid=32471 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32474/task/32479/stat : 32479 (java) S 32471 32474 29904 0 -1 4202560 85 0 0 0 14 4 0 0 20 0 22 0 36602850 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035031247912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32480] ppid=32471 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/32474/task/32480/stat : 32480 (java) S 32471 32474 29904 0 -1 4202560 82 0 0 0 12 4 0 0 20 0 22 0 36602850 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035030195112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32481] ppid=32471 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/32474/task/32481/stat : 32481 (java) S 32471 32474 29904 0 -1 4202560 65 0 0 0 10 3 0 0 20 0 22 0 36602850 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035029141800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32482] ppid=32471 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/32474/task/32482/stat : 32482 (java) S 32471 32474 29904 0 -1 4202560 92 0 0 0 16 5 0 0 20 0 22 0 36602850 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035028089000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32483] ppid=32471 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/32474/task/32483/stat : 32483 (java) S 32471 32474 29904 0 -1 4202560 67 0 0 0 13 3 0 0 20 0 22 0 36602850 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035027036712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32484] ppid=32471 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/32474/task/32484/stat : 32484 (java) S 32471 32474 29904 0 -1 4202560 83 0 0 0 16 3 0 0 20 0 22 0 36602850 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035025983912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32485] ppid=32471 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/32474/task/32485/stat : 32485 (java) S 32471 32474 29904 0 -1 4202560 1239 0 0 0 1 7 0 0 20 0 22 0 36602851 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035013786344 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32486] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32486/stat : 32486 (java) S 32471 32474 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 36602851 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035012732408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32487] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32487/stat : 32487 (java) S 32471 32474 29904 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 22 0 36602851 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035011680008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32488] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32488/stat : 32488 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36602854 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035010628496 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32489] ppid=32471 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/32474/task/32489/stat : 32489 (java) S 32471 32474 29904 0 -1 4202560 6532 0 0 0 107 1 0 0 20 0 22 0 36602854 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035009575096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32490] ppid=32471 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/32474/task/32490/stat : 32490 (java) S 32471 32474 29904 0 -1 4202560 9595 0 0 0 130 2 0 0 20 0 22 0 36602854 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035008522296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32491] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32491/stat : 32491 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 36602854 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035007470200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32492] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32492/stat : 32492 (java) S 32471 32474 29904 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 36602854 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035006417608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32495] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32495/stat : 32495 (java) S 32471 32474 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 36602884 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035003258536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=371] ppid=32471 vsize=9824732 CPUtime=4.96 cores=0,2,4,6
/proc/32474/task/371/stat : 371 (java) R 32471 32474 29904 0 -1 4202560 5 0 0 0 496 0 0 0 20 0 22 0 36607145 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035004309504 140035130003012 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=372] ppid=32471 vsize=9824732 CPUtime=4.97 cores=0,2,4,6
/proc/32474/task/372/stat : 372 (java) R 32471 32474 29904 0 -1 4202560 4 0 0 0 497 0 0 0 20 0 22 0 36607145 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035005361680 140035130073751 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=373] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/373/stat : 373 (java) S 32471 32474 29904 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 36607148 10060525568 448442 33554432000 1073741824 1073778376 140733977917584 140035002205224 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 47.98
Current children cumulated vsize (KiB) 9824732

[startup+48.4008 s]
/proc/loadavg: 1.97 2.17 2.16 2/215 373
/proc/meminfo: memFree=27996424/32872528 swapFree=1498360/1645528
[pid=32474] ppid=32471 vsize=9824732 CPUtime=48.04 cores=0,2,4,6
/proc/32474/stat : 32474 (java) S 32471 32474 29904 0 -1 4202496 23018 0 1 0 4665 139 0 0 20 0 19 0 36602848 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140733977908720 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32474/statm: 2456183 448433 2288 9 0 2446860 0
[pid=32474/tid=32475] ppid=32471 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/32474/task/32475/stat : 32475 (java) S 32471 32474 29904 0 -1 4202560 2481 0 1 0 58 2 0 0 20 0 19 0 36602849 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035189592952 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32477] ppid=32471 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/32474/task/32477/stat : 32477 (java) S 32471 32474 29904 0 -1 4202560 64 0 0 0 11 3 0 0 20 0 19 0 36602850 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035128322856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32478] ppid=32471 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/32474/task/32478/stat : 32478 (java) S 32471 32474 29904 0 -1 4202560 76 0 0 0 9 3 0 0 20 0 19 0 36602850 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035032300200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32479] ppid=32471 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32474/task/32479/stat : 32479 (java) S 32471 32474 29904 0 -1 4202560 85 0 0 0 14 4 0 0 20 0 19 0 36602850 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035031247912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32480] ppid=32471 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/32474/task/32480/stat : 32480 (java) S 32471 32474 29904 0 -1 4202560 82 0 0 0 12 4 0 0 20 0 19 0 36602850 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035030195112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32481] ppid=32471 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/32474/task/32481/stat : 32481 (java) S 32471 32474 29904 0 -1 4202560 65 0 0 0 10 3 0 0 20 0 19 0 36602850 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035029141800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32482] ppid=32471 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/32474/task/32482/stat : 32482 (java) S 32471 32474 29904 0 -1 4202560 92 0 0 0 16 5 0 0 20 0 19 0 36602850 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035028089000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32483] ppid=32471 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/32474/task/32483/stat : 32483 (java) S 32471 32474 29904 0 -1 4202560 67 0 0 0 13 3 0 0 20 0 19 0 36602850 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035027036712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32484] ppid=32471 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/32474/task/32484/stat : 32484 (java) S 32471 32474 29904 0 -1 4202560 83 0 0 0 16 3 0 0 20 0 19 0 36602850 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035025983912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32485] ppid=32471 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/32474/task/32485/stat : 32485 (java) S 32471 32474 29904 0 -1 4202560 1239 0 0 0 1 7 0 0 20 0 19 0 36602851 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035013786344 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32486] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32486/stat : 32486 (java) S 32471 32474 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36602851 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035012732408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32487] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32487/stat : 32487 (java) S 32471 32474 29904 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 19 0 36602851 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035011680008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32488] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32488/stat : 32488 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602854 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035010628496 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32489] ppid=32471 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/32474/task/32489/stat : 32489 (java) S 32471 32474 29904 0 -1 4202560 6532 0 0 0 107 1 0 0 20 0 19 0 36602854 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035009575096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32490] ppid=32471 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/32474/task/32490/stat : 32490 (java) S 32471 32474 29904 0 -1 4202560 9595 0 0 0 130 2 0 0 20 0 19 0 36602854 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035008522296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32491] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32491/stat : 32491 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602854 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035007470200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32492] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32492/stat : 32492 (java) S 32471 32474 29904 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36602854 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035006417608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32495] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32495/stat : 32495 (java) S 32471 32474 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36602884 10060525568 448433 33554432000 1073741824 1073778376 140733977917584 140035003258536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 48.04
Current children cumulated vsize (KiB) 9824732

[startup+48.6008 s]
/proc/loadavg: 1.97 2.17 2.16 2/215 373
/proc/meminfo: memFree=27996424/32872528 swapFree=1498360/1645528
[pid=32474] ppid=32471 vsize=9824732 CPUtime=48.18 cores=0,2,4,6
/proc/32474/stat : 32474 (java) S 32471 32474 29904 0 -1 4202496 23020 0 1 0 4679 139 0 0 20 0 19 0 36602848 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140733977908720 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/32474/statm: 2456183 448434 2288 9 0 2446860 0
[pid=32474/tid=32475] ppid=32471 vsize=9824732 CPUtime=0.73 cores=0,2,4,6
/proc/32474/task/32475/stat : 32475 (java) R 32471 32474 29904 0 -1 4202560 2482 0 1 0 71 2 0 0 20 0 19 0 36602849 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035189592712 140035130589295 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32477] ppid=32471 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/32474/task/32477/stat : 32477 (java) S 32471 32474 29904 0 -1 4202560 64 0 0 0 11 3 0 0 20 0 19 0 36602850 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035128322856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32478] ppid=32471 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/32474/task/32478/stat : 32478 (java) S 32471 32474 29904 0 -1 4202560 76 0 0 0 9 3 0 0 20 0 19 0 36602850 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035032300200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32479] ppid=32471 vsize=9824732 CPUtime=0.18 cores=0,2,4,6
/proc/32474/task/32479/stat : 32479 (java) S 32471 32474 29904 0 -1 4202560 85 0 0 0 14 4 0 0 20 0 19 0 36602850 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035031247912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32480] ppid=32471 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/32474/task/32480/stat : 32480 (java) S 32471 32474 29904 0 -1 4202560 82 0 0 0 12 4 0 0 20 0 19 0 36602850 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035030195112 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32481] ppid=32471 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/32474/task/32481/stat : 32481 (java) S 32471 32474 29904 0 -1 4202560 65 0 0 0 10 3 0 0 20 0 19 0 36602850 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035029141800 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32482] ppid=32471 vsize=9824732 CPUtime=0.21 cores=0,2,4,6
/proc/32474/task/32482/stat : 32482 (java) S 32471 32474 29904 0 -1 4202560 92 0 0 0 16 5 0 0 20 0 19 0 36602850 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035028089000 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32483] ppid=32471 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/32474/task/32483/stat : 32483 (java) S 32471 32474 29904 0 -1 4202560 67 0 0 0 13 3 0 0 20 0 19 0 36602850 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035027036712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32484] ppid=32471 vsize=9824732 CPUtime=0.19 cores=0,2,4,6
/proc/32474/task/32484/stat : 32484 (java) S 32471 32474 29904 0 -1 4202560 83 0 0 0 16 3 0 0 20 0 19 0 36602850 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035025983912 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32485] ppid=32471 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/32474/task/32485/stat : 32485 (java) S 32471 32474 29904 0 -1 4202560 1239 0 0 0 1 7 0 0 20 0 19 0 36602851 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035013786344 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32486] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32486/stat : 32486 (java) S 32471 32474 29904 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36602851 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035012732408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32487] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32487/stat : 32487 (java) S 32471 32474 29904 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 19 0 36602851 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035011680008 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32488] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32488/stat : 32488 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602854 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035010628496 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32489] ppid=32471 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/32474/task/32489/stat : 32489 (java) S 32471 32474 29904 0 -1 4202560 6532 0 0 0 107 1 0 0 20 0 19 0 36602854 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035009575096 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=32474/tid=32490] ppid=32471 vsize=9824732 CPUtime=1.32 cores=0,2,4,6
/proc/32474/task/32490/stat : 32490 (java) S 32471 32474 29904 0 -1 4202560 9596 0 0 0 130 2 0 0 20 0 19 0 36602854 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035008522296 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=32474/tid=32491] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32491/stat : 32491 (java) S 32471 32474 29904 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36602854 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035007470200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=32474/tid=32492] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32492/stat : 32492 (java) S 32471 32474 29904 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 36602854 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035006417608 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=32474/tid=32495] ppid=32471 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/32474/task/32495/stat : 32495 (java) S 32471 32474 29904 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36602884 10060525568 448434 33554432000 1073741824 1073778376 140733977917584 140035003258536 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 48.18
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.0399988
#  lost CPU user time (s): 0.0399988
#  lost CPU system time (s): 0

Real time (s): 48.6183
CPU time (s): 48.2937
CPU user time (s): 46.7549
CPU system time (s): 1.53877
CPU usage (%): 99.3323
Max. virtual memory (cumulated for all children) (KiB): 9825968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.7149
system time used= 1.53877
maximum resident set size= 1793768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23027
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= 3333
involuntary context switches= 1866

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.337948 second user time and 0.470928 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-19 16:12:40
IDJOB=4109981
IDBENCH=78990
IDSOLVER=2552
FILE ID=node124/4109981-1466345560
RUNJOBID= node124-1466341817-29920
PBS_JOBID= 19922029
Free space on /tmp= 71728 MiB

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

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

MD5SUM BENCH= 95aa4a8f0430d7fc4dd41a3f578cfb3e
RANDOM SEED=828329529

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        25971720 kB
Buffers:          122784 kB
Cached:           205504 kB
SwapCached:         2816 kB
Active:          4283340 kB
Inactive:         183632 kB
Active(anon):    4137300 kB
Inactive(anon):     3592 kB
Active(file):     146040 kB
Inactive(file):   180040 kB
Unevictable:     1645528 kB
Mlocked:         1498360 kB
SwapTotal:      67108856 kB
SwapFree:       67099904 kB
Dirty:               700 kB
Writeback:             0 kB
AnonPages:       5766480 kB
Mapped:            17180 kB
Shmem:                 0 kB
Slab:             643788 kB
SReclaimable:      87728 kB
SUnreclaim:       556060 kB
KernelStack:        1800 kB
PageTables:        15716 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6173240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4210688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node124 at 2016-06-19 16:13:29