Trace number 1731353

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 810.934 811.146

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.219
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.06/0.08	c |  Parsing time:         0.01         s                                       |
0.06/0.10	c ============================[ Search Statistics ]==============================
0.06/0.10	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.06/0.10	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.06/0.10	c ===============================================================================
0.06/0.10	c |         0 |     881     4501    14341 |     1500        0    nan |  0.000 % |
0.06/0.11	c |       100 |     881     4501    14341 |     1650      100     18 |  0.000 % |
0.06/0.12	c |       252 |     881     4501    14341 |     1815      252     18 |  0.000 % |
0.06/0.13	c |       478 |     881     4501    14341 |     1996      478     18 |  0.000 % |
0.06/0.15	c |       815 |     881     4501    14341 |     2196      815     19 |  0.000 % |
0.06/0.19	c |      1322 |     881     4501    14341 |     2416     1322     20 |  0.000 % |
0.06/0.24	c |      2081 |     881     4501    14341 |     2657     2081     20 |  0.000 % |
0.06/0.33	c |      3220 |     881     4501    14341 |     2923     1868     17 |  0.000 % |
0.06/0.46	c |      4928 |     881     4501    14341 |     3216     2082     18 |  0.000 % |
0.06/0.68	c |      7492 |     881     4501    14341 |     3537     2994     19 |  0.000 % |
0.98/1.02	c |     11336 |     881     4501    14341 |     3891     3205     20 |  0.000 % |
1.48/1.54	c |     17102 |     881     4501    14341 |     4280     3016     18 |  0.000 % |
2.28/2.37	c |     25752 |     881     4501    14341 |     4708     2944     19 |  0.000 % |
3.58/3.63	c |     38728 |     881     4501    14341 |     5179     3986     17 |  0.000 % |
5.48/5.54	c |     58194 |     881     4501    14341 |     5697     5035     17 |  0.000 % |
8.47/8.59	c |     87387 |     881     4501    14341 |     6267     5345     20 |  0.000 % |
13.17/13.28	c |    131177 |     881     4501    14341 |     6893     4688     18 |  0.000 % |
20.47/20.57	c |    196861 |     881     4501    14341 |     7583     4220     17 |  0.000 % |
32.06/32.18	c |    295388 |     881     4501    14341 |     8341     7019     19 |  0.000 % |
50.25/50.35	c |    443177 |     881     4501    14341 |     9175     7535     20 |  0.000 % |
78.85/78.90	c |    664860 |     881     4501    14341 |    10093     7193     18 |  0.000 % |
123.04/123.16	c |    997385 |     881     4501    14341 |    11102     9416     18 |  0.000 % |
193.22/193.40	c |   1496173 |     881     4501    14341 |    12213    10852     17 |  0.000 % |
303.29/303.47	c |   2244357 |     881     4501    14341 |    13434     9351     21 |  0.000 % |
479.65/479.81	c |   3366631 |     881     4501    14341 |    14777    10282     19 |  0.001 % |
752.78/753.06	c |   5050043 |     875     4434    14139 |    16255    11638     18 |  0.546 % |
810.86/811.14	c ===============================================================================
810.86/811.14	c restarts              : 26
810.86/811.14	c conflicts             : 5399205        (6659 /sec)
810.86/811.14	c decisions             : 6395824        (1.75 % random) (7888 /sec)
810.86/811.14	c propagations          : 669927872      (826240 /sec)
810.86/811.14	c conflict literals     : 112216310      (36.47 % deleted)
810.86/811.14	c Memory used           : 8.04 MB
810.86/811.14	c CPU time              : 810.815 s
810.86/811.14	
810.86/811.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-1731353-1240769577/watcher-1731353-1240769577 -o /tmp/evaluation-result-1731353-1240769577/solver-1731353-1240769577 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1731353-1240769577.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.85 0.97 0.99 2/64 31458
/proc/meminfo: memFree=1676224/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1556 CPUtime=0
/proc/31458/stat : 31458 (IUT_BMB_SAT) R 31456 31458 31421 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 104986261 1593344 166 1992294400 134512640 135635285 4294956224 18446744073709551615 134535637 0 0 4096 0 0 0 0 17 1 0 0
/proc/31458/statm: 389 169 92 274 0 112 0

[startup+0.0889191 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 31458
/proc/meminfo: memFree=1676224/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1820

[startup+0.101919 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 31458
/proc/meminfo: memFree=1676224/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1820

[startup+0.301939 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 31458
/proc/meminfo: memFree=1676224/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1820

[startup+0.701978 s]
/proc/loadavg: 0.85 0.97 0.99 2/64 31458
/proc/meminfo: memFree=1676224/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1820

[startup+1.50106 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1673952/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=2900 CPUtime=1.42
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 401 0 0 0 142 0 0 0 25 0 1 0 104986268 2969600 381 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 725 381 84 178 0 545 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10076

[startup+3.10222 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1673696/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=3032 CPUtime=3.02
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 436 0 0 0 302 0 0 0 25 0 1 0 104986268 3104768 416 1992294400 134512640 135243223 4294956320 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 758 416 84 178 0 578 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10208

[startup+6.30154 s]
/proc/loadavg: 0.86 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1673312/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=3164 CPUtime=6.21
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 482 0 0 0 621 0 0 0 25 0 1 0 104986268 3239936 462 1992294400 134512640 135243223 4294956320 18446744073709551615 134555907 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 791 462 84 178 0 611 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10340

[startup+12.7022 s]
/proc/loadavg: 0.87 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1672928/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=3568 CPUtime=12.61
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 566 0 0 0 1261 0 0 0 25 0 1 0 104986268 3653632 546 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 892 546 84 178 0 712 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10744

[startup+25.5014 s]
/proc/loadavg: 0.90 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1672608/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=3836 CPUtime=25.4
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 654 0 0 0 2540 0 0 0 25 0 1 0 104986268 3928064 634 1992294400 134512640 135243223 4294956320 18446744073709551615 134555560 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 959 634 84 178 0 779 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11012

[startup+51.102 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1672096/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=4396 CPUtime=50.99
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 788 0 0 0 5099 0 0 0 25 0 1 0 104986268 4501504 768 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 1099 768 84 178 0 919 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 11572

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1671456/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=5100 CPUtime=102.19
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 945 0 0 0 10218 1 0 0 25 0 1 0 104986268 5222400 925 1992294400 134512640 135243223 4294956320 18446744073709551615 134565001 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 1275 925 84 178 0 1095 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 12276

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1671008/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=5504 CPUtime=162.17
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1057 0 0 0 16216 1 0 0 25 0 1 0 104986268 5636096 1037 1992294400 134512640 135243223 4294956320 18446744073709551615 134555560 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 1376 1037 84 178 0 1196 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 12680

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1670496/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=5932 CPUtime=222.15
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1161 0 0 0 22214 1 0 0 25 0 1 0 104986268 6074368 1141 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 1483 1141 84 178 0 1303 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 13108

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1670240/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0

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

/proc/31461/statm: 1920 1586 84 178 0 1740 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 14856

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1668448/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=7816 CPUtime=642.05
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1633 0 0 0 64202 3 0 0 25 0 1 0 104986268 8003584 1613 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 1954 1613 84 178 0 1774 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 14992

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1668320/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=7948 CPUtime=702.03
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1675 0 0 0 70200 3 0 0 25 0 1 0 104986268 8138752 1655 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 1987 1655 84 178 0 1807 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 15124

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1668192/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=8088 CPUtime=762.02
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1700 0 0 0 76199 3 0 0 25 0 1 0 104986268 8282112 1680 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 2022 1680 84 178 0 1842 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 15264

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

[startup+767.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1668128/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=8088 CPUtime=767.61
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1713 0 0 0 76758 3 0 0 25 0 1 0 104986268 8282112 1693 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 2022 1693 84 178 0 1842 0
Current children cumulated CPU time (s) 767.67
Current children cumulated vsize (KiB) 15264

[startup+793.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1668000/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=8228 CPUtime=793.2
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1730 0 0 0 79317 3 0 0 25 0 1 0 104986268 8425472 1710 1992294400 134512640 135243223 4294956320 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 2057 1710 84 178 0 1877 0
Current children cumulated CPU time (s) 793.26
Current children cumulated vsize (KiB) 15404

[startup+799.903 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1668000/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=8228 CPUtime=799.6
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1735 0 0 0 79957 3 0 0 25 0 1 0 104986268 8425472 1715 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 2057 1715 84 178 0 1877 0
Current children cumulated CPU time (s) 799.66
Current children cumulated vsize (KiB) 15404

[startup+806.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1668000/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=8228 CPUtime=806
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1736 0 0 0 80597 3 0 0 25 0 1 0 104986268 8425472 1716 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 2057 1716 84 178 0 1877 0
Current children cumulated CPU time (s) 806.06
Current children cumulated vsize (KiB) 15404

[startup+809.502 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1668000/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=8228 CPUtime=809.2
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1742 0 0 0 80917 3 0 0 25 0 1 0 104986268 8425472 1722 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 2057 1722 84 178 0 1877 0
Current children cumulated CPU time (s) 809.26
Current children cumulated vsize (KiB) 15404

[startup+810.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1668000/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=8228 CPUtime=810
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1742 0 0 0 80997 3 0 0 25 0 1 0 104986268 8425472 1722 1992294400 134512640 135243223 4294956320 18446744073709551615 134555646 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 2057 1722 84 178 0 1877 0
Current children cumulated CPU time (s) 810.06
Current children cumulated vsize (KiB) 15404

[startup+810.706 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1668000/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=8228 CPUtime=810.4
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1742 0 0 0 81037 3 0 0 25 0 1 0 104986268 8425472 1722 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 2057 1722 84 178 0 1877 0
Current children cumulated CPU time (s) 810.46
Current children cumulated vsize (KiB) 15404

[startup+811.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 31461
/proc/meminfo: memFree=1668000/2055920 swapFree=4192812/4192956
[pid=31458] ppid=31456 vsize=1820 CPUtime=0.06
/proc/31458/stat : 31458 (IUT_BMB_SAT) S 31456 31458 31421 0 -1 4194304 298 0 0 0 3 3 0 0 18 0 1 0 104986261 1863680 280 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/31458/statm: 455 280 105 274 0 178 0
[pid=31460] ppid=31458 vsize=5356 CPUtime=0
/proc/31460/stat : 31460 (sh) S 31458 31458 31421 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104986268 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31460/statm: 1339 232 193 169 0 50 0
[pid=31461] ppid=31460 vsize=8228 CPUtime=810.8
/proc/31461/stat : 31461 (minisat) R 31460 31458 31421 0 -1 4194304 1742 0 0 0 81077 3 0 0 25 0 1 0 104986268 8425472 1722 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 1 0 0
/proc/31461/statm: 2057 1722 84 178 0 1877 0
Current children cumulated CPU time (s) 810.86
Current children cumulated vsize (KiB) 15404

Child status: 0
Real time (s): 811.146
CPU time (s): 810.934
CPU user time (s): 810.857
CPU system time (s): 0.076988
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 15404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 810.857
system time used= 0.076988
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= 9
involuntary context switches= 1821

runsolver used 0.71989 second user time and 2.24266 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-26 20:12:57
IDJOB=1731353
IDBENCH=24750
IDSOLVER=523
FILE ID=node36/1731353-1240769577
PBS_JOBID= 9187216
Free space on /tmp= 66392 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-1731353-1240769577/watcher-1731353-1240769577 -o /tmp/evaluation-result-1731353-1240769577/solver-1731353-1240769577 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1731353-1240769577.cnf HOME

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

MD5SUM BENCH= 3c6e2bf4052a26ce5bdb6cfc9e1f735c
RANDOM SEED=518479186

node36.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.232
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.232
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:       1676640 kB
Buffers:         42596 kB
Cached:         258228 kB
SwapCached:        144 kB
Active:          64164 kB
Inactive:       250576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:          23560 kB
Slab:            50548 kB
Committed_AS:   394340 kB
PageTables:       1356 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= 66392 MiB
End job on node36 at 2009-04-26 20:26:28