Trace number 1730929

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

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2-rand3bip-sat-280-2.sat05-2264.reshuffled-07.cnf
MD5SUM0a790b16b30661bee32dad474c146a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.013997
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of clauses1120
Sum of the clauses size3360
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31120
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:  280                                                  |
0.00/0.01	c |  Number of clauses:    1120                                                 |
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 |     280     1120     3360 |      373        0    nan |  0.000 % |
0.00/0.01	c |       101 |     280     1120     3360 |      410      101     29 |  0.001 % |
0.00/0.02	c |       252 |     280     1120     3360 |      451      252     29 |  0.001 % |
0.00/0.02	c |       477 |     280     1120     3360 |      496      477     23 |  0.001 % |
0.00/0.04	c |       814 |     280     1120     3360 |      546      532     27 |  0.001 % |
0.00/0.06	c |      1321 |     280     1120     3360 |      601      433     22 |  0.001 % |
0.00/0.09	c |      2081 |     280     1120     3360 |      661      540     22 |  0.001 % |
0.00/0.14	c |      3221 |     280     1120     3360 |      727      590     22 |  0.001 % |
0.00/0.22	c |      4931 |     280     1120     3360 |      800      747     28 |  0.001 % |
0.00/0.33	c |      7493 |     280     1120     3360 |      880      741     22 |  0.001 % |
0.00/0.52	c |     11337 |     280     1120     3360 |      968      888     26 |  0.001 % |
0.00/0.79	c |     17103 |     280     1120     3360 |     1065      590     16 |  0.001 % |
1.19/1.20	c |     25752 |     280     1120     3360 |     1171      932     18 |  0.001 % |
1.79/1.85	c |     38727 |     280     1120     3360 |     1288     1177     22 |  0.001 % |
2.78/2.89	c |     58188 |     280     1120     3360 |     1417      734     17 |  0.001 % |
4.29/4.35	c |     87380 |     280     1120     3360 |     1559      903     17 |  0.001 % |
6.58/6.66	c |    131169 |     280     1120     3360 |     1715      841     19 |  0.001 % |
10.18/10.26	c |    196855 |     280     1120     3360 |     1887     1021     18 |  0.001 % |
15.08/15.16	c |    295382 |     280     1120     3360 |     2075     1867     19 |  0.001 % |
23.37/23.48	c |    443172 |     280     1120     3360 |     2283     1107     18 |  0.001 % |
36.37/36.42	c |    664855 |     280     1120     3360 |     2511     1781     22 |  0.001 % |
57.26/57.36	c |    997381 |     280     1120     3360 |     2762     2309     22 |  0.001 % |
88.95/89.08	c |   1496169 |     280     1120     3360 |     3039     1843     21 |  0.001 % |
140.51/140.64	c |   2244351 |     280     1120     3360 |     3342     3043     24 |  0.001 % |
215.98/216.11	c |   3366625 |     280     1120     3360 |     3677     2240     20 |  0.001 % |
328.93/329.18	c |   5050036 |     280     1120     3360 |     4044     2761     19 |  0.001 % |
508.95/509.26	c |   7575152 |     280     1120     3360 |     4449     2508     21 |  0.003 % |
801.11/801.56	c |  11362827 |     280     1120     3360 |     4894     3711     20 |  0.001 % |
1200.00/1200.60	sh: line 1: 28175 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.00/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-1730929-1240765132/watcher-1730929-1240765132 -o /tmp/evaluation-result-1730929-1240765132/solver-1730929-1240765132 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1730929-1240765132.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 28172
/proc/meminfo: memFree=1656208/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) R 28170 28172 28020 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 140 1992294400 134512640 135635285 4294956224 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 0 0 0
/proc/28172/statm: 321 140 99 274 0 44 0

[startup+0.0247681 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 28172
/proc/meminfo: memFree=1656208/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.101776 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 28172
/proc/meminfo: memFree=1656208/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.301799 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 28172
/proc/meminfo: memFree=1656208/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+0.701844 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 28172
/proc/meminfo: memFree=1656208/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1284

[startup+1.50294 s]
/proc/loadavg: 0.91 0.97 0.99 2/67 28175
/proc/meminfo: memFree=1655288/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=2176 CPUtime=1.49
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 211 0 0 0 149 0 0 0 25 0 1 0 104546713 2228224 192 1992294400 134512640 135243223 4294956320 18446744073709551615 134555560 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 544 192 83 178 0 364 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8816

[startup+3.10112 s]
/proc/loadavg: 0.91 0.97 0.99 2/67 28175
/proc/meminfo: memFree=1655032/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=2308 CPUtime=3.08
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 241 0 0 0 308 0 0 0 25 0 1 0 104546713 2363392 222 1992294400 134512640 135243223 4294956320 18446744073709551615 134565467 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 577 222 83 178 0 397 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8948

[startup+6.30148 s]
/proc/loadavg: 0.92 0.97 0.99 2/67 28175
/proc/meminfo: memFree=1654776/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=2440 CPUtime=6.28
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 263 0 0 0 628 0 0 0 25 0 1 0 104546713 2498560 244 1992294400 134512640 135243223 4294956320 18446744073709551615 134565904 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 610 244 83 178 0 430 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9080

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 28175
/proc/meminfo: memFree=1654584/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=2572 CPUtime=12.68
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 293 0 0 0 1268 0 0 0 25 0 1 0 104546713 2633728 274 1992294400 134512640 135243223 4294956320 18446744073709551615 134555619 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 643 274 83 178 0 463 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9212

[startup+25.5017 s]
/proc/loadavg: 0.94 0.97 0.99 2/67 28175
/proc/meminfo: memFree=1654456/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=2836 CPUtime=25.47
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 350 0 0 0 2547 0 0 0 25 0 1 0 104546713 2904064 331 1992294400 134512640 135243223 4294956320 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 709 331 83 178 0 529 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9476

[startup+51.1016 s]
/proc/loadavg: 0.96 0.97 0.99 2/67 28175
/proc/meminfo: memFree=1654136/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=3108 CPUtime=51.06
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 429 0 0 0 5106 0 0 0 25 0 1 0 104546713 3182592 410 1992294400 134512640 135243223 4294956320 18446744073709551615 134565161 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 777 410 83 178 0 597 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9748

[startup+102.306 s]
/proc/loadavg: 0.98 0.97 0.99 2/67 28175
/proc/meminfo: memFree=1653688/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=3500 CPUtime=102.24
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 529 0 0 0 10224 0 0 0 25 0 1 0 104546713 3584000 510 1992294400 134512640 135243223 4294956320 18446744073709551615 134555650 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 875 510 83 178 0 695 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 10140

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1653176/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=3900 CPUtime=162.2
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 615 0 0 0 16220 0 0 0 25 0 1 0 104546713 3993600 596 1992294400 134512640 135243223 4294956320 18446744073709551615 134564993 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 975 596 83 178 0 795 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 10540

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1653112/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=4032 CPUtime=222.17
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 656 0 0 0 22217 0 0 0 25 0 1 0 104546713 4128768 637 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 1008 637 83 178 0 828 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 10672

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1652984/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0

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

/proc/meminfo: memFree=1652024/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=4960 CPUtime=641.98
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 900 0 0 0 64198 0 0 0 25 0 1 0 104546713 5079040 881 1992294400 134512640 135243223 4294956320 18446744073709551615 134555523 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 1240 881 83 178 0 1060 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 11600

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1651832/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=5100 CPUtime=701.95
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 913 0 0 0 70195 0 0 0 25 0 1 0 104546713 5222400 894 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 1275 894 83 178 0 1095 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 11740

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1651768/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=5100 CPUtime=761.93
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 930 0 0 0 76192 1 0 0 25 0 1 0 104546713 5222400 911 1992294400 134512640 135243223 4294956320 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 1275 911 83 178 0 1095 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 11740

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1651640/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=5100 CPUtime=821.9
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 944 0 0 0 82189 1 0 0 25 0 1 0 104546713 5222400 925 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 1275 925 83 178 0 1095 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 11740

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1651448/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=5244 CPUtime=881.87
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 979 0 0 0 88186 1 0 0 25 0 1 0 104546713 5369856 960 1992294400 134512640 135243223 4294956320 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 1311 960 83 178 0 1131 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 11884

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1651384/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=5384 CPUtime=941.84
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 1001 0 0 0 94183 1 0 0 25 0 1 0 104546713 5513216 982 1992294400 134512640 135243223 4294956320 18446744073709551615 134555956 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 1346 982 83 178 0 1166 0
Current children cumulated CPU time (s) 941.84
Current children cumulated vsize (KiB) 12024

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1651320/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=5384 CPUtime=1001.82
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 1014 0 0 0 100181 1 0 0 25 0 1 0 104546713 5513216 995 1992294400 134512640 135243223 4294956320 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 1346 995 83 178 0 1166 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 12024

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1651192/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=5524 CPUtime=1061.77
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 1022 0 0 0 106176 1 0 0 25 0 1 0 104546713 5656576 1003 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 1381 1003 83 178 0 1201 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 12164

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1651192/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=5524 CPUtime=1121.73
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 1032 0 0 0 112172 1 0 0 25 0 1 0 104546713 5656576 1013 1992294400 134512640 135243223 4294956320 18446744073709551615 134555622 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 1381 1013 83 178 0 1201 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 12164

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1651128/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=5524 CPUtime=1181.7
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 1035 0 0 0 118169 1 0 0 25 0 1 0 104546713 5656576 1016 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 1381 1016 83 178 0 1201 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 12164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 28181
/proc/meminfo: memFree=1651064/2055920 swapFree=4180724/4192956
[pid=28172] ppid=28170 vsize=1284 CPUtime=0
/proc/28172/stat : 28172 (IUT_BMB_SAT) S 28170 28172 28020 0 -1 4194304 164 0 0 0 0 0 0 0 18 0 1 0 104546712 1314816 146 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28172/statm: 321 146 105 274 0 44 0
[pid=28174] ppid=28172 vsize=5356 CPUtime=0
/proc/28174/stat : 28174 (sh) S 28172 28172 28020 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 104546713 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28174/statm: 1339 232 193 169 0 50 0
[pid=28175] ppid=28174 vsize=5664 CPUtime=1200
/proc/28175/stat : 28175 (minisat) R 28174 28172 28020 0 -1 4194304 1052 0 0 0 119999 1 0 0 25 0 1 0 104546713 5799936 1033 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/28175/statm: 1416 1033 83 178 0 1236 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 12304

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.03
CPU user time (s): 1200
CPU system time (s): 0.025996
CPU usage (%): 99.9519
Max. virtual memory (cumulated for all children) (KiB): 12304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1200
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= 1533
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= 3002

runsolver used 0.979851 second user time and 3.39648 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-26 18:58:52
IDJOB=1730929
IDBENCH=24739
IDSOLVER=523
FILE ID=node23/1730929-1240765132
PBS_JOBID= 9187166
Free space on /tmp= 66320 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2-rand3bip-sat-280-2.sat05-2264.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730929-1240765132/watcher-1730929-1240765132 -o /tmp/evaluation-result-1730929-1240765132/solver-1730929-1240765132 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1730929-1240765132.cnf HOME

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

MD5SUM BENCH= 0a790b16b30661bee32dad474c146a58
RANDOM SEED=1098072316

node23.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.238
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.238
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:       1656688 kB
Buffers:         44920 kB
Cached:         298164 kB
SwapCached:       6164 kB
Active:          85708 kB
Inactive:       265856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1656688 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:          14000 kB
Slab:            33736 kB
Committed_AS:   451812 kB
PageTables:       1388 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= 66320 MiB
End job on node23 at 2009-04-26 19:18:53