Trace number 4091960

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 235.878 202.931

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900570242--soft-33-100-0.wbo
MD5SUMa7f6c0c06b26873046d2d80874a938bb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark147.615
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 constraints1868
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 94981
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94980
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 749
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.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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4091960-1466078857.wbo
0.10/0.11	c reading problem ... 
0.47/0.33	c ... done. Wall clock time 0.22s.
0.47/0.33	c declared #vars     231
0.47/0.33	c internal #vars     2099
0.47/0.33	c #constraints  2707
0.47/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2599
0.47/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 85
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.47/0.33	c 2707 constraints processed.
0.47/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2599
0.47/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
0.47/0.33	c 2707 constraints processed.
0.47/0.33	c objective function length is 1868 literals
0.76/0.48	c And the winner is solver0
1.30/0.84	c SATISFIABLE
1.30/0.84	c OPTIMIZING...
1.30/0.84	c Got one! Elapsed wall clock time (in seconds):0.726
1.30/0.84	o 376
1.30/0.87	c And the winner is solver0
1.71/1.36	c Got one! Elapsed wall clock time (in seconds):1.247
1.71/1.36	o 309
1.71/1.38	c And the winner is solver0
1.91/1.87	c Got one! Elapsed wall clock time (in seconds):1.757
1.91/1.87	o 295
1.91/1.88	c And the winner is solver0
1.97/2.37	c Got one! Elapsed wall clock time (in seconds):2.264
1.97/2.37	o 285
2.03/2.44	c And the winner is solver0
2.29/2.88	c Got one! Elapsed wall clock time (in seconds):2.77
2.29/2.88	o 259
2.29/2.89	c And the winner is solver0
2.37/3.38	c Got one! Elapsed wall clock time (in seconds):3.275
2.37/3.38	o 251
2.37/3.40	c And the winner is solver0
2.44/3.89	c Got one! Elapsed wall clock time (in seconds):3.78
2.44/3.89	o 250
2.46/3.94	c And the winner is solver0
2.60/4.39	c Got one! Elapsed wall clock time (in seconds):4.284
2.60/4.39	o 219
2.60/4.40	c And the winner is solver0
37.57/37.81	c Got one! Elapsed wall clock time (in seconds):37.697
37.57/37.81	o 198
37.57/37.85	c And the winner is solver0
37.67/38.31	c Got one! Elapsed wall clock time (in seconds):38.201
37.67/38.31	o 193
37.67/38.33	c And the winner is solver0
37.74/38.82	c Got one! Elapsed wall clock time (in seconds):38.705
37.74/38.82	o 187
37.74/38.87	c And the winner is solver0
37.85/39.32	c Got one! Elapsed wall clock time (in seconds):39.21
37.85/39.32	o 186
37.85/39.38	c And the winner is solver0
37.99/39.82	c Got one! Elapsed wall clock time (in seconds):39.715
37.99/39.82	o 183
37.99/39.87	c And the winner is solver0
38.10/40.33	c Got one! Elapsed wall clock time (in seconds):40.219
38.10/40.33	o 182
38.10/40.36	c And the winner is solver0
38.18/40.84	c Got one! Elapsed wall clock time (in seconds):40.724
38.18/40.84	o 181
38.18/40.87	c And the winner is solver0
38.27/41.34	c Got one! Elapsed wall clock time (in seconds):41.228
38.27/41.34	o 178
38.27/41.35	c And the winner is solver0
38.29/41.84	c Got one! Elapsed wall clock time (in seconds):41.733
38.29/41.84	o 170
38.29/41.86	c And the winner is solver0
38.34/42.35	c Got one! Elapsed wall clock time (in seconds):42.237
38.34/42.35	o 167
38.34/42.36	c And the winner is solver0
38.36/42.85	c Got one! Elapsed wall clock time (in seconds):42.742
38.36/42.85	o 151
38.85/43.10	c And the winner is solver0
38.89/43.36	c Got one! Elapsed wall clock time (in seconds):43.247
38.89/43.36	o 150
38.89/43.38	c And the winner is solver0
38.97/43.86	c Got one! Elapsed wall clock time (in seconds):43.753
38.97/43.86	o 140
38.97/43.89	c And the winner is solver0
39.05/44.37	c Got one! Elapsed wall clock time (in seconds):44.258
39.05/44.37	o 138
39.43/44.54	c And the winner is solver0
39.54/44.87	c Got one! Elapsed wall clock time (in seconds):44.762
39.54/44.87	o 137
40.82/45.53	c cleaning 5352 clauses out of 10710 with flag 22257/10710
40.82/45.59	c And the winner is solver0
41.09/45.88	c Got one! Elapsed wall clock time (in seconds):45.767
41.09/45.88	o 136
41.12/45.93	c And the winner is solver0
41.21/46.38	c Got one! Elapsed wall clock time (in seconds):46.271
41.21/46.38	o 134
41.44/46.55	c And the winner is solver0
41.58/46.89	c Got one! Elapsed wall clock time (in seconds):46.776
41.58/46.89	o 133
41.60/46.91	c And the winner is solver0
41.64/47.39	c Got one! Elapsed wall clock time (in seconds):47.28
41.64/47.39	o 129
41.64/47.40	c And the winner is solver0
41.66/47.90	c Got one! Elapsed wall clock time (in seconds):47.785
41.66/47.90	o 126
41.87/48.01	c And the winner is solver0
41.95/48.40	c Got one! Elapsed wall clock time (in seconds):48.29
41.95/48.40	o 125
41.95/48.50	c And the winner is solver0
42.17/48.90	c Got one! Elapsed wall clock time (in seconds):48.794
42.17/48.90	o 118
42.17/48.99	c And the winner is solver0
42.38/49.41	c Got one! Elapsed wall clock time (in seconds):49.299
42.38/49.41	o 110
42.38/49.43	c And the winner is solver0
42.44/49.91	c Got one! Elapsed wall clock time (in seconds):49.804
42.44/49.91	o 104
42.44/49.97	c And the winner is solver0
42.58/50.42	c Got one! Elapsed wall clock time (in seconds):50.308
42.58/50.42	o 103
43.54/50.95	c cleaning 7111 clauses out of 14230 with flag 17264/19582
45.31/51.66	c And the winner is solver0
45.47/51.94	c Got one! Elapsed wall clock time (in seconds):51.831
45.47/51.94	o 101
45.81/52.10	c cleaning 6383 clauses out of 12779 with flag 5394/25242
46.73/52.47	c And the winner is solver0
46.97/52.95	c Got one! Elapsed wall clock time (in seconds):52.835
46.97/52.95	o 97
46.97/52.97	c And the winner is solver0
47.02/53.45	c Got one! Elapsed wall clock time (in seconds):53.34
47.02/53.45	o 96
47.31/53.61	c And the winner is solver0
47.38/53.96	c Got one! Elapsed wall clock time (in seconds):53.845
47.38/53.96	o 84
47.65/54.11	c And the winner is solver0
47.71/54.46	c Got one! Elapsed wall clock time (in seconds):54.351
47.71/54.46	o 83
47.97/54.61	c cleaning 6460 clauses out of 12923 with flag 6260/31769
47.97/54.67	c And the winner is solver0
48.15/54.97	c Got one! Elapsed wall clock time (in seconds):54.86
48.15/54.97	o 82
48.21/55.10	c And the winner is solver0
48.45/55.48	c Got one! Elapsed wall clock time (in seconds):55.369
48.45/55.48	o 77
48.48/55.57	c And the winner is solver0
48.65/55.99	c Got one! Elapsed wall clock time (in seconds):55.878
48.65/55.99	o 74
49.46/56.41	c And the winner is solver0
49.51/56.50	c Got one! Elapsed wall clock time (in seconds):56.388
49.51/56.50	o 73
49.70/56.63	c cleaning 6549 clauses out of 13112 with flag 6231/38418
50.10/56.89	c And the winner is solver0
50.32/57.01	c Got one! Elapsed wall clock time (in seconds):56.9
50.32/57.01	o 72
50.90/57.39	c cleaning 5938 clauses out of 11902 with flag 20038/43757
52.37/58.08	c cleaning 5969 clauses out of 11963 with flag 64344/49756
52.57/58.12	c And the winner is solver0
52.67/58.52	c Got one! Elapsed wall clock time (in seconds):58.413
52.67/58.52	o 70
53.02/58.71	c And the winner is solver0
53.10/59.04	c Got one! Elapsed wall clock time (in seconds):58.927
53.10/59.04	o 63
53.21/59.15	c And the winner is solver0
53.37/59.55	c Got one! Elapsed wall clock time (in seconds):59.442
53.37/59.55	o 61
53.44/59.66	c And the winner is solver0
53.62/60.07	c Got one! Elapsed wall clock time (in seconds):59.959
53.62/60.07	o 60
53.66/60.12	c And the winner is solver0
53.78/60.59	c Got one! Elapsed wall clock time (in seconds):60.477
53.78/60.59	o 53
53.81/60.68	c And the winner is solver0
53.99/61.11	c Got one! Elapsed wall clock time (in seconds):60.996
53.99/61.11	o 52
53.99/61.14	c And the winner is solver0
57.09/64.23	c Got one! Elapsed wall clock time (in seconds):64.121
57.09/64.23	o 51
57.71/64.59	c And the winner is solver0
57.90/64.76	c Got one! Elapsed wall clock time (in seconds):64.644
57.90/64.76	o 50
58.18/64.99	c cleaning 7888 clauses out of 15781 with flag 15680/59543
59.36/65.55	c cleaning 6929 clauses out of 13892 with flag 69496/65542
60.38/66.07	c And the winner is solver0
60.55/66.28	c Got one! Elapsed wall clock time (in seconds):66.169
60.55/66.28	o 49
60.56/66.33	c And the winner is solver0
80.33/85.77	c Got one! Elapsed wall clock time (in seconds):85.66
80.33/85.77	o 45
80.46/85.85	c And the winner is solver0
134.49/139.05	c Got one! Elapsed wall clock time (in seconds):138.94
134.49/139.05	o 41
134.59/139.17	c And the winner is solver0
134.77/139.59	c Got one! Elapsed wall clock time (in seconds):139.481
134.77/139.59	o 40
134.95/139.72	c And the winner is solver0
135.02/140.14	c Got one! Elapsed wall clock time (in seconds):140.027
135.02/140.14	o 34
135.10/140.28	c cleaning 7482 clauses out of 14973 with flag 7568/73552
136.36/140.85	c And the winner is solver0
136.51/141.18	c Got one! Elapsed wall clock time (in seconds):141.071
136.51/141.18	o 33
136.69/141.35	c And the winner is solver0
136.85/141.73	c Got one! Elapsed wall clock time (in seconds):141.622
136.85/141.73	o 32
136.93/141.80	c And the winner is solver0
151.96/156.62	c Got one! Elapsed wall clock time (in seconds):156.51
151.96/156.62	o 31
152.68/157.09	c cleaning 9323 clauses out of 18661 with flag 35742/84722
153.88/157.67	c cleaning 7662 clauses out of 15336 with flag 95976/90720
154.08/157.73	c And the winner is solver0
154.21/158.18	c Got one! Elapsed wall clock time (in seconds):158.065
154.21/158.18	o 30
154.39/158.32	c And the winner is solver0
154.47/158.73	c Got one! Elapsed wall clock time (in seconds):158.623
154.47/158.73	o 29
155.58/159.30	c cleaning 7176 clauses out of 14387 with flag 44415/97433
155.58/159.39	c And the winner is solver0
155.84/159.82	c Got one! Elapsed wall clock time (in seconds):159.705
155.84/159.82	o 28
155.94/159.96	c And the winner is solver0
156.09/160.37	c Got one! Elapsed wall clock time (in seconds):160.264
156.09/160.37	o 27
156.69/160.71	c cleaning 6282 clauses out of 12577 with flag 29201/102799
157.07/160.90	c And the winner is solver0
157.07/160.98	c Got one! Elapsed wall clock time (in seconds):160.874
157.07/160.98	o 26
157.50/161.23	c And the winner is solver0
157.63/161.55	c Got one! Elapsed wall clock time (in seconds):161.434
157.63/161.55	o 18
157.89/161.71	c cleaning 5729 clauses out of 11508 with flag 10083/108012
157.89/161.79	c And the winner is solver0
158.14/162.11	c Got one! Elapsed wall clock time (in seconds):161.996
158.14/162.11	o 17
158.87/162.58	c cleaning 5831 clauses out of 11688 with flag 42123/113921
159.07/162.65	c And the winner is solver0
159.23/162.72	c Got one! Elapsed wall clock time (in seconds):162.611
159.23/162.72	o 16
159.93/163.10	c cleaning 5465 clauses out of 10938 with flag 35557/119002
160.94/163.68	c cleaning 5729 clauses out of 11474 with flag 98952/125003
161.14/163.73	c And the winner is solver0
161.14/163.79	c Got one! Elapsed wall clock time (in seconds):163.678
161.14/163.79	o 15
162.21/164.31	c cleaning 5657 clauses out of 11328 with flag 46008/130586
162.41/164.41	c And the winner is solver0
162.51/164.86	c Got one! Elapsed wall clock time (in seconds):164.748
162.51/164.86	o 14
163.12/165.27	c cleaning 5402 clauses out of 10812 with flag 34410/135727
164.33/165.80	c cleaning 5701 clauses out of 11411 with flag 87389/141728
164.33/165.84	c And the winner is solver0
164.48/165.93	c Got one! Elapsed wall clock time (in seconds):165.82
164.48/165.93	o 13
164.76/166.19	c And the winner is solver0
164.99/166.50	c Got one! Elapsed wall clock time (in seconds):166.393
164.99/166.50	o 12
165.50/166.85	c cleaning 5696 clauses out of 11406 with flag 27819/147424
165.70/166.96	c And the winner is solver0
165.87/167.08	c Got one! Elapsed wall clock time (in seconds):166.966
165.87/167.08	o 11
166.47/167.46	c cleaning 5578 clauses out of 11177 with flag 33412/152891
167.47/167.94	c cleaning 5789 clauses out of 11600 with flag 85443/158892
168.48/168.46	c And the winner is solver0
168.75/168.65	c Got one! Elapsed wall clock time (in seconds):168.542
168.75/168.65	o 10
169.36/169.05	c And the winner is solver0
169.53/169.23	c Got one! Elapsed wall clock time (in seconds):169.119
169.53/169.23	o 9
169.80/169.50	c cleaning 8581 clauses out of 17165 with flag 16798/170246
171.19/170.12	c cleaning 7288 clauses out of 14583 with flag 72784/176245
172.59/170.85	c cleaning 7143 clauses out of 14298 with flag 143359/183248
174.22/171.69	c cleaning 7566 clauses out of 15152 with flag 220754/191245
176.68/172.81	c cleaning 8287 clauses out of 16585 with flag 309334/200244
178.27/173.67	c And the winner is solver0
178.46/173.81	c Got one! Elapsed wall clock time (in seconds):173.698
178.46/173.81	o 8
179.75/174.54	c cleaning 10452 clauses out of 20912 with flag 43166/212858
181.15/175.21	c cleaning 8226 clauses out of 16460 with flag 96739/218859
182.62/175.98	c cleaning 7611 clauses out of 15236 with flag 154575/225862
184.43/176.80	c cleaning 7806 clauses out of 15626 with flag 220324/233863
186.43/177.85	c cleaning 8400 clauses out of 16814 with flag 298668/242858
188.63/178.97	c cleaning 9209 clauses out of 18420 with flag 386508/252864
191.49/180.37	c cleaning 10099 clauses out of 20203 with flag 487396/263857
194.71/181.94	c cleaning 11048 clauses out of 22103 with flag 588566/275857
198.32/183.77	c cleaning 12025 clauses out of 24056 with flag 705958/288858
202.54/185.88	c cleaning 13012 clauses out of 26031 with flag 827673/302858
206.94/188.10	c cleaning 14002 clauses out of 28018 with flag 957401/317857
212.22/190.61	c cleaning 15004 clauses out of 30015 with flag 1100387/333857
217.62/193.31	c cleaning 15998 clauses out of 32009 with flag 1251279/350857
223.70/196.31	c cleaning 16995 clauses out of 34008 with flag 1405547/368857
229.90/199.43	c cleaning 18002 clauses out of 36010 with flag 1552640/387859
234.50/201.77	c And the winner is solver0
235.68/202.91	c >>>>>>>>>> Solver number 0 (76 answers) <<<<<<<<<<<<<<<<<<
235.68/202.91	c starts		: 487
235.68/202.91	c conflicts		: 402546
235.68/202.91	c decisions		: 752052
235.68/202.91	c propagations		: 47234242
235.68/202.91	c inspects		: 627327395
235.68/202.91	c shortcuts		: 0
235.68/202.91	c learnt literals	: 39
235.68/202.91	c learnt binary clauses	: 349
235.68/202.91	c learnt ternary clauses	: 1317
235.68/202.91	c learnt constraints	: 402506
235.68/202.91	c ignored constraints	: 0
235.68/202.91	c root simplifications	: 0
235.68/202.91	c removed literals (reason simplification)	: 2964139
235.68/202.91	c reason swapping (by a shorter reason)	: 0
235.68/202.91	c Calls to reduceDB	: 44
235.68/202.91	c Number of update (reduction) of LBD	: 187822
235.68/202.91	c Imported unit clauses	: 0
235.68/202.91	c number of reductions to clauses (during analyze)	: 0
235.68/202.91	c number of learned constraints concerned by reduction	: 0
235.68/202.91	c number of learning phase by resolution	: 0
235.68/202.91	c number of learning phase by cutting planes	: 0
235.68/202.91	c speed (assignments/second)	: 233178.36567654158
235.68/202.91	c non guided choices	9383
235.68/202.91	c learnt constraints type 
235.68/202.91	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
235.68/202.91	c starts		: 107
235.68/202.91	c conflicts		: 5792
235.68/202.91	c decisions		: 187064
235.68/202.91	c propagations		: 679776
235.68/202.91	c inspects		: 124075075
235.68/202.91	c shortcuts		: 0
235.68/202.91	c learnt literals	: 0
235.68/202.91	c learnt binary clauses	: 0
235.68/202.91	c learnt ternary clauses	: 0
235.68/202.91	c learnt constraints	: 5754
235.68/202.91	c ignored constraints	: 0
235.68/202.91	c root simplifications	: 0
235.68/202.91	c removed literals (reason simplification)	: 0
235.68/202.91	c reason swapping (by a shorter reason)	: 0
235.68/202.91	c Calls to reduceDB	: 0
235.68/202.91	c Number of update (reduction) of LBD	: 0
235.68/202.91	c Imported unit clauses	: 0
235.68/202.91	c number of reductions to clauses (during analyze)	: 0
235.68/202.91	c number of learned constraints concerned by reduction	: 0
235.68/202.91	c number of learning phase by resolution	: 0
235.68/202.91	c number of learning phase by cutting planes	: 0
235.68/202.91	c speed (assignments/second)	: 23505.394190871368
235.68/202.91	c non guided choices	6937
235.68/202.91	c learnt constraints type 
235.68/202.91	s OPTIMUM FOUND
235.68/202.91	c Found 75 solution(s)
235.68/202.91	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 
235.68/202.91	c objective function=8
235.68/202.91	c Total wall clock time (in seconds): 202.805

Verifier Data

OK	8

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-4091960-1466078857/watcher-4091960-1466078857 -o /tmp/evaluation-result-4091960-1466078857/solver-4091960-1466078857 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466075234-14702 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091960-1466078857.wbo 

pid=17124
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.13 2.08 5/197 17127
/proc/meminfo: memFree=31375880/32872528 swapFree=496356/529060
[pid=17127] ppid=17124 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/17127/stat : 17127 (java) R 17124 17127 11396 0 -1 4202496 1057 0 0 0 0 0 0 0 20 0 1 0 9931146 23793664 706 33554432000 1073741824 1073778376 140736036868720 140736036857784 211449591144 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17127/statm: 5809 706 521 9 0 128 0

[startup+0.100169 s]
/proc/loadavg: 2.08 2.13 2.08 5/197 17127
/proc/meminfo: memFree=31375880/32872528 swapFree=496356/529060
[pid=17127] ppid=17124 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/17127/stat : 17127 (java) S 17124 17127 11396 0 -1 4202496 4436 0 1 0 9 1 0 0 20 0 18 0 9931146 9787879424 6066 33554432000 1073741824 1073778376 140736036868720 140736036859856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17127/statm: 2389619 6066 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.08 2.13 2.08 5/197 17127
/proc/meminfo: memFree=31375880/32872528 swapFree=496356/529060
[pid=17127] ppid=17124 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/17127/stat : 17127 (java) S 17124 17127 11396 0 -1 4202496 4734 0 1 0 23 1 0 0 20 0 18 0 9931146 9787879424 6824 33554432000 1073741824 1073778376 140736036868720 140736036859856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17127/statm: 2389619 6824 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300328 s]
/proc/loadavg: 2.08 2.13 2.08 5/197 17127
/proc/meminfo: memFree=31375880/32872528 swapFree=496356/529060
[pid=17127] ppid=17124 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/17127/stat : 17127 (java) S 17124 17127 11396 0 -1 4202496 5671 0 1 0 45 2 0 0 20 0 18 0 9931146 9787879424 8941 33554432000 1073741824 1073778376 140736036868720 140736036859856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17127/statm: 2389619 8941 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700296 s]
/proc/loadavg: 2.08 2.13 2.08 5/197 17127
/proc/meminfo: memFree=31375880/32872528 swapFree=496356/529060
[pid=17127] ppid=17124 vsize=9824732 CPUtime=1.3 cores=0,2,4,6
/proc/17127/stat : 17127 (java) S 17124 17127 11396 0 -1 4202496 10019 0 1 0 125 5 0 0 20 0 19 0 9931146 10060525568 12771 33554432000 1073741824 1073778376 140736036868720 140736036859856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17127/statm: 2456183 12771 2260 9 0 2446860 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 2.08 2.13 2.08 1/213 17158
/proc/meminfo: memFree=31309136/32872528 swapFree=496356/529060
[pid=17127] ppid=17124 vsize=9824732 CPUtime=1.91 cores=0,2,4,6
/proc/17127/stat : 17127 (java) S 17124 17127 11396 0 -1 4202496 15708 0 1 0 181 10 0 0 20 0 19 0 9931146 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140736036859856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17127/statm: 2456183 18844 2266 9 0 2446860 0
[pid=17127/tid=17129] ppid=17124 vsize=9824732 CPUtime=0.34 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (java) S 17124 17127 11396 0 -1 4202560 2425 0 1 0 32 2 0 0 20 0 19 0 9931147 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221973349240 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17130] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221962410152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17131] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221961357608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17132] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17132/stat : 17132 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221960305064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17133] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17133/stat : 17133 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221959252520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17134] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17134/stat : 17134 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221813045928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17135] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17135/stat : 17135 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221811993384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17136] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17136/stat : 17136 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221810940840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17137] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17137/stat : 17137 (java) S 17124 17127 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221809888296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17138] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17138/stat : 17138 (java) S 17124 17127 11396 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 9931148 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221797476456 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17139] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17139/stat : 17139 (java) S 17124 17127 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9931149 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221796422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17140] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17140/stat : 17140 (java) S 17124 17127 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9931149 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221795370120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17141] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17141/stat : 17141 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931151 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221794318864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17142] ppid=17124 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/17127/task/17142/stat : 17142 (java) S 17124 17127 11396 0 -1 4202560 6492 0 0 0 57 2 0 0 20 0 19 0 9931151 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221793266232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17143] ppid=17124 vsize=9824732 CPUtime=0.57 cores=0,2,4,6
/proc/17127/task/17143/stat : 17143 (java) S 17124 17127 11396 0 -1 4202560 5436 0 0 0 57 0 0 0 20 0 19 0 9931151 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221792213688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17144] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17144/stat : 17144 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931151 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221791161336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17145] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17145/stat : 17145 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931151 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221790109000 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17149] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17149/stat : 17149 (java) S 17124 17127 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9931181 10060525568 18844 33554432000 1073741824 1073778376 140736036868720 140221785896104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 2.08 2.13 2.08 1/213 17170
/proc/meminfo: memFree=31294808/32872528 swapFree=496356/529060
[pid=17127] ppid=17124 vsize=9824732 CPUtime=2.37 cores=0,2,4,6
/proc/17127/stat : 17127 (java) S 17124 17127 11396 0 -1 4202496 15742 0 1 0 224 13 0 0 20 0 19 0 9931146 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140736036859856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17127/statm: 2456183 25501 2266 9 0 2446860 0
[pid=17127/tid=17129] ppid=17124 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (java) S 17124 17127 11396 0 -1 4202560 2427 0 1 0 34 2 0 0 20 0 19 0 9931147 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221973349240 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17130] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221962410152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17131] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221961357608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17132] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17132/stat : 17132 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221960305064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17133] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17133/stat : 17133 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221959252520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17134] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17134/stat : 17134 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221813045928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17135] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17135/stat : 17135 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221811993384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17136] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17136/stat : 17136 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221810940840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17137] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17137/stat : 17137 (java) S 17124 17127 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9931147 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221809888296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17138] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17138/stat : 17138 (java) S 17124 17127 11396 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9931148 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221797476456 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17139] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17139/stat : 17139 (java) S 17124 17127 11396 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9931149 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221796422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17140] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17140/stat : 17140 (java) S 17124 17127 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9931149 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221795370120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17141] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17141/stat : 17141 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931151 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221794318864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17142] ppid=17124 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/17127/task/17142/stat : 17142 (java) S 17124 17127 11396 0 -1 4202560 6492 0 0 0 77 2 0 0 20 0 19 0 9931151 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221793266232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17143] ppid=17124 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/17127/task/17143/stat : 17143 (java) S 17124 17127 11396 0 -1 4202560 5436 0 0 0 65 0 0 0 20 0 19 0 9931151 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221792213688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17144] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17144/stat : 17144 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931151 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221791161336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17145] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17145/stat : 17145 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931151 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221790109000 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17149] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17149/stat : 17149 (java) S 17124 17127 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9931181 10060525568 25501 33554432000 1073741824 1073778376 140736036868720 140221785896104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=10 pid=1811 uid=0 cmd=

[startup+6.30091 s]
/proc/loadavg: 1.99 2.11 2.08 6/218 17206
/proc/meminfo: memFree=31177324/32872528 swapFree=496356/529060
[pid=17127] ppid=17124 vsize=9824732 CPUtime=4.85 cores=0,2,4,6
/proc/17127/stat : 17127 (java) S 17124 17127 11396 0 -1 4202496 15843 0 1 0 468 17 0 0 20 0 21 0 9931146 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140736036859856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17127/statm: 2456183 44956 2283 9 0 2446860 0
[pid=17127/tid=17129] ppid=17124 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (java) S 17124 17127 11396 0 -1 4202560 2430 0 1 0 35 2 0 0 20 0 21 0 9931147 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221973349240 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17130] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (java) S 17124 17127 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9931147 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221962410152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17131] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (java) S 17124 17127 11396 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 21 0 9931147 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221961357608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17132] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17132/stat : 17132 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9931147 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221960305064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17133] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17133/stat : 17133 (java) S 17124 17127 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9931147 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221959252520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17134] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17134/stat : 17134 (java) S 17124 17127 11396 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 21 0 9931147 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221813045928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17135] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17135/stat : 17135 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9931147 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221811993384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17136] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17136/stat : 17136 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9931147 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221810940840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17137] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17137/stat : 17137 (java) S 17124 17127 11396 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 9931147 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221809888296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17138] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17138/stat : 17138 (java) S 17124 17127 11396 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 21 0 9931148 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221797476456 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17139] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17139/stat : 17139 (java) S 17124 17127 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 9931149 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221796422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17140] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17140/stat : 17140 (java) S 17124 17127 11396 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 9931149 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221795370120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17141] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17141/stat : 17141 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9931151 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221794318864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17142] ppid=17124 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/17127/task/17142/stat : 17142 (java) S 17124 17127 11396 0 -1 4202560 6493 0 0 0 108 2 0 0 20 0 21 0 9931151 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221793266232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17143] ppid=17124 vsize=9824732 CPUtime=0.8 cores=0,2,4,6
/proc/17127/task/17143/stat : 17143 (java) S 17124 17127 11396 0 -1 4202560 5442 0 0 0 80 0 0 0 20 0 21 0 9931151 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221792213688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17144] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17144/stat : 17144 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9931151 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221791161336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17145] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17145/stat : 17145 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 9931151 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221790109000 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17149] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17149/stat : 17149 (java) S 17124 17127 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 9931181 10060525568 44956 33554432000 1073741824 1073778376 140736036868720 140221785896104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17196] ppid=17124 vsize=9824732 CPUtime=1.86 cores=0,2,4,6

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

/proc/17127/task/17139/stat : 17139 (java) S 17124 17127 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 9931149 10060525568 462629 33554432000 1073741824 1073778376 140736036868720 140221796422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17140] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17140/stat : 17140 (java) S 17124 17127 11396 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 22 0 9931149 10060525568 462629 33554432000 1073741824 1073778376 140736036868720 140221795370120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17141] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17141/stat : 17141 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9931151 10060525568 462629 33554432000 1073741824 1073778376 140736036868720 140221794318864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17142] ppid=17124 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/17127/task/17142/stat : 17142 (java) S 17124 17127 11396 0 -1 4202560 11166 0 0 0 168 3 0 0 20 0 22 0 9931151 10060525568 462629 33554432000 1073741824 1073778376 140736036868720 140221793266232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17143] ppid=17124 vsize=9824732 CPUtime=1.37 cores=0,2,4,6
/proc/17127/task/17143/stat : 17143 (java) S 17124 17127 11396 0 -1 4202560 8106 0 0 0 135 2 0 0 20 0 22 0 9931151 10060525568 462629 33554432000 1073741824 1073778376 140736036868720 140221792213688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17144] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17144/stat : 17144 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 9931151 10060525568 462629 33554432000 1073741824 1073778376 140736036868720 140221791161336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17145] ppid=17124 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17127/task/17145/stat : 17145 (java) S 17124 17127 11396 0 -1 4202560 11 0 0 0 2 3 0 0 20 0 22 0 9931151 10060525568 462629 33554432000 1073741824 1073778376 140736036868720 140221790109000 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17149] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17149/stat : 17149 (java) S 17124 17127 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 9931181 10060525568 462629 33554432000 1073741824 1073778376 140736036868720 140221785896104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17711] ppid=17124 vsize=9824732 CPUtime=27.5 cores=0,2,4,6
/proc/17127/task/17711/stat : 17711 (java) R 17124 17127 11396 0 -1 4202560 9 0 0 0 2750 0 0 0 20 0 22 0 9948535 10060525568 462629 33554432000 1073741824 1073778376 140736036868720 140221787992464 140221841225219 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17712] ppid=17124 vsize=9824732 CPUtime=27.5 cores=0,2,4,6
/proc/17127/task/17712/stat : 17712 (java) R 17124 17127 11396 0 -1 4202560 244 0 0 0 2743 7 0 0 20 0 22 0 9948535 10060525568 462629 33554432000 1073741824 1073778376 140736036868720 140221786947616 140221841597997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17713] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17713/stat : 17713 (java) S 17124 17127 11396 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 9948546 10060525568 462629 33554432000 1073741824 1073778376 140736036868720 140221789053736 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 234.3
Current children cumulated vsize (KiB) 9824732

[startup+202.401 s]
/proc/loadavg: 2.64 2.29 2.14 2/214 17900
/proc/meminfo: memFree=29361528/32872528 swapFree=496356/529060
[pid=17127] ppid=17124 vsize=9824732 CPUtime=235.19 cores=0,2,4,6
/proc/17127/stat : 17127 (java) S 17124 17127 11396 0 -1 4202496 27608 0 1 0 23277 242 0 0 20 0 19 0 9931146 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140736036859856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17127/statm: 2456183 462620 2295 9 0 2446860 0
[pid=17127/tid=17129] ppid=17124 vsize=9824732 CPUtime=2.68 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (java) R 17124 17127 11396 0 -1 4202560 2448 0 1 0 265 3 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221973346816 140221840889800 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17130] ppid=17124 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (java) S 17124 17127 11396 0 -1 4202560 299 0 0 0 61 8 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221962410152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17131] ppid=17124 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (java) S 17124 17127 11396 0 -1 4202560 208 0 0 0 60 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221961357608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17132] ppid=17124 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/17127/task/17132/stat : 17132 (java) S 17124 17127 11396 0 -1 4202560 192 0 0 0 61 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221960305064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17133] ppid=17124 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/17127/task/17133/stat : 17133 (java) S 17124 17127 11396 0 -1 4202560 312 0 0 0 57 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221959252520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17134] ppid=17124 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/17127/task/17134/stat : 17134 (java) S 17124 17127 11396 0 -1 4202560 193 0 0 0 58 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221813045928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17135] ppid=17124 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/17127/task/17135/stat : 17135 (java) S 17124 17127 11396 0 -1 4202560 206 0 0 0 65 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221811993384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17136] ppid=17124 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/17127/task/17136/stat : 17136 (java) S 17124 17127 11396 0 -1 4202560 281 0 0 0 53 6 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221810940840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17137] ppid=17124 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/17127/task/17137/stat : 17137 (java) S 17124 17127 11396 0 -1 4202560 274 0 0 0 51 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221809888296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17138] ppid=17124 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/17127/task/17138/stat : 17138 (java) S 17124 17127 11396 0 -1 4202560 1136 0 0 0 75 6 0 0 20 0 19 0 9931148 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221797476456 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17139] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17139/stat : 17139 (java) S 17124 17127 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9931149 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221796422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17140] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17140/stat : 17140 (java) S 17124 17127 11396 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 19 0 9931149 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221795370120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17141] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17141/stat : 17141 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221794318864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17142] ppid=17124 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/17127/task/17142/stat : 17142 (java) S 17124 17127 11396 0 -1 4202560 11166 0 0 0 168 3 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221793266232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17143] ppid=17124 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/17127/task/17143/stat : 17143 (java) S 17124 17127 11396 0 -1 4202560 8106 0 0 0 137 2 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221792213688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17144] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17144/stat : 17144 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221791161336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17145] ppid=17124 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17127/task/17145/stat : 17145 (java) S 17124 17127 11396 0 -1 4202560 11 0 0 0 2 3 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221790109000 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17149] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17149/stat : 17149 (java) S 17124 17127 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9931181 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221785896104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 235.19
Current children cumulated vsize (KiB) 9824732

[startup+202.801 s]
/proc/loadavg: 2.64 2.29 2.14 2/214 17900
/proc/meminfo: memFree=29361528/32872528 swapFree=496356/529060
[pid=17127] ppid=17124 vsize=9824732 CPUtime=235.58 cores=0,2,4,6
/proc/17127/stat : 17127 (java) S 17124 17127 11396 0 -1 4202496 27609 0 1 0 23316 242 0 0 20 0 19 0 9931146 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140736036859856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17127/statm: 2456183 462620 2295 9 0 2446860 0
[pid=17127/tid=17129] ppid=17124 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (java) R 17124 17127 11396 0 -1 4202560 2449 0 1 0 304 3 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221973346816 140221841782805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17130] ppid=17124 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (java) S 17124 17127 11396 0 -1 4202560 299 0 0 0 61 8 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221962410152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17131] ppid=17124 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (java) S 17124 17127 11396 0 -1 4202560 208 0 0 0 60 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221961357608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17132] ppid=17124 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/17127/task/17132/stat : 17132 (java) S 17124 17127 11396 0 -1 4202560 192 0 0 0 61 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221960305064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17133] ppid=17124 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/17127/task/17133/stat : 17133 (java) S 17124 17127 11396 0 -1 4202560 312 0 0 0 57 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221959252520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17134] ppid=17124 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/17127/task/17134/stat : 17134 (java) S 17124 17127 11396 0 -1 4202560 193 0 0 0 58 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221813045928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17135] ppid=17124 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/17127/task/17135/stat : 17135 (java) S 17124 17127 11396 0 -1 4202560 206 0 0 0 65 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221811993384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17136] ppid=17124 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/17127/task/17136/stat : 17136 (java) S 17124 17127 11396 0 -1 4202560 281 0 0 0 53 6 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221810940840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17137] ppid=17124 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/17127/task/17137/stat : 17137 (java) S 17124 17127 11396 0 -1 4202560 274 0 0 0 51 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221809888296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17138] ppid=17124 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/17127/task/17138/stat : 17138 (java) S 17124 17127 11396 0 -1 4202560 1136 0 0 0 75 6 0 0 20 0 19 0 9931148 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221797476456 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17139] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17139/stat : 17139 (java) S 17124 17127 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9931149 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221796422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17140] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17140/stat : 17140 (java) S 17124 17127 11396 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 19 0 9931149 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221795370120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17141] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17141/stat : 17141 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221794318864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17142] ppid=17124 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/17127/task/17142/stat : 17142 (java) S 17124 17127 11396 0 -1 4202560 11166 0 0 0 168 3 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221793266232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17143] ppid=17124 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/17127/task/17143/stat : 17143 (java) S 17124 17127 11396 0 -1 4202560 8106 0 0 0 137 2 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221792213688 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17144] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17144/stat : 17144 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221791161336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17145] ppid=17124 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17127/task/17145/stat : 17145 (java) S 17124 17127 11396 0 -1 4202560 11 0 0 0 2 3 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221790109000 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17149] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17149/stat : 17149 (java) S 17124 17127 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9931181 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221785896104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 235.58
Current children cumulated vsize (KiB) 9824732

[startup+202.901 s]
/proc/loadavg: 2.64 2.29 2.14 2/214 17900
/proc/meminfo: memFree=29361528/32872528 swapFree=496356/529060
[pid=17127] ppid=17124 vsize=9824732 CPUtime=235.68 cores=0,2,4,6
/proc/17127/stat : 17127 (java) S 17124 17127 11396 0 -1 4202496 27609 0 1 0 23326 242 0 0 20 0 19 0 9931146 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140736036859856 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17127/statm: 2456183 462620 2295 9 0 2446860 0
[pid=17127/tid=17129] ppid=17124 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/17127/task/17129/stat : 17129 (java) R 17124 17127 11396 0 -1 4202560 2449 0 1 0 314 3 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221973348848 211462185397 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17130] ppid=17124 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/17127/task/17130/stat : 17130 (java) S 17124 17127 11396 0 -1 4202560 299 0 0 0 61 8 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221962410152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17131] ppid=17124 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/17127/task/17131/stat : 17131 (java) S 17124 17127 11396 0 -1 4202560 208 0 0 0 60 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221961357608 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17132] ppid=17124 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/17127/task/17132/stat : 17132 (java) S 17124 17127 11396 0 -1 4202560 192 0 0 0 61 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221960305064 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17133] ppid=17124 vsize=9824732 CPUtime=0.66 cores=0,2,4,6
/proc/17127/task/17133/stat : 17133 (java) S 17124 17127 11396 0 -1 4202560 312 0 0 0 57 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221959252520 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17134] ppid=17124 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/17127/task/17134/stat : 17134 (java) S 17124 17127 11396 0 -1 4202560 193 0 0 0 58 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221813045928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17135] ppid=17124 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/17127/task/17135/stat : 17135 (java) S 17124 17127 11396 0 -1 4202560 206 0 0 0 65 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221811993384 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17136] ppid=17124 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/17127/task/17136/stat : 17136 (java) S 17124 17127 11396 0 -1 4202560 281 0 0 0 53 6 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221810940840 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17137] ppid=17124 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/17127/task/17137/stat : 17137 (java) S 17124 17127 11396 0 -1 4202560 274 0 0 0 51 9 0 0 20 0 19 0 9931147 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221809888296 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17138] ppid=17124 vsize=9824732 CPUtime=0.81 cores=0,2,4,6
/proc/17127/task/17138/stat : 17138 (java) S 17124 17127 11396 0 -1 4202560 1136 0 0 0 75 6 0 0 20 0 19 0 9931148 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221797476456 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17139] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17139/stat : 17139 (java) S 17124 17127 11396 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9931149 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221796422776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17140] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17140/stat : 17140 (java) S 17124 17127 11396 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 19 0 9931149 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221795370120 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17141] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17141/stat : 17141 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221794318864 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17127/tid=17142] ppid=17124 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/17127/task/17142/stat : 17142 (java) S 17124 17127 11396 0 -1 4202560 11166 0 0 0 168 3 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221793266232 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17127/tid=17143] ppid=17124 vsize=9824732 CPUtime=1.39 cores=0,2,4,6
/proc/17127/task/17143/stat : 17143 (java) R 17124 17127 11396 0 -1 4202560 8106 0 0 0 137 2 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221792213528 140221980155026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17144] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17144/stat : 17144 (java) S 17124 17127 11396 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221791161336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17127/tid=17145] ppid=17124 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/17127/task/17145/stat : 17145 (java) S 17124 17127 11396 0 -1 4202560 11 0 0 0 2 3 0 0 20 0 19 0 9931151 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221790109000 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17127/tid=17149] ppid=17124 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/17127/task/17149/stat : 17149 (java) S 17124 17127 11396 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9931181 10060525568 462620 33554432000 1073741824 1073778376 140736036868720 140221785896104 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 235.68
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): 3.8147e-06
#  lost CPU user time (s): 0.0100021
#  lost CPU system time (s): -0.00999999

Real time (s): 202.931
CPU time (s): 235.878
CPU user time (s): 233.275
CPU system time (s): 2.6036
CPU usage (%): 116.235
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 233.265
system time used= 2.6136
maximum resident set size= 1850516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27622
page faults= 1
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9957
involuntary context switches= 6901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.38479 second user time and 1.9547 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 14:07:37
IDJOB=4091960
IDBENCH=78942
IDSOLVER=2552
FILE ID=node141/4091960-1466078857
RUNJOBID= node141-1466075234-14702
PBS_JOBID= 19903999
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.1900570242--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091960-1466078857/watcher-4091960-1466078857 -o /tmp/evaluation-result-4091960-1466078857/solver-4091960-1466078857 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466075234-14702 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091960-1466078857.wbo

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

MD5SUM BENCH= a7f6c0c06b26873046d2d80874a938bb
RANDOM SEED=1720153115

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31376408 kB
Buffers:           20944 kB
Cached:            51684 kB
SwapCached:         2880 kB
Active:           224452 kB
Inactive:          43284 kB
Active(anon):     195432 kB
Inactive(anon):     2156 kB
Active(file):      29020 kB
Inactive(file):    41128 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67098996 kB
Dirty:              1436 kB
Writeback:             0 kB
AnonPages:        742720 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             566656 kB
SReclaimable:       9984 kB
SUnreclaim:       556672 kB
KernelStack:        1784 kB
PageTables:         5864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1224660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    206848 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 node141 at 2016-06-16 14:11:00