Trace number 1731406

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
IUT_BMB_SAT 1.0UNSAT 1096.69 1097.15

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
MD5SUMd8fa78c834564753f42ad3a5aaefa23a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark256.362
Satisfiable
(Un)Satisfiability was proved
Number of variables796
Number of clauses10039
Sum of the clauses size30316
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 39840
Number of clauses of size 4199
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.07/0.08	c WARNING: for repeatability, setting FPU to use double precision
0.07/0.08	c ============================[ Problem Statistics ]=============================
0.07/0.08	c |                                                                             |
0.07/0.08	c |  Number of variables:  796                                                  |
0.07/0.08	c |  Number of clauses:    10039                                                |
0.07/0.09	c |  Parsing time:         0.01         s                                       |
0.07/0.15	c ============================[ Search Statistics ]==============================
0.07/0.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.07/0.15	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.07/0.15	c ===============================================================================
0.07/0.15	c |         0 |     597     9840    32922 |     3280        0    nan |  0.000 % |
0.07/0.16	c |       101 |     597     9840    32922 |     3608      101     15 |  0.000 % |
0.07/0.17	c |       252 |     597     9840    32922 |     3968      252     18 |  0.000 % |
0.07/0.18	c |       478 |     597     9840    32922 |     4365      478     19 |  0.000 % |
0.07/0.20	c |       815 |     597     9840    32922 |     4802      815     19 |  0.000 % |
0.07/0.24	c |      1321 |     597     9840    32922 |     5282     1321     19 |  0.000 % |
0.07/0.31	c |      2081 |     597     9840    32922 |     5810     2081     19 |  0.000 % |
0.07/0.41	c |      3220 |     597     9840    32922 |     6391     3220     18 |  0.000 % |
0.07/0.57	c |      4928 |     597     9840    32922 |     7030     4928     18 |  0.000 % |
0.07/0.87	c |      7491 |     597     9840    32922 |     7734     3944     15 |  0.000 % |
1.18/1.27	c |     11335 |     597     9840    32922 |     8507     7788     16 |  0.000 % |
1.88/1.93	c |     17102 |     597     9840    32922 |     9358     5004     17 |  0.000 % |
2.88/2.99	c |     25751 |     597     9840    32922 |    10294     8950     18 |  0.000 % |
4.58/4.62	c |     38725 |     597     9840    32922 |    11323     6423     17 |  0.000 % |
7.08/7.10	c |     58186 |     597     9840    32922 |    12455     8827     18 |  0.000 % |
11.38/11.43	c |     87378 |     597     9840    32922 |    13701     6763     18 |  0.000 % |
17.97/18.00	c |    131168 |     597     9840    32922 |    15071     9309     17 |  0.000 % |
28.97/29.03	c |    196852 |     597     9840    32922 |    16578    14527     18 |  0.000 % |
45.66/45.75	c |    295379 |     597     9840    32922 |    18236    13312     18 |  0.000 % |
72.45/72.59	c |    443168 |     597     9840    32922 |    20060    14857     20 |  0.000 % |
117.33/117.48	c |    664851 |     597     9840    32922 |    22066    15380     17 |  0.001 % |
186.01/186.17	c |    997377 |     597     9840    32922 |    24272    16246     19 |  0.000 % |
295.66/295.89	c |   1496165 |     596     9780    32732 |    26700    22616     20 |  0.126 % |
479.67/479.93	c |   2244347 |     595     9708    32504 |    29370    16957     18 |  0.251 % |
761.57/761.93	c |   3366621 |     594     9648    32314 |    32307    23481     16 |  0.378 % |
1096.62/1097.14	c ===============================================================================
1096.62/1097.14	c restarts              : 25
1096.62/1097.14	c conflicts             : 4617546        (4211 /sec)
1096.62/1097.14	c decisions             : 4955681        (1.74 % random) (4519 /sec)
1096.62/1097.14	c propagations          : 409183415      (373146 /sec)
1096.62/1097.14	c conflict literals     : 87124894       (35.50 % deleted)
1096.62/1097.14	c Memory used           : 9.14 MB
1096.62/1097.14	c CPU time              : 1096.58 s
1096.62/1097.14	
1096.62/1097.14	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1731406-1240770246/watcher-1731406-1240770246 -o /tmp/evaluation-result-1731406-1240770246/solver-1731406-1240770246 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1731406-1240770246.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25506
/proc/meminfo: memFree=1649648/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1556 CPUtime=0
/proc/25506/stat : 25506 (IUT_BMB_SAT) R 25504 25506 25253 0 -1 4194304 198 0 0 0 0 0 0 0 18 0 1 0 105052653 1593344 181 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/25506/statm: 389 182 97 274 0 112 0

[startup+0.0746589 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25506
/proc/meminfo: memFree=1649648/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) R 25504 25506 25253 0 -1 4194304 300 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 283 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/25506/statm: 488 283 99 274 0 211 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1952

[startup+0.101661 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25506
/proc/meminfo: memFree=1649648/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1952

[startup+0.301678 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25506
/proc/meminfo: memFree=1649648/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1952

[startup+0.701713 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 25506
/proc/meminfo: memFree=1649648/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1952

[startup+1.50179 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 25509
/proc/meminfo: memFree=1646680/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=3592 CPUtime=1.41
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 632 0 0 0 141 0 0 0 25 0 1 0 105052661 3678208 574 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 898 574 84 178 0 718 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10900

[startup+3.10293 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 25509
/proc/meminfo: memFree=1646360/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=3856 CPUtime=3.01
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 705 0 0 0 301 0 0 0 25 0 1 0 105052661 3948544 647 1992294400 134512640 135243223 4294956304 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 964 647 84 178 0 784 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 11164

[startup+6.30122 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 25509
/proc/meminfo: memFree=1645784/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=4120 CPUtime=6.21
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 759 0 0 0 621 0 0 0 25 0 1 0 105052661 4218880 701 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 1030 701 84 178 0 850 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 11428

[startup+12.7028 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 25509
/proc/meminfo: memFree=1645336/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=4560 CPUtime=12.61
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 862 0 0 0 1261 0 0 0 25 0 1 0 105052661 4669440 804 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 1140 804 84 178 0 960 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 11868

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 25509
/proc/meminfo: memFree=1644952/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=4968 CPUtime=25.4
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 964 0 0 0 2540 0 0 0 25 0 1 0 105052661 5087232 906 1992294400 134512640 135243223 4294956304 18446744073709551615 134555560 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 1242 906 84 178 0 1062 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 12276

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 25509
/proc/meminfo: memFree=1644568/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=5464 CPUtime=50.99
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 1065 0 0 0 5099 0 0 0 25 0 1 0 105052661 5595136 1007 1992294400 134512640 135243223 4294956304 18446744073709551615 134555771 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 1366 1007 84 178 0 1186 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 12772

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 25509
/proc/meminfo: memFree=1643864/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=6012 CPUtime=102.17
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 1205 0 0 0 10217 0 0 0 25 0 1 0 105052661 6156288 1147 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 1503 1147 84 178 0 1323 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 13320

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25509
/proc/meminfo: memFree=1643160/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=6544 CPUtime=162.15
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 1364 0 0 0 16214 1 0 0 25 0 1 0 105052661 6701056 1306 1992294400 134512640 135243223 4294956304 18446744073709551615 134555655 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 1636 1306 84 178 0 1456 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 13852

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25509
/proc/meminfo: memFree=1642904/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=6840 CPUtime=222.12
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 1430 0 0 0 22211 1 0 0 25 0 1 0 105052661 7004160 1372 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 1710 1372 84 178 0 1530 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 14148

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 25509
/proc/meminfo: memFree=1642648/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0

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

/proc/25509/statm: 2271 1906 84 178 0 2091 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 16392

[startup+882.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 25511
/proc/meminfo: memFree=1640152/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=9216 CPUtime=881.84
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 1974 0 0 0 88182 2 0 0 25 0 1 0 105052661 9437184 1916 1992294400 134512640 135243223 4294956304 18446744073709551615 134565161 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 2304 1916 84 178 0 2124 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 16524

[startup+942.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 25511
/proc/meminfo: memFree=1640152/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=9216 CPUtime=941.82
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 1979 0 0 0 94180 2 0 0 25 0 1 0 105052661 9437184 1921 1992294400 134512640 135243223 4294956304 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 2304 1921 84 178 0 2124 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 16524

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25511
/proc/meminfo: memFree=1640152/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=9216 CPUtime=1001.8
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 1996 0 0 0 100178 2 0 0 25 0 1 0 105052661 9437184 1938 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 2304 1938 84 178 0 2124 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 16524

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25511
/proc/meminfo: memFree=1640152/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=9352 CPUtime=1061.76
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 2010 0 0 0 106174 2 0 0 25 0 1 0 105052661 9576448 1952 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 2338 1952 84 178 0 2158 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 16660

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

[startup+1075.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25511
/proc/meminfo: memFree=1640152/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=9352 CPUtime=1074.56
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 2017 0 0 0 107454 2 0 0 25 0 1 0 105052661 9576448 1959 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 2338 1959 84 178 0 2158 0
Current children cumulated CPU time (s) 1074.63
Current children cumulated vsize (KiB) 16660

[startup+1087.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25511
/proc/meminfo: memFree=1640152/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=9352 CPUtime=1087.36
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 2017 0 0 0 108734 2 0 0 25 0 1 0 105052661 9576448 1959 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 2338 1959 84 178 0 2158 0
Current children cumulated CPU time (s) 1087.43
Current children cumulated vsize (KiB) 16660

[startup+1091.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25511
/proc/meminfo: memFree=1640152/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=9352 CPUtime=1090.56
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 2017 0 0 0 109054 2 0 0 25 0 1 0 105052661 9576448 1959 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 2338 1959 84 178 0 2158 0
Current children cumulated CPU time (s) 1090.63
Current children cumulated vsize (KiB) 16660

[startup+1094.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25511
/proc/meminfo: memFree=1640152/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=9352 CPUtime=1093.75
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 2026 0 0 0 109373 2 0 0 25 0 1 0 105052661 9576448 1968 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/25509/statm: 2338 1968 84 178 0 2158 0
Current children cumulated CPU time (s) 1093.82
Current children cumulated vsize (KiB) 16660

[startup+1095.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25511
/proc/meminfo: memFree=1640152/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=9352 CPUtime=1095.35
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 2026 0 0 0 109533 2 0 0 25 0 1 0 105052661 9576448 1968 1992294400 134512640 135243223 4294956304 18446744073709551615 134555681 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 2338 1968 84 178 0 2158 0
Current children cumulated CPU time (s) 1095.42
Current children cumulated vsize (KiB) 16660

[startup+1096.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25511
/proc/meminfo: memFree=1640152/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=9352 CPUtime=1096.15
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 2026 0 0 0 109613 2 0 0 25 0 1 0 105052661 9576448 1968 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 2338 1968 84 178 0 2158 0
Current children cumulated CPU time (s) 1096.22
Current children cumulated vsize (KiB) 16660

[startup+1097.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 25511
/proc/meminfo: memFree=1640152/2055920 swapFree=4191900/4192956
[pid=25506] ppid=25504 vsize=1952 CPUtime=0.07
/proc/25506/stat : 25506 (IUT_BMB_SAT) S 25504 25506 25253 0 -1 4194304 307 0 0 0 4 3 0 0 18 0 1 0 105052653 1998848 289 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25506/statm: 488 289 105 274 0 211 0
[pid=25508] ppid=25506 vsize=5356 CPUtime=0
/proc/25508/stat : 25508 (sh) S 25506 25506 25253 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105052661 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25508/statm: 1339 232 193 169 0 50 0
[pid=25509] ppid=25508 vsize=9352 CPUtime=1096.55
/proc/25509/stat : 25509 (minisat) R 25508 25506 25253 0 -1 4194304 2026 0 0 0 109653 2 0 0 25 0 1 0 105052661 9576448 1968 1992294400 134512640 135243223 4294956304 18446744073709551615 134564990 0 0 4096 3 0 0 0 17 0 0 0
/proc/25509/statm: 2338 1968 84 178 0 2158 0
Current children cumulated CPU time (s) 1096.62
Current children cumulated vsize (KiB) 16660

Child status: 0
Real time (s): 1097.15
CPU time (s): 1096.69
CPU user time (s): 1096.62
CPU system time (s): 0.067989
CPU usage (%): 99.9583
Max. virtual memory (cumulated for all children) (KiB): 16660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1096.62
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2753
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= 8
involuntary context switches= 3234

runsolver used 0.934857 second user time and 3.06253 second system time

The end

Launcher Data

Begin job on node43 at 2009-04-26 20:24:06
IDJOB=1731406
IDBENCH=24751
IDSOLVER=523
FILE ID=node43/1731406-1240770246
PBS_JOBID= 9187172
Free space on /tmp= 66432 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n800-d0.04-s362703357.sat05-548.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731406-1240770246/watcher-1731406-1240770246 -o /tmp/evaluation-result-1731406-1240770246/solver-1731406-1240770246 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1731406-1240770246.cnf HOME

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d8fa78c834564753f42ad3a5aaefa23a
RANDOM SEED=1638633221

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1650192 kB
Buffers:         44764 kB
Cached:         287408 kB
SwapCached:        416 kB
Active:          65560 kB
Inactive:       280060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650192 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2336 kB
Writeback:           0 kB
Mapped:          21804 kB
Slab:            46164 kB
Committed_AS:   434832 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66428 MiB
End job on node43 at 2009-04-26 20:42:23