Trace number 1785049

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.0? (TO) 5000.04 5002.21

General information on the benchmark

Namecrafted/Hard/contest02/
hgen3-v400-s344840348.sat05-470.reshuffled-07.cnf
MD5SUMad341047b56d6b96e36142808d331e4f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1400
Sum of the clauses size4200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31400
Number of clauses of size 40
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.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  400                                                  |
0.00/0.01	c |  Number of clauses:    1400                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
0.00/0.01	c ============================[ Search Statistics ]==============================
0.00/0.01	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.01	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.01	c ===============================================================================
0.00/0.01	c |         0 |     400     1400     4200 |      466        0    nan |  0.000 % |
0.00/0.02	c |       102 |     400     1400     4200 |      513      102     28 |  0.001 % |
0.00/0.02	c |       253 |     400     1400     4200 |      564      253     30 |  0.001 % |
0.00/0.03	c |       481 |     400     1400     4200 |      621      481     29 |  0.001 % |
0.00/0.04	c |       819 |     400     1400     4200 |      683      478     26 |  0.001 % |
0.00/0.06	c |      1325 |     400     1400     4200 |      751      615     26 |  0.001 % |
0.00/0.08	c |      2084 |     400     1400     4200 |      826      563     24 |  0.001 % |
0.00/0.12	c |      3223 |     400     1400     4200 |      909      819     26 |  0.001 % |
0.00/0.19	c |      4931 |     400     1400     4200 |     1000      579     23 |  0.001 % |
0.00/0.28	c |      7493 |     400     1400     4200 |     1100     1016     25 |  0.001 % |
0.00/0.43	c |     11339 |     400     1400     4200 |     1210      811     23 |  0.001 % |
0.00/0.66	c |     17106 |     400     1400     4200 |     1331      855     23 |  0.001 % |
0.98/1.03	c |     25757 |     400     1400     4200 |     1464     1188     24 |  0.001 % |
1.48/1.58	c |     38731 |     400     1400     4200 |     1611     1210     24 |  0.001 % |
2.38/2.45	c |     58195 |     400     1400     4200 |     1772     1464     27 |  0.001 % |
3.68/3.77	c |     87387 |     400     1400     4200 |     1949     1289     24 |  0.001 % |
5.78/5.84	c |    131176 |     400     1400     4200 |     2144     1935     26 |  0.001 % |
8.98/9.06	c |    196860 |     400     1400     4200 |     2358     1616     25 |  0.001 % |
13.98/14.06	c |    295389 |     400     1400     4200 |     2594     2020     25 |  0.001 % |
21.77/21.89	c |    443178 |     400     1400     4200 |     2854     2085     28 |  0.001 % |
34.06/34.11	c |    664863 |     400     1400     4200 |     3139     2030     26 |  0.001 % |
53.05/53.14	c |    997388 |     400     1400     4200 |     3453     3007     31 |  0.001 % |
82.84/82.92	c |   1496176 |     400     1400     4200 |     3798     2062     26 |  0.001 % |
129.12/129.26	c |   2244358 |     400     1400     4200 |     4178     3017     29 |  0.001 % |
202.20/202.32	c |   3366633 |     400     1400     4200 |     4596     2969     28 |  0.001 % |
315.35/315.51	c |   5050045 |     400     1400     4200 |     5056     2601     27 |  0.001 % |
492.58/492.87	c |   7575161 |     400     1400     4200 |     5561     3209     27 |  0.001 % |
772.55/772.99	c |  11362836 |     400     1400     4200 |     6117     5295     29 |  0.001 % |
1212.36/1212.95	c |  17044348 |     400     1400     4200 |     6729     5707     28 |  0.001 % |
1905.54/1906.41	c |  25566620 |     400     1400     4200 |     7402     5433     26 |  0.001 % |
2991.38/2992.78	c |  38350023 |     400     1400     4200 |     8143     6621     28 |  0.001 % |
4730.52/4732.66	c |  57525130 |     400     1400     4200 |     8957     4612     27 |  0.001 % |
5000.01/5002.20	sh: line 1: 26181 Terminated              HOME/minisat simple.out solve.out >temp.out
5000.01/5002.20	c cannot read from file

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1785049-1241885796/watcher-1785049-1241885796 -o /tmp/evaluation-result-1785049-1241885796/solver-1785049-1241885796 -C 5000 -W 6000 -M 1800 IUT_BMB_SAT HOME/instance-1785049-1241885796.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.92 0.98 0.99 3/64 26178
/proc/meminfo: memFree=1860424/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) R 26176 26178 26141 0 -1 4194304 159 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/26178/statm: 354 142 97 274 0 77 0

[startup+0.0650501 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26178
/proc/meminfo: memFree=1860424/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.101054 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26178
/proc/meminfo: memFree=1860424/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301076 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26178
/proc/meminfo: memFree=1860424/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.701118 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 26178
/proc/meminfo: memFree=1860424/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.5012 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 26181
/proc/meminfo: memFree=1859432/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=2316 CPUtime=1.48
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 242 0 0 0 148 0 0 0 25 0 1 0 216607425 2371584 223 1992294400 134512640 135243223 4294956320 18446744073709551615 134572614 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 579 223 83 178 0 399 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9088

[startup+3.10138 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 26181
/proc/meminfo: memFree=1859176/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=2448 CPUtime=3.08
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 276 0 0 0 308 0 0 0 25 0 1 0 216607425 2506752 257 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 612 257 83 178 0 432 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9220

[startup+6.30272 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 26181
/proc/meminfo: memFree=1858856/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=2712 CPUtime=6.28
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 318 0 0 0 628 0 0 0 25 0 1 0 216607425 2777088 299 1992294400 134512640 135243223 4294956320 18446744073709551615 134565490 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 678 299 83 178 0 498 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9484

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 26181
/proc/meminfo: memFree=1858536/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=2844 CPUtime=12.68
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 369 0 0 0 1268 0 0 0 25 0 1 0 216607425 2912256 350 1992294400 134512640 135243223 4294956320 18446744073709551615 134566013 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 711 350 83 178 0 531 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9616

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 26181
/proc/meminfo: memFree=1858216/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=3240 CPUtime=25.47
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 460 0 0 0 2547 0 0 0 25 0 1 0 216607425 3317760 441 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/26181/statm: 810 441 83 178 0 630 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10012

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 26181
/proc/meminfo: memFree=1857960/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=3500 CPUtime=51.05
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 533 0 0 0 5105 0 0 0 25 0 1 0 216607425 3584000 514 1992294400 134512640 135243223 4294956320 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 875 514 83 178 0 695 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10272

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 26181
/proc/meminfo: memFree=1857384/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=4024 CPUtime=102.23
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 663 0 0 0 10223 0 0 0 25 0 1 0 216607425 4120576 644 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 1006 644 83 178 0 826 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 10796

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26181
/proc/meminfo: memFree=1856936/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=4416 CPUtime=162.2
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 756 0 0 0 16220 0 0 0 25 0 1 0 216607425 4521984 737 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 1104 737 83 178 0 924 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 11188

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26181
/proc/meminfo: memFree=1856616/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=4816 CPUtime=222.19
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 847 0 0 0 22218 1 0 0 25 0 1 0 216607425 4931584 828 1992294400 134512640 135243223 4294956320 18446744073709551615 134564954 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 1204 828 83 178 0 1024 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 11588

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26181
/proc/meminfo: memFree=1856424/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=4948 CPUtime=282.16

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

/proc/meminfo: memFree=1850728/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=8824 CPUtime=4420.34
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 1869 0 0 0 442030 4 0 0 25 0 1 0 216607425 9035776 1850 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 2206 1850 83 178 0 2026 0
Current children cumulated CPU time (s) 4420.34
Current children cumulated vsize (KiB) 15596

[startup+4482.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26189
/proc/meminfo: memFree=1850664/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=8968 CPUtime=4480.33
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 1876 0 0 0 448028 5 0 0 25 0 1 0 216607425 9183232 1857 1992294400 134512640 135243223 4294956320 18446744073709551615 134555800 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 2242 1857 83 178 0 2062 0
Current children cumulated CPU time (s) 4480.33
Current children cumulated vsize (KiB) 15740

[startup+4542.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26189
/proc/meminfo: memFree=1850600/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=8968 CPUtime=4540.3
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 1883 0 0 0 454025 5 0 0 25 0 1 0 216607425 9183232 1864 1992294400 134512640 135243223 4294956320 18446744073709551615 134555616 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 2242 1864 83 178 0 2062 0
Current children cumulated CPU time (s) 4540.3
Current children cumulated vsize (KiB) 15740

[startup+4602.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26189
/proc/meminfo: memFree=1850536/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=8968 CPUtime=4600.28
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 1883 0 0 0 460023 5 0 0 25 0 1 0 216607425 9183232 1864 1992294400 134512640 135243223 4294956320 18446744073709551615 134555750 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 2242 1864 83 178 0 2062 0
Current children cumulated CPU time (s) 4600.28
Current children cumulated vsize (KiB) 15740

[startup+4662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26189
/proc/meminfo: memFree=1850472/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=8968 CPUtime=4660.25
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 1886 0 0 0 466020 5 0 0 25 0 1 0 216607425 9183232 1867 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 2242 1867 83 178 0 2062 0
Current children cumulated CPU time (s) 4660.25
Current children cumulated vsize (KiB) 15740

[startup+4722.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26189
/proc/meminfo: memFree=1850472/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=8968 CPUtime=4720.23
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 1891 0 0 0 472018 5 0 0 25 0 1 0 216607425 9183232 1872 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 2242 1872 83 178 0 2062 0
Current children cumulated CPU time (s) 4720.23
Current children cumulated vsize (KiB) 15740

[startup+4782.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26189
/proc/meminfo: memFree=1850344/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=9108 CPUtime=4780.2
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 1916 0 0 0 478015 5 0 0 25 0 1 0 216607425 9326592 1897 1992294400 134512640 135243223 4294956320 18446744073709551615 134565437 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 2277 1897 83 178 0 2097 0
Current children cumulated CPU time (s) 4780.2
Current children cumulated vsize (KiB) 15880

[startup+4842.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26189
/proc/meminfo: memFree=1850344/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=9108 CPUtime=4840.17
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 1933 0 0 0 484012 5 0 0 25 0 1 0 216607425 9326592 1914 1992294400 134512640 135243223 4294956320 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 2277 1914 83 178 0 2097 0
Current children cumulated CPU time (s) 4840.17
Current children cumulated vsize (KiB) 15880

[startup+4902.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26189
/proc/meminfo: memFree=1850216/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=9240 CPUtime=4900.15
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 1944 0 0 0 490010 5 0 0 25 0 1 0 216607425 9461760 1925 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 2310 1925 83 178 0 2130 0
Current children cumulated CPU time (s) 4900.15
Current children cumulated vsize (KiB) 16012

[startup+4962.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26189
/proc/meminfo: memFree=1850088/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=9240 CPUtime=4960.12
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 1958 0 0 0 496007 5 0 0 25 0 1 0 216607425 9461760 1939 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 2310 1939 83 178 0 2130 0
Current children cumulated CPU time (s) 4960.12
Current children cumulated vsize (KiB) 16012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5002.2 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 26189
/proc/meminfo: memFree=1850088/2055920 swapFree=4135464/4192956
[pid=26178] ppid=26176 vsize=1416 CPUtime=0
/proc/26178/stat : 26178 (IUT_BMB_SAT) S 26176 26178 26141 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 216607424 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/26178/statm: 354 156 105 274 0 77 0
[pid=26180] ppid=26178 vsize=5356 CPUtime=0
/proc/26180/stat : 26180 (sh) S 26178 26178 26141 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 216607425 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26180/statm: 1339 232 193 169 0 50 0
[pid=26181] ppid=26180 vsize=9240 CPUtime=5000.01
/proc/26181/stat : 26181 (minisat) R 26180 26178 26141 0 -1 4194304 1968 0 0 0 499996 5 0 0 25 0 1 0 216607425 9461760 1949 1992294400 134512640 135243223 4294956320 18446744073709551615 134555750 0 0 4096 3 0 0 0 17 0 0 0
/proc/26181/statm: 2310 1949 83 178 0 2130 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 16012

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 5002.21
CPU time (s): 5000.04
CPU user time (s): 4999.98
CPU system time (s): 0.06299
CPU usage (%): 99.9566
Max. virtual memory (cumulated for all children) (KiB): 16012

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

runsolver used 4.26835 second user time and 13.9319 second system time

The end

Launcher Data

Begin job on node47 at 2009-05-09 18:16:36
IDJOB=1785049
IDBENCH=24685
IDSOLVER=638
FILE ID=node47/1785049-1241885796
PBS_JOBID= 9264699
Free space on /tmp= 66196 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest02/hgen3-v400-s344840348.sat05-470.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785049-1241885796/watcher-1785049-1241885796 -o /tmp/evaluation-result-1785049-1241885796/solver-1785049-1241885796 -C 5000 -W 6000 -M 1800  IUT_BMB_SAT HOME/instance-1785049-1241885796.cnf HOME

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

MD5SUM BENCH= ad341047b56d6b96e36142808d331e4f
RANDOM SEED=744538077

node47.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.212
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.212
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:       1860904 kB
Buffers:         31760 kB
Cached:          68704 kB
SwapCached:      52196 kB
Active:          60948 kB
Inactive:        93536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1860904 kB
SwapTotal:     4192956 kB
SwapFree:      4135464 kB
Dirty:            2380 kB
Writeback:           0 kB
Mapped:          14380 kB
Slab:            26488 kB
Committed_AS:   772560 kB
PageTables:       1448 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= 66196 MiB
End job on node47 at 2009-05-09 19:39:59