Trace number 3721005

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
PB07: minisat+ 1.14? (TO) 1800.03 1800.31

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
MD5SUM4bba9489f2c1cdd3e2419eb13f48915c
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark57.0313
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
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
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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

Solver Data

0.00/0.00	c Parsing PB file...
0.00/0.04	c Converting 2707 PB-constraints to clauses...
0.00/0.04	c   -- Unit propagations: (none)
0.00/0.04	c   -- Detecting intervals from adjacent constraints: ######################
0.00/0.04	c   -- Clauses(.)/Splits(s): ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.00/0.04	c ---[  43]---> BDD-cost:   19
0.00/0.04	c ---[  41]---> BDD-cost:   19
0.00/0.04	c ---[  39]---> BDD-cost:   19
0.00/0.04	c ---[  37]---> BDD-cost:   19
0.00/0.04	c ---[  35]---> BDD-cost:   19
0.00/0.04	c ---[  33]---> BDD-cost:   19
0.00/0.04	c ---[  31]---> BDD-cost:   19
0.00/0.04	c ---[  29]---> BDD-cost:   19
0.00/0.04	c ---[  27]---> BDD-cost:   19
0.00/0.04	c ---[  25]---> BDD-cost:   19
0.00/0.04	c ---[  23]---> BDD-cost:   19
0.00/0.04	c ---[  21]---> BDD-cost:   19
0.00/0.04	c ---[  19]---> BDD-cost:   19
0.00/0.04	c ---[  17]---> BDD-cost:   19
0.00/0.04	c ---[  15]---> BDD-cost:   19
0.00/0.04	c ---[  13]---> BDD-cost:   19
0.00/0.04	c ---[  11]---> BDD-cost:   19
0.00/0.04	c ---[   9]---> BDD-cost:   19
0.00/0.04	c ---[   7]---> BDD-cost:   19
0.00/0.04	c ---[   5]---> BDD-cost:   19
0.00/0.04	c ---[   3]---> BDD-cost:   19
0.00/0.04	c ---[   1]---> BDD-cost:   19
0.00/0.04	c ---[   0]---> Adder-cost: 342   maxlim: 574   bits: 10/10
0.00/0.05	c ==================================[MINISAT+]==================================
0.00/0.05	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.05	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |    6024    18771 |    2008       0        0     nan |  0.000 % |
0.00/0.05	c |       100 |    6008    18719 |    2208      98      591     6.0 |  3.812 % |
0.00/0.06	c |       251 |    6008    18719 |    2429     249     9944    39.9 |  3.812 % |
0.07/0.08	c |       480 |    6008    18719 |    2672     478    21988    46.0 |  3.812 % |
0.09/0.10	c |       819 |    6008    18719 |    2939     817    39319    48.1 |  3.812 % |
0.09/0.14	c |      1326 |    6008    18719 |    3233    1324    67036    50.6 |  3.812 % |
0.19/0.20	c |      2088 |    6008    18719 |    3557    2086   115841    55.5 |  3.812 % |
0.19/0.28	c |      3228 |    6008    18719 |    3913    3226   180448    55.9 |  3.812 % |
0.39/0.44	c |      4938 |    5975    18606 |    4304    2849   159611    56.0 |  4.313 % |
0.59/0.67	c |      7502 |    5975    18606 |    4734    3133   163221    52.1 |  4.313 % |
1.00/1.05	c |     11348 |    5975    18606 |    5208    4421   238385    53.9 |  4.313 % |
1.59/1.66	c |     17116 |    5969    18586 |    5729    4726   249927    52.9 |  4.413 % |
2.49/2.58	c |     25767 |    5969    18586 |    6301    4263   233169    54.7 |  4.413 % |
3.99/4.06	c |     38746 |    5969    18586 |    6932    4145   207613    50.1 |  4.413 % |
6.39/6.46	c |     58207 |    5969    18586 |    7625    5536   283110    51.1 |  4.413 % |
10.19/10.29	c |     87399 |    5969    18586 |    8387    6994   412936    59.0 |  4.413 % |
15.89/15.98	c |    131189 |    5969    18586 |    9226    7588   428697    56.5 |  4.413 % |
24.39/24.48	c |    196875 |    5969    18586 |   10149    6574   340694    51.8 |  4.413 % |
36.68/36.75	c |    295404 |    5956    18540 |   11164    6046   326070    53.9 |  4.614 % |
52.58/52.61	c |    443195 |    5898    18342 |   12280   10739   459161    42.8 |  5.617 % |
74.97/75.06	c |    664879 |    5898    18342 |   13508   12402   468489    37.8 |  5.617 % |
110.87/110.96	c |    997404 |    5898    18342 |   14859    7411   235050    31.7 |  5.617 % |
174.16/174.24	c |   1496193 |    5883    18291 |   16345   13313   628427    47.2 |  5.818 % |
266.54/266.68	c |   2244376 |    5853    18189 |   17980   11756   514494    43.8 |  6.219 % |
401.72/401.85	c |   3366652 |    5853    18189 |   19778   17598   837033    47.6 |  6.219 % |
623.89/624.03	c |   5050065 |    5853    18189 |   21756   12885   589720    45.8 |  6.219 % |
974.34/974.53	c |   7575181 |    5853    18189 |   23931   20575  1016862    49.4 |  6.219 % |
1492.06/1492.39	c |  11362856 |    5853    18189 |   26324   13083   496519    38.0 |  6.219 % |
1800.02/1800.30	c 
1800.02/1800.30	c *** TERMINATED ***
1800.02/1800.30	s UNKNOWN

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-3721005-1338552581/watcher-3721005-1338552581 -o /tmp/evaluation-result-3721005-1338552581/solver-3721005-1338552581 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721005-1338552581.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: 0.20 0.05 0.01 3/178 17324
/proc/meminfo: memFree=28486932/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=1276 CPUtime=0 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 164 0 0 0 0 0 0 0 20 0 1 0 321383432 1306624 121 33554432000 134512640 135395479 4288256624 4288255592 135031278 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 319 122 74 216 0 101 0

[startup+0.0773589 s]
/proc/loadavg: 0.20 0.05 0.01 3/178 17324
/proc/meminfo: memFree=28486932/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=2588 CPUtime=0.07 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 542 0 0 0 7 0 0 0 20 0 1 0 321383432 2650112 499 33554432000 134512640 135395479 4288256624 4288254592 134576201 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 647 499 122 216 0 429 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2588

[startup+0.100215 s]
/proc/loadavg: 0.20 0.05 0.01 3/178 17324
/proc/meminfo: memFree=28486932/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=2588 CPUtime=0.09 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 542 0 0 0 9 0 0 0 20 0 1 0 321383432 2650112 499 33554432000 134512640 135395479 4288256624 4288254976 134581488 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 647 499 122 216 0 429 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2588

[startup+0.300211 s]
/proc/loadavg: 0.20 0.05 0.01 3/178 17324
/proc/meminfo: memFree=28486932/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=3112 CPUtime=0.29 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 681 0 0 0 29 0 0 0 20 0 1 0 321383432 3186688 638 33554432000 134512640 135395479 4288256624 4288254672 134585952 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 778 638 122 216 0 560 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3112

[startup+0.700205 s]
/proc/loadavg: 0.20 0.05 0.01 3/178 17324
/proc/meminfo: memFree=28486932/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=3508 CPUtime=0.69 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 776 0 0 0 69 0 0 0 20 0 1 0 321383432 3592192 733 33554432000 134512640 135395479 4288256624 4288254976 134580816 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 877 733 122 216 0 659 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3508

[startup+1.50021 s]
/proc/loadavg: 0.20 0.05 0.01 3/179 17325
/proc/meminfo: memFree=28484304/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=3768 CPUtime=1.49 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 851 0 0 0 149 0 0 0 20 0 1 0 321383432 3858432 808 33554432000 134512640 135395479 4288256624 4288254976 134580938 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 942 808 122 216 0 724 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3768

[startup+3.10021 s]
/proc/loadavg: 0.20 0.05 0.01 3/179 17325
/proc/meminfo: memFree=28483436/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=4296 CPUtime=3.09 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 982 0 0 0 309 0 0 0 20 0 1 0 321383432 4399104 939 33554432000 134512640 135395479 4288256624 4288254672 134583956 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 1074 939 122 216 0 856 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4296

[startup+6.30021 s]
/proc/loadavg: 0.43 0.10 0.03 3/179 17325
/proc/meminfo: memFree=28481468/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=4816 CPUtime=6.29 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 1103 0 0 0 629 0 0 0 20 0 1 0 321383432 4931584 1060 33554432000 134512640 135395479 4288256624 4288254976 134581431 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 1204 1060 122 216 0 986 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4816

[startup+12.7002 s]
/proc/loadavg: 0.55 0.13 0.04 3/179 17325
/proc/meminfo: memFree=28480864/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=5600 CPUtime=12.69 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 1310 0 0 0 1269 0 0 0 20 0 1 0 321383432 5734400 1267 33554432000 134512640 135395479 4288256624 4288254976 134581295 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 1400 1267 122 216 0 1182 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 5600

[startup+25.5002 s]
/proc/loadavg: 0.87 0.22 0.07 3/180 17328
/proc/meminfo: memFree=28478860/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=6132 CPUtime=25.48 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 1460 0 0 0 2548 0 0 0 20 0 1 0 321383432 6279168 1416 33554432000 134512640 135395479 4288256624 4288254592 134576769 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 1533 1416 122 216 0 1315 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 6132

[startup+51.1003 s]
/proc/loadavg: 1.26 0.36 0.12 3/180 17328
/proc/meminfo: memFree=28477508/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=6932 CPUtime=51.08 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 1633 0 0 0 5108 0 0 0 20 0 1 0 321383432 7098368 1588 33554432000 134512640 135395479 4288256624 4288254976 134581488 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 1733 1588 122 216 0 1515 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 6932

[startup+102.306 s]
/proc/loadavg: 1.68 0.61 0.22 3/179 17328
/proc/meminfo: memFree=28474540/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=8412 CPUtime=102.28 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 2019 0 0 0 10228 0 0 0 20 0 1 0 321383432 8613888 1974 33554432000 134512640 135395479 4288256624 4288254976 134580923 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 2103 1974 122 216 0 1885 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 8412

[startup+162.3 s]
/proc/loadavg: 1.88 0.86 0.33 3/179 17328
/proc/meminfo: memFree=28471808/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=9996 CPUtime=162.26 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 2397 0 0 0 16226 0 0 0 20 0 1 0 321383432 10235904 2363 33554432000 134512640 135395479 4288256624 4288254976 134581415 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 2499 2363 122 216 0 2281 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 9996

[startup+222.3 s]
/proc/loadavg: 1.95 1.06 0.43 3/178 17376
/proc/meminfo: memFree=28224508/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=10664 CPUtime=222.25 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 2572 0 0 0 22225 0 0 0 20 0 1 0 321383432 10919936 2538 33554432000 134512640 135395479 4288256624 4288254976 134581451 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 2666 2538 122 216 0 2448 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 10664

[startup+282.3 s]
/proc/loadavg: 2.06 1.25 0.53 3/179 17377
/proc/meminfo: memFree=28213244/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=11612 CPUtime=282.24 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 2771 0 0 0 28224 0 0 0 20 0 1 0 321383432 11890688 2737 33554432000 134512640 135395479 4288256624 4288254496 134574130 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 2903 2737 122 216 0 2685 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 11612

[startup+342.3 s]
/proc/loadavg: 2.10 1.41 0.63 3/179 17377
/proc/meminfo: memFree=28013632/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=12024 CPUtime=342.23 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 2888 0 0 0 34223 0 0 0 20 0 1 0 321383432 12312576 2854 33554432000 134512640 135395479 4288256624 4288254944 134572684 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 3006 2854 122 216 0 2788 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 12024

[startup+402.3 s]
/proc/loadavg: 2.14 1.55 0.72 3/179 17377
/proc/meminfo: memFree=27692624/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=12296 CPUtime=402.22 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 2944 0 0 0 40222 0 0 0 20 0 1 0 321383432 12591104 2910 33554432000 134512640 135395479 4288256624 4288254976 134580798 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 3074 2910 122 216 0 2856 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 12296

[startup+462.3 s]
/proc/loadavg: 2.14 1.66 0.81 3/179 17377
/proc/meminfo: memFree=27609448/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=12832 CPUtime=462.21 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 3091 0 0 0 46221 0 0 0 20 0 1 0 321383432 13139968 3057 33554432000 134512640 135395479 4288256624 4288254976 134581412 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 3208 3057 122 216 0 2990 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 12832

[startup+522.3 s]
/proc/loadavg: 2.05 1.72 0.88 3/179 17377
/proc/meminfo: memFree=27557280/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=13380 CPUtime=522.2 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 3191 0 0 0 52220 0 0 0 20 0 1 0 321383432 13701120 3157 33554432000 134512640 135395479 4288256624 4288254976 134580896 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 3345 3157 122 216 0 3127 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 13380

[startup+582.3 s]
/proc/loadavg: 2.06 1.78 0.95 3/179 17378
/proc/meminfo: memFree=27347004/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=13904 CPUtime=582.19 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 3340 0 0 0 58219 0 0 0 20 0 1 0 321383432 14237696 3306 33554432000 134512640 135395479 4288256624 4288254976 134580973 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 3476 3306 122 216 0 3258 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 13904

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 1.92 1.23 3/179 17382
/proc/meminfo: memFree=26294384/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=15172 CPUtime=882.15 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 3662 0 0 0 88215 0 0 0 20 0 1 0 321383432 15536128 3628 33554432000 134512640 135395479 4288256624 4288254976 134581218 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 3793 3628 122 216 0 3575 0
Current children cumulated CPU time (s) 882.15
Current children cumulated vsize (KiB) 15172

[startup+942.3 s]
/proc/loadavg: 2.00 1.93 1.28 3/179 17382
/proc/meminfo: memFree=26294040/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=15568 CPUtime=942.14 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 3751 0 0 0 94214 0 0 0 20 0 1 0 321383432 15941632 3717 33554432000 134512640 135395479 4288256624 4288254592 134578891 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 3892 3717 122 216 0 3674 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 15568

[startup+1002.3 s]
/proc/loadavg: 2.00 1.94 1.32 3/179 17382
/proc/meminfo: memFree=26293944/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=16100 CPUtime=1002.13 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 3873 0 0 0 100213 0 0 0 20 0 1 0 321383432 16486400 3839 33554432000 134512640 135395479 4288256624 4288254976 134580959 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4025 3839 122 216 0 3807 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 16100

[startup+1062.3 s]
/proc/loadavg: 2.00 1.95 1.36 3/179 17382
/proc/meminfo: memFree=26293600/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=16388 CPUtime=1062.12 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 3937 0 0 0 106212 0 0 0 20 0 1 0 321383432 16781312 3903 33554432000 134512640 135395479 4288256624 4288254976 134580881 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4097 3903 122 216 0 3879 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 16388

[startup+1122.3 s]
/proc/loadavg: 2.00 1.95 1.40 3/179 17382
/proc/meminfo: memFree=26292884/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=17200 CPUtime=1122.11 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4108 0 0 0 112211 0 0 0 20 0 1 0 321383432 17612800 4074 33554432000 134512640 135395479 4288256624 4288254976 134580840 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4300 4074 122 216 0 4082 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 17200

[startup+1182.3 s]
/proc/loadavg: 2.00 1.96 1.43 3/179 17383
/proc/meminfo: memFree=26292788/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=17200 CPUtime=1182.1 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4121 0 0 0 118210 0 0 0 20 0 1 0 321383432 17612800 4087 33554432000 134512640 135395479 4288256624 4288254976 134581028 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4300 4087 122 216 0 4082 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 17200

[startup+1242.3 s]
/proc/loadavg: 2.00 1.96 1.47 3/180 17386
/proc/meminfo: memFree=26291940/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=17624 CPUtime=1242.09 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4233 0 0 0 124209 0 0 0 20 0 1 0 321383432 18046976 4199 33554432000 134512640 135395479 4288256624 4288254976 134580965 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4406 4199 122 216 0 4188 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 17624

[startup+1302.3 s]
/proc/loadavg: 2.00 1.97 1.49 3/179 17386
/proc/meminfo: memFree=26292348/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=17788 CPUtime=1302.09 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4254 0 0 0 130209 0 0 0 20 0 1 0 321383432 18214912 4220 33554432000 134512640 135395479 4288256624 4288254592 134579886 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4447 4220 122 216 0 4229 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 17788

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.52 3/179 17386
/proc/meminfo: memFree=26292500/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=17788 CPUtime=1362.08 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4254 0 0 0 136208 0 0 0 20 0 1 0 321383432 18214912 4220 33554432000 134512640 135395479 4288256624 4288254976 134581036 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4447 4220 122 216 0 4229 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 17788

[startup+1422.31 s]
/proc/loadavg: 2.00 1.97 1.55 3/179 17386
/proc/meminfo: memFree=26272812/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=17928 CPUtime=1422.07 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4283 0 0 0 142207 0 0 0 20 0 1 0 321383432 18358272 4249 33554432000 134512640 135395479 4288256624 4288254976 134580893 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4482 4249 122 216 0 4264 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 17928

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.58 3/179 17387
/proc/meminfo: memFree=25958128/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=18056 CPUtime=1482.06 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4324 0 0 0 148206 0 0 0 20 0 1 0 321383432 18489344 4290 33554432000 134512640 135395479 4288256624 4288254976 134580768 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4514 4290 122 216 0 4296 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 18056

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.60 3/179 17387
/proc/meminfo: memFree=25801048/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=18476 CPUtime=1542.05 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4443 0 0 0 154205 0 0 0 20 0 1 0 321383432 18919424 4409 33554432000 134512640 135395479 4288256624 4288254976 134581475 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4619 4409 122 216 0 4401 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 18476

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/179 17387
/proc/meminfo: memFree=25613216/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=19132 CPUtime=1602.05 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4619 0 0 0 160204 1 0 0 20 0 1 0 321383432 19591168 4585 33554432000 134512640 135395479 4288256624 4288254944 134572728 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4783 4585 122 216 0 4565 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 19132

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.64 3/179 17387
/proc/meminfo: memFree=25492344/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=19132 CPUtime=1662.04 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4619 0 0 0 166203 1 0 0 20 0 1 0 321383432 19591168 4585 33554432000 134512640 135395479 4288256624 4288254928 134580396 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4783 4585 122 216 0 4565 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 19132

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.66 3/179 17387
/proc/meminfo: memFree=25334272/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=19132 CPUtime=1722.03 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4620 0 0 0 172202 1 0 0 20 0 1 0 321383432 19591168 4586 33554432000 134512640 135395479 4288256624 4288254976 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4783 4586 122 216 0 4565 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 19132

[startup+1782.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 17388
/proc/meminfo: memFree=25126848/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=19132 CPUtime=1782.02 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4628 0 0 0 178201 1 0 0 20 0 1 0 321383432 19591168 4594 33554432000 134512640 135395479 4288256624 4288254976 134581431 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4783 4594 122 216 0 4565 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 19132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 1.97 1.68 3/179 17388
/proc/meminfo: memFree=25076100/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=19132 CPUtime=1800.02 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4628 0 0 0 180001 1 0 0 20 0 1 0 321383432 19591168 4594 33554432000 134512640 135395479 4288256624 4288254976 134580768 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4783 4594 122 216 0 4565 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 19132

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.00 1.97 1.68 3/179 17388
/proc/meminfo: memFree=25076100/32873844 swapFree=7112/7112
[pid=17324] ppid=17322 vsize=19132 CPUtime=1800.02 cores=1,3,5,7
/proc/17324/stat : 17324 (minisat+) R 17322 17324 17266 0 -1 4202496 4628 0 0 0 180001 1 0 0 20 0 1 0 321383432 19591168 4594 33554432000 134512640 135395479 4288256624 4288254976 134580768 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/17324/statm: 4783 4594 122 216 0 4565 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 19132

Child status: 0
Real time (s): 1800.31
CPU time (s): 1800.03
CPU user time (s): 1800.02
CPU system time (s): 0.012998
CPU usage (%): 99.9846
Max. virtual memory (cumulated for all children) (KiB): 19132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.02
system time used= 0.012998
maximum resident set size= 18380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4629
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= 4
involuntary context switches= 1853

runsolver used 4.57031 second user time and 6.89395 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-01 14:09:41
IDJOB=3721005
IDBENCH=1303
IDSOLVER=2306
FILE ID=node132/3721005-1338552581
RUNJOBID= node132-1338552574-17283
PBS_JOBID= 14635852
Free space on /tmp= 71216 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900561288.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721005-1338552581/watcher-3721005-1338552581 -o /tmp/evaluation-result-3721005-1338552581/solver-3721005-1338552581 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721005-1338552581.opb            

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

MD5SUM BENCH= 4bba9489f2c1cdd3e2419eb13f48915c
RANDOM SEED=945855301

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28487708 kB
Buffers:          551732 kB
Cached:          2918456 kB
SwapCached:         2292 kB
Active:          1477380 kB
Inactive:        2006740 kB
Active(anon):       6564 kB
Inactive(anon):     7120 kB
Active(file):    1470816 kB
Inactive(file):  1999620 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102708 kB
Dirty:              4896 kB
Writeback:             0 kB
AnonPages:         16620 kB
Mapped:            11456 kB
Shmem:                 8 kB
Slab:             766444 kB
SReclaimable:     207812 kB
SUnreclaim:       558632 kB
KernelStack:        1448 kB
PageTables:         3924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     128692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 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

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721005-1338552581.opb

Free space on /tmp at the end= 71196 MiB
End job on node132 at 2012-06-01 14:39:43