Trace number 1785337

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 743.899 744.265

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
MD5SUM3c6e2bf4052a26ce5bdb6cfc9e1f735c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark506.672
Satisfiable
(Un)Satisfiability was proved
Number of variables1075
Number of clauses7545
Sum of the clauses size30180
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 47545
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.00/0.07	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.07	c ============================[ Problem Statistics ]=============================
0.00/0.07	c |                                                                             |
0.00/0.07	c |  Number of variables:  1100                                                 |
0.00/0.07	c |  Number of clauses:    7545                                                 |
0.00/0.08	c |  Parsing time:         0.01         s                                       |
0.06/0.09	c ============================[ Search Statistics ]==============================
0.06/0.09	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.06/0.09	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.06/0.09	c ===============================================================================
0.06/0.09	c |         0 |     881     4501    14341 |     1500        0    nan |  0.000 % |
0.06/0.10	c |       100 |     881     4501    14341 |     1650      100     18 |  0.000 % |
0.06/0.11	c |       252 |     881     4501    14341 |     1815      252     18 |  0.000 % |
0.06/0.12	c |       478 |     881     4501    14341 |     1996      478     18 |  0.000 % |
0.06/0.14	c |       815 |     881     4501    14341 |     2196      815     19 |  0.000 % |
0.06/0.17	c |      1322 |     881     4501    14341 |     2416     1322     20 |  0.000 % |
0.06/0.22	c |      2081 |     881     4501    14341 |     2657     2081     20 |  0.000 % |
0.06/0.31	c |      3220 |     881     4501    14341 |     2923     1868     17 |  0.000 % |
0.06/0.43	c |      4928 |     881     4501    14341 |     3216     2082     18 |  0.000 % |
0.06/0.63	c |      7492 |     881     4501    14341 |     3537     2994     19 |  0.000 % |
0.06/0.94	c |     11336 |     881     4501    14341 |     3891     3205     20 |  0.000 % |
1.38/1.43	c |     17102 |     881     4501    14341 |     4280     3016     18 |  0.000 % |
2.09/2.19	c |     25752 |     881     4501    14341 |     4708     2944     19 |  0.000 % |
3.29/3.36	c |     38728 |     881     4501    14341 |     5179     3986     17 |  0.000 % |
5.08/5.14	c |     58194 |     881     4501    14341 |     5697     5035     17 |  0.000 % |
7.88/7.95	c |     87387 |     881     4501    14341 |     6267     5345     20 |  0.000 % |
12.18/12.24	c |    131177 |     881     4501    14341 |     6893     4688     18 |  0.000 % |
18.87/18.92	c |    196861 |     881     4501    14341 |     7583     4220     17 |  0.000 % |
29.46/29.56	c |    295388 |     881     4501    14341 |     8341     7019     19 |  0.000 % |
46.06/46.20	c |    443177 |     881     4501    14341 |     9175     7535     20 |  0.000 % |
72.24/72.36	c |    664860 |     881     4501    14341 |    10093     7193     18 |  0.000 % |
112.72/112.81	c |    997385 |     881     4501    14341 |    11102     9416     18 |  0.000 % |
176.69/176.87	c |   1496173 |     881     4501    14341 |    12213    10852     17 |  0.000 % |
277.45/277.61	c |   2244357 |     881     4501    14341 |    13434     9351     21 |  0.000 % |
439.47/439.77	c |   3366631 |     881     4501    14341 |    14777    10282     19 |  0.001 % |
690.74/691.12	c |   5050043 |     875     4434    14139 |    16255    11638     18 |  0.546 % |
743.81/744.26	c ===============================================================================
743.81/744.26	c restarts              : 26
743.81/744.26	c conflicts             : 5399205        (7259 /sec)
743.81/744.26	c decisions             : 6395824        (1.75 % random) (8599 /sec)
743.81/744.26	c propagations          : 669927872      (900672 /sec)
743.81/744.26	c conflict literals     : 112216310      (36.47 % deleted)
743.81/744.26	c Memory used           : 8.04 MB
743.81/744.26	c CPU time              : 743.809 s
743.81/744.26	
743.81/744.26	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-1785337-1241907978/watcher-1785337-1241907978 -o /tmp/evaluation-result-1785337-1241907978/solver-1785337-1241907978 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1785337-1241907978.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27449
/proc/meminfo: memFree=711864/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1556 CPUtime=0
/proc/27449/stat : 27449 (IUT_BMB_SAT) R 27447 27449 27310 0 -1 4194304 199 0 0 0 0 0 0 0 18 0 1 0 218826337 1593344 182 1992294400 134512640 135635285 4294956224 18446744073709551615 135132382 0 0 4096 0 0 0 0 17 0 0 0
/proc/27449/statm: 389 183 97 274 0 112 0

[startup+0.0964301 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27449
/proc/meminfo: memFree=711864/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1820

[startup+0.10143 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27449
/proc/meminfo: memFree=711864/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1820

[startup+0.301467 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27449
/proc/meminfo: memFree=711864/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1820

[startup+0.701542 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 27449
/proc/meminfo: memFree=711864/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1820

[startup+1.50169 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=709600/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=2900 CPUtime=1.42
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 401 0 0 0 142 0 0 0 25 0 1 0 218826344 2969600 381 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 725 381 84 178 0 545 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10076

[startup+3.10299 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=709216/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=3032 CPUtime=3.02
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 436 0 0 0 302 0 0 0 25 0 1 0 218826344 3104768 416 1992294400 134512640 135243223 4294956320 18446744073709551615 134558600 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 758 416 84 178 0 578 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10208

[startup+6.3016 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=708896/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=3164 CPUtime=6.22
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 487 0 0 0 622 0 0 0 25 0 1 0 218826344 3239936 467 1992294400 134512640 135243223 4294956320 18446744073709551615 134566203 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 791 467 84 178 0 611 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10340

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=708520/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=3568 CPUtime=12.62
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 571 0 0 0 1262 0 0 0 25 0 1 0 218826344 3653632 551 1992294400 134512640 135243223 4294956320 18446744073709551615 134567689 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 892 551 84 178 0 712 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10744

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=708200/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=3968 CPUtime=25.41
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 672 0 0 0 2541 0 0 0 25 0 1 0 218826344 4063232 652 1992294400 134512640 135243223 4294956320 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 992 652 84 178 0 812 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 11144

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=707624/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=4532 CPUtime=51
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 815 0 0 0 5100 0 0 0 25 0 1 0 218826344 4640768 795 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 1133 795 84 178 0 953 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 11708

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=706984/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=5100 CPUtime=102.17
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 946 0 0 0 10217 0 0 0 25 0 1 0 218826344 5222400 926 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 1275 926 84 178 0 1095 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 12276

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=706472/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=5504 CPUtime=162.14
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1067 0 0 0 16214 0 0 0 25 0 1 0 218826344 5636096 1047 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 1376 1047 84 178 0 1196 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 12680

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=705960/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=6064 CPUtime=222.12
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1198 0 0 0 22211 1 0 0 25 0 1 0 218826344 6209536 1178 1992294400 134512640 135243223 4294956320 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 1516 1178 84 178 0 1336 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 13240

[startup+282.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=705704/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=6336 CPUtime=282.09

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

/proc/27452/statm: 1954 1609 84 178 0 1774 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 14992

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=704040/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=7948 CPUtime=641.91
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1675 0 0 0 64190 1 0 0 25 0 1 0 218826344 8138752 1655 1992294400 134512640 135243223 4294956320 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 1987 1655 84 178 0 1807 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 15124

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=703848/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=8088 CPUtime=701.88
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1712 0 0 0 70187 1 0 0 25 0 1 0 218826344 8282112 1692 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 2022 1692 84 178 0 1842 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 15264

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

[startup+716.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=703656/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=8228 CPUtime=716.27
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1730 0 0 0 71626 1 0 0 25 0 1 0 218826344 8425472 1710 1992294400 134512640 135243223 4294956320 18446744073709551615 134572638 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 2057 1710 84 178 0 1877 0
Current children cumulated CPU time (s) 716.33
Current children cumulated vsize (KiB) 15404

[startup+729.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=703656/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=8228 CPUtime=729.07
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1730 0 0 0 72906 1 0 0 25 0 1 0 218826344 8425472 1710 1992294400 134512640 135243223 4294956320 18446744073709551615 134555543 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 2057 1710 84 178 0 1877 0
Current children cumulated CPU time (s) 729.13
Current children cumulated vsize (KiB) 15404

[startup+735.906 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=703656/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=8228 CPUtime=735.46
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1736 0 0 0 73545 1 0 0 25 0 1 0 218826344 8425472 1716 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 2057 1716 84 178 0 1877 0
Current children cumulated CPU time (s) 735.52
Current children cumulated vsize (KiB) 15404

[startup+739.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=703656/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=8228 CPUtime=738.66
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1736 0 0 0 73865 1 0 0 25 0 1 0 218826344 8425472 1716 1992294400 134512640 135243223 4294956320 18446744073709551615 134563796 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 2057 1716 84 178 0 1877 0
Current children cumulated CPU time (s) 738.72
Current children cumulated vsize (KiB) 15404

[startup+742.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=703656/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=8228 CPUtime=741.86
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1742 0 0 0 74185 1 0 0 25 0 1 0 218826344 8425472 1722 1992294400 134512640 135243223 4294956320 18446744073709551615 134567737 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 2057 1722 84 178 0 1877 0
Current children cumulated CPU time (s) 741.92
Current children cumulated vsize (KiB) 15404

[startup+743.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=703592/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=8228 CPUtime=742.66
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1742 0 0 0 74265 1 0 0 25 0 1 0 218826344 8425472 1722 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 2057 1722 84 178 0 1877 0
Current children cumulated CPU time (s) 742.72
Current children cumulated vsize (KiB) 15404

[startup+743.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=703592/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=8228 CPUtime=743.45
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1742 0 0 0 74344 1 0 0 25 0 1 0 218826344 8425472 1722 1992294400 134512640 135243223 4294956320 18446744073709551615 134552779 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 2057 1722 84 178 0 1877 0
Current children cumulated CPU time (s) 743.51
Current children cumulated vsize (KiB) 15404

[startup+744.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=703592/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=8228 CPUtime=743.65
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1742 0 0 0 74364 1 0 0 25 0 1 0 218826344 8425472 1722 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 2057 1722 84 178 0 1877 0
Current children cumulated CPU time (s) 743.71
Current children cumulated vsize (KiB) 15404

[startup+744.202 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 27452
/proc/meminfo: memFree=703592/2055920 swapFree=4181168/4192956
[pid=27449] ppid=27447 vsize=1820 CPUtime=0.06
/proc/27449/stat : 27449 (IUT_BMB_SAT) S 27447 27449 27310 0 -1 4194304 298 0 0 0 4 2 0 0 18 0 1 0 218826337 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/27449/statm: 455 280 105 274 0 178 0
[pid=27451] ppid=27449 vsize=5356 CPUtime=0
/proc/27451/stat : 27451 (sh) S 27449 27449 27310 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 218826344 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27451/statm: 1339 232 193 169 0 50 0
[pid=27452] ppid=27451 vsize=8228 CPUtime=743.75
/proc/27452/stat : 27452 (minisat) R 27451 27449 27310 0 -1 4194304 1742 0 0 0 74374 1 0 0 25 0 1 0 218826344 8425472 1722 1992294400 134512640 135243223 4294956320 18446744073709551615 134555671 0 0 4096 3 0 0 0 17 0 0 0
/proc/27452/statm: 2057 1722 84 178 0 1877 0
Current children cumulated CPU time (s) 743.81
Current children cumulated vsize (KiB) 15404

Child status: 0
Real time (s): 744.265
CPU time (s): 743.899
CPU user time (s): 743.854
CPU system time (s): 0.044993
CPU usage (%): 99.9508
Max. virtual memory (cumulated for all children) (KiB): 15404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 743.854
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2450
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= 3127

runsolver used 0.550916 second user time and 2.16367 second system time

The end

Launcher Data

Begin job on node37 at 2009-05-10 00:26:18
IDJOB=1785337
IDBENCH=24750
IDSOLVER=638
FILE ID=node37/1785337-1241907978
PBS_JOBID= 9264779
Free space on /tmp= 66284 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1100-m7545-k4-l4-s310659001.sat05-524.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785337-1241907978/watcher-1785337-1241907978 -o /tmp/evaluation-result-1785337-1241907978/solver-1785337-1241907978 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1785337-1241907978.cnf HOME

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

MD5SUM BENCH= 3c6e2bf4052a26ce5bdb6cfc9e1f735c
RANDOM SEED=1065360364

node37.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.259
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.259
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:        712416 kB
Buffers:         53328 kB
Cached:        1197908 kB
SwapCached:       5608 kB
Active:         283256 kB
Inactive:       976428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        712416 kB
SwapTotal:     4192956 kB
SwapFree:      4181168 kB
Dirty:            2332 kB
Writeback:           0 kB
Mapped:          14132 kB
Slab:            70032 kB
Committed_AS:   855296 kB
PageTables:       1372 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= 66284 MiB
End job on node37 at 2009-05-10 00:38:42