Trace number 3725184

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2012-06-01? (TO) 1800.02 1800.31

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_12.opb
MD5SUMd262db503fd284bdfe2b43790fda8490
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark91
Best CPU time to get the best result obtained on this benchmark1783
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 91
Optimality of the best value was proved NO
Number of variables1807
Total number of constraints3444
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3443
Minimum length of a constraint1
Maximum length of a constraint33
Number of terms in the objective function 8
Biggest coefficient in the objective function 66
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 193
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 256
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1320
Number of bits of the biggest sum of numbers11
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.48/0.51	c 2012-06-02T13:35:36+0200
0.48/0.51	c arch = x86_64
0.48/0.51	c os = linux
0.48/0.51	c compiler = ghc 7.4
0.48/0.51	c packages:
0.48/0.51	c   OptDir-0.0.1
0.48/0.51	c   array-0.4.0.0
0.48/0.51	c   base-4.5.0.0
0.48/0.51	c   bytestring-0.9.2.1
0.48/0.51	c   containers-0.4.2.1
0.48/0.51	c   deepseq-1.3.0.0
0.48/0.51	c   mtl-2.1.1
0.48/0.51	c   old_locale-1.0.0.4
0.48/0.51	c   parse_dimacs-1.2
0.48/0.51	c   parsec-3.1.2
0.48/0.51	c   queue-0.1.2
0.48/0.51	c   stm-2.3
0.48/0.51	c   time-1.4
0.48/0.51	c command line = ["+RTS","-K1G","-RTS","--pb","HOME/instance-3725184-1338636936.opb"]
0.48/0.51	c #vars 1807
0.48/0.51	c #constraints 3444
0.48/0.51	c Solving starts ...
5.89/5.92	c solving time = 5.408s
5.89/5.92	c #decision = 2226
5.89/5.92	c #conflict = 655
5.89/5.92	c #restart = 3
5.89/5.92	o 141
5.89/5.92	c Solving starts ...
5.99/6.03	c solving time = 0.106s
5.99/6.03	c #decision = 2270
5.99/6.03	c #conflict = 655
5.99/6.03	c #restart = 3
5.99/6.03	o 140
5.99/6.03	c Solving starts ...
11.99/12.00	c solving time = 5.962s
11.99/12.00	c #decision = 3307
11.99/12.00	c #conflict = 1367
11.99/12.00	c #restart = 6
11.99/12.00	o 138
11.99/12.00	c Solving starts ...
12.28/12.39	c solving time = 0.385s
12.28/12.39	c #decision = 3415
12.28/12.39	c #conflict = 1421
12.28/12.39	c #restart = 6
12.28/12.39	o 137
12.28/12.39	c Solving starts ...
13.39/13.49	c solving time = 1.090s
13.39/13.49	c #decision = 3674
13.39/13.49	c #conflict = 1580
13.39/13.49	c #restart = 7
13.39/13.49	o 135
13.39/13.49	c Solving starts ...
17.79/17.90	c solving time = 4.397s
17.79/17.90	c #decision = 4565
17.79/17.90	c #conflict = 2174
17.79/17.90	c #restart = 10
17.79/17.90	o 134
17.79/17.90	c Solving starts ...
17.89/17.90	c learnt constraints deletion: 2164 -> 1082
18.59/18.63	c solving time = 0.725s
18.59/18.63	c #decision = 4712
18.59/18.63	c #conflict = 2262
18.59/18.63	c #restart = 10
18.59/18.63	o 133
18.59/18.63	c Solving starts ...
19.28/19.30	c solving time = 0.672s
19.28/19.30	c #decision = 4853
19.28/19.30	c #conflict = 2352
19.28/19.30	c #restart = 10
19.28/19.30	o 128
19.28/19.31	c Solving starts ...
21.89/21.97	c solving time = 2.651s
21.89/21.97	c #decision = 5361
21.89/21.97	c #conflict = 2660
21.89/21.97	c #restart = 12
21.89/21.97	o 124
21.89/21.97	c Solving starts ...
27.68/27.76	c learnt constraints deletion: 2375 -> 1188
45.47/45.58	c learnt constraints deletion: 3595 -> 1798
61.77/61.89	c solving time = 39.909s
61.77/61.89	c #decision = 12164
61.77/61.89	c #conflict = 8086
61.77/61.89	c #restart = 20
61.77/61.89	o 123
61.77/61.89	c Solving starts ...
61.87/61.90	c learnt constraints deletion: 4000 -> 2000
61.87/61.91	c learnt constraints deletion: 2000 -> 1000
62.77/62.80	c solving time = 0.898s
62.77/62.80	c #decision = 12332
62.77/62.80	c #conflict = 8171
62.77/62.80	c #restart = 20
62.77/62.80	o 117
62.77/62.80	c Solving starts ...
62.97/63.02	c solving time = 0.217s
62.97/63.02	c #decision = 12402
62.97/63.02	c #conflict = 8180
62.97/63.02	c #restart = 20
62.97/63.02	o 114
62.97/63.02	c Solving starts ...
77.47/77.59	c learnt constraints deletion: 3095 -> 1548
96.26/96.39	c learnt constraints deletion: 4182 -> 2093
113.67/113.71	c learnt constraints deletion: 4499 -> 2251
126.67/126.75	c solving time = 63.718s
126.67/126.75	c #decision = 23270
126.67/126.75	c #conflict = 16850
126.67/126.75	c #restart = 29
126.67/126.75	o 113
126.67/126.75	c Solving starts ...
126.67/126.76	c learnt constraints deletion: 3870 -> 1935
126.67/126.77	c learnt constraints deletion: 1935 -> 968
140.56/140.69	c solving time = 13.932s
140.56/140.69	c #decision = 25856
140.56/140.69	c #conflict = 18814
140.56/140.69	c #restart = 34
140.56/140.69	o 112
140.56/140.69	c Solving starts ...
140.56/140.70	c learnt constraints deletion: 2927 -> 1464
141.77/141.90	c solving time = 1.198s
141.77/141.90	c #decision = 26094
141.77/141.90	c #conflict = 18951
141.77/141.90	c #restart = 35
141.77/141.90	o 108
141.77/141.90	c Solving starts ...
148.37/148.45	c learnt constraints deletion: 2409 -> 1205
167.07/167.17	c learnt constraints deletion: 3612 -> 1806
185.95/186.01	c solving time = 44.097s
185.95/186.01	c #decision = 33018
185.95/186.01	c #conflict = 24527
185.95/186.01	c #restart = 43
185.95/186.01	o 107
185.95/186.01	c Solving starts ...
185.95/186.02	c learnt constraints deletion: 4158 -> 2079
185.95/186.02	c learnt constraints deletion: 2079 -> 1040
205.75/205.85	c learnt constraints deletion: 3697 -> 1849
221.75/221.85	c learnt constraints deletion: 3682 -> 1841
240.75/240.82	c learnt constraints deletion: 4472 -> 2237
258.94/259.02	c learnt constraints deletion: 4274 -> 2138
259.04/259.16	c solving time = 73.141s
259.04/259.16	c #decision = 43958
259.04/259.16	c #conflict = 33703
259.04/259.16	c #restart = 52
259.04/259.16	o 106
259.04/259.16	c Solving starts ...
259.04/259.19	c learnt constraints deletion: 2146 -> 1073
275.64/275.72	c learnt constraints deletion: 3148 -> 1574
289.44/289.59	c learnt constraints deletion: 3644 -> 1822
307.54/307.67	c learnt constraints deletion: 4039 -> 2023
330.03/330.17	c learnt constraints deletion: 4610 -> 2308
347.23/347.31	c learnt constraints deletion: 4443 -> 2224
371.42/371.54	c learnt constraints deletion: 4893 -> 2450
391.22/391.32	c learnt constraints deletion: 4750 -> 2375
413.32/413.48	c learnt constraints deletion: 5202 -> 2602
436.11/436.22	c learnt constraints deletion: 5255 -> 2629
459.51/459.65	c learnt constraints deletion: 5397 -> 2701
485.21/485.30	c learnt constraints deletion: 5896 -> 2949
504.81/504.91	c learnt constraints deletion: 5564 -> 2783
531.21/531.32	c learnt constraints deletion: 6051 -> 3027
554.90/555.08	c learnt constraints deletion: 6140 -> 3075
577.30/577.43	c learnt constraints deletion: 6251 -> 3127
605.49/605.64	c learnt constraints deletion: 6521 -> 3262
630.19/630.36	c learnt constraints deletion: 6408 -> 3205
658.48/658.64	c learnt constraints deletion: 6502 -> 3253
687.48/687.68	c learnt constraints deletion: 6618 -> 3313
719.57/719.76	c learnt constraints deletion: 7010 -> 3513
748.76/749.00	c learnt constraints deletion: 6819 -> 3411
777.76/777.98	c learnt constraints deletion: 6858 -> 3431
807.76/807.98	c learnt constraints deletion: 6988 -> 3496
837.36/837.50	c learnt constraints deletion: 7190 -> 3597
865.65/865.89	c learnt constraints deletion: 6921 -> 3463
895.45/895.61	c learnt constraints deletion: 6949 -> 3478
927.24/927.40	c learnt constraints deletion: 7314 -> 3659
957.54/957.70	c learnt constraints deletion: 7128 -> 3565
994.83/995.09	c learnt constraints deletion: 7721 -> 3862
1027.82/1028.05	c learnt constraints deletion: 7672 -> 3838
1065.52/1065.73	c learnt constraints deletion: 7623 -> 3814
1102.71/1102.90	c learnt constraints deletion: 8053 -> 4030
1133.51/1133.72	c learnt constraints deletion: 7775 -> 3890
1165.40/1165.68	c solving time = 906.375s
1165.40/1165.68	c #decision = 169356
1165.40/1165.68	c #conflict = 141601
1165.40/1165.68	c #restart = 67
1165.40/1165.68	o 105
1165.40/1165.68	c Solving starts ...
1165.50/1165.70	c learnt constraints deletion: 7352 -> 3676
1165.50/1165.71	c learnt constraints deletion: 3676 -> 1838
1165.50/1165.72	c learnt constraints deletion: 1838 -> 919
1188.10/1188.37	c learnt constraints deletion: 3962 -> 1981
1203.40/1203.62	c learnt constraints deletion: 3866 -> 1933
1220.80/1221.04	c learnt constraints deletion: 4233 -> 2117
1239.29/1239.60	c learnt constraints deletion: 4482 -> 2243
1261.89/1262.13	c learnt constraints deletion: 4858 -> 2429
1281.29/1281.53	c learnt constraints deletion: 4777 -> 2389
1304.39/1304.67	c learnt constraints deletion: 4835 -> 2418
1330.07/1330.32	c learnt constraints deletion: 5421 -> 2713
1359.28/1359.54	c learnt constraints deletion: 5548 -> 2774
1380.87/1381.10	c learnt constraints deletion: 5134 -> 2568
1409.77/1410.09	c learnt constraints deletion: 5917 -> 2959
1436.87/1437.13	c learnt constraints deletion: 5758 -> 2879
1460.26/1460.57	c learnt constraints deletion: 5852 -> 2928
1485.16/1485.40	c learnt constraints deletion: 5805 -> 2903
1514.95/1515.23	c learnt constraints deletion: 6329 -> 3165
1541.04/1541.38	c learnt constraints deletion: 6374 -> 3189
1569.04/1569.38	c learnt constraints deletion: 6424 -> 3218
1603.94/1604.29	c learnt constraints deletion: 6866 -> 3439
1631.44/1631.77	c learnt constraints deletion: 6355 -> 3184
1662.63/1662.99	c learnt constraints deletion: 6287 -> 3150
1698.13/1698.46	c learnt constraints deletion: 7052 -> 3527
1730.42/1730.75	c learnt constraints deletion: 7104 -> 3558
1762.01/1762.38	c learnt constraints deletion: 7046 -> 3528
1792.61/1792.95	c learnt constraints deletion: 7007 -> 3510

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3725184-1338636936/watcher-3725184-1338636936 -o /tmp/evaluation-result-3725184-1338636936/solver-3725184-1338636936 -C 1800 -W 1900 -M 15500 HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725184-1338636936.opb 

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: 2.00 2.00 1.93 3/176 16390
/proc/meminfo: memFree=27764940/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=6224 CPUtime=0 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 822 0 0 0 0 0 0 0 20 0 1 0 329819729 6373376 743 33554432000 4194304 8989770 140734456462336 140735294493944 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 1556 743 428 1171 0 333 0

[startup+0.0714281 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 16390
/proc/meminfo: memFree=27764940/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=11344 CPUtime=0.06 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 1883 0 0 0 6 0 0 0 20 0 1 0 329819729 11616256 1804 33554432000 4194304 8989770 140734456462336 140735294493944 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 2836 1804 431 1171 0 1613 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11344

[startup+0.100314 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 16390
/proc/meminfo: memFree=27764940/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=12368 CPUtime=0.09 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 2368 0 0 0 9 0 0 0 20 0 1 0 329819729 12664832 2289 33554432000 4194304 8989770 140734456462336 140735294493944 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 3092 2289 431 1171 0 1869 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12368

[startup+0.300303 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 16390
/proc/meminfo: memFree=27764940/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=23632 CPUtime=0.29 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 5184 0 0 0 28 1 0 0 20 0 1 0 329819729 24199168 5105 33554432000 4194304 8989770 140734456462336 140735294493944 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 5908 5105 431 1171 0 4685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23632

[startup+0.700311 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 16390
/proc/meminfo: memFree=27764940/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=40016 CPUtime=0.69 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 9315 0 0 0 67 2 0 0 20 0 1 0 329819729 40976384 9236 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 10004 9236 460 1171 0 8781 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40016

[startup+1.50032 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 16391
/proc/meminfo: memFree=27731028/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=42064 CPUtime=1.49 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 9827 0 0 0 147 2 0 0 20 0 1 0 329819729 43073536 9748 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 10516 9748 460 1171 0 9293 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42064

[startup+3.10032 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 16391
/proc/meminfo: memFree=27729168/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=46160 CPUtime=3.09 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 10851 0 0 0 306 3 0 0 20 0 1 0 329819729 47267840 10772 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 11540 10772 460 1171 0 10317 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46160

[startup+6.30032 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 16391
/proc/meminfo: memFree=27725184/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=47184 CPUtime=6.29 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 11118 0 0 0 625 4 0 0 20 0 1 0 329819729 48316416 11039 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 11796 11039 471 1171 0 10573 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47184

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 16391
/proc/meminfo: memFree=27722828/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=48208 CPUtime=12.69 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 11374 0 0 0 1261 8 0 0 20 0 1 0 329819729 49364992 11295 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 12052 11295 471 1171 0 10829 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48208

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 16391
/proc/meminfo: memFree=27719908/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=51280 CPUtime=25.48 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 12149 0 0 0 2535 13 0 0 20 0 1 0 329819729 52510720 12070 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 12820 12070 473 1171 0 11597 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51280

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 16392
/proc/meminfo: memFree=27715660/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=55376 CPUtime=51.07 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 13180 0 0 0 5084 23 0 0 20 0 1 0 329819729 56705024 13094 33554432000 4194304 8989770 140734456462336 140734456461600 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 13844 13094 473 1171 0 12621 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 55376

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 16392
/proc/meminfo: memFree=27715408/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=55376 CPUtime=102.28 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 13181 0 0 0 10184 44 0 0 20 0 1 0 329819729 56705024 13094 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 13844 13094 473 1171 0 12621 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 55376

[startup+162.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/177 16392
/proc/meminfo: memFree=27715160/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=55376 CPUtime=162.26 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 13181 0 0 0 16162 64 0 0 20 0 1 0 329819729 56705024 13094 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 13844 13094 473 1171 0 12621 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 55376

[startup+222.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 16392
/proc/meminfo: memFree=27715408/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=55376 CPUtime=222.25 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 13181 0 0 0 22141 84 0 0 20 0 1 0 329819729 56705024 13094 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 13844 13094 473 1171 0 12621 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 55376

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/178 16395
/proc/meminfo: memFree=27712920/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=57424 CPUtime=282.23 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 13693 0 0 0 28121 102 0 0 20 0 1 0 329819729 58802176 13606 33554432000 4194304 8989770 140734456462336 140734456461600 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 14356 13606 473 1171 0 13133 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 57424

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/176 16471
/proc/meminfo: memFree=27637536/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=57424 CPUtime=342.23 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 13693 0 0 0 34098 125 0 0 20 0 1 0 329819729 58802176 13606 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 14356 13606 473 1171 0 13133 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 57424

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 16472
/proc/meminfo: memFree=27636544/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=57424 CPUtime=402.22 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 13693 0 0 0 40077 145 0 0 20 0 1 0 329819729 58802176 13606 33554432000 4194304 8989770 140734456462336 140734456461832 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 14356 13606 473 1171 0 13133 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 57424

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 16472
/proc/meminfo: memFree=27631264/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=58448 CPUtime=462.21 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 13949 0 0 0 46052 169 0 0 20 0 1 0 329819729 59850752 13862 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 14612 13862 473 1171 0 13389 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 58448

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 16472
/proc/meminfo: memFree=27627228/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=58448 CPUtime=522.2 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 13949 0 0 0 52028 192 0 0 20 0 1 0 329819729 59850752 13862 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 14612 13862 473 1171 0 13389 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 58448

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 16472
/proc/meminfo: memFree=27622020/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=59472 CPUtime=582.19 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 14205 0 0 0 58005 214 0 0 20 0 1 0 329819729 60899328 14118 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 14868 14118 473 1171 0 13645 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 59472

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 16476
/proc/meminfo: memFree=27597556/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=63568 CPUtime=882.15 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15231 0 0 0 87896 319 0 0 20 0 1 0 329819729 65093632 15142 33554432000 4194304 8989770 140734456462336 140734456461600 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15892 15142 473 1171 0 14669 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 63568

[startup+942.3 s]
/proc/loadavg: 2.11 2.03 1.95 3/177 16476
/proc/meminfo: memFree=27593404/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=63568 CPUtime=942.14 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15231 0 0 0 93879 335 0 0 20 0 1 0 329819729 65093632 15142 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15892 15142 473 1171 0 14669 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 63568

[startup+1002.3 s]
/proc/loadavg: 2.07 2.03 1.96 3/177 16477
/proc/meminfo: memFree=27589312/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=63568 CPUtime=1002.13 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15231 0 0 0 99856 357 0 0 20 0 1 0 329819729 65093632 15142 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15892 15142 473 1171 0 14669 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 63568

[startup+1062.3 s]
/proc/loadavg: 2.06 2.04 1.96 3/177 16477
/proc/meminfo: memFree=27582792/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=64592 CPUtime=1062.12 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 105836 376 0 0 20 0 1 0 329819729 66142208 15398 33554432000 4194304 8989770 140734456462336 140734456461832 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 16148 15398 473 1171 0 14925 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 64592

[startup+1122.3 s]
/proc/loadavg: 2.06 2.04 1.97 3/177 16477
/proc/meminfo: memFree=27576964/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=64592 CPUtime=1122.11 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 111812 399 0 0 20 0 1 0 329819729 66142208 15398 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 16148 15398 473 1171 0 14925 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 64592

[startup+1182.3 s]
/proc/loadavg: 2.05 2.05 1.97 3/177 16477
/proc/meminfo: memFree=27576772/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1182.1 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 117791 419 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 62544

[startup+1242.3 s]
/proc/loadavg: 2.05 2.05 1.98 3/177 16477
/proc/meminfo: memFree=27573732/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1242.09 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 123767 442 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461600 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 62544

[startup+1302.3 s]
/proc/loadavg: 2.13 2.07 1.99 3/177 16478
/proc/meminfo: memFree=27571680/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1302.09 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 129746 463 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461600 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 62544

[startup+1362.3 s]
/proc/loadavg: 2.08 2.07 2.00 3/177 16478
/proc/meminfo: memFree=27568580/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1362.08 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 135727 481 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461832 7857787 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 62544

[startup+1422.31 s]
/proc/loadavg: 2.08 2.07 2.00 3/177 16478
/proc/meminfo: memFree=27565536/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1422.07 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 141705 502 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461832 4209309 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 62544

[startup+1482.3 s]
/proc/loadavg: 2.11 2.08 2.01 3/178 16481
/proc/meminfo: memFree=27562056/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1482.06 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 147685 521 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461600 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 62544

[startup+1542.3 s]
/proc/loadavg: 2.07 2.08 2.01 3/178 16504
/proc/meminfo: memFree=27559080/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1542.05 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 153664 541 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461600 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 62544

[startup+1602.3 s]
/proc/loadavg: 2.02 2.06 2.00 3/177 16505
/proc/meminfo: memFree=27555112/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1602.03 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 159642 561 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461600 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 62544

[startup+1662.3 s]
/proc/loadavg: 2.04 2.06 2.00 3/177 16505
/proc/meminfo: memFree=27552012/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1662.03 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 165624 579 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 62544

[startup+1722.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/177 16505
/proc/meminfo: memFree=27546796/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1722.02 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 171604 598 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461832 7953280 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 62544

[startup+1782.3 s]
/proc/loadavg: 2.12 2.08 2.01 3/177 16505
/proc/meminfo: memFree=27544316/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1782.01 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 177582 619 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461600 7953280 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 62544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.15 2.09 2.01 3/176 16505
/proc/meminfo: memFree=27543580/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1800.01 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 179379 622 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461832 6564333 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 62544

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1800.3 s]
/proc/loadavg: 2.15 2.09 2.01 3/176 16505
/proc/meminfo: memFree=27543580/32873844 swapFree=7372/7372
[pid=16390] ppid=16388 vsize=62544 CPUtime=1800.01 cores=1,3,5,7
/proc/16390/stat : 16390 (toysat) R 16388 16390 15814 0 -1 4202496 15487 0 0 0 179379 622 0 0 20 0 1 0 329819729 64045056 14886 33554432000 4194304 8989770 140734456462336 140734456461832 6564333 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/16390/statm: 15636 14886 473 1171 0 14413 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 62544

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.31
CPU time (s): 1800.02
CPU user time (s): 1793.8
CPU system time (s): 6.22705
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 64592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.8
system time used= 6.22705
maximum resident set size= 61592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15487
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 1852

runsolver used 3.59145 second user time and 10.1235 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-02 13:35:36
IDJOB=3725184
IDBENCH=2946
IDSOLVER=2308
FILE ID=node118/3725184-1338636936
RUNJOBID= node118-1338631506-15831
PBS_JOBID= 14636462
Free space on /tmp= 70988 MiB

SOLVER NAME= toysat 2012-06-01
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_12.opb
COMMAND LINE= HOME/toysat +RTS -K1G -RTS --pb BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3725184-1338636936/watcher-3725184-1338636936 -o /tmp/evaluation-result-3725184-1338636936/solver-3725184-1338636936 -C 1800 -W 1900 -M 15500  HOME/toysat +RTS -K1G -RTS --pb HOME/instance-3725184-1338636936.opb

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

MD5SUM BENCH= d262db503fd284bdfe2b43790fda8490
RANDOM SEED=399423109

node118.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.212
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	: 5332.42
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.212
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	: 5438.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.212
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	: 5331.92
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.212
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	: 5331.91
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.212
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	: 5320.68
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.212
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	: 5331.91
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.212
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	: 5331.91
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.212
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	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27764832 kB
Buffers:          472992 kB
Cached:          3755524 kB
SwapCached:            0 kB
Active:          1286784 kB
Inactive:        2958092 kB
Active(anon):       6236 kB
Inactive(anon):    11340 kB
Active(file):    1280548 kB
Inactive(file):  2946752 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15696 kB
Writeback:             0 kB
AnonPages:         21764 kB
Mapped:            13524 kB
Shmem:               200 kB
Slab:             722560 kB
SReclaimable:     163844 kB
SUnreclaim:       558716 kB
KernelStack:        1464 kB
PageTables:         4072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     129372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70980 MiB
End job on node118 at 2012-06-02 14:05:39