Trace number 3721380

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.1 1800.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-35-30.opb
MD5SUMa451a3aa708ebb54c76171e0e43da9df
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 benchmark0.022996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints65
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
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.01	c Converting 65 PB-constraints to clauses...
0.00/0.01	c   -- Unit propagations: (none)
0.00/0.01	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.01	c   -- Clauses(.)/Splits(s): ...................................
0.00/0.01	c ---[  29]---> BDD-cost:   67
0.00/0.01	c ---[  28]---> BDD-cost:   67
0.00/0.01	c ---[  27]---> BDD-cost:   67
0.00/0.01	c ---[  26]---> BDD-cost:   67
0.00/0.01	c ---[  25]---> BDD-cost:   67
0.00/0.01	c ---[  24]---> BDD-cost:   67
0.00/0.01	c ---[  23]---> BDD-cost:   67
0.00/0.01	c ---[  22]---> BDD-cost:   67
0.00/0.01	c ---[  21]---> BDD-cost:   67
0.00/0.01	c ---[  20]---> BDD-cost:   67
0.00/0.01	c ---[  19]---> BDD-cost:   67
0.00/0.01	c ---[  18]---> BDD-cost:   67
0.00/0.01	c ---[  17]---> BDD-cost:   67
0.00/0.01	c ---[  16]---> BDD-cost:   67
0.00/0.01	c ---[  15]---> BDD-cost:   67
0.00/0.01	c ---[  14]---> BDD-cost:   67
0.00/0.01	c ---[  13]---> BDD-cost:   67
0.00/0.01	c ---[  12]---> BDD-cost:   67
0.00/0.01	c ---[  11]---> BDD-cost:   67
0.00/0.02	c ---[  10]---> BDD-cost:   67
0.00/0.02	c ---[   9]---> BDD-cost:   67
0.00/0.02	c ---[   8]---> BDD-cost:   67
0.00/0.02	c ---[   7]---> BDD-cost:   67
0.00/0.02	c ---[   6]---> BDD-cost:   67
0.00/0.02	c ---[   5]---> BDD-cost:   67
0.00/0.02	c ---[   4]---> BDD-cost:   67
0.00/0.02	c ---[   3]---> BDD-cost:   67
0.00/0.02	c ---[   2]---> BDD-cost:   67
0.00/0.02	c ---[   1]---> BDD-cost:   67
0.00/0.02	c ---[   0]---> BDD-cost:   67
0.00/0.02	c ==================================[MINISAT+]==================================
0.00/0.02	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.02	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    5015    14010 |    1671       0        0     nan |  0.000 % |
0.00/0.03	c |       100 |    5015    14010 |    1838     100    11117   111.2 |  0.980 % |
0.00/0.04	c |       256 |    5015    14010 |    2021     256    35581   139.0 |  0.980 % |
0.05/0.06	c |       482 |    5015    14010 |    2224     482    80594   167.2 |  0.980 % |
0.09/0.10	c |       819 |    5015    14010 |    2446     819   157604   192.4 |  0.980 % |
0.09/0.15	c |      1327 |    5015    14010 |    2691    1327   231317   174.3 |  0.980 % |
0.19/0.25	c |      2088 |    5015    14010 |    2960    2088   386016   184.9 |  0.981 % |
0.29/0.37	c |      3230 |    5015    14010 |    3256    3230   554696   171.7 |  0.980 % |
0.59/0.67	c |      4938 |    5015    14010 |    3581    4938  1031184   208.8 |  0.980 % |
0.89/0.97	c |      7501 |    5015    14010 |    3940    2893   680423   235.2 |  0.980 % |
1.59/1.67	c |     11347 |    5015    14010 |    4334    3674  1052360   286.4 |  0.980 % |
2.79/2.86	c |     17114 |    5015    14010 |    4767    6074  1543680   254.1 |  0.980 % |
4.40/4.47	c |     25764 |    5015    14010 |    5244    5596  1885719   337.0 |  0.980 % |
7.69/7.72	c |     38740 |    5015    14010 |    5768    4961  1853544   373.6 |  0.980 % |
13.09/13.10	c |     58203 |    5015    14010 |    6345    5821  2841018   488.1 |  0.980 % |
20.28/20.30	c |     87396 |    5015    14010 |    6980    5958  2122709   356.3 |  0.980 % |
31.58/31.69	c |    131185 |    5015    14010 |    7678    5320  1595045   299.8 |  0.980 % |
50.88/50.93	c |    196870 |    5015    14010 |    8446    7579  2457828   324.3 |  0.981 % |
76.87/76.92	c |    295399 |    5015    14010 |    9290    6933  1860512   268.4 |  0.980 % |
130.05/130.15	c |    443188 |    5015    14010 |   10219    7197  3006599   417.8 |  0.980 % |
195.34/195.46	c |    664872 |    5015    14010 |   11241   11259  3136347   278.6 |  0.980 % |
300.02/300.15	c |    997398 |    5015    14010 |   12365    9973  3206021   321.5 |  0.980 % |
458.30/458.42	c |   1496186 |    5015    14010 |   13602    9319  2991430   321.0 |  0.980 % |
712.66/712.89	c |   2244368 |    5015    14010 |   14962   12135  3715329   306.2 |  0.980 % |
1115.79/1116.09	c |   3366642 |    5015    14010 |   16458   15502  6030307   389.0 |  0.980 % |
1666.30/1666.64	c |   5050053 |    5015    14010 |   18104   13981  4249846   304.0 |  0.980 % |
1800.08/1800.40	c 
1800.08/1800.40	c *** TERMINATED ***
1800.08/1800.40	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-3721380-1338556173/watcher-3721380-1338556173 -o /tmp/evaluation-result-3721380-1338556173/solver-3721380-1338556173 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721380-1338556173.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: 1.92 1.98 1.91 3/176 31514
/proc/meminfo: memFree=27746848/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=1264 CPUtime=0 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 181 0 0 0 0 0 0 0 20 0 1 0 321741416 1294336 138 33554432000 134512640 135395479 4287716640 4287715356 135003221 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 316 138 74 216 0 98 0

[startup+0.054476 s]
/proc/loadavg: 1.92 1.98 1.91 3/176 31514
/proc/meminfo: memFree=27746848/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=2004 CPUtime=0.05 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 408 0 0 0 5 0 0 0 20 0 1 0 321741416 2052096 365 33554432000 134512640 135395479 4287716640 4287714540 135007481 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 501 365 106 216 0 283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2004

[startup+0.100257 s]
/proc/loadavg: 1.92 1.98 1.91 3/176 31514
/proc/meminfo: memFree=27746848/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=2400 CPUtime=0.09 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 496 0 0 0 9 0 0 0 20 0 1 0 321741416 2457600 453 33554432000 134512640 135395479 4287716640 4287714992 134580965 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 600 453 106 216 0 382 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2400

[startup+0.300223 s]
/proc/loadavg: 1.92 1.98 1.91 3/176 31514
/proc/meminfo: memFree=27746848/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=3720 CPUtime=0.29 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 837 0 0 0 29 0 0 0 20 0 1 0 321741416 3809280 794 33554432000 134512640 135395479 4287716640 4287714992 134581451 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 930 794 106 216 0 712 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3720

[startup+0.700227 s]
/proc/loadavg: 1.92 1.98 1.91 3/176 31514
/proc/meminfo: memFree=27746848/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=6224 CPUtime=0.69 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 1449 0 0 0 69 0 0 0 20 0 1 0 321741416 6373376 1406 33554432000 134512640 135395479 4287716640 4287714992 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 1556 1406 106 216 0 1338 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6224

[startup+1.50022 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 31515
/proc/meminfo: memFree=27742004/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=8604 CPUtime=1.49 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 2038 0 0 0 149 0 0 0 20 0 1 0 321741416 8810496 1995 33554432000 134512640 135395479 4287716640 4287714320 134592865 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 2151 1995 106 216 0 1933 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8604

[startup+3.10022 s]
/proc/loadavg: 1.92 1.98 1.91 3/177 31515
/proc/meminfo: memFree=27738128/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=9664 CPUtime=3.09 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 2318 0 0 0 309 0 0 0 20 0 1 0 321741416 9895936 2275 33554432000 134512640 135395479 4287716640 4287714512 134574442 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 2416 2275 106 216 0 2198 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9664

[startup+6.30024 s]
/proc/loadavg: 1.93 1.98 1.91 3/177 31515
/proc/meminfo: memFree=27736460/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=13884 CPUtime=6.29 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 3366 0 0 0 629 0 0 0 20 0 1 0 321741416 14217216 3323 33554432000 134512640 135395479 4287716640 4287714608 134576849 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 3471 3323 106 216 0 3253 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13884

[startup+12.7002 s]
/proc/loadavg: 1.93 1.98 1.91 3/177 31515
/proc/meminfo: memFree=27733568/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=18504 CPUtime=12.69 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 4506 0 0 0 1269 0 0 0 20 0 1 0 321741416 18948096 4463 33554432000 134512640 135395479 4287716640 4287714608 134578873 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 4626 4463 106 216 0 4408 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18504

[startup+25.5002 s]
/proc/loadavg: 2.01 2.00 1.91 3/177 31515
/proc/meminfo: memFree=27731444/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=18504 CPUtime=25.48 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 4516 0 0 0 2548 0 0 0 20 0 1 0 321741416 18948096 4473 33554432000 134512640 135395479 4287716640 4287714512 134574431 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 4626 4473 106 216 0 4408 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18504

[startup+51.1002 s]
/proc/loadavg: 2.01 2.00 1.91 3/178 31518
/proc/meminfo: memFree=27725656/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=21940 CPUtime=51.08 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 5417 0 0 0 5108 0 0 0 20 0 1 0 321741416 22466560 5344 33554432000 134512640 135395479 4287716640 4287714512 134574480 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 5485 5344 106 216 0 5267 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21940

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.91 2/175 31519
/proc/meminfo: memFree=27789324/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=26956 CPUtime=102.27 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 6677 0 0 0 10226 1 0 0 20 0 1 0 321741416 27602944 6591 33554432000 134512640 135395479 4287716640 4287714992 134580923 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 6739 6591 106 216 0 6521 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 26956

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31567
/proc/meminfo: memFree=27775500/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=32732 CPUtime=162.25 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 8117 0 0 0 16224 1 0 0 20 0 1 0 321741416 33517568 8029 33554432000 134512640 135395479 4287716640 4287714992 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 8183 8029 106 216 0 7965 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 32732

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31567
/proc/meminfo: memFree=27773688/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=32732 CPUtime=222.24 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 8119 0 0 0 22223 1 0 0 20 0 1 0 321741416 33517568 8031 33554432000 134512640 135395479 4287716640 4287714992 134580947 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 8183 8031 106 216 0 7965 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 32732

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31568
/proc/meminfo: memFree=27772452/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=33788 CPUtime=282.23 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 8385 0 0 0 28222 1 0 0 20 0 1 0 321741416 34598912 8297 33554432000 134512640 135395479 4287716640 4287714992 134580950 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 8447 8297 106 216 0 8229 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 33788

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31568
/proc/meminfo: memFree=27771088/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=33920 CPUtime=342.22 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 8418 0 0 0 34221 1 0 0 20 0 1 0 321741416 34734080 8330 33554432000 134512640 135395479 4287716640 4287714992 134580765 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 8480 8330 106 216 0 8262 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 33920

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31568
/proc/meminfo: memFree=27766928/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=35876 CPUtime=402.21 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 8907 0 0 0 40219 2 0 0 20 0 1 0 321741416 36737024 8825 33554432000 134512640 135395479 4287716640 4287714688 134584041 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 8969 8825 106 216 0 8751 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 35876

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 31568
/proc/meminfo: memFree=27765432/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=37720 CPUtime=462.2 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 9392 0 0 0 46218 2 0 0 20 0 1 0 321741416 38625280 9288 33554432000 134512640 135395479 4287716640 4287714512 134574480 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 9430 9288 106 216 0 9212 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 37720

[startup+522.3 s]
/proc/loadavg: 2.06 2.01 1.92 3/177 31568
/proc/meminfo: memFree=27759536/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=43508 CPUtime=522.19 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 10824 0 0 0 52217 2 0 0 20 0 1 0 321741416 44552192 10730 33554432000 134512640 135395479 4287716640 4287714512 134574480 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 10877 10730 106 216 0 10659 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 43508

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/177 31569
/proc/meminfo: memFree=27758928/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=43508 CPUtime=582.18 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 10824 0 0 0 58216 2 0 0 20 0 1 0 321741416 44552192 10730 33554432000 134512640 135395479 4287716640 4287714992 134581436 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 10877 10730 106 216 0 10659 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 43508

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/177 31620
/proc/meminfo: memFree=27651628/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=55596 CPUtime=822.14 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 13948 0 0 0 82211 3 0 0 20 0 1 0 321741416 56930304 13740 33554432000 134512640 135395479 4287716640 4287714512 134575244 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 13899 13740 106 216 0 13681 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 55596

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 31620
/proc/meminfo: memFree=27605920/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=55596 CPUtime=882.13 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 13950 0 0 0 88210 3 0 0 20 0 1 0 321741416 56930304 13741 33554432000 134512640 135395479 4287716640 4287714992 134580945 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 13899 13741 106 216 0 13681 0
Current children cumulated CPU time (s) 882.13
Current children cumulated vsize (KiB) 55596

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 31621
/proc/meminfo: memFree=27543480/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=55596 CPUtime=942.12 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 13950 0 0 0 94209 3 0 0 20 0 1 0 321741416 56930304 13741 33554432000 134512640 135395479 4287716640 4287714688 134584041 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 13899 13741 106 216 0 13681 0
Current children cumulated CPU time (s) 942.12
Current children cumulated vsize (KiB) 55596

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 31621
/proc/meminfo: memFree=27543332/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=55728 CPUtime=1002.11 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 13999 0 0 0 100208 3 0 0 20 0 1 0 321741416 57065472 13790 33554432000 134512640 135395479 4287716640 4287714512 134573795 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 13932 13790 106 216 0 13714 0
Current children cumulated CPU time (s) 1002.11
Current children cumulated vsize (KiB) 55728

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 31622
/proc/meminfo: memFree=27539332/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=59088 CPUtime=1062.1 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 14837 0 0 0 106207 3 0 0 20 0 1 0 321741416 60506112 14628 33554432000 134512640 135395479 4287716640 4287714512 134573890 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 14772 14628 106 216 0 14554 0
Current children cumulated CPU time (s) 1062.1
Current children cumulated vsize (KiB) 59088

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 31622
/proc/meminfo: memFree=27540084/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=58620 CPUtime=1122.09 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 14837 0 0 0 112206 3 0 0 20 0 1 0 321741416 60026880 14517 33554432000 134512640 135395479 4287716640 4287714992 134580938 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 14655 14517 106 216 0 14437 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 58620

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 31622
/proc/meminfo: memFree=27540088/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=58620 CPUtime=1182.08 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 14837 0 0 0 118205 3 0 0 20 0 1 0 321741416 60026880 14517 33554432000 134512640 135395479 4287716640 4287714992 134581488 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 14655 14517 106 216 0 14437 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 58620

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 31626
/proc/meminfo: memFree=27539712/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=58620 CPUtime=1242.07 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 14837 0 0 0 124204 3 0 0 20 0 1 0 321741416 60026880 14517 33554432000 134512640 135395479 4287716640 4287714512 134574544 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 14655 14517 106 216 0 14437 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 58620

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 31626
/proc/meminfo: memFree=27539844/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=58620 CPUtime=1302.07 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 14837 0 0 0 130204 3 0 0 20 0 1 0 321741416 60026880 14517 33554432000 134512640 135395479 4287716640 4287714512 134574480 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 14655 14517 106 216 0 14437 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 58620

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 31626
/proc/meminfo: memFree=27539844/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=58620 CPUtime=1362.05 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 14837 0 0 0 136202 3 0 0 20 0 1 0 321741416 60026880 14517 33554432000 134512640 135395479 4287716640 4287714512 134574474 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 14655 14517 106 216 0 14437 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 58620

[startup+1422.31 s]
/proc/loadavg: 2.04 2.01 1.93 3/177 31626
/proc/meminfo: memFree=27538168/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=60276 CPUtime=1422.05 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 15218 0 0 0 142202 3 0 0 20 0 1 0 321741416 61722624 14899 33554432000 134512640 135395479 4287716640 4287714512 134574480 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 15069 14899 106 216 0 14851 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 60276

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/177 31626
/proc/meminfo: memFree=27538720/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=60276 CPUtime=1482.03 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 15218 0 0 0 148200 3 0 0 20 0 1 0 321741416 61722624 14899 33554432000 134512640 135395479 4287716640 4287714512 134573863 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 15069 14899 106 216 0 14851 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 60276

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 31627
/proc/meminfo: memFree=27538844/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=60276 CPUtime=1542.03 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 15218 0 0 0 154200 3 0 0 20 0 1 0 321741416 61722624 14899 33554432000 134512640 135395479 4287716640 4287714992 134580959 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 15069 14899 106 216 0 14851 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 60276

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 31627
/proc/meminfo: memFree=27534384/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=60276 CPUtime=1602.02 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 15218 0 0 0 160199 3 0 0 20 0 1 0 321741416 61722624 14899 33554432000 134512640 135395479 4287716640 4287714992 134580959 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 15069 14899 106 216 0 14851 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 60276

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 1.94 3/177 31627
/proc/meminfo: memFree=27512932/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=63836 CPUtime=1662.01 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 16108 0 0 0 166198 3 0 0 20 0 1 0 321741416 65368064 15789 33554432000 134512640 135395479 4287716640 4287714512 134574489 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 15959 15789 106 216 0 15741 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 63836

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.94 3/177 31627
/proc/meminfo: memFree=27493836/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=69668 CPUtime=1721.99 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 17693 0 0 0 172196 3 0 0 20 0 1 0 321741416 71340032 17246 33554432000 134512640 135395479 4287716640 4287714512 134573845 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 17417 17246 106 216 0 17199 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 69668

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 1.94 3/177 31627
/proc/meminfo: memFree=27476740/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=71796 CPUtime=1781.98 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 18231 0 0 0 178195 3 0 0 20 0 1 0 321741416 73519104 17784 33554432000 134512640 135395479 4287716640 4287714992 134580947 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 17949 17784 106 216 0 17731 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 71796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 31628
/proc/meminfo: memFree=27475136/32873648 swapFree=7368/7368
[pid=31514] ppid=31512 vsize=71788 CPUtime=1800.08 cores=1,3,5,7
/proc/31514/stat : 31514 (minisat+) R 31512 31514 31158 0 -1 4202496 18231 0 0 0 180005 3 0 0 20 0 1 0 321741416 73510912 17784 33554432000 134512640 135395479 4287716640 4287714992 134580938 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/31514/statm: 17947 17784 106 216 0 17729 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 71788

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

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1800.06
CPU system time (s): 0.041993
CPU usage (%): 99.983
Max. virtual memory (cumulated for all children) (KiB): 71796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.06
system time used= 0.041993
maximum resident set size= 71140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18232
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= 29
involuntary context switches= 1934

runsolver used 3.2625 second user time and 8.60269 second system time

The end

Launcher Data

Begin job on node149 at 2012-06-01 15:09:33
IDJOB=3721380
IDBENCH=2600
IDSOLVER=2306
FILE ID=node149/3721380-1338556173
RUNJOBID= node149-1338552555-31175
PBS_JOBID= 14635835
Free space on /tmp= 71328 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721380-1338556173/watcher-3721380-1338556173 -o /tmp/evaluation-result-3721380-1338556173/solver-3721380-1338556173 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721380-1338556173.opb            

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

MD5SUM BENCH= a451a3aa708ebb54c76171e0e43da9df
RANDOM SEED=2029840619

node149.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.145
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.29
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.145
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	: 5331.91
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.145
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	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27747260 kB
Buffers:          665756 kB
Cached:          3518444 kB
SwapCached:         2468 kB
Active:          1583960 kB
Inactive:        2688768 kB
Active(anon):      71160 kB
Inactive(anon):     9368 kB
Active(file):    1512800 kB
Inactive(file):  2679400 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104892 kB
Dirty:              2356 kB
Writeback:             0 kB
AnonPages:         82744 kB
Mapped:            14676 kB
Shmem:                96 kB
Slab:             714052 kB
SReclaimable:     158460 kB
SUnreclaim:       555592 kB
KernelStack:        1456 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     194164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721380-1338556173.opb

Free space on /tmp at the end= 71324 MiB
End job on node149 at 2012-06-01 15:39:36