Trace number 3722727

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
PB12: minisatp 1.0-2-g022594c? (TO) 1800.09 1800.41

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-31-30.opb
MD5SUM583fb36c9cf948cc03f361dd87435bdd
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.018996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables930
Total number of constraints61
Number of constraints which are clauses31
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 constraint31
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 32
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.00	c Converting 61 PB-constraints to clauses...
0.00/0.00	c   -- Unit propagations: (none)
0.00/0.00	c   -- Detecting intervals from adjacent constraints: (none)
0.00/0.00	c   -- Clauses(.)/Splits(s): ...............................
0.00/0.00	c ---[  29]---> BDD-cost:   59
0.00/0.00	c ---[  28]---> BDD-cost:   59
0.00/0.00	c ---[  27]---> BDD-cost:   59
0.00/0.00	c ---[  26]---> BDD-cost:   59
0.00/0.00	c ---[  25]---> BDD-cost:   59
0.00/0.00	c ---[  24]---> BDD-cost:   59
0.00/0.00	c ---[  23]---> BDD-cost:   59
0.00/0.00	c ---[  22]---> BDD-cost:   59
0.00/0.00	c ---[  21]---> BDD-cost:   59
0.00/0.00	c ---[  20]---> BDD-cost:   59
0.00/0.00	c ---[  19]---> BDD-cost:   59
0.00/0.00	c ---[  18]---> BDD-cost:   59
0.00/0.00	c ---[  17]---> BDD-cost:   59
0.00/0.00	c ---[  16]---> BDD-cost:   59
0.00/0.00	c ---[  15]---> BDD-cost:   59
0.00/0.00	c ---[  14]---> BDD-cost:   59
0.00/0.00	c ---[  13]---> BDD-cost:   59
0.00/0.00	c ---[  12]---> BDD-cost:   59
0.00/0.00	c ---[  11]---> BDD-cost:   59
0.00/0.00	c ---[  10]---> BDD-cost:   59
0.00/0.00	c ---[   9]---> BDD-cost:   59
0.00/0.00	c ---[   8]---> BDD-cost:   59
0.00/0.00	c ---[   7]---> BDD-cost:   59
0.00/0.00	c ---[   6]---> BDD-cost:   59
0.00/0.00	c ---[   5]---> BDD-cost:   59
0.00/0.00	c ---[   4]---> BDD-cost:   59
0.00/0.00	c ---[   3]---> BDD-cost:   59
0.00/0.00	c ---[   2]---> BDD-cost:   59
0.00/0.00	c ---[   1]---> BDD-cost:   59
0.00/0.00	c ---[   0]---> BDD-cost:   59
0.00/0.00	c ==================================[MINISAT+]==================================
0.00/0.00	c | Conflicts | Original         | Learnt                           | Progress |
0.00/0.00	c |           | Clauses Literals |     Max Clauses Literals     LPC |          |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    4411    12330 |    1470       0        0    -nan |  0.000 % |
0.00/0.00	c |       101 |    4411    12330 |    1617     101    12328   122.1 |  1.111 % |
0.00/0.01	c |       252 |    4411    12330 |    1778     252    33253   132.0 |  1.111 % |
0.00/0.02	c |       481 |    4411    12330 |    1956     481    68696   142.8 |  1.111 % |
0.00/0.03	c |       820 |    4411    12330 |    2152     820   115978   141.4 |  1.111 % |
0.00/0.06	c |      1326 |    4411    12330 |    2367    1326   209724   158.2 |  1.111 % |
0.00/0.11	c |      2089 |    4411    12330 |    2604    2089   387220   185.4 |  1.112 % |
0.00/0.21	c |      3228 |    4411    12330 |    2864    3228   750434   232.5 |  1.112 % |
0.00/0.36	c |      4936 |    4411    12330 |    3151    3322  1067433   321.3 |  1.111 % |
0.00/0.57	c |      7499 |    4411    12330 |    3466    4224  1174690   278.1 |  1.111 % |
0.00/0.87	c |     11345 |    4411    12330 |    3812    3225   619390   192.1 |  1.111 % |
1.29/1.32	c |     17113 |    4411    12330 |    4194    3226   756081   234.4 |  1.111 % |
2.39/2.40	c |     25763 |    4411    12330 |    4613    5646  1779315   315.1 |  1.111 % |
3.59/3.68	c |     38737 |    4411    12330 |    5074    3969   869700   219.1 |  1.111 % |
5.49/5.59	c |     58198 |    4411    12330 |    5582    5292  1058371   200.0 |  1.111 % |
9.28/9.32	c |     87390 |    4411    12330 |    6140    4189  1044752   249.4 |  1.111 % |
15.69/15.78	c |    131181 |    4411    12330 |    6754    4157  1456112   350.3 |  1.111 % |
25.89/25.98	c |    196866 |    4411    12330 |    7430    5921  2624017   443.2 |  1.111 % |
38.39/38.47	c |    295392 |    4411    12330 |    8173    7323  2161036   295.1 |  1.111 % |
59.68/59.77	c |    443183 |    4411    12330 |    8990    9259  2514731   271.6 |  1.111 % |
92.67/92.71	c |    664867 |    4411    12330 |    9889    6198  1672585   269.9 |  1.111 % |
143.45/143.59	c |    997392 |    4411    12330 |   10878    8301  2671180   321.8 |  1.111 % |
223.53/223.68	c |   1496181 |    4411    12330 |   11966   11060  3069846   277.6 |  1.112 % |
359.11/359.29	c |   2244364 |    4411    12330 |   13162   11532  3406393   295.4 |  1.111 % |
536.98/537.16	c |   3366640 |    4411    12330 |   14479    8848  2345960   265.1 |  1.111 % |
831.73/831.91	c |   5050055 |    4411    12330 |   15927   10637  2956676   278.0 |  1.111 % |
1299.45/1299.75	c |   7575173 |    4411    12330 |   17519   15801  4843398   306.5 |  1.111 % |
1800.07/1800.40	c 
1800.07/1800.40	c *** TERMINATED ***
1800.07/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-3722727-1338572288/watcher-3722727-1338572288 -o /tmp/evaluation-result-3722727-1338572288/solver-3722727-1338572288 -C 1800 -W 1900 -M 15500 minisat+_script HOME/instance-3722727-1338572288.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.84 1.97 1.90 3/177 14365
/proc/meminfo: memFree=31097708/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0

[startup+0.046085 s]
/proc/loadavg: 1.84 1.97 1.90 3/177 14365
/proc/meminfo: memFree=31097708/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100215 s]
/proc/loadavg: 1.84 1.97 1.90 3/177 14365
/proc/meminfo: memFree=31097708/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300183 s]
/proc/loadavg: 1.84 1.97 1.90 3/177 14365
/proc/meminfo: memFree=31097708/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700126 s]
/proc/loadavg: 1.84 1.97 1.90 3/177 14365
/proc/meminfo: memFree=31097708/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 1.84 1.97 1.90 3/179 14370
/proc/meminfo: memFree=31079580/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=9556 CPUtime=1.49 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 2223 0 0 0 149 0 0 0 20 0 1 0 323354790 9785344 2179 33554432000 4194304 5276501 140733660225200 140733660223448 4633200 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 2389 2179 116 265 0 2121 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18704

[startup+3.10022 s]
/proc/loadavg: 1.84 1.97 1.90 3/179 14370
/proc/meminfo: memFree=31065312/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=11972 CPUtime=3.09 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 2826 0 0 0 309 0 0 0 20 0 1 0 323354790 12259328 2782 33554432000 4194304 5276501 140733660225200 140733660223496 4394737 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 2993 2782 116 265 0 2725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21120

[startup+6.30022 s]
/proc/loadavg: 1.85 1.97 1.90 3/179 14370
/proc/meminfo: memFree=31034200/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=13724 CPUtime=6.29 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 3245 0 0 0 629 0 0 0 20 0 1 0 323354790 14053376 3201 33554432000 4194304 5276501 140733660225200 140733660223192 4399904 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 3431 3201 116 265 0 3163 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22872

[startup+12.7002 s]
/proc/loadavg: 1.86 1.97 1.90 3/179 14370
/proc/meminfo: memFree=30995352/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=21296 CPUtime=12.69 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 5125 0 0 0 1268 1 0 0 20 0 1 0 323354790 21807104 5081 33554432000 4194304 5276501 140733660225200 140733660223192 4390912 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 5324 5081 116 265 0 5056 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30444

[startup+25.5003 s]
/proc/loadavg: 1.89 1.97 1.90 3/179 14370
/proc/meminfo: memFree=30942040/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=29916 CPUtime=25.49 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 7276 0 0 0 2548 1 0 0 20 0 1 0 323354790 30633984 7232 33554432000 4194304 5276501 140733660225200 140733660223192 4399989 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 7479 7232 116 265 0 7211 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39064

[startup+51.1002 s]
/proc/loadavg: 1.93 1.97 1.90 3/179 14370
/proc/meminfo: memFree=30940524/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=31504 CPUtime=51.08 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 7677 0 0 0 5107 1 0 0 20 0 1 0 323354790 32260096 7607 33554432000 4194304 5276501 140733660225200 140733660223384 4396504 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 7876 7607 116 265 0 7608 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40652

[startup+102.307 s]
/proc/loadavg: 2.01 1.99 1.91 3/179 14370
/proc/meminfo: memFree=30905108/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=39428 CPUtime=102.28 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 9542 0 0 0 10226 2 0 0 20 0 1 0 323354790 40374272 9472 33554432000 4194304 5276501 140733660225200 140733660223384 4399937 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 9857 9472 116 265 0 9589 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 48576

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/180 14374
/proc/meminfo: memFree=30869560/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=46420 CPUtime=162.24 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 11337 0 0 0 16222 2 0 0 20 0 1 0 323354790 47534080 11330 33554432000 4194304 5276501 140733660225200 140733660223384 4399918 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 11605 11330 116 265 0 11337 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 55568

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 14374
/proc/meminfo: memFree=30857080/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=49020 CPUtime=222.23 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 11924 0 0 0 22221 2 0 0 20 0 1 0 323354790 50196480 11917 33554432000 4194304 5276501 140733660225200 140733660223192 4399904 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 12255 11917 116 265 0 11987 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 58168

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 14374
/proc/meminfo: memFree=30848424/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=56816 CPUtime=282.23 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 13796 0 0 0 28220 3 0 0 20 0 1 0 323354790 58179584 13797 33554432000 4194304 5276501 140733660225200 140733660223384 4399904 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 14204 13797 116 265 0 13936 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 65964

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 14374
/proc/meminfo: memFree=30837296/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=58404 CPUtime=342.21 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 14200 0 0 0 34218 3 0 0 20 0 1 0 323354790 59805696 14350 33554432000 4194304 5276501 140733660225200 140733660223496 4400020 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 14601 14350 116 265 0 14333 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 67552

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 1.91 3/179 14374
/proc/meminfo: memFree=30815224/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=96116 CPUtime=1062.09 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 23710 0 0 0 106204 5 0 0 20 0 1 0 323354790 98422784 23761 33554432000 4194304 5276501 140733660225200 140733660223192 4399937 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 24029 23761 116 265 0 23761 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 105264

[startup+1122.3 s]
/proc/loadavg: 2.05 2.00 1.92 3/179 14381
/proc/meminfo: memFree=30643576/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=96116 CPUtime=1122.08 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 23710 0 0 0 112203 5 0 0 20 0 1 0 323354790 98422784 23761 33554432000 4194304 5276501 140733660225200 140733660223192 4395531 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 24029 23761 116 265 0 23761 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 105264

[startup+1182.3 s]
/proc/loadavg: 2.02 2.00 1.92 3/179 14381
/proc/meminfo: memFree=30643520/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=96116 CPUtime=1182.07 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 23711 0 0 0 118202 5 0 0 20 0 1 0 323354790 98422784 23762 33554432000 4194304 5276501 140733660225200 140733660223192 4395096 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 24029 23762 116 265 0 23761 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 105264

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 14381
/proc/meminfo: memFree=30642460/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=96116 CPUtime=1242.06 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 23719 0 0 0 124201 5 0 0 20 0 1 0 323354790 98422784 23767 33554432000 4194304 5276501 140733660225200 140733660223192 4399962 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 24029 23767 116 265 0 23761 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 105264

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 14381
/proc/meminfo: memFree=30643260/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=96188 CPUtime=1302.05 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 23724 0 0 0 130200 5 0 0 20 0 1 0 323354790 98496512 23772 33554432000 4194304 5276501 140733660225200 140733660223336 4399918 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 24047 23772 117 265 0 23779 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 105336

[startup+1362.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/179 14384
/proc/meminfo: memFree=30628408/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=111352 CPUtime=1362.03 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 27443 0 0 0 136198 5 0 0 20 0 1 0 323354790 114024448 27491 33554432000 4194304 5276501 140733660225200 140733660223192 4400032 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 27838 27491 117 265 0 27570 0
Current children cumulated CPU time (s) 1362.03
Current children cumulated vsize (KiB) 120500

[startup+1422.31 s]
/proc/loadavg: 2.01 2.01 1.92 3/180 14408
/proc/meminfo: memFree=30627924/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=111508 CPUtime=1422.03 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 27540 0 0 0 142198 5 0 0 20 0 1 0 323354790 114184192 27568 33554432000 4194304 5276501 140733660225200 140733660223496 4399918 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 27877 27568 117 265 0 27609 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 120656

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 14408
/proc/meminfo: memFree=30627312/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=112240 CPUtime=1482.02 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 27787 0 0 0 148197 5 0 0 20 0 1 0 323354790 114933760 27725 33554432000 4194304 5276501 140733660225200 140733660223432 4399937 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 28060 27725 117 265 0 27792 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 121388

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/179 14408
/proc/meminfo: memFree=30627048/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=112240 CPUtime=1542 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 27804 0 0 0 154195 5 0 0 20 0 1 0 323354790 114933760 27754 33554432000 4194304 5276501 140733660225200 140733660223432 4399937 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 28060 27754 117 265 0 27792 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 121388

[startup+1602.3 s]
/proc/loadavg: 2.05 2.01 1.93 3/179 14408
/proc/meminfo: memFree=30626488/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=113152 CPUtime=1601.99 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 27986 0 0 0 160194 5 0 0 20 0 1 0 323354790 115867648 27928 33554432000 4194304 5276501 140733660225200 140733660223496 4399918 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 28288 27928 117 265 0 28020 0
Current children cumulated CPU time (s) 1601.99
Current children cumulated vsize (KiB) 122300

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/179 14408
/proc/meminfo: memFree=30625996/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=113200 CPUtime=1661.98 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 28135 0 0 0 166193 5 0 0 20 0 1 0 323354790 115916800 27950 33554432000 4194304 5276501 140733660225200 140733660223496 4399918 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 28300 27950 117 265 0 28032 0
Current children cumulated CPU time (s) 1661.98
Current children cumulated vsize (KiB) 122348

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14409
/proc/meminfo: memFree=30610248/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=113344 CPUtime=1721.97 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 28161 0 0 0 172192 5 0 0 20 0 1 0 323354790 116064256 27976 33554432000 4194304 5276501 140733660225200 140733660223432 4399918 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 28336 27976 117 265 0 28068 0
Current children cumulated CPU time (s) 1721.97
Current children cumulated vsize (KiB) 122492

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 14409
/proc/meminfo: memFree=30555200/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=114352 CPUtime=1781.96 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 28520 0 0 0 178191 5 0 0 20 0 1 0 323354790 117096448 28157 33554432000 4194304 5276501 140733660225200 140733660223496 4399937 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 28588 28157 117 265 0 28320 0
Current children cumulated CPU time (s) 1781.96
Current children cumulated vsize (KiB) 123500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.93 3/175 14438
/proc/meminfo: memFree=30985508/32873648 swapFree=7628/7628
[pid=14365] ppid=14363 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/14365/stat : 14365 (minisat+_script) S 14363 14365 12108 0 -1 4202496 383 553 0 0 0 0 0 0 20 0 1 0 323354790 9367552 277 33554432000 4194304 5064252 140736954544352 140736954543264 217410332238 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/14365/statm: 2287 277 236 213 0 72 0
[pid=14369] ppid=14365 vsize=114352 CPUtime=1800.07 cores=1,3,5,7
/proc/14369/stat : 14369 (minisat+_64-bit) R 14365 14365 12108 0 -1 4202496 28523 0 0 0 180002 5 0 0 20 0 1 0 323354790 117096448 28160 33554432000 4194304 5276501 140733660225200 140733660223496 4625312 0 0 4096 16386 0 0 0 17 5 0 0 0 0 0
/proc/14369/statm: 28588 28160 117 265 0 28320 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 123500

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1800.02
CPU system time (s): 0.06399
CPU usage (%): 99.9821
Max. virtual memory (cumulated for all children) (KiB): 124292

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

runsolver used 3.33349 second user time and 8.77567 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-01 19:38:08
IDJOB=3722727
IDBENCH=2583
IDSOLVER=2307
FILE ID=node122/3722727-1338572288
RUNJOBID= node122-1338570484-14148
PBS_JOBID= 14635893
Free space on /tmp= 71312 MiB

SOLVER NAME= minisatp 1.0-2-g022594c
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-31-30.opb
COMMAND LINE= minisat+_script BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3722727-1338572288/watcher-3722727-1338572288 -o /tmp/evaluation-result-3722727-1338572288/solver-3722727-1338572288 -C 1800 -W 1900 -M 15500  minisat+_script HOME/instance-3722727-1338572288.opb

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

MD5SUM BENCH= 583fb36c9cf948cc03f361dd87435bdd
RANDOM SEED=931677791

node122.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.533
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.06
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.533
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.533
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.04
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.533
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.533
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.533
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.54
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.533
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.533
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:        31098716 kB
Buffers:           94504 kB
Cached:           906780 kB
SwapCached:         1824 kB
Active:           153544 kB
Inactive:         858016 kB
Active(anon):      10504 kB
Inactive(anon):     1928 kB
Active(file):     143040 kB
Inactive(file):   856088 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100084 kB
Dirty:              4876 kB
Writeback:             0 kB
AnonPages:         16280 kB
Mapped:             9276 kB
Shmem:                 0 kB
Slab:             623852 kB
SReclaimable:      67828 kB
SUnreclaim:       556024 kB
KernelStack:        1424 kB
PageTables:         3748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     134236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71308 MiB
End job on node122 at 2012-06-01 20:08:08