Trace number 1731512

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 497.858 498.088

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
MD5SUMd2283e85579af5f5de3cfcfaac7f25fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark207.133
Satisfiable
(Un)Satisfiability was proved
Number of variables580
Number of clauses7153
Sum of the clauses size21604
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 37008
Number of clauses of size 4145
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.03/0.05	c WARNING: for repeatability, setting FPU to use double precision
0.03/0.05	c ============================[ Problem Statistics ]=============================
0.03/0.05	c |                                                                             |
0.03/0.06	c |  Number of variables:  580                                                  |
0.03/0.06	c |  Number of clauses:    7153                                                 |
0.03/0.06	c |  Parsing time:         0.00         s                                       |
0.05/0.11	c ============================[ Search Statistics ]==============================
0.05/0.11	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.05/0.11	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.05/0.11	c ===============================================================================
0.05/0.11	c |         0 |     435     7008    23436 |     2336        0    nan |  0.000 % |
0.05/0.11	c |       100 |     435     7008    23436 |     2569      100     18 |  0.001 % |
0.05/0.12	c |       251 |     435     7008    23436 |     2826      251     19 |  0.000 % |
0.05/0.13	c |       478 |     435     7008    23436 |     3109      478     19 |  0.000 % |
0.05/0.15	c |       816 |     435     7008    23436 |     3420      816     18 |  0.000 % |
0.05/0.18	c |      1323 |     435     7008    23436 |     3762     1323     18 |  0.000 % |
0.05/0.25	c |      2084 |     435     7008    23436 |     4138     2084     17 |  0.001 % |
0.05/0.33	c |      3223 |     435     7008    23436 |     4552     3223     18 |  0.000 % |
0.05/0.46	c |      4932 |     435     7008    23436 |     5007     2619     18 |  0.000 % |
0.05/0.66	c |      7495 |     435     7008    23436 |     5508     2662     15 |  0.000 % |
0.05/0.99	c |     11339 |     435     7008    23436 |     6058     3706     18 |  0.001 % |
1.48/1.51	c |     17105 |     435     7008    23436 |     6664     3377     14 |  0.000 % |
2.19/2.29	c |     25754 |     435     7008    23436 |     7331     5317     16 |  0.000 % |
3.48/3.55	c |     38728 |     435     7008    23436 |     8064     7187     17 |  0.000 % |
5.58/5.69	c |     58189 |     435     7008    23436 |     8870     6392     15 |  0.000 % |
8.78/8.83	c |     87382 |     435     7008    23436 |     9758     8850     15 |  0.001 % |
13.78/13.85	c |    131171 |     435     7008    23436 |    10733     8527     16 |  0.001 % |
22.37/22.49	c |    196856 |     435     7008    23436 |    11807     9542     17 |  0.001 % |
35.86/35.99	c |    295382 |     435     7008    23436 |    12987     7362     16 |  0.001 % |
55.35/55.42	c |    443171 |     435     7008    23436 |    14286    11813     18 |  0.001 % |
87.33/87.42	c |    664854 |     435     7008    23436 |    15715    11423     19 |  0.000 % |
138.41/138.58	c |    997379 |     435     7008    23436 |    17286    13097     19 |  0.000 % |
220.37/220.53	c |   1496167 |     435     7008    23436 |    19015     9438     17 |  0.000 % |
354.51/354.75	c |   2244353 |     434     6924    23176 |    20917    12745     16 |  0.173 % |
497.76/498.08	c ===============================================================================
497.76/498.08	c restarts              : 24
497.76/498.08	c conflicts             : 2979535        (5986 /sec)
497.76/498.08	c decisions             : 3219605        (1.72 % random) (6468 /sec)
497.76/498.08	c propagations          : 239771119      (481677 /sec)
497.76/498.08	c conflict literals     : 55921526       (34.95 % deleted)
497.76/498.08	c Memory used           : 7.12 MB
497.76/498.08	c CPU time              : 497.784 s
497.76/498.08	
497.76/498.08	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-1731512-1240771530/watcher-1731512-1240771530 -o /tmp/evaluation-result-1731512-1240771530/solver-1731512-1240771530 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1731512-1240771530.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.91 0.95 0.98 3/64 25177
/proc/meminfo: memFree=1781552/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1416 CPUtime=0
/proc/25177/stat : 25177 (IUT_BMB_SAT) R 25175 25177 24810 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 105187153 1449984 166 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/25177/statm: 354 166 97 274 0 77 0

[startup+0.037 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25177
/proc/meminfo: memFree=1781552/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.03
/proc/25177/stat : 25177 (IUT_BMB_SAT) R 25175 25177 24810 0 -1 4194304 252 0 0 0 2 1 0 0 18 0 1 0 105187153 1720320 235 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/25177/statm: 420 235 99 274 0 143 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1680

[startup+0.102011 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25177
/proc/meminfo: memFree=1781552/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1680

[startup+0.301046 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25177
/proc/meminfo: memFree=1781552/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1680

[startup+0.70112 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 25177
/proc/meminfo: memFree=1781552/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1680

[startup+1.50126 s]
/proc/loadavg: 0.91 0.95 0.98 2/67 25180
/proc/meminfo: memFree=1779160/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=3256 CPUtime=1.43
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 490 0 0 0 143 0 0 0 25 0 1 0 105187159 3334144 469 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 814 469 84 178 0 634 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 10292

[startup+3.10256 s]
/proc/loadavg: 0.91 0.95 0.98 2/67 25180
/proc/meminfo: memFree=1778904/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=3520 CPUtime=3.03
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 543 0 0 0 303 0 0 0 25 0 1 0 105187159 3604480 522 1992294400 134512640 135243223 4294956304 18446744073709551615 134555635 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 880 522 84 178 0 700 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10556

[startup+6.30114 s]
/proc/loadavg: 0.92 0.95 0.98 2/67 25180
/proc/meminfo: memFree=1778392/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=3684 CPUtime=6.23
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 606 0 0 0 623 0 0 0 25 0 1 0 105187159 3772416 585 1992294400 134512640 135243223 4294956304 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 921 585 84 178 0 741 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10720

[startup+12.7023 s]
/proc/loadavg: 0.93 0.95 0.98 2/67 25180
/proc/meminfo: memFree=1777944/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=3960 CPUtime=12.63
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 673 0 0 0 1263 0 0 0 25 0 1 0 105187159 4055040 652 1992294400 134512640 135243223 4294956304 18446744073709551615 134555520 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 990 652 84 178 0 810 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10996

[startup+25.5017 s]
/proc/loadavg: 0.94 0.96 0.98 2/67 25180
/proc/meminfo: memFree=1777624/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=4364 CPUtime=25.41
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 768 0 0 0 2541 0 0 0 25 0 1 0 105187159 4468736 747 1992294400 134512640 135243223 4294956304 18446744073709551615 134555548 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1091 747 84 178 0 911 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 11400

[startup+51.1013 s]
/proc/loadavg: 0.96 0.96 0.98 2/67 25180
/proc/meminfo: memFree=1777240/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=4812 CPUtime=51
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 884 0 0 0 5100 0 0 0 25 0 1 0 105187159 4927488 863 1992294400 134512640 135243223 4294956304 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1203 863 84 178 0 1023 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 11848

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.98 2/67 25180
/proc/meminfo: memFree=1776600/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=5384 CPUtime=102.18
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1018 0 0 0 10218 0 0 0 25 0 1 0 105187159 5513216 997 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1346 997 84 178 0 1166 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 12420

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1776088/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=5796 CPUtime=162.15
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1118 0 0 0 16215 0 0 0 25 0 1 0 105187159 5935104 1097 1992294400 134512640 135243223 4294956304 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1449 1097 84 178 0 1269 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 12832

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1775768/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=6248 CPUtime=222.12
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1202 0 0 0 22212 0 0 0 25 0 1 0 105187159 6397952 1181 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1562 1181 84 178 0 1382 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 13284

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1775448/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0

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

/proc/25180/statm: 1630 1254 84 178 0 1450 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 13556

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1775256/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=6652 CPUtime=342.07
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1320 0 0 0 34207 0 0 0 25 0 1 0 105187159 6811648 1299 1992294400 134512640 135243223 4294956304 18446744073709551615 134555543 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1663 1299 84 178 0 1483 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 13688

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1775000/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=6964 CPUtime=402.04
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1379 0 0 0 40204 0 0 0 25 0 1 0 105187159 7131136 1358 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1741 1358 84 178 0 1561 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 14000

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1774744/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=7124 CPUtime=462.02
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1439 0 0 0 46201 1 0 0 25 0 1 0 105187159 7294976 1418 1992294400 134512640 135243223 4294956304 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1781 1418 84 178 0 1601 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 14160

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

[startup+473.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1774680/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=7124 CPUtime=473.22
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1439 0 0 0 47321 1 0 0 25 0 1 0 105187159 7294976 1418 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1781 1418 84 178 0 1601 0
Current children cumulated CPU time (s) 473.27
Current children cumulated vsize (KiB) 14160

[startup+486.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1774680/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=7124 CPUtime=486.01
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1440 0 0 0 48600 1 0 0 25 0 1 0 105187159 7294976 1419 1992294400 134512640 135243223 4294956304 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1781 1419 84 178 0 1601 0
Current children cumulated CPU time (s) 486.06
Current children cumulated vsize (KiB) 14160

[startup+492.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1774616/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=7288 CPUtime=492.41
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1449 0 0 0 49240 1 0 0 25 0 1 0 105187159 7462912 1428 1992294400 134512640 135243223 4294956304 18446744073709551615 134555800 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1822 1428 84 178 0 1642 0
Current children cumulated CPU time (s) 492.46
Current children cumulated vsize (KiB) 14324

[startup+495.903 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1774616/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=7288 CPUtime=495.61
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1449 0 0 0 49560 1 0 0 25 0 1 0 105187159 7462912 1428 1992294400 134512640 135243223 4294956304 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1822 1428 84 178 0 1642 0
Current children cumulated CPU time (s) 495.66
Current children cumulated vsize (KiB) 14324

[startup+496.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1774616/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=7288 CPUtime=496.41
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1449 0 0 0 49640 1 0 0 25 0 1 0 105187159 7462912 1428 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1822 1428 84 178 0 1642 0
Current children cumulated CPU time (s) 496.46
Current children cumulated vsize (KiB) 14324

[startup+497.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1774616/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=7288 CPUtime=497.21
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1449 0 0 0 49720 1 0 0 25 0 1 0 105187159 7462912 1428 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1822 1428 84 178 0 1642 0
Current children cumulated CPU time (s) 497.26
Current children cumulated vsize (KiB) 14324

[startup+497.902 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1774616/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=7288 CPUtime=497.61
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1449 0 0 0 49760 1 0 0 25 0 1 0 105187159 7462912 1428 1992294400 134512640 135243223 4294956304 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1822 1428 84 178 0 1642 0
Current children cumulated CPU time (s) 497.66
Current children cumulated vsize (KiB) 14324

[startup+498.002 s]
/proc/loadavg: 0.99 0.97 0.98 2/67 25180
/proc/meminfo: memFree=1774616/2055920 swapFree=4180820/4192956
[pid=25177] ppid=25175 vsize=1680 CPUtime=0.05
/proc/25177/stat : 25177 (IUT_BMB_SAT) S 25175 25177 24810 0 -1 4194304 259 0 0 0 3 2 0 0 18 0 1 0 105187153 1720320 241 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/25177/statm: 420 241 105 274 0 143 0
[pid=25179] ppid=25177 vsize=5356 CPUtime=0
/proc/25179/stat : 25179 (sh) S 25177 25177 24810 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 105187158 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25179/statm: 1339 232 193 169 0 50 0
[pid=25180] ppid=25179 vsize=7288 CPUtime=497.71
/proc/25180/stat : 25180 (minisat) R 25179 25177 24810 0 -1 4194304 1449 0 0 0 49770 1 0 0 25 0 1 0 105187159 7462912 1428 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/25180/statm: 1822 1428 84 178 0 1642 0
Current children cumulated CPU time (s) 497.76
Current children cumulated vsize (KiB) 14324

Child status: 0
Real time (s): 498.088
CPU time (s): 497.858
CPU user time (s): 497.817
CPU system time (s): 0.040993
CPU usage (%): 99.9539
Max. virtual memory (cumulated for all children) (KiB): 14324

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

runsolver used 0.436933 second user time and 1.38679 second system time

The end

Launcher Data

Begin job on node2 at 2009-04-26 20:45:30
IDJOB=1731512
IDBENCH=24753
IDSOLVER=523
FILE ID=node2/1731512-1240771530
PBS_JOBID= 9187144
Free space on /tmp= 66316 MiB

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

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

MD5SUM BENCH= d2283e85579af5f5de3cfcfaac7f25fa
RANDOM SEED=868640543

node2.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.265
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.265
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:       1782096 kB
Buffers:         37324 kB
Cached:         159472 kB
SwapCached:       5980 kB
Active:          42604 kB
Inactive:       162688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782096 kB
SwapTotal:     4192956 kB
SwapFree:      4180820 kB
Dirty:            2288 kB
Writeback:           0 kB
Mapped:          14112 kB
Slab:            54540 kB
Committed_AS:   409192 kB
PageTables:       1468 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= 66312 MiB
End job on node2 at 2009-04-26 20:53:49