Trace number 3308940

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-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

Solver Data

0.00/0.00	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 |  167040   429076 |   50111       0        0     nan |  0.000 % |
0.00/0.70	c |         0 |  116176   430733 |      --       0       --      -- |     --   | -50864/1657
0.00/0.70	c ==============================================================================
0.00/0.70	c Result  :   #vars: 20954   #clauses: 116176   #literals: 430733
0.00/0.70	c CPU time:   0.689895 s
0.00/0.70	c ==============================================================================
0.00/0.80	c lySAT 0.1
0.00/0.80	c minisat core +  additionnal features
0.00/0.80	c ============================[ Problem Statistics ]=============================
0.00/0.80	c |                                                                             |
0.00/0.80	c |  Number of variables:  20954                                                |
0.00/0.80	c |  Number of clauses:    116176                                               |
0.00/0.84	c |  Parsing time:         0.04         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-3308940-1303984696/watcher-3308940-1303984696 -o /tmp/evaluation-result-3308940-1303984696/solver-3308940-1303984696 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3308940-1303984696.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: 3.93 3.95 3.15 4/192 11702
/proc/meminfo: memFree=15141644/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) R 11700 11702 11235 0 -1 4202496 312 0 0 0 0 0 0 0 25 0 1 0 588700190 8908800 249 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020216213 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/11702/statm: 2175 249 209 178 0 68 0

[startup+0.040875 s]
/proc/loadavg: 3.93 3.95 3.15 4/192 11702
/proc/meminfo: memFree=15141644/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 588700190 8908800 249 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100838 s]
/proc/loadavg: 3.93 3.95 3.15 4/192 11702
/proc/meminfo: memFree=15141644/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 588700190 8908800 249 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300825 s]
/proc/loadavg: 3.93 3.95 3.15 4/192 11702
/proc/meminfo: memFree=15141644/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 588700190 8908800 249 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70076 s]
/proc/loadavg: 3.93 3.95 3.15 4/192 11702
/proc/meminfo: memFree=15141644/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 588700190 8908800 249 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50061 s]
/proc/loadavg: 3.93 3.95 3.15 5/194 11705
/proc/meminfo: memFree=15119184/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=12132 CPUtime=0.69 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 2821 0 0 0 69 0 0 0 21 0 1 0 588700271 12423168 2776 33554432000 134512640 135226915 4287562240 18446744073709551615 134536830 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 3033 2776 82 175 0 2856 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20832

[startup+3.10032 s]
/proc/loadavg: 3.93 3.95 3.15 5/194 11705
/proc/meminfo: memFree=15111616/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=13568 CPUtime=2.29 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 3200 0 0 0 229 0 0 0 25 0 1 0 588700271 13893632 3155 33554432000 134512640 135226915 4287562240 18446744073709551615 134536938 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 3392 3155 82 175 0 3215 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22268

[startup+6.30073 s]
/proc/loadavg: 3.94 3.95 3.16 5/194 11705
/proc/meminfo: memFree=15104672/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=15132 CPUtime=5.49 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 3570 0 0 0 549 0 0 0 25 0 1 0 588700271 15495168 3525 33554432000 134512640 135226915 4287562240 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 3783 3525 82 175 0 3606 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 23832

[startup+12.7006 s]
/proc/loadavg: 3.94 3.95 3.16 5/194 11705
/proc/meminfo: memFree=15087956/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=20428 CPUtime=11.88 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 4893 0 0 0 1188 0 0 0 25 0 1 0 588700271 20918272 4848 33554432000 134512640 135226915 4287562240 18446744073709551615 134536757 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 5107 4848 82 175 0 4930 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29128

[startup+25.5012 s]
/proc/loadavg: 4.03 3.97 3.18 5/194 11706
/proc/meminfo: memFree=15063632/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=26664 CPUtime=24.69 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 6454 0 0 0 2468 1 0 0 25 0 1 0 588700271 27303936 6409 33554432000 134512640 135226915 4287562240 18446744073709551615 134536966 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 6666 6409 82 175 0 6489 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35364

[startup+51.1005 s]
/proc/loadavg: 4.02 3.97 3.20 5/194 11706
/proc/meminfo: memFree=15032860/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=35844 CPUtime=50.29 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 8744 0 0 0 5027 2 0 0 25 0 1 0 588700271 36704256 8699 33554432000 134512640 135226915 4287562240 18446744073709551615 134536839 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 8961 8699 82 175 0 8784 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 44544

[startup+102.307 s]
/proc/loadavg: 4.01 3.97 3.24 5/194 11738
/proc/meminfo: memFree=15667152/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=55144 CPUtime=101.49 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 13520 0 0 0 10147 2 0 0 25 0 1 0 588700271 56467456 13475 33554432000 134512640 135226915 4287562240 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 13786 13475 82 175 0 13609 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 63844

[startup+162.301 s]
/proc/loadavg: 4.00 3.97 3.28 6/194 11739
/proc/meminfo: memFree=15530036/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=77592 CPUtime=161.5 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 19083 0 0 0 16146 4 0 0 25 0 1 0 588700271 79454208 19038 33554432000 134512640 135226915 4287562240 18446744073709551615 134536768 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 19398 19038 82 175 0 19221 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 86292

[startup+222.301 s]
/proc/loadavg: 4.00 3.97 3.33 6/194 11750
/proc/meminfo: memFree=15427264/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=84120 CPUtime=221.49 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 20708 0 0 0 22145 4 0 0 25 0 1 0 588700271 86138880 20663 33554432000 134512640 135226915 4287562240 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 21030 20663 82 175 0 20853 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 92820

[startup+282.3 s]
/proc/loadavg: 4.00 3.97 3.37 6/194 11751
/proc/meminfo: memFree=15313268/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=103544 CPUtime=281.5 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 25468 0 0 0 28145 5 0 0 25 0 1 0 588700271 106029056 25423 33554432000 134512640 135226915 4287562240 18446744073709551615 134544484 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 25886 25423 82 175 0 25709 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 112244

[startup+342.3 s]
/proc/loadavg: 4.00 3.97 3.40 6/194 11753
/proc/meminfo: memFree=15247684/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=103544 CPUtime=341.5 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 25480 0 0 0 34145 5 0 0 25 0 1 0 588700271 106029056 25435 33554432000 134512640 135226915 4287562240 18446744073709551615 134536783 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 25886 25435 82 175 0 25709 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 112244

[startup+402.3 s]
/proc/loadavg: 4.03 3.99 3.44 6/194 11815
/proc/meminfo: memFree=16581648/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6

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

/proc/11705/statm: 38827 38155 82 175 0 38650 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 164008

[startup+642.3 s]
/proc/loadavg: 4.03 4.00 3.56 6/194 11881
/proc/meminfo: memFree=16530132/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=155380 CPUtime=641.51 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 38222 0 0 0 64141 10 0 0 25 0 1 0 588700271 159109120 38177 33554432000 134512640 135226915 4287562240 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 38845 38177 82 175 0 38668 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 164080

[startup+702.3 s]
/proc/loadavg: 4.01 4.00 3.59 6/194 11883
/proc/meminfo: memFree=16481760/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=183908 CPUtime=701.51 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 45280 0 0 0 70139 12 0 0 25 0 1 0 588700271 188321792 45235 33554432000 134512640 135226915 4287562240 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 45977 45235 82 175 0 45800 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 192608

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.61 6/194 11884
/proc/meminfo: memFree=16433860/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=207656 CPUtime=761.51 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 50938 0 0 0 76137 14 0 0 25 0 1 0 588700271 212639744 50893 33554432000 134512640 135226915 4287562240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 51914 50893 82 175 0 51737 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 216356

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.63 6/194 11886
/proc/meminfo: memFree=16405812/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=207764 CPUtime=821.51 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 50941 0 0 0 82137 14 0 0 25 0 1 0 588700271 212750336 50896 33554432000 134512640 135226915 4287562240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 51941 50896 82 175 0 51764 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 216464

[startup+882.3 s]
/proc/loadavg: 4.07 4.02 3.66 6/194 11887
/proc/meminfo: memFree=16370952/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=207764 CPUtime=881.51 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 50967 0 0 0 88137 14 0 0 25 0 1 0 588700271 212750336 50922 33554432000 134512640 135226915 4287562240 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 51941 50922 82 175 0 51764 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 216464

[startup+942.3 s]
/proc/loadavg: 4.02 4.01 3.67 6/194 11889
/proc/meminfo: memFree=16342284/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=207944 CPUtime=941.51 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 51025 0 0 0 94137 14 0 0 25 0 1 0 588700271 212934656 50980 33554432000 134512640 135226915 4287562240 18446744073709551615 134536788 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 51986 50980 82 175 0 51809 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 216644

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.69 6/194 11891
/proc/meminfo: memFree=16294900/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=228520 CPUtime=1001.52 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 56134 0 0 0 100136 16 0 0 25 0 1 0 588700271 234004480 56089 33554432000 134512640 135226915 4287562240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 57130 56089 82 175 0 56953 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 237220

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.71 6/194 11892
/proc/meminfo: memFree=16246532/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=248288 CPUtime=1061.52 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 61003 0 0 0 106135 17 0 0 25 0 1 0 588700271 254246912 60958 33554432000 134512640 135226915 4287562240 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 62072 60958 82 175 0 61895 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 256988

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.73 6/194 11894
/proc/meminfo: memFree=16235716/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=248288 CPUtime=1121.52 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 61003 0 0 0 112135 17 0 0 25 0 1 0 588700271 254246912 60958 33554432000 134512640 135226915 4287562240 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 62072 60958 82 175 0 61895 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 256988

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.74 6/194 11895
/proc/meminfo: memFree=16220696/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=248288 CPUtime=1181.52 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 61006 0 0 0 118135 17 0 0 25 0 1 0 588700271 254246912 60961 33554432000 134512640 135226915 4287562240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 62072 60961 82 175 0 61895 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 256988

[startup+1242.3 s]
/proc/loadavg: 4.04 4.01 3.76 6/194 11926
/proc/meminfo: memFree=15413960/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=248288 CPUtime=1241.52 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 61038 0 0 0 124135 17 0 0 25 0 1 0 588700271 254246912 60993 33554432000 134512640 135226915 4287562240 18446744073709551615 134539912 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 62072 60993 82 175 0 61895 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 256988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.77 5/194 11928
/proc/meminfo: memFree=15397284/32951124 swapFree=67111528/67111528
[pid=11702] ppid=11700 vsize=8700 CPUtime=0.79 cores=4,6
/proc/11702/stat : 11702 (lysat.sh) S 11700 11702 11235 0 -1 4202496 355 7491 0 0 0 0 77 2 18 0 1 0 588700190 8908800 251 33554432000 4194304 4922060 140734639922352 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/11702/statm: 2175 251 209 178 0 68 0
[pid=11705] ppid=11702 vsize=248948 CPUtime=1299.23 cores=4,6
/proc/11705/stat : 11705 (LySATi) R 11702 11702 11235 0 -1 4202496 61159 0 0 0 129906 17 0 0 25 0 1 0 588700271 254922752 61114 33554432000 134512640 135226915 4287562240 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11705/statm: 62237 61114 82 175 0 62060 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 257648

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 11702 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=776881
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=23996
# CPU time returned by wait4() is 0.800877
# 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.83
CPU system time (s): 0.19
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 257648

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

runsolver used 2.36464 second user time and 4.74128 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-28 11:58:16
IDJOB=3308940
IDBENCH=83133
IDSOLVER=1692
FILE ID=node110/3308940-1303984696
RUNJOBID= node110-1303983225-11254
PBS_JOBID= 13168716
Free space on /tmp= 72500 MiB

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

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=1416558878

node110.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.830
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.66
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.830
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.830
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.75
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.830
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.83
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.830
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	: 5332.76
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.830
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15141792 kB
Buffers:       2330900 kB
Cached:       13292604 kB
SwapCached:          0 kB
Active:        9665360 kB
Inactive:      7570268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15141792 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           51360 kB
Writeback:           0 kB
AnonPages:     1611532 kB
Mapped:          16124 kB
Slab:           506064 kB
PageTables:       8568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1847648 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= 72600 MiB
End job on node110 at 2011-04-28 12:19:58