Trace number 1728809

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) 1200.05 1200.51

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.99/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.44	c |     58195 |     400     1400     4200 |     1772     1464     27 |  0.001 % |
3.68/3.76	c |     87387 |     400     1400     4200 |     1949     1289     24 |  0.001 % |
5.78/5.81	c |    131176 |     400     1400     4200 |     2144     1935     26 |  0.001 % |
8.98/9.00	c |    196860 |     400     1400     4200 |     2358     1616     25 |  0.001 % |
13.98/14.02	c |    295389 |     400     1400     4200 |     2594     2020     25 |  0.001 % |
21.77/21.89	c |    443178 |     400     1400     4200 |     2854     2085     28 |  0.001 % |
33.97/34.02	c |    664863 |     400     1400     4200 |     3139     2030     26 |  0.001 % |
52.95/53.07	c |    997388 |     400     1400     4200 |     3453     3007     31 |  0.001 % |
82.75/82.88	c |   1496176 |     400     1400     4200 |     3798     2062     26 |  0.001 % |
129.13/129.28	c |   2244358 |     400     1400     4200 |     4178     3017     29 |  0.001 % |
202.39/202.58	c |   3366633 |     400     1400     4200 |     4596     2969     28 |  0.001 % |
315.55/315.77	c |   5050045 |     400     1400     4200 |     5056     2601     27 |  0.001 % |
492.99/493.21	c |   7575161 |     400     1400     4200 |     5561     3209     27 |  0.001 % |
773.38/773.76	c |  11362836 |     400     1400     4200 |     6117     5295     29 |  0.001 % |
1200.02/1200.50	sh: line 1:  8095 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.02/1200.50	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-1728809-1240741555/watcher-1728809-1240741555 -o /tmp/evaluation-result-1728809-1240741555/solver-1728809-1240741555 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1728809-1240741555.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: 1.03 1.02 1.00 3/64 8092
/proc/meminfo: memFree=1348408/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) R 8090 8092 7901 0 -1 4194304 159 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 142 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/8092/statm: 354 142 97 274 0 77 0

[startup+0.055831 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 8092
/proc/meminfo: memFree=1348408/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.102833 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 8092
/proc/meminfo: memFree=1348408/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301852 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 8092
/proc/meminfo: memFree=1348408/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.701887 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 8092
/proc/meminfo: memFree=1348408/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50196 s]
/proc/loadavg: 1.03 1.02 1.00 2/67 8095
/proc/meminfo: memFree=1347424/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=2316 CPUtime=1.48
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 242 0 0 0 148 0 0 0 25 0 1 0 102183557 2371584 223 1992294400 134512640 135243223 4294956320 18446744073709551615 134565931 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 579 223 83 178 0 399 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9088

[startup+3.1011 s]
/proc/loadavg: 1.03 1.02 1.00 2/67 8095
/proc/meminfo: memFree=1347104/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=2448 CPUtime=3.08
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 276 0 0 0 308 0 0 0 25 0 1 0 102183557 2506752 257 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 612 257 83 178 0 432 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9220

[startup+6.30138 s]
/proc/loadavg: 1.03 1.02 1.00 2/67 8095
/proc/meminfo: memFree=1346784/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=2712 CPUtime=6.28
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 318 0 0 0 628 0 0 0 25 0 1 0 102183557 2777088 299 1992294400 134512640 135243223 4294956320 18446744073709551615 134572614 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 678 299 83 178 0 498 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9484

[startup+12.7019 s]
/proc/loadavg: 1.03 1.02 1.00 2/67 8095
/proc/meminfo: memFree=1346464/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=2844 CPUtime=12.68
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 369 0 0 0 1268 0 0 0 25 0 1 0 102183557 2912256 350 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 711 350 83 178 0 531 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9616

[startup+25.5021 s]
/proc/loadavg: 1.02 1.02 1.00 2/67 8095
/proc/meminfo: memFree=1346208/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=3240 CPUtime=25.47
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 460 0 0 0 2547 0 0 0 25 0 1 0 102183557 3317760 441 1992294400 134512640 135243223 4294956320 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 810 441 83 178 0 630 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 10012

[startup+51.1023 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 8095
/proc/meminfo: memFree=1345952/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=3500 CPUtime=51.06
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 533 0 0 0 5106 0 0 0 25 0 1 0 102183557 3584000 514 1992294400 134512640 135243223 4294956320 18446744073709551615 134555674 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 875 514 83 178 0 695 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 10272

[startup+102.307 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 8095
/proc/meminfo: memFree=1345376/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=4024 CPUtime=102.24
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 663 0 0 0 10224 0 0 0 25 0 1 0 102183557 4120576 644 1992294400 134512640 135243223 4294956320 18446744073709551615 134565513 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1006 644 83 178 0 826 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 10796

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 8095
/proc/meminfo: memFree=1344928/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=4416 CPUtime=162.21
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 756 0 0 0 16221 0 0 0 25 0 1 0 102183557 4521984 737 1992294400 134512640 135243223 4294956320 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1104 737 83 178 0 924 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 11188

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8095
/proc/meminfo: memFree=1344544/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=4816 CPUtime=222.19
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 847 0 0 0 22219 0 0 0 25 0 1 0 102183557 4931584 828 1992294400 134512640 135243223 4294956320 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1204 828 83 178 0 1024 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 11588

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8095
/proc/meminfo: memFree=1344352/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1343392/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=5992 CPUtime=702.01
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 1140 0 0 0 70200 1 0 0 25 0 1 0 102183557 6135808 1121 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1498 1121 83 178 0 1318 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 12764

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8097
/proc/meminfo: memFree=1343136/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=5992 CPUtime=761.99
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 1155 0 0 0 76198 1 0 0 25 0 1 0 102183557 6135808 1136 1992294400 134512640 135243223 4294956320 18446744073709551615 134559456 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1498 1136 83 178 0 1318 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 12764

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8097
/proc/meminfo: memFree=1343136/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=6260 CPUtime=821.96
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 1203 0 0 0 82195 1 0 0 25 0 1 0 102183557 6410240 1184 1992294400 134512640 135243223 4294956320 18446744073709551615 134555719 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1565 1184 83 178 0 1385 0
Current children cumulated CPU time (s) 821.96
Current children cumulated vsize (KiB) 13032

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8097
/proc/meminfo: memFree=1343072/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=6260 CPUtime=881.94
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 1226 0 0 0 88193 1 0 0 25 0 1 0 102183557 6410240 1207 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1565 1207 83 178 0 1385 0
Current children cumulated CPU time (s) 881.94
Current children cumulated vsize (KiB) 13032

[startup+942.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8097
/proc/meminfo: memFree=1343072/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=6260 CPUtime=941.92
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 1234 0 0 0 94191 1 0 0 25 0 1 0 102183557 6410240 1215 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1565 1215 83 178 0 1385 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 13032

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8097
/proc/meminfo: memFree=1342944/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=6396 CPUtime=1001.89
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 1261 0 0 0 100188 1 0 0 25 0 1 0 102183557 6549504 1242 1992294400 134512640 135243223 4294956320 18446744073709551615 134559428 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1599 1242 83 178 0 1419 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 13168

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8097
/proc/meminfo: memFree=1342944/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=6532 CPUtime=1061.87
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 1271 0 0 0 106186 1 0 0 25 0 1 0 102183557 6688768 1252 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1633 1252 83 178 0 1453 0
Current children cumulated CPU time (s) 1061.87
Current children cumulated vsize (KiB) 13304

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8097
/proc/meminfo: memFree=1342944/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=6532 CPUtime=1121.85
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 1282 0 0 0 112184 1 0 0 25 0 1 0 102183557 6688768 1263 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1633 1263 83 178 0 1453 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 13304

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8097
/proc/meminfo: memFree=1342880/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=6532 CPUtime=1181.82
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 1299 0 0 0 118181 1 0 0 25 0 1 0 102183557 6688768 1280 1992294400 134512640 135243223 4294956320 18446744073709551615 134559341 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1633 1280 83 178 0 1453 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 13304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8097
/proc/meminfo: memFree=1342880/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=6664 CPUtime=1200.02
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 1304 0 0 0 120001 1 0 0 25 0 1 0 102183557 6823936 1285 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1666 1285 83 178 0 1486 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 13436

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 8097
/proc/meminfo: memFree=1342880/2055920 swapFree=4192956/4192956
[pid=8092] ppid=8090 vsize=1416 CPUtime=0
/proc/8092/stat : 8092 (IUT_BMB_SAT) S 8090 8092 7901 0 -1 4194304 174 0 0 0 0 0 0 0 18 0 1 0 102183555 1449984 156 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/8092/statm: 354 156 105 274 0 77 0
[pid=8094] ppid=8092 vsize=5356 CPUtime=0
/proc/8094/stat : 8094 (sh) S 8092 8092 7901 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102183556 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8094/statm: 1339 232 193 169 0 50 0
[pid=8095] ppid=8094 vsize=6664 CPUtime=1200.02
/proc/8095/stat : 8095 (minisat) R 8094 8092 7901 0 -1 4194304 1304 0 0 0 120001 1 0 0 25 0 1 0 102183557 6823936 1285 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/8095/statm: 1666 1285 83 178 0 1486 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 13436

Child status: 0
Real time (s): 1200.51
CPU time (s): 1200.05
CPU user time (s): 1200.02
CPU system time (s): 0.025996
CPU usage (%): 99.9617
Max. virtual memory (cumulated for all children) (KiB): 13436

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

runsolver used 1.03984 second user time and 3.33549 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-26 12:25:55
IDJOB=1728809
IDBENCH=24685
IDSOLVER=523
FILE ID=node50/1728809-1240741555
PBS_JOBID= 9187016
Free space on /tmp= 66532 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-1728809-1240741555/watcher-1728809-1240741555 -o /tmp/evaluation-result-1728809-1240741555/solver-1728809-1240741555 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1728809-1240741555.cnf HOME

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

MD5SUM BENCH= ad341047b56d6b96e36142808d331e4f
RANDOM SEED=1333494787

node50.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.216
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.216
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:       1348952 kB
Buffers:         92108 kB
Cached:         513432 kB
SwapCached:          0 kB
Active:         259988 kB
Inactive:       359432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1348952 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2232 kB
Writeback:           0 kB
Mapped:          23660 kB
Slab:            73592 kB
Committed_AS:   326520 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= 66528 MiB
End job on node50 at 2009-04-26 12:45:56