Trace number 3721261

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-5.opb
MD5SUM0973e03eb27089eff6bc20e630a3ba01
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13501
Number of constraints which are clauses13501
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.09/0.17	c Converting 13094 PB-constraints to clauses...
0.09/0.17	c   -- Unit propagations: pppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp
0.09/0.18	c   -- Detecting intervals from adjacent constraints: (none)
0.09/0.18	c   -- Clauses(.)/Splits(s): ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
0.09/0.19	c ==================================[MINISAT+]==================================
0.09/0.19	c | Conflicts | Original         | Learnt                           | Progress |
0.09/0.19	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.09/0.19	c ==============================================================================
0.09/0.19	c |         0 |    9827    24632 |    3275       0        0     nan |  0.000 % |
0.19/0.20	c |       101 |    9827    24632 |    3602     101     1262    12.5 | 24.906 % |
0.19/0.21	c |       251 |    9827    24632 |    3962     251     4441    17.7 | 24.906 % |
0.19/0.23	c |       477 |    9827    24632 |    4359     477     7614    16.0 | 24.906 % |
0.29/0.34	c |       815 |    9827    24632 |    4794     815    20329    24.9 | 24.906 % |
0.49/0.50	c |      1322 |    9827    24632 |    5274    1322    40427    30.6 | 24.906 % |
0.69/0.72	c |      2082 |    9827    24632 |    5801    2082    63698    30.6 | 24.906 % |
0.99/1.08	c |      3222 |    9827    24632 |    6382    3222    97933    30.4 | 24.906 % |
1.29/1.39	c |      4930 |    9817    24610 |    7020    4929   145871    29.6 | 24.969 % |
1.69/1.77	c |      7493 |    9817    24610 |    7722    7492   218722    29.2 | 24.969 % |
2.29/2.36	c |     11338 |    9817    24610 |    8494    6606   175949    26.6 | 24.969 % |
3.39/3.48	c |     17105 |    9817    24610 |    9343    7226   216638    30.0 | 24.969 % |
5.09/5.14	c |     25755 |    9817    24610 |   10278   10380   268045    25.8 | 24.969 % |
7.69/7.76	c |     38731 |    9817    24610 |   11306   11401   279773    24.5 | 24.969 % |
11.79/11.88	c |     58192 |    9817    24610 |   12436   11386   276094    24.2 | 24.969 % |
17.98/18.08	c |     87384 |    9817    24610 |   13680   12380   296703    24.0 | 24.969 % |
27.49/27.55	c |    131175 |    9817    24610 |   15048   10106   229761    22.7 | 24.969 % |
40.98/41.09	c |    196859 |    9817    24610 |   16553    8709   192780    22.1 | 24.969 % |
61.38/61.44	c |    295386 |    9817    24610 |   18208   16160   368525    22.8 | 24.969 % |
91.67/91.74	c |    443175 |    9817    24610 |   20029   14820   349214    23.6 | 24.969 % |
137.86/137.97	c |    664859 |    9817    24610 |   22032   19461   432185    22.2 | 24.969 % |
208.96/209.03	c |    997385 |    9817    24610 |   24235   20024   429038    21.4 | 24.969 % |
316.74/316.88	c |   1496173 |    9817    24610 |   26659   13351   270197    20.2 | 24.969 % |
477.32/477.47	c |   2244356 |    9817    24610 |   29325   14228   294509    20.7 | 24.969 % |
722.18/722.34	c |   3366632 |    9817    24610 |   32257   18786   375333    20.0 | 24.969 % |
1102.32/1102.57	c |   5050043 |    9817    24610 |   35483   30038   613657    20.4 | 24.969 % |
1628.14/1628.47	c |   7575159 |    9817    24610 |   39032   16837   349782    20.8 | 24.969 % |
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-3721261-1338554417/watcher-3721261-1338554417 -o /tmp/evaluation-result-3721261-1338554417/solver-3721261-1338554417 -C 1800 -W 1900 -M 15500 HOME/minisat+ HOME/instance-3721261-1338554417.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.00 1.69 3/177 8934
/proc/meminfo: memFree=31661548/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=2484 CPUtime=0 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 438 0 0 0 0 0 0 0 20 0 1 0 321566210 2543616 395 33554432000 134512640 135395479 4289234336 4289233196 135007481 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 621 395 68 216 0 403 0

[startup+0.072852 s]
/proc/loadavg: 1.99 2.00 1.69 3/177 8934
/proc/meminfo: memFree=31661548/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=3484 CPUtime=0.07 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 715 0 0 0 7 0 0 0 20 0 1 0 321566210 3567616 672 33554432000 134512640 135395479 4289234336 4289232620 134839070 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 871 673 75 216 0 653 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3484

[startup+0.100261 s]
/proc/loadavg: 1.99 2.00 1.69 3/177 8934
/proc/meminfo: memFree=31661548/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=4056 CPUtime=0.09 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 854 0 0 0 9 0 0 0 20 0 1 0 321566210 4153344 811 33554432000 134512640 135395479 4289234336 4289232748 135007481 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 1014 811 75 216 0 796 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4056

[startup+0.300227 s]
/proc/loadavg: 1.99 2.00 1.69 3/177 8934
/proc/meminfo: memFree=31661548/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=6044 CPUtime=0.29 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 1410 0 0 0 29 0 0 0 20 0 1 0 321566210 6189056 1329 33554432000 134512640 135395479 4289234336 4289232304 134579292 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 1511 1329 102 216 0 1293 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6044

[startup+0.700222 s]
/proc/loadavg: 1.99 2.00 1.69 3/177 8934
/proc/meminfo: memFree=31661548/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=6044 CPUtime=0.69 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 1410 0 0 0 69 0 0 0 20 0 1 0 321566210 6189056 1329 33554432000 134512640 135395479 4289234336 4289232688 134581284 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 1511 1329 102 216 0 1293 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6044

[startup+1.50023 s]
/proc/loadavg: 2.07 2.02 1.70 3/178 8935
/proc/meminfo: memFree=31655836/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=6044 CPUtime=1.49 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 1410 0 0 0 149 0 0 0 20 0 1 0 321566210 6189056 1329 33554432000 134512640 135395479 4289234336 4289232656 134572681 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 1511 1329 102 216 0 1293 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6044

[startup+3.10022 s]
/proc/loadavg: 2.07 2.02 1.70 3/178 8935
/proc/meminfo: memFree=31654720/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=6176 CPUtime=3.09 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 1440 0 0 0 309 0 0 0 20 0 1 0 321566210 6324224 1359 33554432000 134512640 135395479 4289234336 4289232304 134579241 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 1544 1359 102 216 0 1326 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6176

[startup+6.30022 s]
/proc/loadavg: 2.07 2.02 1.70 3/178 8935
/proc/meminfo: memFree=31651124/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=6436 CPUtime=6.29 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 1516 0 0 0 629 0 0 0 20 0 1 0 321566210 6590464 1435 33554432000 134512640 135395479 4289234336 4289232800 134588659 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 1609 1435 102 216 0 1391 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6436

[startup+12.7002 s]
/proc/loadavg: 2.06 2.02 1.70 3/178 8935
/proc/meminfo: memFree=31645520/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=6968 CPUtime=12.69 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 1622 0 0 0 1269 0 0 0 20 0 1 0 321566210 7135232 1541 33554432000 134512640 135395479 4289234336 4289232688 134580765 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 1742 1541 102 216 0 1524 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6968

[startup+25.5002 s]
/proc/loadavg: 2.05 2.01 1.70 3/178 8935
/proc/meminfo: memFree=31628688/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=7232 CPUtime=25.48 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 1701 0 0 0 2548 0 0 0 20 0 1 0 321566210 7405568 1620 33554432000 134512640 135395479 4289234336 4289232304 134580157 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 1808 1620 102 216 0 1590 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 7232

[startup+51.1002 s]
/proc/loadavg: 2.11 2.03 1.71 3/177 8935
/proc/meminfo: memFree=31613860/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=8112 CPUtime=51.08 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 1897 0 0 0 5108 0 0 0 20 0 1 0 321566210 8306688 1821 33554432000 134512640 135395479 4289234336 4289232688 134580970 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 2028 1821 102 216 0 1810 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8112

[startup+102.306 s]
/proc/loadavg: 2.04 2.02 1.73 3/177 8936
/proc/meminfo: memFree=31612484/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=8804 CPUtime=102.28 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 2089 0 0 0 10228 0 0 0 20 0 1 0 321566210 9015296 2013 33554432000 134512640 135395479 4289234336 4289232304 134575820 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 2201 2013 102 216 0 1983 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 8804

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 1.74 3/177 8936
/proc/meminfo: memFree=31601188/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=9396 CPUtime=162.26 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 2206 0 0 0 16226 0 0 0 20 0 1 0 321566210 9621504 2151 33554432000 134512640 135395479 4289234336 4289232688 134581426 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 2349 2151 102 216 0 2131 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 9396

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.75 3/177 8936
/proc/meminfo: memFree=31596352/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=9804 CPUtime=222.25 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 2314 0 0 0 22225 0 0 0 20 0 1 0 321566210 10039296 2259 33554432000 134512640 135395479 4289234336 4289232688 134581412 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 2451 2259 102 216 0 2233 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 9804

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.76 3/177 8936
/proc/meminfo: memFree=31589584/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=10144 CPUtime=282.24 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 2378 0 0 0 28224 0 0 0 20 0 1 0 321566210 10387456 2323 33554432000 134512640 135395479 4289234336 4289232688 134581451 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 2536 2323 102 216 0 2318 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 10144

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/177 8936
/proc/meminfo: memFree=31588592/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=10828 CPUtime=342.23 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 2537 0 0 0 34223 0 0 0 20 0 1 0 321566210 11087872 2482 33554432000 134512640 135395479 4289234336 4289232688 134581307 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 2707 2482 102 216 0 2489 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 10828

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/177 8937
/proc/meminfo: memFree=31587472/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=11128 CPUtime=402.23 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 2594 0 0 0 40222 1 0 0 20 0 1 0 321566210 11395072 2577 33554432000 134512640 135395479 4289234336 4289232688 134581426 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 2782 2577 102 216 0 2564 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 11128

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/177 8937
/proc/meminfo: memFree=31576560/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=11296 CPUtime=462.22 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 2625 0 0 0 46221 1 0 0 20 0 1 0 321566210 11567104 2608 33554432000 134512640 135395479 4289234336 4289232672 134581327 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 2824 2608 102 216 0 2606 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 11296

[startup+522.3 s]
/proc/loadavg: 2.05 2.01 1.82 3/177 8937
/proc/meminfo: memFree=31575868/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=11600 CPUtime=522.21 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 2700 0 0 0 52220 1 0 0 20 0 1 0 321566210 11878400 2683 33554432000 134512640 135395479 4289234336 4289232688 134581071 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 2900 2683 102 216 0 2682 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 11600

[startup+582.3 s]
/proc/loadavg: 2.02 2.01 1.82 3/177 8937
/proc/meminfo: memFree=31574752/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=11884 CPUtime=582.2 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 2755 0 0 0 58219 1 0 0 20 0 1 0 321566210 12169216 2738 33554432000 134512640 135395479 4289234336 4289232304 134576199 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 2971 2738 102 216 0 2753 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 11884

[startup+642.3 s]

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

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.85 3/177 8941
/proc/meminfo: memFree=31560480/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=12808 CPUtime=882.16 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 2955 0 0 0 88215 1 0 0 20 0 1 0 321566210 13115392 2938 33554432000 134512640 135395479 4289234336 4289232688 134580747 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3202 2938 102 216 0 2984 0
Current children cumulated CPU time (s) 882.16
Current children cumulated vsize (KiB) 12808

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/177 8941
/proc/meminfo: memFree=31546152/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=12808 CPUtime=942.15 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 2975 0 0 0 94214 1 0 0 20 0 1 0 321566210 13115392 2958 33554432000 134512640 135395479 4289234336 4289232688 134581463 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3202 2958 102 216 0 2984 0
Current children cumulated CPU time (s) 942.15
Current children cumulated vsize (KiB) 12808

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/176 8941
/proc/meminfo: memFree=31544972/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=12948 CPUtime=1002.14 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3011 0 0 0 100213 1 0 0 20 0 1 0 321566210 13258752 2994 33554432000 134512640 135395479 4289234336 4289232688 134580732 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3237 2994 102 216 0 3019 0
Current children cumulated CPU time (s) 1002.14
Current children cumulated vsize (KiB) 12948

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/177 8942
/proc/meminfo: memFree=31544344/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=13076 CPUtime=1062.13 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3018 0 0 0 106212 1 0 0 20 0 1 0 321566210 13389824 3001 33554432000 134512640 135395479 4289234336 4289232688 134580783 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3269 3001 102 216 0 3051 0
Current children cumulated CPU time (s) 1062.13
Current children cumulated vsize (KiB) 13076

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/177 8942
/proc/meminfo: memFree=31543412/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=13212 CPUtime=1122.12 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3072 0 0 0 112211 1 0 0 20 0 1 0 321566210 13529088 3109 33554432000 134512640 135395479 4289234336 4289232688 134581284 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3303 3109 102 216 0 3085 0
Current children cumulated CPU time (s) 1122.12
Current children cumulated vsize (KiB) 13212

[startup+1182.3 s]
/proc/loadavg: 2.03 2.01 1.89 3/177 8942
/proc/meminfo: memFree=31543164/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=13424 CPUtime=1182.11 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3094 0 0 0 118210 1 0 0 20 0 1 0 321566210 13746176 3131 33554432000 134512640 135395479 4289234336 4289232688 134581284 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3356 3131 102 216 0 3138 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 13424

[startup+1242.3 s]
/proc/loadavg: 2.01 2.01 1.89 3/178 8945
/proc/meminfo: memFree=31542164/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=13424 CPUtime=1242.1 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3099 0 0 0 124209 1 0 0 20 0 1 0 321566210 13746176 3136 33554432000 134512640 135395479 4289234336 4289232208 134573863 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3356 3136 102 216 0 3138 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 13424

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.90 3/178 8967
/proc/meminfo: memFree=31534600/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=13424 CPUtime=1302.1 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3100 0 0 0 130209 1 0 0 20 0 1 0 321566210 13746176 3137 33554432000 134512640 135395479 4289234336 4289232304 134575787 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3356 3137 102 216 0 3138 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 13424

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 8968
/proc/meminfo: memFree=31530940/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=13796 CPUtime=1362.08 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3183 0 0 0 136207 1 0 0 20 0 1 0 321566210 14127104 3220 33554432000 134512640 135395479 4289234336 4289232592 134568472 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3449 3220 102 216 0 3231 0
Current children cumulated CPU time (s) 1362.08
Current children cumulated vsize (KiB) 13796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 8968
/proc/meminfo: memFree=31530568/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=14012 CPUtime=1422.08 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3232 0 0 0 142207 1 0 0 20 0 1 0 321566210 14348288 3269 33554432000 134512640 135395479 4289234336 4289232640 134580372 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3503 3269 102 216 0 3285 0
Current children cumulated CPU time (s) 1422.08
Current children cumulated vsize (KiB) 14012

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 8968
/proc/meminfo: memFree=31530072/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=14548 CPUtime=1482.06 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3347 0 0 0 148205 1 0 0 20 0 1 0 321566210 14897152 3384 33554432000 134512640 135395479 4289234336 4289232688 134581436 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3637 3384 102 216 0 3419 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 14548

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 8968
/proc/meminfo: memFree=31516920/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=14728 CPUtime=1542.05 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3384 0 0 0 154204 1 0 0 20 0 1 0 321566210 15081472 3421 33554432000 134512640 135395479 4289234336 4289232688 134581028 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3682 3421 102 216 0 3464 0
Current children cumulated CPU time (s) 1542.05
Current children cumulated vsize (KiB) 14728

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 8968
/proc/meminfo: memFree=31517044/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=14728 CPUtime=1602.05 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3385 0 0 0 160204 1 0 0 20 0 1 0 321566210 15081472 3422 33554432000 134512640 135395479 4289234336 4289232688 134580765 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3682 3422 102 216 0 3464 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 14728

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/177 8969
/proc/meminfo: memFree=31516048/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=15048 CPUtime=1662.04 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3474 0 0 0 166203 1 0 0 20 0 1 0 321566210 15409152 3511 33554432000 134512640 135395479 4289234336 4289232304 134579235 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3762 3511 102 216 0 3544 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 15048

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/177 8969
/proc/meminfo: memFree=31515180/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=15300 CPUtime=1722.03 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3525 0 0 0 172202 1 0 0 20 0 1 0 321566210 15667200 3562 33554432000 134512640 135395479 4289234336 4289232304 134576190 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3825 3562 102 216 0 3607 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 15300

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/177 8969
/proc/meminfo: memFree=31514496/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=15476 CPUtime=1782.02 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3562 0 0 0 178201 1 0 0 20 0 1 0 321566210 15847424 3660 33554432000 134512640 135395479 4289234336 4289232688 134580854 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3869 3660 102 216 0 3651 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 15476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.00 2.00 1.91 2/176 8973
/proc/meminfo: memFree=31656104/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=15656 CPUtime=1800.02 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3596 0 0 0 180001 1 0 0 20 0 1 0 321566210 16031744 3694 33554432000 134512640 135395479 4289234336 4289232656 134573398 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3914 3694 102 216 0 3696 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 15656

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 2.00 1.91 2/176 8973
/proc/meminfo: memFree=31656104/32873844 swapFree=7900/7900
[pid=8934] ppid=8932 vsize=15656 CPUtime=1800.02 cores=0,2,4,6
/proc/8934/stat : 8934 (minisat+) R 8932 8934 8567 0 -1 4202496 3596 0 0 0 180001 1 0 0 20 0 1 0 321566210 16031744 3694 33554432000 134512640 135395479 4289234336 4289232656 134573398 0 0 4096 16386 0 0 0 17 4 0 0 0 0 0
/proc/8934/statm: 3914 3694 102 216 0 3696 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 15656

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

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

runsolver used 3.06053 second user time and 8.33473 second system time

The end

Launcher Data

Begin job on node137 at 2012-06-01 14:40:17
IDJOB=3721261
IDBENCH=2167
IDSOLVER=2306
FILE ID=node137/3721261-1338554417
RUNJOBID= node137-1338552591-8583
PBS_JOBID= 14635883
Free space on /tmp= 70696 MiB

SOLVER NAME= minisat+ 1.14
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-5.opb
COMMAND LINE= HOME/minisat+ BENCHNAME            
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3721261-1338554417/watcher-3721261-1338554417 -o /tmp/evaluation-result-3721261-1338554417/solver-3721261-1338554417 -C 1800 -W 1900 -M 15500  HOME/minisat+ HOME/instance-3721261-1338554417.opb            

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

MD5SUM BENCH= 0973e03eb27089eff6bc20e630a3ba01
RANDOM SEED=84230613

node137.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.600
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.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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.600
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.600
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.600
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.600
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.90
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.600
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.600
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:       32873844 kB
MemFree:        31662372 kB
Buffers:           99224 kB
Cached:           288740 kB
SwapCached:         5796 kB
Active:           194424 kB
Inactive:         212676 kB
Active(anon):      14596 kB
Inactive(anon):     7184 kB
Active(file):     179828 kB
Inactive(file):   205492 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67097500 kB
Dirty:              5096 kB
Writeback:             0 kB
AnonPages:         22424 kB
Mapped:             9492 kB
Shmem:                 0 kB
Slab:             665884 kB
SReclaimable:     106644 kB
SUnreclaim:       559240 kB
KernelStack:        1416 kB
PageTables:         3812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     138456 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

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-3721261-1338554417.opb

Free space on /tmp at the end= 70696 MiB
End job on node137 at 2012-06-01 15:10:19