Trace number 1732614

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.12 1200.71

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-200-100.cnf
MD5SUM3eff3d0cb86e42a8fbb844259e0c7beb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.911861
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses480
Sum of the clauses size1200
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 580
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:  200                                                  |
0.00/0.01	c |  Number of clauses:    480                                                  |
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 |     200      480     1200 |      160        0    nan |  0.000 % |
0.00/0.01	c |       100 |     200      480     1200 |      176      100     39 |  0.003 % |
0.00/0.01	c |       250 |     200      480     1200 |      193      136     28 |  0.003 % |
0.00/0.02	c |       475 |     200      480     1200 |      212      243     28 |  0.003 % |
0.00/0.02	c |       812 |     200      480     1200 |      234      178     21 |  0.003 % |
0.00/0.03	c |      1319 |     200      480     1200 |      257      245     26 |  0.003 % |
0.00/0.05	c |      2078 |     200      480     1200 |      283      227     20 |  0.003 % |
0.00/0.07	c |      3217 |     200      480     1200 |      311      343     26 |  0.003 % |
0.00/0.11	c |      4930 |     200      480     1200 |      342      379     25 |  0.003 % |
0.00/0.17	c |      7492 |     200      480     1200 |      377      309     21 |  0.003 % |
0.00/0.27	c |     11338 |     200      480     1200 |      414      385     26 |  0.003 % |
0.00/0.41	c |     17104 |     200      480     1200 |      456      433     27 |  0.003 % |
0.00/0.62	c |     25755 |     200      480     1200 |      502      461     27 |  0.003 % |
0.00/0.96	c |     38731 |     200      480     1200 |      552      472     25 |  0.003 % |
1.38/1.47	c |     58192 |     200      480     1200 |      607      367     19 |  0.003 % |
2.19/2.26	c |     87386 |     200      480     1200 |      668      617     25 |  0.003 % |
3.38/3.42	c |    131175 |     200      480     1200 |      735      449     21 |  0.003 % |
5.18/5.27	c |    196859 |     200      480     1200 |      808      789     28 |  0.003 % |
8.27/8.34	c |    295385 |     200      480     1200 |      889      603     24 |  0.003 % |
12.77/12.83	c |    443179 |     200      480     1200 |      978      542     22 |  0.003 % |
19.77/19.82	c |    664864 |     200      480     1200 |     1076      962     29 |  0.003 % |
30.46/30.51	c |    997389 |     200      480     1200 |     1184     1109     32 |  0.003 % |
47.35/47.48	c |   1496177 |     200      480     1200 |     1302      896     30 |  0.003 % |
73.04/73.12	c |   2244359 |     200      480     1200 |     1432     1183     31 |  0.003 % |
112.93/113.04	c |   3366633 |     200      480     1200 |     1575     1382     33 |  0.003 % |
175.10/175.24	c |   5050044 |     200      480     1200 |     1733     1649     32 |  0.003 % |
272.16/272.30	c |   7575160 |     200      480     1200 |     1906      941     29 |  0.003 % |
421.58/421.82	c |  11362837 |     200      480     1200 |     2097     1505     29 |  0.003 % |
657.97/658.37	c |  17044350 |     200      480     1200 |     2307     1991     34 |  0.003 % |
1026.27/1026.85	c |  25566623 |     200      480     1200 |     2538     2257     35 |  0.003 % |
1200.10/1200.70	sh: line 1:  2456 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.10/1200.70	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-1732614-1240782354/watcher-1732614-1240782354 -o /tmp/evaluation-result-1732614-1240782354/solver-1732614-1240782354 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1732614-1240782354.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.92 0.98 1.08 3/64 2453
/proc/meminfo: memFree=1629496/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) R 2451 2453 2318 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 140 1992294400 134512640 135635285 4294956208 18446744073709551615 135072711 0 0 4096 0 0 0 0 17 0 0 0
/proc/2453/statm: 354 140 97 274 0 77 0

[startup+0.033918 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 2453
/proc/meminfo: memFree=1629496/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.101928 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 2453
/proc/meminfo: memFree=1629496/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301957 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 2453
/proc/meminfo: memFree=1629496/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.702015 s]
/proc/loadavg: 0.92 0.98 1.08 3/64 2453
/proc/meminfo: memFree=1629496/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50113 s]
/proc/loadavg: 0.92 0.98 1.08 2/67 2456
/proc/meminfo: memFree=1628768/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=2052 CPUtime=1.48
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 181 0 0 0 148 0 0 0 25 0 1 0 106263805 2101248 161 1992294400 134512640 135243223 4294956304 18446744073709551615 134565360 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 513 161 83 178 0 333 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 8824

[startup+3.10237 s]
/proc/loadavg: 0.92 0.98 1.08 2/67 2456
/proc/meminfo: memFree=1628576/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=2176 CPUtime=3.09
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 195 0 0 0 309 0 0 0 25 0 1 0 106263805 2228224 175 1992294400 134512640 135243223 4294956304 18446744073709551615 134564910 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 544 175 83 178 0 364 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8948

[startup+6.30184 s]
/proc/loadavg: 0.93 0.98 1.08 2/67 2456
/proc/meminfo: memFree=1628320/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=2176 CPUtime=6.28
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 213 0 0 0 628 0 0 0 25 0 1 0 106263805 2228224 193 1992294400 134512640 135243223 4294956304 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 1 0 0
/proc/2456/statm: 544 193 83 178 0 364 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8948

[startup+12.7028 s]
/proc/loadavg: 0.93 0.98 1.08 2/67 2456
/proc/meminfo: memFree=1628128/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=2308 CPUtime=12.67
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 237 0 0 0 1267 0 0 0 25 0 1 0 106263805 2363392 217 1992294400 134512640 135243223 4294956304 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 577 217 83 178 0 397 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9080

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 1.08 2/67 2456
/proc/meminfo: memFree=1628128/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=2440 CPUtime=25.46
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 275 0 0 0 2546 0 0 0 25 0 1 0 106263805 2498560 255 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 610 255 83 178 0 430 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 9212

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 1.08 2/67 2456
/proc/meminfo: memFree=1628000/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=2704 CPUtime=51.05
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 315 0 0 0 5105 0 0 0 25 0 1 0 106263805 2768896 295 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 676 295 83 178 0 496 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 9476

[startup+102.306 s]
/proc/loadavg: 1.18 1.03 1.09 2/67 2456
/proc/meminfo: memFree=1627680/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=2836 CPUtime=102.23
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 357 0 0 0 10223 0 0 0 25 0 1 0 106263805 2904064 337 1992294400 134512640 135243223 4294956304 18446744073709551615 134564999 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 709 337 83 178 0 529 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 9608

[startup+162.302 s]
/proc/loadavg: 1.06 1.02 1.08 2/67 2456
/proc/meminfo: memFree=1627424/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=2968 CPUtime=162.21
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 401 0 0 0 16221 0 0 0 25 0 1 0 106263805 3039232 381 1992294400 134512640 135243223 4294956304 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 742 381 83 178 0 562 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 9740

[startup+222.302 s]
/proc/loadavg: 1.02 1.02 1.08 2/67 2456
/proc/meminfo: memFree=1627360/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=3100 CPUtime=222.18
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 434 0 0 0 22218 0 0 0 25 0 1 0 106263805 3174400 414 1992294400 134512640 135243223 4294956304 18446744073709551615 134564680 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 775 414 83 178 0 595 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 9872

[startup+282.302 s]
/proc/loadavg: 1.01 1.01 1.07 2/67 2456
/proc/meminfo: memFree=1627232/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1626592/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=3768 CPUtime=701.95
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 582 0 0 0 70194 1 0 0 25 0 1 0 106263805 3858432 562 1992294400 134512640 135243223 4294956304 18446744073709551615 134565467 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 942 562 83 178 0 762 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 10540

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.03 2/67 2456
/proc/meminfo: memFree=1626592/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=3768 CPUtime=761.92
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 590 0 0 0 76191 1 0 0 25 0 1 0 106263805 3858432 570 1992294400 134512640 135243223 4294956304 18446744073709551615 134565467 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 942 570 83 178 0 762 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 10540

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 2456
/proc/meminfo: memFree=1626528/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=3768 CPUtime=821.88
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 593 0 0 0 82187 1 0 0 25 0 1 0 106263805 3858432 573 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 942 573 83 178 0 762 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 10540

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 2456
/proc/meminfo: memFree=1626528/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=3768 CPUtime=881.86
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 594 0 0 0 88185 1 0 0 25 0 1 0 106263805 3858432 574 1992294400 134512640 135243223 4294956304 18446744073709551615 134555681 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 942 574 83 178 0 762 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 10540

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 2462
/proc/meminfo: memFree=1626400/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=3768 CPUtime=941.81
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 600 0 0 0 94180 1 0 0 25 0 1 0 106263805 3858432 580 1992294400 134512640 135243223 4294956304 18446744073709551615 134556032 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 942 580 83 178 0 762 0
Current children cumulated CPU time (s) 941.81
Current children cumulated vsize (KiB) 10540

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2462
/proc/meminfo: memFree=1626400/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=3768 CPUtime=1001.78
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 600 0 0 0 100177 1 0 0 25 0 1 0 106263805 3858432 580 1992294400 134512640 135243223 4294956304 18446744073709551615 134555771 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 942 580 83 178 0 762 0
Current children cumulated CPU time (s) 1001.78
Current children cumulated vsize (KiB) 10540

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2462
/proc/meminfo: memFree=1626400/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=3768 CPUtime=1061.75
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 610 0 0 0 106174 1 0 0 25 0 1 0 106263805 3858432 590 1992294400 134512640 135243223 4294956304 18446744073709551615 134555532 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 942 590 83 178 0 762 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 10540

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2462
/proc/meminfo: memFree=1626336/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=3768 CPUtime=1121.73
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 610 0 0 0 112172 1 0 0 25 0 1 0 106263805 3858432 590 1992294400 134512640 135243223 4294956304 18446744073709551615 134555671 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 942 590 83 178 0 762 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 10540

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2462
/proc/meminfo: memFree=1626336/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=3900 CPUtime=1181.7
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 620 0 0 0 118169 1 0 0 25 0 1 0 106263805 3993600 600 1992294400 134512640 135243223 4294956304 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 975 600 83 178 0 795 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 10672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2462
/proc/meminfo: memFree=1626336/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=3900 CPUtime=1200.1
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 621 0 0 0 120009 1 0 0 25 0 1 0 106263805 3993600 601 1992294400 134512640 135243223 4294956304 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 975 601 83 178 0 795 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 10672

Sending SIGTERM to process tree (bottom up)

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 2462
/proc/meminfo: memFree=1626336/2055920 swapFree=4181440/4192956
[pid=2453] ppid=2451 vsize=1416 CPUtime=0
/proc/2453/stat : 2453 (IUT_BMB_SAT) S 2451 2453 2318 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 106263804 1449984 150 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2453/statm: 354 150 105 274 0 77 0
[pid=2455] ppid=2453 vsize=5356 CPUtime=0
/proc/2455/stat : 2455 (sh) S 2453 2453 2318 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 106263805 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2455/statm: 1339 232 193 169 0 50 0
[pid=2456] ppid=2455 vsize=3900 CPUtime=1200.1
/proc/2456/stat : 2456 (minisat) R 2455 2453 2318 0 -1 4194304 621 0 0 0 120009 1 0 0 25 0 1 0 106263805 3993600 601 1992294400 134512640 135243223 4294956304 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/2456/statm: 975 601 83 178 0 795 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 10672

Child status: 0
Real time (s): 1200.71
CPU time (s): 1200.12
CPU user time (s): 1200.1
CPU system time (s): 0.020996
CPU usage (%): 99.951
Max. virtual memory (cumulated for all children) (KiB): 10672

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

runsolver used 1.01984 second user time and 3.36049 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-26 23:45:54
IDJOB=1732614
IDBENCH=71124
IDSOLVER=523
FILE ID=node39/1732614-1240782354
PBS_JOBID= 9187281
Free space on /tmp= 66344 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-200-100.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1732614-1240782354/watcher-1732614-1240782354 -o /tmp/evaluation-result-1732614-1240782354/solver-1732614-1240782354 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1732614-1240782354.cnf HOME

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

MD5SUM BENCH= 3eff3d0cb86e42a8fbb844259e0c7beb
RANDOM SEED=329972994

node39.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.281
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.281
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:       1630048 kB
Buffers:         53424 kB
Cached:         314932 kB
SwapCached:       6324 kB
Active:         176504 kB
Inactive:       200764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1630048 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            2188 kB
Writeback:           0 kB
Mapped:          13588 kB
Slab:            34664 kB
Committed_AS:   495144 kB
PageTables:       1380 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= 66344 MiB
End job on node39 at 2009-04-27 00:05:55