Trace number 4091973

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 57.6052 63.6321

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670167--soft-33-100-0.wbo
MD5SUMcbb94832f8cf89251c53c05bd4717107
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark27.3228
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 constraints1788
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 89002
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 89001
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.10	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4091973-1466079057.wbo
0.11/0.11	c reading problem ... 
0.48/0.33	c ... done. Wall clock time 0.22s.
0.48/0.33	c declared #vars     231
0.48/0.33	c internal #vars     2019
0.48/0.33	c #constraints  2707
0.48/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2603
0.48/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 11
0.48/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 81
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 12
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.33	c constraints type 
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 81
0.48/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2603
0.48/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 11
0.48/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
0.48/0.33	c 2707 constraints processed.
0.48/0.33	c objective function length is 1788 literals
0.77/0.44	c And the winner is solver0
1.16/0.83	c SATISFIABLE
1.16/0.83	c OPTIMIZING...
1.16/0.83	c Got one! Elapsed wall clock time (in seconds):0.726
1.16/0.83	o 630
1.16/0.87	c And the winner is solver0
1.99/1.35	c Got one! Elapsed wall clock time (in seconds):1.24
1.99/1.35	o 626
1.99/1.36	c And the winner is solver0
2.07/1.85	c Got one! Elapsed wall clock time (in seconds):1.749
2.07/1.85	o 272
2.07/1.89	c And the winner is solver0
2.20/2.36	c Got one! Elapsed wall clock time (in seconds):2.256
2.20/2.36	o 254
2.20/2.39	c And the winner is solver0
2.28/2.87	c Got one! Elapsed wall clock time (in seconds):2.762
2.28/2.87	o 247
2.28/2.89	c And the winner is solver0
2.39/3.37	c Got one! Elapsed wall clock time (in seconds):3.266
2.39/3.37	o 234
2.39/3.39	c And the winner is solver0
2.53/3.88	c Got one! Elapsed wall clock time (in seconds):3.771
2.53/3.88	o 233
2.61/3.91	c And the winner is solver0
2.71/4.38	c Got one! Elapsed wall clock time (in seconds):4.275
2.71/4.38	o 229
2.71/4.40	c And the winner is solver0
2.78/4.89	c Got one! Elapsed wall clock time (in seconds):4.779
2.78/4.89	o 227
2.78/4.89	c And the winner is solver0
2.80/5.39	c Got one! Elapsed wall clock time (in seconds):5.282
2.80/5.39	o 207
2.82/5.45	c And the winner is solver0
2.97/5.89	c Got one! Elapsed wall clock time (in seconds):5.784
2.97/5.89	o 199
2.97/5.90	c And the winner is solver0
2.98/6.39	c Got one! Elapsed wall clock time (in seconds):6.287
2.98/6.39	o 198
3.00/6.46	c And the winner is solver0
3.19/6.90	c Got one! Elapsed wall clock time (in seconds):6.79
3.19/6.90	o 194
3.19/6.92	c And the winner is solver0
3.28/7.40	c Got one! Elapsed wall clock time (in seconds):7.293
3.28/7.40	o 187
3.49/7.50	c And the winner is solver0
3.51/7.91	c Got one! Elapsed wall clock time (in seconds):7.803
3.51/7.91	o 185
3.51/7.97	c And the winner is solver0
3.65/8.41	c Got one! Elapsed wall clock time (in seconds):8.306
3.65/8.41	o 177
3.65/8.42	c And the winner is solver0
3.65/8.91	c Got one! Elapsed wall clock time (in seconds):8.809
3.65/8.91	o 176
3.65/8.94	c And the winner is solver0
3.71/9.42	c Got one! Elapsed wall clock time (in seconds):9.311
3.71/9.42	o 161
4.87/9.92	c And the winner is solver0
4.92/10.42	c Got one! Elapsed wall clock time (in seconds):10.314
4.92/10.42	o 158
4.92/10.47	c And the winner is solver0
5.04/10.92	c Got one! Elapsed wall clock time (in seconds):10.817
5.04/10.92	o 143
5.20/11.03	c And the winner is solver0
5.28/11.42	c Got one! Elapsed wall clock time (in seconds):11.32
5.28/11.42	o 132
5.28/11.46	c And the winner is solver0
5.35/11.93	c Got one! Elapsed wall clock time (in seconds):11.822
5.35/11.93	o 128
5.35/11.98	c And the winner is solver0
5.47/12.43	c Got one! Elapsed wall clock time (in seconds):12.325
5.47/12.43	o 127
5.62/12.56	c And the winner is solver0
5.77/12.93	c Got one! Elapsed wall clock time (in seconds):12.828
5.77/12.93	o 116
5.77/12.96	c And the winner is solver0
5.83/13.44	c Got one! Elapsed wall clock time (in seconds):13.33
5.83/13.44	o 109
6.16/13.63	c And the winner is solver0
6.26/13.94	c Got one! Elapsed wall clock time (in seconds):13.833
6.26/13.94	o 107
6.41/14.06	c And the winner is solver0
6.55/14.44	c Got one! Elapsed wall clock time (in seconds):14.336
6.55/14.44	o 104
6.89/14.64	c And the winner is solver0
7.00/14.94	c Got one! Elapsed wall clock time (in seconds):14.839
7.00/14.94	o 103
7.10/15.07	c And the winner is solver0
7.38/15.45	c Got one! Elapsed wall clock time (in seconds):15.341
7.38/15.45	o 79
7.68/15.64	c cleaning 6841 clauses out of 13688 with flag 6554/13688
8.36/15.99	c And the winner is solver0
8.58/16.45	c Got one! Elapsed wall clock time (in seconds):16.344
8.58/16.45	o 77
8.58/16.48	c And the winner is solver0
8.66/16.96	c Got one! Elapsed wall clock time (in seconds):16.851
8.66/16.96	o 75
8.66/16.99	c And the winner is solver0
8.73/17.46	c Got one! Elapsed wall clock time (in seconds):17.357
8.73/17.46	o 74
8.73/17.47	c And the winner is solver0
8.74/17.97	c Got one! Elapsed wall clock time (in seconds):17.864
8.74/17.97	o 72
8.74/17.99	c And the winner is solver0
8.79/18.48	c Got one! Elapsed wall clock time (in seconds):18.371
8.79/18.48	o 71
9.07/18.61	c And the winner is solver0
9.12/18.98	c Got one! Elapsed wall clock time (in seconds):18.878
9.12/18.98	o 69
9.14/19.06	c And the winner is solver0
9.29/19.49	c Got one! Elapsed wall clock time (in seconds):19.386
9.29/19.49	o 62
9.29/19.55	c And the winner is solver0
9.43/20.00	c Got one! Elapsed wall clock time (in seconds):19.895
9.43/20.00	o 61
9.84/20.20	c And the winner is solver0
9.87/20.51	c Got one! Elapsed wall clock time (in seconds):20.404
9.87/20.51	o 60
10.04/20.61	c And the winner is solver0
10.08/21.02	c Got one! Elapsed wall clock time (in seconds):20.913
10.08/21.02	o 59
10.08/21.06	c And the winner is solver0
10.26/21.53	c Got one! Elapsed wall clock time (in seconds):21.423
10.26/21.53	o 58
10.39/21.67	c And the winner is solver0
10.57/22.04	c Got one! Elapsed wall clock time (in seconds):21.934
10.57/22.04	o 56
10.69/22.17	c cleaning 8245 clauses out of 16516 with flag 5825/23357
11.13/22.34	c And the winner is solver0
11.25/22.55	c Got one! Elapsed wall clock time (in seconds):22.445
11.25/22.55	o 53
11.25/22.58	c And the winner is solver0
11.33/23.06	c Got one! Elapsed wall clock time (in seconds):22.955
11.33/23.06	o 51
11.40/23.15	c And the winner is solver0
11.53/23.57	c Got one! Elapsed wall clock time (in seconds):23.467
11.53/23.57	o 50
11.53/23.59	c And the winner is solver0
34.00/45.58	c Got one! Elapsed wall clock time (in seconds):45.475
34.00/45.58	o 46
34.04/45.60	c And the winner is solver0
35.88/47.45	c Got one! Elapsed wall clock time (in seconds):47.343
35.88/47.45	o 43
36.17/47.67	c And the winner is solver0
36.35/47.97	c Got one! Elapsed wall clock time (in seconds):47.862
36.35/47.97	o 39
37.04/48.36	c cleaning 7953 clauses out of 15909 with flag 22469/30995
37.86/48.76	c And the winner is solver0
38.01/48.99	c Got one! Elapsed wall clock time (in seconds):48.882
38.01/48.99	o 34
38.40/49.20	c cleaning 6956 clauses out of 13918 with flag 14432/36957
38.80/49.45	c And the winner is solver0
38.94/49.51	c Got one! Elapsed wall clock time (in seconds):49.404
38.94/49.51	o 31
39.28/49.74	c cleaning 6111 clauses out of 12234 with flag 14823/42229
39.68/49.90	c And the winner is solver0
39.74/50.03	c Got one! Elapsed wall clock time (in seconds):49.929
39.74/50.03	o 30
40.03/50.24	c And the winner is solver0
40.15/50.56	c Got one! Elapsed wall clock time (in seconds):50.456
40.15/50.56	o 29
40.41/50.78	c cleaning 6032 clauses out of 12071 with flag 13359/48177
40.60/50.89	c And the winner is solver0
40.83/51.09	c Got one! Elapsed wall clock time (in seconds):50.983
40.83/51.09	o 28
41.27/51.31	c And the winner is solver0
41.34/51.62	c Got one! Elapsed wall clock time (in seconds):51.511
41.34/51.62	o 19
41.68/51.83	c And the winner is solver0
41.78/52.14	c Got one! Elapsed wall clock time (in seconds):52.039
41.78/52.14	o 14
41.78/52.18	c And the winner is solver0
43.13/53.53	c Got one! Elapsed wall clock time (in seconds):53.423
43.13/53.53	o 11
43.23/53.64	c cleaning 6445 clauses out of 12914 with flag 8247/55052
44.04/54.04	c cleaning 6226 clauses out of 12470 with flag 58928/61053
45.06/54.55	c cleaning 6609 clauses out of 13244 with flag 121242/68053
46.28/55.12	c cleaning 7308 clauses out of 14635 with flag 193361/76053
46.28/55.16	c And the winner is solver0
46.42/55.56	c Got one! Elapsed wall clock time (in seconds):55.459
46.42/55.56	o 9
47.04/55.93	c cleaning 6527 clauses out of 13071 with flag 41679/81797
47.04/55.98	c And the winner is solver0
47.23/56.10	c Got one! Elapsed wall clock time (in seconds):55.997
47.23/56.10	o 8
47.99/56.51	c cleaning 6218 clauses out of 12466 with flag 45741/87719
48.79/56.96	c cleaning 6114 clauses out of 12247 with flag 100887/93718
50.03/57.53	c cleaning 6564 clauses out of 13132 with flag 164337/100718
50.23/57.70	c And the winner is solver0
50.44/58.14	c Got one! Elapsed wall clock time (in seconds):58.037
50.44/58.14	o 7
50.72/58.39	c cleaning 6003 clauses out of 12021 with flag 22698/106171
51.52/58.75	c cleaning 5996 clauses out of 12018 with flag 64777/112171
51.92/58.92	c And the winner is solver0
52.02/59.19	c Got one! Elapsed wall clock time (in seconds):59.078
52.02/59.19	o 6
52.42/59.50	c cleaning 5941 clauses out of 11899 with flag 28685/118048
53.21/59.81	c And the winner is solver0
53.26/60.23	c Got one! Elapsed wall clock time (in seconds):60.122
53.26/60.23	o 5
53.55/60.48	c cleaning 5812 clauses out of 11641 with flag 15543/123731
54.79/61.03	c cleaning 5907 clauses out of 11828 with flag 67050/129730
55.19/61.23	c And the winner is solver0
55.19/61.27	c Got one! Elapsed wall clock time (in seconds):61.169
55.19/61.27	o 4
55.52/61.40	c And the winner is solver0
55.59/61.82	c Got one! Elapsed wall clock time (in seconds):61.717
55.59/61.82	o 3
55.89/62.04	c And the winner is solver0
56.01/62.37	c Got one! Elapsed wall clock time (in seconds):62.267
56.01/62.37	o 2
56.21/62.50	c cleaning 6163 clauses out of 12334 with flag 6837/136143
56.83/62.84	c cleaning 6085 clauses out of 12172 with flag 41271/142146
57.22/63.02	c And the winner is solver0
57.49/63.62	c >>>>>>>>>> Solver number 0 (64 answers) <<<<<<<<<<<<<<<<<<
57.49/63.62	c starts		: 176
57.49/63.62	c conflicts		: 146981
57.49/63.62	c decisions		: 327364
57.49/63.62	c propagations		: 17799288
57.49/63.62	c inspects		: 124902425
57.49/63.62	c shortcuts		: 0
57.49/63.62	c learnt literals	: 22
57.49/63.62	c learnt binary clauses	: 105
57.49/63.62	c learnt ternary clauses	: 298
57.49/63.62	c learnt constraints	: 146958
57.49/63.62	c ignored constraints	: 0
57.49/63.62	c root simplifications	: 0
57.49/63.62	c removed literals (reason simplification)	: 642499
57.49/63.62	c reason swapping (by a shorter reason)	: 0
57.49/63.62	c Calls to reduceDB	: 21
57.49/63.62	c Number of update (reduction) of LBD	: 64405
57.49/63.62	c Imported unit clauses	: 0
57.49/63.62	c number of reductions to clauses (during analyze)	: 0
57.49/63.62	c number of learned constraints concerned by reduction	: 0
57.49/63.62	c number of learning phase by resolution	: 0
57.49/63.62	c number of learning phase by cutting planes	: 0
57.49/63.62	c speed (assignments/second)	: 281291.59094141633
57.49/63.62	c non guided choices	7737
57.49/63.62	c learnt constraints type 
57.49/63.62	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
57.49/63.62	c starts		: 77
57.49/63.62	c conflicts		: 3366
57.49/63.62	c decisions		: 108465
57.49/63.62	c propagations		: 327050
57.49/63.62	c inspects		: 36739733
57.49/63.62	c shortcuts		: 0
57.49/63.62	c learnt literals	: 0
57.49/63.62	c learnt binary clauses	: 0
57.49/63.62	c learnt ternary clauses	: 0
57.49/63.62	c learnt constraints	: 3335
57.49/63.62	c ignored constraints	: 0
57.49/63.62	c root simplifications	: 0
57.49/63.62	c removed literals (reason simplification)	: 0
57.49/63.62	c reason swapping (by a shorter reason)	: 0
57.49/63.62	c Calls to reduceDB	: 0
57.49/63.62	c Number of update (reduction) of LBD	: 0
57.49/63.62	c Imported unit clauses	: 0
57.49/63.62	c number of reductions to clauses (during analyze)	: 0
57.49/63.62	c number of learned constraints concerned by reduction	: 0
57.49/63.62	c number of learning phase by resolution	: 0
57.49/63.62	c number of learning phase by cutting planes	: 0
57.49/63.62	c speed (assignments/second)	: 288149.7797356828
57.49/63.62	c non guided choices	6584
57.49/63.62	c learnt constraints type 
57.49/63.62	s OPTIMUM FOUND
57.49/63.62	c Found 63 solution(s)
57.49/63.62	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 
57.49/63.62	c objective function=2
57.49/63.62	c Total wall clock time (in seconds): 63.516

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4091973-1466079057/watcher-4091973-1466079057 -o /tmp/evaluation-result-4091973-1466079057/solver-4091973-1466079057 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466074776-15476 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091973-1466079057.wbo 

pid=20034
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.97 2.00 2.26 3/197 20037
/proc/meminfo: memFree=29455872/32872528 swapFree=7268/7268
[pid=20037] ppid=20034 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20037/stat : 20037 (java) S 20034 20037 9094 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 9950511 98570240 978 33554432000 1073741824 1073778376 140733938391888 140733938383024 243768787005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20037/statm: 24065 978 744 9 0 16771 0
[pid=20037/tid=20038] ppid=20034 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20038/stat : 20038 (java) R 20034 20037 9094 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 9950511 98570240 978 33554432000 1073741824 1073778376 140733938391888 140321375497768 243765429632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 1.97 2.00 2.26 3/197 20037
/proc/meminfo: memFree=29455872/32872528 swapFree=7268/7268
[pid=20037] ppid=20034 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/20037/stat : 20037 (java) S 20034 20037 9094 0 -1 4202496 4496 0 1 0 10 1 0 0 20 0 18 0 9950511 9787879424 6124 33554432000 1073741824 1073778376 140733938391888 140733938383024 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20037/statm: 2389619 6124 2158 9 0 2380296 0
[pid=20037/tid=20038] ppid=20034 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/20037/task/20038/stat : 20038 (java) R 20034 20037 9094 0 -1 4202560 2388 0 1 0 7 0 0 0 20 0 18 0 9950511 9787879424 6124 33554432000 1073741824 1073778376 140733938391888 140321375501216 243768812813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200373 s]
/proc/loadavg: 1.97 2.00 2.26 3/197 20037
/proc/meminfo: memFree=29455872/32872528 swapFree=7268/7268
[pid=20037] ppid=20034 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/20037/stat : 20037 (java) S 20034 20037 9094 0 -1 4202496 4766 0 1 0 24 1 0 0 20 0 18 0 9950511 9787879424 6842 33554432000 1073741824 1073778376 140733938391888 140733938383024 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20037/statm: 2389619 6842 2213 9 0 2380296 0
[pid=20037/tid=20038] ppid=20034 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/20037/task/20038/stat : 20038 (java) R 20034 20037 9094 0 -1 4202560 2400 0 1 0 18 0 0 0 20 0 18 0 9950511 9787879424 6842 33554432000 1073741824 1073778376 140733938391888 140321375501216 140321229280770 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30038 s]
/proc/loadavg: 1.97 2.00 2.26 3/197 20037
/proc/meminfo: memFree=29455872/32872528 swapFree=7268/7268
[pid=20037] ppid=20034 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/20037/stat : 20037 (java) S 20034 20037 9094 0 -1 4202496 5627 0 1 0 47 1 0 0 20 0 18 0 9950511 9787879424 8928 33554432000 1073741824 1073778376 140733938391888 140733938383024 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20037/statm: 2389619 8928 2231 9 0 2380296 0
[pid=20037/tid=20038] ppid=20034 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/20037/task/20038/stat : 20038 (java) R 20034 20037 9094 0 -1 4202560 2403 0 1 0 28 0 0 0 20 0 18 0 9950511 9787879424 8928 33554432000 1073741824 1073778376 140733938391888 140321375501216 140321229259004 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700333 s]
/proc/loadavg: 1.97 2.00 2.26 3/197 20037
/proc/meminfo: memFree=29455872/32872528 swapFree=7268/7268
[pid=20037] ppid=20034 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/20037/stat : 20037 (java) S 20034 20037 9094 0 -1 4202496 9628 0 1 0 112 4 0 0 20 0 19 0 9950511 10060525568 12598 33554432000 1073741824 1073778376 140733938391888 140733938383024 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20037/statm: 2456183 12598 2258 9 0 2446860 0
[pid=20037/tid=20038] ppid=20034 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/20037/task/20038/stat : 20038 (java) S 20034 20037 9094 0 -1 4202560 2418 0 1 0 31 0 0 0 20 0 19 0 9950511 10060525568 12598 33554432000 1073741824 1073778376 140733938391888 140321375503224 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 1.97 2.00 2.26 4/216 20062
/proc/meminfo: memFree=29381760/32872528 swapFree=7268/7268
[pid=20037] ppid=20034 vsize=9824732 CPUtime=2.07 cores=1,3,5,7
/proc/20037/stat : 20037 (java) S 20034 20037 9094 0 -1 4202496 22309 0 1 0 199 8 0 0 20 0 19 0 9950511 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140733938383024 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20037/statm: 2456183 21672 2263 9 0 2446860 0
[pid=20037/tid=20038] ppid=20034 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/20037/task/20038/stat : 20038 (java) S 20034 20037 9094 0 -1 4202560 2419 0 1 0 33 0 0 0 20 0 19 0 9950511 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140321375503224 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20040] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20040/stat : 20040 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140321347955112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20041] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20041/stat : 20041 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140321217882664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20042] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20042/stat : 20042 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140321216829608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20037/tid=20043] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20043/stat : 20043 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140321215777064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20044] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20044/stat : 20044 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140321214725032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20045] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20045/stat : 20045 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140321213672488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20046] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20046/stat : 20046 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140320876522152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20047] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20047/stat : 20047 (java) S 20034 20037 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140320875469608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20048] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20048/stat : 20048 (java) S 20034 20037 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9950513 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140320863271272 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20049] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20049/stat : 20049 (java) S 20034 20037 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9950514 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140320862217592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20050] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20050/stat : 20050 (java) S 20034 20037 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9950514 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140320861164424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20051] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20051/stat : 20051 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140320860113168 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20052] ppid=20034 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/20037/task/20052/stat : 20052 (java) S 20034 20037 9094 0 -1 4202560 11550 0 0 0 74 2 0 0 20 0 19 0 9950516 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140320859061048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20053] ppid=20034 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/20037/task/20053/stat : 20053 (java) S 20034 20037 9094 0 -1 4202560 6993 0 0 0 64 0 0 0 20 0 19 0 9950516 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140320858008504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20054] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20054/stat : 20054 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140320856955640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20055] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20055/stat : 20055 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140320855903304 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20059] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20059/stat : 20059 (java) S 20034 20037 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9950546 10060525568 21672 33554432000 1073741824 1073778376 140733938391888 140320851690408 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9824732

[startup+3.10079 s]
/proc/loadavg: 1.97 2.00 2.26 2/216 20068
/proc/meminfo: memFree=29368712/32872528 swapFree=7268/7268
[pid=20037] ppid=20034 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/20037/stat : 20037 (java) S 20034 20037 9094 0 -1 4202496 22483 0 1 0 226 13 0 0 20 0 19 0 9950511 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140733938383024 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20037/statm: 2456183 26801 2263 9 0 2446860 0
[pid=20037/tid=20038] ppid=20034 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/20037/task/20038/stat : 20038 (java) S 20034 20037 9094 0 -1 4202560 2421 0 1 0 35 0 0 0 20 0 19 0 9950511 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140321375503224 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20040] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20040/stat : 20040 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140321347955112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20041] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20041/stat : 20041 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140321217882664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20042] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20042/stat : 20042 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140321216829608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20037/tid=20043] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20043/stat : 20043 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140321215777064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20044] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20044/stat : 20044 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140321214725032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20045] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20045/stat : 20045 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140321213672488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20046] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20046/stat : 20046 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140320876522152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20047] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20047/stat : 20047 (java) S 20034 20037 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140320875469608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20048] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20048/stat : 20048 (java) S 20034 20037 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9950513 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140320863271272 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20049] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20049/stat : 20049 (java) S 20034 20037 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9950514 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140320862217592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20050] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20050/stat : 20050 (java) S 20034 20037 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9950514 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140320861164424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20051] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20051/stat : 20051 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140320860113168 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20052] ppid=20034 vsize=9824732 CPUtime=0.84 cores=1,3,5,7
/proc/20037/task/20052/stat : 20052 (java) S 20034 20037 9094 0 -1 4202560 11558 0 0 0 82 2 0 0 20 0 19 0 9950516 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140320859061048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20053] ppid=20034 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/20037/task/20053/stat : 20053 (java) S 20034 20037 9094 0 -1 4202560 7128 0 0 0 73 0 0 0 20 0 19 0 9950516 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140320858008504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20054] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20054/stat : 20054 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140320856955640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20055] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20055/stat : 20055 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140320855903304 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20059] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20059/stat : 20059 (java) S 20034 20037 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9950546 10060525568 26801 33554432000 1073741824 1073778376 140733938391888 140320851690408 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9824732
heavy processes:

############
# WARNING:
# current cumulated CPU time (2.79 s) is less than in the last sample (2.8 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+4.9007 s]
/proc/loadavg: 1.97 2.00 2.26 4/218 20083
/proc/meminfo: memFree=29335360/32872528 swapFree=7268/7268
[pid=20037] ppid=20034 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/20037/stat : 20037 (java) S 20034 20037 9094 0 -1 4202496 23823 0 1 0 259 21 0 0 20 0 20 0 9950511 10060525568 33556 33554432000 1073741824 1073778376 140733938391888 140733938383024 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20037/statm: 2456183 33556 2269 9 0 2446860 0
[pid=20037/tid=20038] ppid=20034 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/20037/task/20038/stat : 20038 (java) S 20034 20037 9094 0 -1 4202560 2425 0 1 0 36 0 0 0 20 0 20 0 9950511 10060525568 33556 33554432000 1073741824 1073778376 140733938391888 140321375503224 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20040] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20040/stat : 20040 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 33554 33554432000 1073741824 1073778376 140733938391888 140321347955112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20041] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20041/stat : 20041 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 33554 33554432000 1073741824 1073778376 140733938391888 140321217882664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20042] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20042/stat : 20042 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 33554 33554432000 1073741824 1073778376 140733938391888 140321216829608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20037/tid=20043] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20043/stat : 20043 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 33554 33554432000 1073741824 1073778376 140733938391888 140321215777064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20044] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20044/stat : 20044 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 33554 33554432000 1073741824 1073778376 140733938391888 140321214725032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20045] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20045/stat : 20045 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 33554 33554432000 1073741824 1073778376 140733938391888 140321213672488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20046] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20046/stat : 20046 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 33554 33554432000 1073741824 1073778376 140733938391888 140320876522152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20047] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20047/stat : 20047 (java) S 20034 20037 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9950512 10060525568 33554 33554432000 1073741824 1073778376 140733938391888 140320875469608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20048] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20048/stat : 20048 (java) S 20034 20037 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9950513 10060525568 33554 33554432000 1073741824 1073778376 140733938391888 140320863271272 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20049] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/20037/task/20049/stat : 20049 (java) S 20034 20037 9094 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9950514 10060525568 288908 33554432000 1073741824 1073778376 140733938391888 140320862217592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20050] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20050/stat : 20050 (java) S 20034 20037 9094 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 22 0 9950514 10060525568 288908 33554432000 1073741824 1073778376 140733938391888 140320861164424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20051] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20051/stat : 20051 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9950516 10060525568 288908 33554432000 1073741824 1073778376 140733938391888 140320860113168 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20052] ppid=20034 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/20037/task/20052/stat : 20052 (java) S 20034 20037 9094 0 -1 4202560 11659 0 0 0 128 2 0 0 20 0 22 0 9950516 10060525568 288908 33554432000 1073741824 1073778376 140733938391888 140320859061048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20053] ppid=20034 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/20037/task/20053/stat : 20053 (java) S 20034 20037 9094 0 -1 4202560 8916 0 0 0 128 1 0 0 20 0 22 0 9950516 10060525568 288908 33554432000 1073741824 1073778376 140733938391888 140320858008504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20037/tid=20054] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20054/stat : 20054 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9950516 10060525568 288908 33554432000 1073741824 1073778376 140733938391888 140320856955640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20055] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20055/stat : 20055 (java) S 20034 20037 9094 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 9950516 10060525568 288908 33554432000 1073741824 1073778376 140733938391888 140320855903304 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20059] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20059/stat : 20059 (java) S 20034 20037 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9950546 10060525568 288908 33554432000 1073741824 1073778376 140733938391888 140320851690408 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20236] ppid=20034 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/20037/task/20236/stat : 20236 (java) R 20034 20037 9094 0 -1 4202560 3 0 0 0 48 0 0 0 20 0 22 0 9956539 10060525568 288908 33554432000 1073741824 1073778376 140733938391888 140320852733712 140321229444878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20237] ppid=20034 vsize=9824732 CPUtime=0.48 cores=1,3,5,7
/proc/20037/task/20237/stat : 20237 (java) R 20034 20037 9094 0 -1 4202560 3 0 0 0 48 0 0 0 20 0 22 0 9956539 10060525568 288908 33554432000 1073741824 1073778376 140733938391888 140320854846208 140321229689069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20238] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20238/stat : 20238 (java) S 20034 20037 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 9956545 10060525568 288908 33554432000 1073741824 1073778376 140733938391888 140320853796520 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 54.37
Current children cumulated vsize (KiB) 9824732

[startup+62.4008 s]
/proc/loadavg: 2.13 2.02 2.25 2/215 20241
/proc/meminfo: memFree=28315108/32872528 swapFree=7268/7268
[pid=20037] ppid=20034 vsize=9824732 CPUtime=56.02 cores=1,3,5,7
/proc/20037/stat : 20037 (java) S 20034 20037 9094 0 -1 4202496 26339 0 1 0 5443 159 0 0 20 0 19 0 9950511 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140733938383024 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20037/statm: 2456183 288909 2289 9 0 2446860 0
[pid=20037/tid=20038] ppid=20034 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/20037/task/20038/stat : 20038 (java) R 20034 20037 9094 0 -1 4202560 2435 0 1 0 114 2 0 0 20 0 19 0 9950511 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321375494448 140321229583541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20040] ppid=20034 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/20037/task/20040/stat : 20040 (java) S 20034 20037 9094 0 -1 4202560 61 0 0 0 17 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321347955112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20041] ppid=20034 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/20037/task/20041/stat : 20041 (java) S 20034 20037 9094 0 -1 4202560 67 0 0 0 17 2 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321217882664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20042] ppid=20034 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/20037/task/20042/stat : 20042 (java) S 20034 20037 9094 0 -1 4202560 71 0 0 0 20 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321216829608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20043] ppid=20034 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/20037/task/20043/stat : 20043 (java) S 20034 20037 9094 0 -1 4202560 60 0 0 0 14 2 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321215777064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20044] ppid=20034 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/20037/task/20044/stat : 20044 (java) S 20034 20037 9094 0 -1 4202560 67 0 0 0 16 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321214725032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20045] ppid=20034 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/20037/task/20045/stat : 20045 (java) S 20034 20037 9094 0 -1 4202560 71 0 0 0 17 4 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321213672488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20046] ppid=20034 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/20037/task/20046/stat : 20046 (java) S 20034 20037 9094 0 -1 4202560 58 0 0 0 16 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320876522152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20047] ppid=20034 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/20037/task/20047/stat : 20047 (java) S 20034 20037 9094 0 -1 4202560 66 0 0 0 18 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320875469608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20048] ppid=20034 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20037/task/20048/stat : 20048 (java) S 20034 20037 9094 0 -1 4202560 451 0 0 0 1 6 0 0 20 0 19 0 9950513 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320863271272 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20037/tid=20049] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20049/stat : 20049 (java) S 20034 20037 9094 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9950514 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320862217592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20050] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20050/stat : 20050 (java) S 20034 20037 9094 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 19 0 9950514 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320861164424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20051] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20051/stat : 20051 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320860113168 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20052] ppid=20034 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/20037/task/20052/stat : 20052 (java) S 20034 20037 9094 0 -1 4202560 11666 0 0 0 135 2 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320859061048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20053] ppid=20034 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/20037/task/20053/stat : 20053 (java) S 20034 20037 9094 0 -1 4202560 8916 0 0 0 128 1 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320858008504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20037/tid=20054] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20054/stat : 20054 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320856955640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20055] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20055/stat : 20055 (java) S 20034 20037 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320855903304 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20059] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20059/stat : 20059 (java) S 20034 20037 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9950546 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320851690408 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 56.02
Current children cumulated vsize (KiB) 9824732

[startup+63.2009 s]
/proc/loadavg: 2.13 2.02 2.25 4/218 20247
/proc/meminfo: memFree=28315124/32872528 swapFree=7268/7268
[pid=20037] ppid=20034 vsize=9824732 CPUtime=57.29 cores=1,3,5,7
/proc/20037/stat : 20037 (java) S 20034 20037 9094 0 -1 4202496 26349 0 1 0 5568 161 0 0 20 0 19 0 9950511 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140733938383024 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20037/statm: 2456183 288909 2289 9 0 2446860 0
[pid=20037/tid=20038] ppid=20034 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/20037/task/20038/stat : 20038 (java) S 20034 20037 9094 0 -1 4202560 2435 0 1 0 117 2 0 0 20 0 19 0 9950511 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321375503224 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20040] ppid=20034 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/20037/task/20040/stat : 20040 (java) S 20034 20037 9094 0 -1 4202560 61 0 0 0 17 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321347955112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20041] ppid=20034 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/20037/task/20041/stat : 20041 (java) S 20034 20037 9094 0 -1 4202560 67 0 0 0 17 2 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321217882664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20042] ppid=20034 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/20037/task/20042/stat : 20042 (java) S 20034 20037 9094 0 -1 4202560 71 0 0 0 20 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321216829608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20043] ppid=20034 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/20037/task/20043/stat : 20043 (java) S 20034 20037 9094 0 -1 4202560 60 0 0 0 14 2 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321215777064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20044] ppid=20034 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/20037/task/20044/stat : 20044 (java) S 20034 20037 9094 0 -1 4202560 67 0 0 0 16 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321214725032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20045] ppid=20034 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/20037/task/20045/stat : 20045 (java) S 20034 20037 9094 0 -1 4202560 71 0 0 0 17 4 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321213672488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20046] ppid=20034 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/20037/task/20046/stat : 20046 (java) S 20034 20037 9094 0 -1 4202560 58 0 0 0 16 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320876522152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20047] ppid=20034 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/20037/task/20047/stat : 20047 (java) S 20034 20037 9094 0 -1 4202560 66 0 0 0 18 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320875469608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20048] ppid=20034 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20037/task/20048/stat : 20048 (java) S 20034 20037 9094 0 -1 4202560 451 0 0 0 1 6 0 0 20 0 19 0 9950513 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320863271272 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20037/tid=20049] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20049/stat : 20049 (java) S 20034 20037 9094 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9950514 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320862217592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20050] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20050/stat : 20050 (java) S 20034 20037 9094 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 19 0 9950514 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320861164424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20051] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20051/stat : 20051 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320860113168 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20052] ppid=20034 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/20037/task/20052/stat : 20052 (java) S 20034 20037 9094 0 -1 4202560 11667 0 0 0 136 2 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320859061048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20053] ppid=20034 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/20037/task/20053/stat : 20053 (java) S 20034 20037 9094 0 -1 4202560 8916 0 0 0 128 1 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320858008504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20037/tid=20054] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20054/stat : 20054 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320856955640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20055] ppid=20034 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20037/task/20055/stat : 20055 (java) S 20034 20037 9094 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320855903304 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20059] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20059/stat : 20059 (java) S 20034 20037 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9950546 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320851690408 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 57.29
Current children cumulated vsize (KiB) 9824732

[startup+63.6009 s]
/proc/loadavg: 2.13 2.02 2.25 4/218 20247
/proc/meminfo: memFree=28315124/32872528 swapFree=7268/7268
[pid=20037] ppid=20034 vsize=9824732 CPUtime=57.47 cores=1,3,5,7
/proc/20037/stat : 20037 (java) S 20034 20037 9094 0 -1 4202496 26349 0 1 0 5586 161 0 0 20 0 19 0 9950511 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140733938383024 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20037/statm: 2456183 288909 2289 9 0 2446860 0
[pid=20037/tid=20038] ppid=20034 vsize=9824732 CPUtime=1.36 cores=1,3,5,7
/proc/20037/task/20038/stat : 20038 (java) R 20034 20037 9094 0 -1 4202560 2435 0 1 0 134 2 0 0 20 0 19 0 9950511 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321375502984 140321230023052 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20040] ppid=20034 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/20037/task/20040/stat : 20040 (java) S 20034 20037 9094 0 -1 4202560 61 0 0 0 17 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321347955112 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20041] ppid=20034 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/20037/task/20041/stat : 20041 (java) S 20034 20037 9094 0 -1 4202560 67 0 0 0 17 2 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321217882664 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20042] ppid=20034 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/20037/task/20042/stat : 20042 (java) S 20034 20037 9094 0 -1 4202560 71 0 0 0 20 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321216829608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20043] ppid=20034 vsize=9824732 CPUtime=0.16 cores=1,3,5,7
/proc/20037/task/20043/stat : 20043 (java) S 20034 20037 9094 0 -1 4202560 60 0 0 0 14 2 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321215777064 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20044] ppid=20034 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/20037/task/20044/stat : 20044 (java) S 20034 20037 9094 0 -1 4202560 67 0 0 0 16 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321214725032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20045] ppid=20034 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/20037/task/20045/stat : 20045 (java) S 20034 20037 9094 0 -1 4202560 71 0 0 0 17 4 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140321213672488 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20046] ppid=20034 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/20037/task/20046/stat : 20046 (java) S 20034 20037 9094 0 -1 4202560 58 0 0 0 16 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320876522152 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20047] ppid=20034 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/20037/task/20047/stat : 20047 (java) S 20034 20037 9094 0 -1 4202560 66 0 0 0 18 3 0 0 20 0 19 0 9950512 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320875469608 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20048] ppid=20034 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/20037/task/20048/stat : 20048 (java) S 20034 20037 9094 0 -1 4202560 451 0 0 0 1 6 0 0 20 0 19 0 9950513 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320863271272 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20037/tid=20049] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20049/stat : 20049 (java) S 20034 20037 9094 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9950514 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320862217592 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20050] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20050/stat : 20050 (java) S 20034 20037 9094 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 19 0 9950514 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320861164424 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20051] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20051/stat : 20051 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320860113168 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20052] ppid=20034 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/20037/task/20052/stat : 20052 (java) S 20034 20037 9094 0 -1 4202560 11667 0 0 0 137 2 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320859061048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20037/tid=20053] ppid=20034 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/20037/task/20053/stat : 20053 (java) S 20034 20037 9094 0 -1 4202560 8916 0 0 0 128 1 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320858008504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20037/tid=20054] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20054/stat : 20054 (java) S 20034 20037 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320856955640 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20037/tid=20055] ppid=20034 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/20037/task/20055/stat : 20055 (java) S 20034 20037 9094 0 -1 4202560 6 0 0 0 0 1 0 0 20 0 19 0 9950516 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320855903304 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20037/tid=20059] ppid=20034 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/20037/task/20059/stat : 20059 (java) S 20034 20037 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9950546 10060525568 288909 33554432000 1073741824 1073778376 140733938391888 140320851690408 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 57.47
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.0200038
#  lost CPU user time (s): 0.0300021
#  lost CPU system time (s): -0.00999999

Real time (s): 63.6321
CPU time (s): 57.6052
CPU user time (s): 55.8725
CPU system time (s): 1.73273
CPU usage (%): 90.5285
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.8425
system time used= 1.74273
maximum resident set size= 1193684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26360
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4465
involuntary context switches= 2566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.366944 second user time and 0.463929 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 14:10:57
IDJOB=4091973
IDBENCH=78958
IDSOLVER=2552
FILE ID=node151/4091973-1466079057
RUNJOBID= node151-1466074776-15476
PBS_JOBID= 19903998
Free space on /tmp= 71748 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.1900670167--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091973-1466079057/watcher-4091973-1466079057 -o /tmp/evaluation-result-4091973-1466079057/solver-4091973-1466079057 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466074776-15476 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091973-1466079057.wbo

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

MD5SUM BENCH= cbb94832f8cf89251c53c05bd4717107
RANDOM SEED=1462663846

node151.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.103
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.20
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.103
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.103
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.103
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.103
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.54
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.103
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.103
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.56
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.103
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:        29456664 kB
Buffers:           24048 kB
Cached:            66376 kB
SwapCached:        61596 kB
Active:          2576932 kB
Inactive:         118128 kB
Active(anon):    2545248 kB
Inactive(anon):    61608 kB
Active(file):      31684 kB
Inactive(file):    56520 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038984 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:       2667868 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             567352 kB
SReclaimable:      10884 kB
SUnreclaim:       556468 kB
KernelStack:        1784 kB
PageTables:         9320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2702160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2596864 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= 71748 MiB
End job on node151 at 2016-06-16 14:12:01