Trace number 3251218

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
glucose 2? (TO) 1300.02 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
MD5SUM556c58061360a1b195d9b2f28888af77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03469
Satisfiable
(Un)Satisfiability was proved
Number of variables2115
Number of clauses356340
Sum of the clauses size714705
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2356295
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  356340   714705 |  106901       0        0     nan |  0.000 % |
0.99/1.01	c |         0 |  354225  1039145 |      --       0       --      -- |     --   | -2115/324440
0.99/1.01	c ==============================================================================
0.99/1.01	c Result  :   #vars: 2070   #clauses: 354225   #literals: 1039145
0.99/1.01	c CPU time:   1.00885 s
0.99/1.01	c ==============================================================================
1.10/1.18	c
1.10/1.18	c Starting glucose
1.10/1.18	c

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-3251218-1303573239/watcher-3251218-1303573239 -o /tmp/evaluation-result-3251218-1303573239/solver-3251218-1303573239 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3251218-1303573239.cnf 

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.00 4.01 3.93 4/188 16577
/proc/meminfo: memFree=15257644/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=0 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 468922712 8912896 253 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 253 211 178 0 69 0

[startup+0.0152229 s]
/proc/loadavg: 4.00 4.01 3.93 4/188 16577
/proc/meminfo: memFree=15257644/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=0 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 468922712 8912896 253 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100263 s]
/proc/loadavg: 4.00 4.01 3.93 4/188 16577
/proc/meminfo: memFree=15257644/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=0 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 468922712 8912896 253 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300181 s]
/proc/loadavg: 4.00 4.01 3.93 4/188 16577
/proc/meminfo: memFree=15257644/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=0 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 468922712 8912896 253 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701106 s]
/proc/loadavg: 4.00 4.01 3.93 4/188 16577
/proc/meminfo: memFree=15257644/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=0 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 468922712 8912896 253 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50091 s]
/proc/loadavg: 4.00 4.01 3.93 5/194 16586
/proc/meminfo: memFree=15148180/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 8704

[startup+3.10068 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16587
/proc/meminfo: memFree=15131316/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=55168 CPUtime=1.91 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 16406 0 0 0 188 3 0 0 25 0 1 0 468922830 56492032 8845 33554432000 4194304 4260849 140735962675440 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 13792 8845 241 17 0 10433 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 63872

[startup+6.30106 s]
/proc/loadavg: 4.00 4.00 3.93 6/194 16587
/proc/meminfo: memFree=15092332/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=66660 CPUtime=5.11 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 21460 0 0 0 508 3 0 0 25 0 1 0 468922830 68259840 13462 33554432000 4194304 4260849 140735962675440 18446744073709551615 4224757 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 16665 13462 251 17 0 13306 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 75364

[startup+12.701 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16588
/proc/meminfo: memFree=15074892/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=93068 CPUtime=11.51 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 33480 0 0 0 1146 5 0 0 25 0 1 0 468922830 95301632 19644 33554432000 4194304 4260849 140735962675440 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 23267 19644 251 17 0 19908 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 101772

[startup+25.5006 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16618
/proc/meminfo: memFree=15131880/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=93068 CPUtime=24.31 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 59647 0 0 0 2422 9 0 0 25 0 1 0 468922830 95301632 20064 33554432000 4194304 4260849 140735962675440 18446744073709551615 4224674 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 23267 20064 251 17 0 19908 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 101772

[startup+51.1012 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16619
/proc/meminfo: memFree=15074132/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=142388 CPUtime=49.91 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 102001 0 0 0 4975 16 0 0 25 0 1 0 468922830 145805312 29160 33554432000 4194304 4260849 140735962675440 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 35597 29160 251 17 0 32238 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 151092

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16621
/proc/meminfo: memFree=14984420/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=173208 CPUtime=101.12 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 163875 0 0 0 10085 27 0 0 25 0 1 0 468922830 177364992 34145 33554432000 4194304 4260849 140735962675440 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 43302 34145 251 17 0 39943 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 181912

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16622
/proc/meminfo: memFree=15024220/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=142388 CPUtime=161.11 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 231578 0 0 0 16072 39 0 0 25 0 1 0 468922830 145805312 31494 33554432000 4194304 4260849 140735962675440 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 35597 31494 251 17 0 32238 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 151092

[startup+222.301 s]
/proc/loadavg: 3.97 3.98 3.92 5/194 16654
/proc/meminfo: memFree=14977064/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=173208 CPUtime=221.11 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 292237 0 0 0 22060 51 0 0 25 0 1 0 468922830 177364992 35945 33554432000 4194304 4260849 140735962675440 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 43302 35945 251 17 0 39943 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 181912

[startup+282.301 s]
/proc/loadavg: 3.99 3.98 3.92 5/194 16656
/proc/meminfo: memFree=15017032/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=173208 CPUtime=281.11 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 352409 0 0 0 28051 60 0 0 25 0 1 0 468922830 177364992 36628 33554432000 4194304 4260849 140735962675440 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 43302 36628 251 17 0 39943 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 181912

[startup+342.3 s]
/proc/loadavg: 3.99 3.98 3.92 5/194 16657
/proc/meminfo: memFree=14966164/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=173208 CPUtime=341.11 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 397570 0 0 0 34043 68 0 0 25 0 1 0 468922830 177364992 39650 33554432000 4194304 4260849 140735962675440 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 43302 39650 251 17 0 39943 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 181912

[startup+402.301 s]
/proc/loadavg: 3.99 3.98 3.92 5/194 16658
/proc/meminfo: memFree=14891260/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=223296 CPUtime=401.12 cores=4,6

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

/proc/16587/statm: 55824 43671 251 17 0 52465 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 232000

[startup+642.301 s]
/proc/loadavg: 4.03 4.01 3.93 5/194 16665
/proc/meminfo: memFree=14848528/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=223296 CPUtime=641.13 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 627081 0 0 0 64003 110 0 0 25 0 1 0 468922830 228655104 41760 33554432000 4194304 4260849 140735962675440 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 55824 41760 251 17 0 52465 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 232000

[startup+702.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/194 16667
/proc/meminfo: memFree=14836440/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=223296 CPUtime=701.13 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 684086 0 0 0 69990 123 0 0 25 0 1 0 468922830 228655104 40602 33554432000 4194304 4260849 140735962675440 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 55824 40602 251 17 0 52465 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 232000

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16668
/proc/meminfo: memFree=14810496/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=223296 CPUtime=761.13 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 723138 0 0 0 75984 129 0 0 25 0 1 0 468922830 228655104 49076 33554432000 4194304 4260849 140735962675440 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 55824 49076 251 17 0 52465 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 232000

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16670
/proc/meminfo: memFree=14819028/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=223296 CPUtime=821.13 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 778468 0 0 0 81973 140 0 0 25 0 1 0 468922830 228655104 41603 33554432000 4194304 4260849 140735962675440 18446744073709551615 4225114 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 55824 41603 251 17 0 52465 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 232000

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16672
/proc/meminfo: memFree=14737540/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=223296 CPUtime=881.13 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 816376 0 0 0 87966 147 0 0 25 0 1 0 468922830 228655104 47597 33554432000 4194304 4260849 140735962675440 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 55824 47597 251 17 0 52465 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 232000

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16673
/proc/meminfo: memFree=14797776/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=223296 CPUtime=941.14 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 849688 0 0 0 93960 154 0 0 25 0 1 0 468922830 228655104 48569 33554432000 4194304 4260849 140735962675440 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 55824 48569 251 17 0 52465 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 232000

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16675
/proc/meminfo: memFree=14788680/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=223296 CPUtime=1001.14 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 885057 0 0 0 99953 161 0 0 25 0 1 0 468922830 228655104 50838 33554432000 4194304 4260849 140735962675440 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 55824 50838 251 17 0 52465 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 232000

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16676
/proc/meminfo: memFree=14805900/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=223296 CPUtime=1061.13 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 918792 0 0 0 105946 167 0 0 25 0 1 0 468922830 228655104 51473 33554432000 4194304 4260849 140735962675440 18446744073709551615 4225124 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 55824 51473 251 17 0 52465 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 232000

[startup+1122.3 s]
/proc/loadavg: 4.05 4.01 3.94 5/194 16678
/proc/meminfo: memFree=14715848/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=223296 CPUtime=1121.13 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 952778 0 0 0 111938 175 0 0 25 0 1 0 468922830 228655104 52183 33554432000 4194304 4260849 140735962675440 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 55824 52183 251 17 0 52465 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 232000

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/194 16679
/proc/meminfo: memFree=14728724/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=304684 CPUtime=1181.13 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 986909 0 0 0 117932 181 0 0 25 0 1 0 468922830 311996416 52952 33554432000 4194304 4260849 140735962675440 18446744073709551615 4225104 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 76171 52952 251 17 0 72812 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 313388

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 16690
/proc/meminfo: memFree=14674028/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=304684 CPUtime=1241.14 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 1021340 0 0 0 123926 188 0 0 25 0 1 0 468922830 311996416 53380 33554432000 4194304 4260849 140735962675440 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 76171 53380 251 17 0 72812 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 313388



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 16691
/proc/meminfo: memFree=14667652/32950928 swapFree=67111528/67111528
[pid=16577] ppid=16575 vsize=8704 CPUtime=1.17 cores=4,6
/proc/16577/stat : 16577 (glucose.sh) S 16575 16577 15849 0 -1 4202496 361 6695 0 0 0 0 116 1 18 0 1 0 468922712 8912896 255 33554432000 4194304 4922060 140737050250688 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/16577/statm: 2176 255 211 178 0 69 0
[pid=16587] ppid=16577 vsize=223296 CPUtime=1298.85 cores=4,6
/proc/16587/stat : 16587 (glucose_static) R 16577 16577 15849 0 -1 4202496 1052017 0 0 0 129692 193 0 0 25 0 1 0 468922830 228655104 48249 33554432000 4194304 4260849 140735962675440 18446744073709551615 4224583 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/16587/statm: 55824 48249 251 17 0 52465 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 232000

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 16577 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=165822
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=15997
# CPU time returned by wait4() is 1.18182
# 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): 1298.08
CPU system time (s): 1.94
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 393528

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

runsolver used 2.07268 second user time and 5.03024 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 17:40:39
IDJOB=3251218
IDBENCH=88216
IDSOLVER=1651
FILE ID=node122/3251218-1303573239
RUNJOBID= node122-1303571936-16381
PBS_JOBID= 13150292
Free space on /tmp= 70848 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251218-1303573239/watcher-3251218-1303573239 -o /tmp/evaluation-result-3251218-1303573239/solver-3251218-1303573239 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3251218-1303573239.cnf 

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

MD5SUM BENCH= 556c58061360a1b195d9b2f28888af77
RANDOM SEED=2021950189

node122.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.820
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.64
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.820
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.75
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.820
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.820
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.820
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.75
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.820
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.75
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15257924 kB
Buffers:       1775536 kB
Cached:       14953796 kB
SwapCached:          0 kB
Active:        5744376 kB
Inactive:     11395836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15257924 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9036 kB
Writeback:           0 kB
AnonPages:      410220 kB
Mapped:          15420 kB
Slab:           487388 kB
PageTables:       6040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   619768 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= 70780 MiB
End job on node122 at 2011-04-23 18:02:21