Trace number 1728756

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.08 1200.61

General information on the benchmark

Namecrafted/Hard/contest02/
hgen2-v500-s1216665065.sat05-467.reshuffled-07.cnf
MD5SUMb414a0b8680818eb94ce47e101b0ad77
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 variables500
Number of clauses1750
Sum of the clauses size5250
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31750
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:  500                                                  |
0.00/0.01	c |  Number of clauses:    1750                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
0.00/0.02	c ============================[ Search Statistics ]==============================
0.00/0.02	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.02	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.02	c ===============================================================================
0.00/0.02	c |         0 |     500     1750     5250 |      583        0    nan |  0.000 % |
0.00/0.02	c |       101 |     500     1750     5250 |      641      101     32 |  0.000 % |
0.00/0.03	c |       251 |     500     1750     5250 |      705      251     31 |  0.000 % |
0.00/0.03	c |       476 |     500     1750     5250 |      776      476     32 |  0.000 % |
0.00/0.05	c |       813 |     500     1750     5250 |      854      813     31 |  0.000 % |
0.00/0.07	c |      1319 |     500     1750     5250 |      939      842     30 |  0.000 % |
0.00/0.10	c |      2079 |     500     1750     5250 |     1033      571     28 |  0.000 % |
0.00/0.14	c |      3219 |     500     1750     5250 |     1136      586     28 |  0.000 % |
0.00/0.22	c |      4927 |     500     1750     5250 |     1250     1080     31 |  0.000 % |
0.00/0.32	c |      7489 |     500     1750     5250 |     1375      983     29 |  0.000 % |
0.00/0.50	c |     11334 |     500     1750     5250 |     1513     1212     30 |  0.000 % |
0.00/0.78	c |     17101 |     500     1750     5250 |     1664     1390     30 |  0.000 % |
1.18/1.20	c |     25750 |     500     1750     5250 |     1830     1295     31 |  0.000 % |
1.78/1.86	c |     38724 |     500     1750     5250 |     2013     1884     29 |  0.000 % |
2.78/2.87	c |     58185 |     500     1750     5250 |     2215     1509     29 |  0.000 % |
4.38/4.48	c |     87377 |     500     1750     5250 |     2436     1954     31 |  0.000 % |
6.87/6.98	c |    131166 |     500     1750     5250 |     2680     1500     31 |  0.000 % |
10.77/10.88	c |    196850 |     500     1750     5250 |     2948     2263     31 |  0.000 % |
16.86/16.91	c |    295376 |     500     1750     5250 |     3243     2161     30 |  0.000 % |
26.06/26.19	c |    443165 |     500     1750     5250 |     3567     1906     31 |  0.000 % |
40.46/40.55	c |    664848 |     500     1750     5250 |     3924     2808     32 |  0.000 % |
63.14/63.25	c |    997373 |     500     1750     5250 |     4316     2374     31 |  0.000 % |
98.93/99.08	c |   1496162 |     500     1750     5250 |     4748     2311     32 |  0.000 % |
154.41/154.58	c |   2244344 |     500     1750     5250 |     5223     4180     35 |  0.000 % |
241.57/241.71	c |   3366620 |     500     1750     5250 |     5745     4194     34 |  0.000 % |
376.00/376.21	c |   5050032 |     500     1750     5250 |     6320     3262     34 |  0.000 % |
588.42/588.77	c |   7575149 |     500     1750     5250 |     6952     5361     33 |  0.000 % |
935.58/936.08	c |  11362824 |     500     1750     5250 |     7647     6349     36 |  0.000 % |
1200.06/1200.60	sh: line 1: 24595 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.06/1200.60	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-1728756-1240740732/watcher-1728756-1240740732 -o /tmp/evaluation-result-1728756-1240740732/solver-1728756-1240740732 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1728756-1240740732.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.99 0.99 1.00 3/64 24592
/proc/meminfo: memFree=1689304/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) R 24590 24592 24307 0 -1 4194304 163 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 146 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/24592/statm: 354 146 97 274 0 77 0

[startup+0.0576871 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 24592
/proc/meminfo: memFree=1689304/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.102691 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 24592
/proc/meminfo: memFree=1689304/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.301708 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 24592
/proc/meminfo: memFree=1689304/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+0.702745 s]
/proc/loadavg: 0.99 0.99 1.00 3/64 24592
/proc/meminfo: memFree=1689304/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1416

[startup+1.50182 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1688064/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=2580 CPUtime=1.48
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 289 0 0 0 148 0 0 0 25 0 1 0 102101213 2641920 269 1992294400 134512640 135243223 4294956304 18446744073709551615 134565455 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 645 269 83 178 0 465 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9352

[startup+3.10196 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1687808/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=2712 CPUtime=3.07
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 325 0 0 0 307 0 0 0 25 0 1 0 102101213 2777088 305 1992294400 134512640 135243223 4294956304 18446744073709551615 134558242 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 678 305 83 178 0 498 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 9484

[startup+6.30125 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1687424/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=2844 CPUtime=6.27
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 375 0 0 0 627 0 0 0 25 0 1 0 102101213 2912256 355 1992294400 134512640 135243223 4294956304 18446744073709551615 134555674 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 711 355 83 178 0 531 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9616

[startup+12.7018 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1687040/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=3108 CPUtime=12.67
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 439 0 0 0 1267 0 0 0 25 0 1 0 102101213 3182592 419 1992294400 134512640 135243223 4294956304 18446744073709551615 134555622 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 777 419 83 178 0 597 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9880

[startup+25.503 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1686784/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=3504 CPUtime=25.46
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 518 0 0 0 2546 0 0 0 25 0 1 0 102101213 3588096 498 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 876 498 83 178 0 696 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 10276

[startup+51.1023 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1686336/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=3900 CPUtime=51.05
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 636 0 0 0 5105 0 0 0 25 0 1 0 102101213 3993600 616 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 975 616 83 178 0 795 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 10672

[startup+102.307 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1685504/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=4552 CPUtime=102.23
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 808 0 0 0 10223 0 0 0 25 0 1 0 102101213 4661248 788 1992294400 134512640 135243223 4294956304 18446744073709551615 134555465 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 1138 788 83 178 0 958 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 11324

[startup+162.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1685056/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=5076 CPUtime=162.21
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 923 0 0 0 16221 0 0 0 25 0 1 0 102101213 5197824 903 1992294400 134512640 135243223 4294956304 18446744073709551615 134555741 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 1269 903 83 178 0 1089 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 11848

[startup+222.303 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1684672/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=5340 CPUtime=222.18
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 994 0 0 0 22218 0 0 0 25 0 1 0 102101213 5468160 974 1992294400 134512640 135243223 4294956304 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 1335 974 83 178 0 1155 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 12112

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1684288/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1682816/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=7016 CPUtime=642
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 1419 0 0 0 64199 1 0 0 25 0 1 0 102101213 7184384 1399 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 1754 1399 83 178 0 1574 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 13788

[startup+702.303 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1682624/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=7152 CPUtime=701.98
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 1457 0 0 0 70197 1 0 0 25 0 1 0 102101213 7323648 1437 1992294400 134512640 135243223 4294956304 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 1788 1437 83 178 0 1608 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 13924

[startup+762.306 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1682432/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=7288 CPUtime=761.96
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 1487 0 0 0 76195 1 0 0 25 0 1 0 102101213 7462912 1467 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 1822 1467 83 178 0 1642 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 14060

[startup+822.303 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1682368/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=7424 CPUtime=821.93
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 1506 0 0 0 82192 1 0 0 25 0 1 0 102101213 7602176 1486 1992294400 134512640 135243223 4294956304 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 1856 1486 83 178 0 1676 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 14196

[startup+882.302 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1682368/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=7424 CPUtime=881.9
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 1523 0 0 0 88189 1 0 0 25 0 1 0 102101213 7602176 1503 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 1856 1503 83 178 0 1676 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 14196

[startup+942.301 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1682112/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=7688 CPUtime=941.88
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 1576 0 0 0 94187 1 0 0 25 0 1 0 102101213 7872512 1556 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 1922 1556 83 178 0 1742 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 14460

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 1.00 2/67 24595
/proc/meminfo: memFree=1681792/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=7824 CPUtime=1001.83
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 1624 0 0 0 100182 1 0 0 25 0 1 0 102101213 8011776 1604 1992294400 134512640 135243223 4294956304 18446744073709551615 134555794 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 1956 1604 83 178 0 1776 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 14596

[startup+1062.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/67 24595
/proc/meminfo: memFree=1681792/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=7948 CPUtime=1061.81
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 1638 0 0 0 106180 1 0 0 25 0 1 0 102101213 8138752 1618 1992294400 134512640 135243223 4294956304 18446744073709551615 134555696 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 1987 1618 83 178 0 1807 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 14720

[startup+1122.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/67 24595
/proc/meminfo: memFree=1681664/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=7948 CPUtime=1121.79
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 1661 0 0 0 112178 1 0 0 25 0 1 0 102101213 8138752 1641 1992294400 134512640 135243223 4294956304 18446744073709551615 134555616 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 1987 1641 83 178 0 1807 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 14720

[startup+1182.3 s]
/proc/loadavg: 1.11 1.04 1.01 2/67 24595
/proc/meminfo: memFree=1681472/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=8080 CPUtime=1181.76
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 1686 0 0 0 118174 2 0 0 25 0 1 0 102101213 8273920 1666 1992294400 134512640 135243223 4294956304 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 2020 1666 83 178 0 1840 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 14852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.08 1.03 1.00 2/67 24595
/proc/meminfo: memFree=1681472/2055920 swapFree=4191900/4192956
[pid=24592] ppid=24590 vsize=1416 CPUtime=0
/proc/24592/stat : 24592 (IUT_BMB_SAT) S 24590 24592 24307 0 -1 4194304 183 0 0 0 0 0 0 0 18 0 1 0 102101211 1449984 165 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/24592/statm: 354 165 105 274 0 77 0
[pid=24594] ppid=24592 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (sh) S 24592 24592 24307 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 102101213 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24594/statm: 1339 232 193 169 0 50 0
[pid=24595] ppid=24594 vsize=8080 CPUtime=1200.06
/proc/24595/stat : 24595 (minisat) R 24594 24592 24307 0 -1 4194304 1689 0 0 0 120004 2 0 0 25 0 1 0 102101213 8273920 1669 1992294400 134512640 135243223 4294956304 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 0 0 0
/proc/24595/statm: 2020 1669 83 178 0 1840 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 14852

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): 1200.61
CPU time (s): 1200.08
CPU user time (s): 1200.05
CPU system time (s): 0.030995
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 14852

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

runsolver used 0.906862 second user time and 3.47347 second system time

The end

Launcher Data

Begin job on node43 at 2009-04-26 12:12:12
IDJOB=1728756
IDBENCH=24684
IDSOLVER=523
FILE ID=node43/1728756-1240740732
PBS_JOBID= 9186980
Free space on /tmp= 66432 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest02/hgen2-v500-s1216665065.sat05-467.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728756-1240740732/watcher-1728756-1240740732 -o /tmp/evaluation-result-1728756-1240740732/solver-1728756-1240740732 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1728756-1240740732.cnf HOME

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

MD5SUM BENCH= b414a0b8680818eb94ce47e101b0ad77
RANDOM SEED=1430323711

node43.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.237
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.237
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:       1689848 kB
Buffers:         28328 kB
Cached:         264336 kB
SwapCached:        416 kB
Active:          42936 kB
Inactive:       263176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689848 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:          21812 kB
Slab:            46044 kB
Committed_AS:   412060 kB
PageTables:       1444 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= 66428 MiB
End job on node43 at 2009-04-26 12:32:12