Trace number 3308898

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

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

Solver Data

0.00/0.01	c Parsing...
0.00/0.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  166893   407954 |   50067       0        0     nan |  0.000 % |
0.00/0.65	c |         0 |  104196   351417 |      --       0       --      -- |     --   | -62697/-56537
0.00/0.65	c ==============================================================================
0.00/0.65	c Result  :   #vars: 20430   #clauses: 104196   #literals: 351417
0.00/0.65	c CPU time:   0.623905 s
0.00/0.65	c ==============================================================================
0.00/0.72	c lySAT 0.1
0.00/0.72	c minisat core +  additionnal features
0.00/0.72	c ============================[ Problem Statistics ]=============================
0.00/0.72	c |                                                                             |
0.00/0.72	c |  Number of variables:  20430                                                |
0.00/0.72	c |  Number of clauses:    104196                                               |
0.00/0.76	c |  Parsing time:         0.03         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-3308898-1303984579/watcher-3308898-1303984579 -o /tmp/evaluation-result-3308898-1303984579/solver-3308898-1303984579 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308898-1303984579.cnf i 

running on 2 cores: 4,6

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: 4.14 4.00 3.06 4/192 28008
/proc/meminfo: memFree=11815852/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=11800 CPUtime=0 cores=4,6
/proc/28008/stat : 28008 (runsolver) R 28006 28008 27666 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 510058400 12083200 53 33554432000 4194304 5434984 140735772525792 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/28008/statm: 2950 53 31 303 0 2644 0

[startup+0.0616801 s]
/proc/loadavg: 4.14 4.00 3.06 4/192 28008
/proc/meminfo: memFree=11815852/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 510058400 8908800 250 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100683 s]
/proc/loadavg: 4.14 4.00 3.06 4/192 28008
/proc/meminfo: memFree=11815852/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 510058400 8908800 250 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300637 s]
/proc/loadavg: 4.14 4.00 3.06 4/192 28008
/proc/meminfo: memFree=11815852/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 510058400 8908800 250 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700566 s]
/proc/loadavg: 4.14 4.00 3.06 4/192 28008
/proc/meminfo: memFree=11815852/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 510058400 8908800 250 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50043 s]
/proc/loadavg: 4.13 4.00 3.07 5/194 28011
/proc/meminfo: memFree=11798144/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=10744 CPUtime=0.76 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 2524 0 0 0 76 0 0 0 21 0 1 0 510058473 11001856 2478 33554432000 134512640 135226915 4290204592 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 2686 2478 82 175 0 2509 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19444

[startup+3.10113 s]
/proc/loadavg: 4.13 4.00 3.07 5/194 28011
/proc/meminfo: memFree=11795540/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=11792 CPUtime=2.36 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 2784 0 0 0 236 0 0 0 25 0 1 0 510058473 12075008 2738 33554432000 134512640 135226915 4290204592 18446744073709551615 134536701 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 2948 2738 82 175 0 2771 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 20492

[startup+6.30056 s]
/proc/loadavg: 4.13 4.00 3.07 5/194 28011
/proc/meminfo: memFree=11791212/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=13524 CPUtime=5.56 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 3227 0 0 0 556 0 0 0 25 0 1 0 510058473 13848576 3181 33554432000 134512640 135226915 4290204592 18446744073709551615 134538547 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 3381 3181 82 175 0 3204 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22224

[startup+12.7004 s]
/proc/loadavg: 4.11 4.00 3.08 5/194 28011
/proc/meminfo: memFree=11782760/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=16948 CPUtime=11.96 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 4086 0 0 0 1196 0 0 0 25 0 1 0 510058473 17354752 4040 33554432000 134512640 135226915 4290204592 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 4237 4040 82 175 0 4060 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 25648

[startup+25.501 s]
/proc/loadavg: 4.09 4.00 3.09 5/194 28011
/proc/meminfo: memFree=11768372/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=23056 CPUtime=24.77 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 5589 0 0 0 2476 1 0 0 25 0 1 0 510058473 23609344 5543 33554432000 134512640 135226915 4290204592 18446744073709551615 134538547 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 5764 5543 82 175 0 5587 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31756

[startup+51.1004 s]
/proc/loadavg: 4.06 4.00 3.11 5/194 28012
/proc/meminfo: memFree=11730236/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=32288 CPUtime=50.36 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 7876 0 0 0 5035 1 0 0 25 0 1 0 510058473 33062912 7830 33554432000 134512640 135226915 4290204592 18446744073709551615 134536908 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 8072 7830 82 175 0 7895 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40988

[startup+102.307 s]
/proc/loadavg: 4.16 4.03 3.17 5/194 28044
/proc/meminfo: memFree=11724376/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=47008 CPUtime=101.58 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 11423 0 0 0 10155 3 0 0 25 0 1 0 510058473 48136192 11377 33554432000 134512640 135226915 4290204592 18446744073709551615 134552780 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 11752 11377 82 175 0 11575 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 55708

[startup+162.301 s]
/proc/loadavg: 4.06 4.02 3.22 5/194 28045
/proc/meminfo: memFree=11680736/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=53356 CPUtime=161.57 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 12973 0 0 0 16154 3 0 0 25 0 1 0 510058473 54636544 12927 33554432000 134512640 135226915 4290204592 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 13339 12927 82 175 0 13162 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 62056

[startup+222.301 s]
/proc/loadavg: 4.02 4.02 3.26 5/194 28047
/proc/meminfo: memFree=11610408/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=68916 CPUtime=221.57 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 16745 0 0 0 22153 4 0 0 25 0 1 0 510058473 70569984 16699 33554432000 134512640 135226915 4290204592 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 17229 16699 82 175 0 17052 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 77616

[startup+282.301 s]
/proc/loadavg: 4.04 4.03 3.31 5/194 28048
/proc/meminfo: memFree=11573056/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=83004 CPUtime=281.57 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 20214 0 0 0 28152 5 0 0 25 0 1 0 510058473 84996096 20168 33554432000 134512640 135226915 4290204592 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 20751 20168 82 175 0 20574 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 91704

[startup+342.301 s]
/proc/loadavg: 4.01 4.02 3.35 5/194 28059
/proc/meminfo: memFree=11544388/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=83652 CPUtime=341.57 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 20401 0 0 0 34152 5 0 0 25 0 1 0 510058473 85659648 20355 33554432000 134512640 135226915 4290204592 18446744073709551615 134537079 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 20913 20355 82 175 0 20736 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 92352

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 3.39 5/194 28061
/proc/meminfo: memFree=11510372/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6

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

/proc/28011/statm: 30834 29747 82 175 0 30657 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 132036

[startup+642.3 s]
/proc/loadavg: 4.07 4.02 3.52 5/194 28070
/proc/meminfo: memFree=11362864/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=123480 CPUtime=641.59 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 29821 0 0 0 64150 9 0 0 25 0 1 0 510058473 126443520 29775 33554432000 134512640 135226915 4290204592 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 30870 29775 82 175 0 30693 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 132180

[startup+702.301 s]
/proc/loadavg: 4.10 4.04 3.56 5/194 28072
/proc/meminfo: memFree=11344256/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=124272 CPUtime=701.59 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 30084 0 0 0 70150 9 0 0 25 0 1 0 510058473 127254528 30038 33554432000 134512640 135226915 4290204592 18446744073709551615 134538530 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 31068 30038 82 175 0 30891 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 132972

[startup+762.307 s]
/proc/loadavg: 4.03 4.03 3.58 5/194 28073
/proc/meminfo: memFree=11340648/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=127384 CPUtime=761.59 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 30588 0 0 0 76150 9 0 0 25 0 1 0 510058473 130441216 30542 33554432000 134512640 135226915 4290204592 18446744073709551615 134537088 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 31846 30542 82 175 0 31669 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 136084

[startup+822.301 s]
/proc/loadavg: 4.06 4.04 3.61 5/194 28075
/proc/meminfo: memFree=11317064/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=138008 CPUtime=821.59 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 33188 0 0 0 82149 10 0 0 25 0 1 0 510058473 141320192 33142 33554432000 134512640 135226915 4290204592 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 34502 33142 82 175 0 34325 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 146708

[startup+882.301 s]
/proc/loadavg: 4.02 4.03 3.64 5/194 28076
/proc/meminfo: memFree=11283684/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=151588 CPUtime=881.59 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 36487 0 0 0 88148 11 0 0 25 0 1 0 510058473 155226112 36441 33554432000 134512640 135226915 4290204592 18446744073709551615 134531420 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 37897 36441 82 175 0 37720 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 160288

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.65 5/194 28078
/proc/meminfo: memFree=11261712/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=151588 CPUtime=941.59 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 36487 0 0 0 94148 11 0 0 25 0 1 0 510058473 155226112 36441 33554432000 134512640 135226915 4290204592 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 37897 36441 82 175 0 37720 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 160288

[startup+1002.3 s]
/proc/loadavg: 4.00 4.01 3.67 5/194 28080
/proc/meminfo: memFree=11234408/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=151588 CPUtime=1001.59 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 36488 0 0 0 100148 11 0 0 25 0 1 0 510058473 155226112 36442 33554432000 134512640 135226915 4290204592 18446744073709551615 134536772 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 37897 36442 82 175 0 37720 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 160288

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.69 5/194 28081
/proc/meminfo: memFree=11205624/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=151964 CPUtime=1061.59 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 36537 0 0 0 106148 11 0 0 25 0 1 0 510058473 155611136 36491 33554432000 134512640 135226915 4290204592 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 37991 36491 82 175 0 37814 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 160664

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/194 28083
/proc/meminfo: memFree=11187628/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=152468 CPUtime=1121.6 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 36663 0 0 0 112148 12 0 0 25 0 1 0 510058473 156127232 36617 33554432000 134512640 135226915 4290204592 18446744073709551615 134537056 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 38117 36617 82 175 0 37940 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 161168

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 28084
/proc/meminfo: memFree=11179180/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=153780 CPUtime=1181.6 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 36905 0 0 0 118148 12 0 0 25 0 1 0 510058473 157470720 36859 33554432000 134512640 135226915 4290204592 18446744073709551615 134536774 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 38445 36859 82 175 0 38268 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 162480

[startup+1242.3 s]
/proc/loadavg: 4.14 4.04 3.75 5/194 28086
/proc/meminfo: memFree=11161308/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=158556 CPUtime=1241.6 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 38080 0 0 0 124148 12 0 0 25 0 1 0 510058473 162361344 38034 33554432000 134512640 135226915 4290204592 18446744073709551615 134537021 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 39639 38034 82 175 0 39462 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 167256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.96 4.00 3.75 5/194 28147
/proc/meminfo: memFree=11574028/32951124 swapFree=67111528/67111528
[pid=28008] ppid=28006 vsize=8700 CPUtime=0.71 cores=4,6
/proc/28008/stat : 28008 (lysat.sh) S 28006 28008 27666 0 -1 4202496 356 7476 0 0 0 0 69 2 18 0 1 0 510058400 8908800 252 33554432000 4194304 4922060 140734177594736 18446744073709551615 230808984709 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/28008/statm: 2175 252 209 178 0 68 0
[pid=28011] ppid=28008 vsize=170888 CPUtime=1299.31 cores=4,6
/proc/28011/stat : 28011 (LySATi) R 28008 28008 27666 0 -1 4202496 40819 0 0 0 129917 14 0 0 25 0 1 0 510058473 174989312 40773 33554432000 134512640 135226915 4290204592 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/28011/statm: 42722 40773 82 175 0 42545 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 179588

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 28008 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=695894
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=24996
# CPU time returned by wait4() is 0.72089
# 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.86
CPU system time (s): 0.16
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 179588

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

runsolver used 2.29365 second user time and 4.81027 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-28 11:56:20
IDJOB=3308898
IDBENCH=83113
IDSOLVER=1692
FILE ID=node104/3308898-1303984579
RUNJOBID= node104-1303983222-27685
PBS_JOBID= 13168722
Free space on /tmp= 71484 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top22.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308898-1303984579/watcher-3308898-1303984579 -o /tmp/evaluation-result-3308898-1303984579/solver-3308898-1303984579 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3308898-1303984579.cnf i

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=2079501604

node104.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.855
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.71
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.855
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	: 5332.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.75
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11816248 kB
Buffers:       2306116 kB
Cached:       18087164 kB
SwapCached:          0 kB
Active:       11338224 kB
Inactive:      9207544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11816248 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           32448 kB
Writeback:           0 kB
AnonPages:      152068 kB
Mapped:          16080 kB
Slab:           525764 kB
PageTables:       5476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   337732 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= 71520 MiB
End job on node104 at 2011-04-28 12:18:02