Trace number 3308466

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
SAT09 reference solver:LySAT i/2009-03-20? (TO) 1300.02 1300.01

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
Bench CategoryAPPLICATION (applications 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 variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
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 Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   25863    60347 |    7758       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   19663    59086 |      --       0       --      -- |     --   | -6198/-1256
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 4390   #clauses: 19663   #literals: 59086
0.00/0.10	c CPU time:   0.102984 s
0.00/0.10	c ==============================================================================
0.00/0.12	c lySAT 0.1
0.00/0.12	c minisat core +  additionnal features
0.00/0.12	c ============================[ Problem Statistics ]=============================
0.00/0.12	c |                                                                             |
0.00/0.12	c |  Number of variables:  4390                                                 |
0.00/0.12	c |  Number of clauses:    19663                                                |
0.00/0.12	c |  Parsing time:         0.01         s                                       |

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3308466-1303983223/watcher-3308466-1303983223 -o /tmp/evaluation-result-3308466-1303983223/solver-3308466-1303983223 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308466-1303983223.cnf i 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 4398
/proc/meminfo: memFree=15678020/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) R 4396 4398 4368 0 -1 4202496 314 0 0 0 0 0 0 0 21 0 1 0 509922790 8908800 250 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446765461 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/4398/statm: 2175 250 209 178 0 68 0

[startup+0.02996 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 4398
/proc/meminfo: memFree=15678020/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 509922790 8908800 250 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100949 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 4398
/proc/meminfo: memFree=15678020/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 509922790 8908800 250 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300871 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 4398
/proc/meminfo: memFree=15678020/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8700

[startup+0.700797 s]
/proc/loadavg: 0.00 0.00 0.00 2/174 4398
/proc/meminfo: memFree=15678020/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 8700

[startup+1.50069 s]
/proc/loadavg: 0.00 0.00 0.00 3/177 4406
/proc/meminfo: memFree=15671424/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=5184 CPUtime=1.37 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 1051 0 0 0 137 0 0 0 25 0 1 0 509922802 5308416 1006 33554432000 134512640 135226915 4292733552 18446744073709551615 134539918 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 1296 1006 82 175 0 1119 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13884

[startup+3.10039 s]
/proc/loadavg: 0.00 0.00 0.00 4/184 4417
/proc/meminfo: memFree=15658736/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=7628 CPUtime=2.97 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 1650 0 0 0 297 0 0 0 25 0 1 0 509922802 7811072 1605 33554432000 134512640 135226915 4292733552 18446744073709551615 134536962 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 1907 1605 82 175 0 1730 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16328

[startup+6.3008 s]
/proc/loadavg: 0.32 0.07 0.02 5/194 4437
/proc/meminfo: memFree=15621296/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=11396 CPUtime=6.17 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 2567 0 0 0 617 0 0 0 25 0 1 0 509922802 11669504 2522 33554432000 134512640 135226915 4292733552 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 2849 2522 82 175 0 2672 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20096

[startup+12.7006 s]
/proc/loadavg: 0.69 0.15 0.05 5/194 4438
/proc/meminfo: memFree=15604984/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=18552 CPUtime=12.57 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 4348 0 0 0 1257 0 0 0 25 0 1 0 509922802 18997248 4303 33554432000 134512640 135226915 4292733552 18446744073709551615 134538540 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 4638 4303 82 175 0 4461 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27252

[startup+25.5002 s]
/proc/loadavg: 1.43 0.34 0.11 5/194 4438
/proc/meminfo: memFree=15584592/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=24148 CPUtime=25.37 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 5707 0 0 0 2536 1 0 0 25 0 1 0 509922802 24727552 5662 33554432000 134512640 135226915 4292733552 18446744073709551615 134732934 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 6037 5662 82 175 0 5860 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 32848

[startup+51.1005 s]
/proc/loadavg: 2.30 0.63 0.21 5/194 4438
/proc/meminfo: memFree=15556136/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=34992 CPUtime=50.97 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 8311 0 0 0 5095 2 0 0 25 0 1 0 509922802 35831808 8266 33554432000 134512640 135226915 4292733552 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 8748 8266 82 175 0 8571 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 43692

[startup+102.307 s]
/proc/loadavg: 3.26 1.15 0.41 5/194 4440
/proc/meminfo: memFree=15523628/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=54776 CPUtime=102.17 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 13127 0 0 0 10214 3 0 0 25 0 1 0 509922802 56090624 13082 33554432000 134512640 135226915 4292733552 18446744073709551615 134538576 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 13694 13082 82 175 0 13517 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 63476

[startup+162.301 s]
/proc/loadavg: 3.79 1.68 0.64 5/194 4442
/proc/meminfo: memFree=15494328/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=62816 CPUtime=162.17 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 15107 0 0 0 16213 4 0 0 25 0 1 0 509922802 64323584 15062 33554432000 134512640 135226915 4292733552 18446744073709551615 134536785 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 15704 15062 82 175 0 15527 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 71516

[startup+222.301 s]
/proc/loadavg: 3.92 2.10 0.84 5/194 4443
/proc/meminfo: memFree=15432544/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=79800 CPUtime=222.18 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 19000 0 0 0 22211 7 0 0 25 0 1 0 509922802 81715200 18955 33554432000 134512640 135226915 4292733552 18446744073709551615 134531439 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 19950 18955 82 175 0 19773 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 88500

[startup+282.301 s]
/proc/loadavg: 3.97 2.44 1.04 5/194 4445
/proc/meminfo: memFree=15424576/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=80556 CPUtime=282.18 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 19167 0 0 0 28211 7 0 0 25 0 1 0 509922802 82489344 19122 33554432000 134512640 135226915 4292733552 18446744073709551615 134536858 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 20139 19122 82 175 0 19962 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 89256

[startup+342.301 s]
/proc/loadavg: 3.99 2.72 1.22 5/194 4446
/proc/meminfo: memFree=15376060/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=104900 CPUtime=342.18 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 24886 0 0 0 34208 10 0 0 25 0 1 0 509922802 107417600 24841 33554432000 134512640 135226915 4292733552 18446744073709551615 134536935 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 26225 24841 82 175 0 26048 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 113600

[startup+402.3 s]
/proc/loadavg: 3.99 2.95 1.39 5/194 4448
/proc/meminfo: memFree=15361136/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3

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

/proc/4401/statm: 33418 31923 82 175 0 33241 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 142372

[startup+642.301 s]
/proc/loadavg: 4.01 3.54 1.98 5/194 4454
/proc/meminfo: memFree=15260400/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=133744 CPUtime=642.19 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 31986 0 0 0 64205 14 0 0 25 0 1 0 509922802 136953856 31941 33554432000 134512640 135226915 4292733552 18446744073709551615 134537299 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 33436 31941 82 175 0 33259 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 142444

[startup+702.301 s]
/proc/loadavg: 4.00 3.62 2.11 5/194 4456
/proc/meminfo: memFree=15245244/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=134968 CPUtime=702.19 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 32202 0 0 0 70205 14 0 0 25 0 1 0 509922802 138207232 32157 33554432000 134512640 135226915 4292733552 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 33742 32157 82 175 0 33565 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 143668

[startup+762.307 s]
/proc/loadavg: 4.00 3.69 2.22 5/194 4458
/proc/meminfo: memFree=15202428/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=145664 CPUtime=762.2 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 34762 0 0 0 76205 15 0 0 25 0 1 0 509922802 149159936 34717 33554432000 134512640 135226915 4292733552 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 36416 34717 82 175 0 36239 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 154364

[startup+822.301 s]
/proc/loadavg: 4.00 3.74 2.33 5/194 4459
/proc/meminfo: memFree=15177840/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=165812 CPUtime=822.19 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 39346 0 0 0 82201 18 0 0 25 0 1 0 509922802 169791488 39301 33554432000 134512640 135226915 4292733552 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 41453 39301 82 175 0 41276 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 174512

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.43 5/194 4461
/proc/meminfo: memFree=15175676/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=167408 CPUtime=882.19 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 39779 0 0 0 88201 18 0 0 25 0 1 0 509922802 171425792 39734 33554432000 134512640 135226915 4292733552 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 41852 39734 82 175 0 41675 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 176108

[startup+942.3 s]
/proc/loadavg: 4.00 3.82 2.53 5/194 4462
/proc/meminfo: memFree=15174400/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=167408 CPUtime=942.19 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 39783 0 0 0 94201 18 0 0 25 0 1 0 509922802 171425792 39738 33554432000 134512640 135226915 4292733552 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 41852 39738 82 175 0 41675 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 176108

[startup+1002.3 s]
/proc/loadavg: 4.00 3.85 2.62 5/194 4464
/proc/meminfo: memFree=15169768/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=167480 CPUtime=1002.2 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 39836 0 0 0 100202 18 0 0 25 0 1 0 509922802 171499520 39791 33554432000 134512640 135226915 4292733552 18446744073709551615 134537076 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 41870 39791 82 175 0 41693 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 176180

[startup+1062.3 s]
/proc/loadavg: 4.00 3.88 2.70 5/194 4466
/proc/meminfo: memFree=15160544/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=167828 CPUtime=1062.2 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 39905 0 0 0 106202 18 0 0 25 0 1 0 509922802 171855872 39860 33554432000 134512640 135226915 4292733552 18446744073709551615 134536785 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 41957 39860 82 175 0 41780 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 176528

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.78 5/194 4467
/proc/meminfo: memFree=15131852/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=169436 CPUtime=1122.2 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 40200 0 0 0 112202 18 0 0 25 0 1 0 509922802 173502464 40155 33554432000 134512640 135226915 4292733552 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 42359 40155 82 175 0 42182 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 178136

[startup+1182.3 s]
/proc/loadavg: 4.00 3.91 2.85 5/194 4469
/proc/meminfo: memFree=15114344/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=185744 CPUtime=1182.21 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 44204 0 0 0 118199 22 0 0 25 0 1 0 509922802 190201856 44159 33554432000 134512640 135226915 4292733552 18446744073709551615 134536785 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 46436 44159 82 175 0 46259 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 194444

[startup+1242.3 s]
/proc/loadavg: 4.05 3.94 2.93 5/194 4470
/proc/meminfo: memFree=15097564/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=201648 CPUtime=1242.21 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 48217 0 0 0 124196 25 0 0 25 0 1 0 509922802 206487552 48172 33554432000 134512640 135226915 4292733552 18446744073709551615 134537076 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 50412 48172 82 175 0 50235 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 210348



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 3.96 3.00 5/194 4472
/proc/meminfo: memFree=15092696/32951124 swapFree=67111528/67111528
[pid=4398] ppid=4396 vsize=8700 CPUtime=0.11 cores=1,3
/proc/4398/stat : 4398 (lysat.sh) S 4396 4398 4368 0 -1 4202496 356 1346 0 0 0 0 11 0 20 0 1 0 509922790 8908800 252 33554432000 4194304 4922060 140736023026016 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4398/statm: 2175 252 209 178 0 68 0
[pid=4401] ppid=4398 vsize=206368 CPUtime=1299.91 cores=1,3
/proc/4401/stat : 4401 (LySATi) R 4398 4398 4368 0 -1 4202496 49308 0 0 0 129966 25 0 0 25 0 1 0 509922802 211320832 49263 33554432000 134512640 135226915 4292733552 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4401/statm: 51592 49263 82 175 0 51415 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 215068

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4398 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=112982
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=4999
# CPU time returned by wait4() is 0.117981
# while last known CPU time is 1300.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.77
CPU system time (s): 0.25
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 215068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.112982
system time used= 0.004999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1702
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= 9
involuntary context switches= 4

runsolver used 2.05869 second user time and 5.04523 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-28 11:33:43
IDJOB=3308466
IDBENCH=70810
IDSOLVER=1692
FILE ID=node105/3308466-1303983223
RUNJOBID= node105-1303983222-4388
PBS_JOBID= 13168721
Free space on /tmp= 71940 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308466-1303983223/watcher-3308466-1303983223 -o /tmp/evaluation-result-3308466-1303983223/solver-3308466-1303983223 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308466-1303983223.cnf i

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=992399535

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15678184 kB
Buffers:       2294256 kB
Cached:       14344356 kB
SwapCached:          0 kB
Active:        8783504 kB
Inactive:      7918632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15678184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2364 kB
Writeback:           0 kB
AnonPages:       62904 kB
Mapped:          14400 kB
Slab:           505872 kB
PageTables:       4584 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   183468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71916 MiB
End job on node105 at 2011-04-28 11:55:26