Trace number 3251350

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.01 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
MD5SUM76c30bc0971bc865c2b988ddaca89385
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.29319
Satisfiable
(Un)Satisfiability was proved
Number of variables3651
Number of clauses926696
Sum of the clauses size1856923
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2926636
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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.24	c ==============================================================================
0.00/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.24	c ==============================================================================
0.00/0.24	c |         0 |  926696  1856923 |  278008       0        0     nan |  0.000 % |
3.39/3.40	c |         0 |  923045  2643134 |      --       0       --      -- |     --   | -3651/786211
3.39/3.40	c ==============================================================================
3.39/3.40	c Result  :   #vars: 3591   #clauses: 923045   #literals: 2643134
3.39/3.40	c CPU time:   3.36349 s
3.39/3.40	c ==============================================================================
3.79/3.84	c
3.79/3.84	c Starting glucose
3.79/3.84	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-3251350-1303573406/watcher-3251350-1303573406 -o /tmp/evaluation-result-3251350-1303573406/solver-3251350-1303573406 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3251350-1303573406.cnf 

running on 2 cores: 0,2

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.92 3.98 3.92 5/192 16649
/proc/meminfo: memFree=15195016/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=0 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) R 16647 16649 15849 0 -1 4202496 316 0 0 0 0 0 0 0 25 0 1 0 468939425 8912896 253 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272509333 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/16649/statm: 2176 253 211 178 0 69 0

[startup+0.049311 s]
/proc/loadavg: 3.92 3.98 3.92 5/192 16649
/proc/meminfo: memFree=15195016/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=0 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 468939425 8912896 253 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.1003 s]
/proc/loadavg: 3.92 3.98 3.92 5/192 16649
/proc/meminfo: memFree=15195016/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=0 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 468939425 8912896 253 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300265 s]
/proc/loadavg: 3.92 3.98 3.92 5/192 16649
/proc/meminfo: memFree=15195016/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=0 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 468939425 8912896 253 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700193 s]
/proc/loadavg: 3.92 3.98 3.92 5/192 16649
/proc/meminfo: memFree=15195016/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=0 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 468939425 8912896 253 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50105 s]
/proc/loadavg: 3.92 3.98 3.92 5/194 16651
/proc/meminfo: memFree=15087988/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=0 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 468939425 8912896 253 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 253 211 178 0 69 0
[pid=16650] ppid=16649 vsize=82936 CPUtime=1.49 cores=0,2
/proc/16650/stat : 16650 (SatELite_releas) R 16649 16649 15849 0 -1 4202496 17142 0 0 0 146 3 0 0 25 0 1 0 468939425 84926464 17096 33554432000 134512640 135144242 4288662032 18446744073709551615 134588485 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/16650/statm: 20734 17096 77 155 0 20577 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91640

[startup+3.10082 s]
/proc/loadavg: 3.92 3.98 3.92 5/194 16651
/proc/meminfo: memFree=15077944/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=0 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 468939425 8912896 253 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 253 211 178 0 69 0
[pid=16650] ppid=16649 vsize=82936 CPUtime=3.09 cores=0,2
/proc/16650/stat : 16650 (SatELite_releas) R 16649 16649 15849 0 -1 4202496 17142 0 0 0 306 3 0 0 25 0 1 0 468939425 84926464 17096 33554432000 134512640 135144242 4288662032 18446744073709551615 134588135 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/16650/statm: 20734 17096 77 155 0 20577 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91640

[startup+6.3002 s]
/proc/loadavg: 3.93 3.98 3.92 5/194 16652
/proc/meminfo: memFree=15054128/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=69900 CPUtime=2.45 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 28866 0 0 0 242 3 0 0 25 0 1 0 468939809 71577600 12510 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 17475 12510 240 17 0 14116 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 78604

[startup+12.7011 s]
/proc/loadavg: 3.93 3.98 3.92 5/194 16653
/proc/meminfo: memFree=15045632/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=149640 CPUtime=8.85 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 73751 0 0 0 875 10 0 0 25 0 1 0 468939809 153231360 30844 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 37410 30844 240 17 0 34051 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 158344

[startup+25.5008 s]
/proc/loadavg: 3.95 3.98 3.92 5/194 16653
/proc/meminfo: memFree=15064476/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=149640 CPUtime=21.65 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 123281 0 0 0 2147 18 0 0 25 0 1 0 468939809 153231360 30950 33554432000 4194304 4260849 140737161557184 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 37410 30950 240 17 0 34051 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 158344

[startup+51.1003 s]
/proc/loadavg: 3.96 3.98 3.92 5/194 16654
/proc/meminfo: memFree=14973968/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=180460 CPUtime=47.25 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 220639 0 0 0 4689 36 0 0 25 0 1 0 468939809 184791040 35909 33554432000 4194304 4260849 140737161557184 18446744073709551615 4209338 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 45115 35910 240 17 0 41756 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 189164

[startup+102.307 s]
/proc/loadavg: 3.98 3.98 3.92 5/194 16655
/proc/meminfo: memFree=15029308/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=180460 CPUtime=98.46 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 382327 0 0 0 9780 66 0 0 25 0 1 0 468939809 184791040 35766 33554432000 4194304 4260849 140737161557184 18446744073709551615 4209582 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 45115 35766 240 17 0 41756 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 189164

[startup+162.3 s]
/proc/loadavg: 3.99 3.98 3.92 5/194 16657
/proc/meminfo: memFree=14997908/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=180460 CPUtime=158.46 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 538875 0 0 0 15751 95 0 0 25 0 1 0 468939809 184791040 39835 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 45115 39835 251 17 0 41756 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 189164

[startup+222.301 s]
/proc/loadavg: 3.99 3.98 3.92 5/194 16658
/proc/meminfo: memFree=14964052/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=180460 CPUtime=218.45 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 691833 0 0 0 21722 123 0 0 25 0 1 0 468939809 184791040 39021 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 45115 39021 252 17 0 41756 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 189164

[startup+282.301 s]
/proc/loadavg: 3.99 3.98 3.92 5/194 16660
/proc/meminfo: memFree=14950020/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=180460 CPUtime=278.46 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 837442 0 0 0 27696 150 0 0 25 0 1 0 468939809 184791040 38587 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 45115 38587 252 17 0 41756 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 189164

[startup+342.3 s]
/proc/loadavg: 3.99 3.98 3.92 5/194 16662
/proc/meminfo: memFree=14835176/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=230548 CPUtime=338.46 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 955576 0 0 0 33674 172 0 0 25 0 1 0 468939809 236081152 43886 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 57637 43886 252 17 0 54278 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 239252

[startup+402.301 s]
/proc/loadavg: 4.11 4.02 3.93 5/194 16663
/proc/meminfo: memFree=14865424/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2

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

/proc/16652/statm: 45115 34298 252 17 0 41756 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 189164

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16670
/proc/meminfo: memFree=14846936/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=230548 CPUtime=638.47 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 1483915 0 0 0 63574 273 0 0 25 0 1 0 468939809 236081152 43174 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 57637 43174 252 17 0 54278 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 239252

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16671
/proc/meminfo: memFree=14761856/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=230548 CPUtime=698.47 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 1578649 0 0 0 69552 295 0 0 25 0 1 0 468939809 236081152 47441 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 57637 47441 252 17 0 54278 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 239252

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16673
/proc/meminfo: memFree=14742604/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=230548 CPUtime=758.47 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 1675695 0 0 0 75532 315 0 0 25 0 1 0 468939809 236081152 51354 33554432000 4194304 4260849 140737161557184 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 57637 51354 252 17 0 54278 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 239252

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16674
/proc/meminfo: memFree=14833328/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=180460 CPUtime=818.47 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 1791605 0 0 0 81509 338 0 0 25 0 1 0 468939809 184791040 40242 33554432000 4194304 4260849 140737161557184 18446744073709551615 4225146 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 45115 40242 252 17 0 41756 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 189164

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16676
/proc/meminfo: memFree=14762004/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=230548 CPUtime=878.47 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 1907402 0 0 0 87485 362 0 0 25 0 1 0 468939809 236081152 49994 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224467 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 57637 49994 252 17 0 54278 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 239252

[startup+942.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/194 16678
/proc/meminfo: memFree=14836756/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=180460 CPUtime=938.48 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 2015819 0 0 0 93463 385 0 0 25 0 1 0 468939809 184791040 41704 33554432000 4194304 4260849 140737161557184 18446744073709551615 4225424 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 45115 41704 252 17 0 41756 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 189164

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/194 16679
/proc/meminfo: memFree=14835000/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=180460 CPUtime=998.48 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 2126935 0 0 0 99440 408 0 0 25 0 1 0 468939809 184791040 36611 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 45115 36611 252 17 0 41756 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 189164

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.94 5/194 16690
/proc/meminfo: memFree=14704040/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=311936 CPUtime=1058.47 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 2227599 0 0 0 105421 426 0 0 25 0 1 0 468939809 319422464 58066 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 77984 58066 252 17 0 74625 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 320640

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 16691
/proc/meminfo: memFree=14744544/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=230548 CPUtime=1118.48 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 2339443 0 0 0 111401 447 0 0 25 0 1 0 468939809 236081152 46999 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 57637 46999 252 17 0 54278 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 239252

[startup+1182.3 s]
/proc/loadavg: 2.53 3.61 3.81 2/173 16747
/proc/meminfo: memFree=15312696/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=311936 CPUtime=1178.48 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 2437425 0 0 0 117382 466 0 0 25 0 1 0 468939809 319422464 61511 33554432000 4194304 4260849 140737161557184 18446744073709551615 4209311 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 77984 61511 252 17 0 74625 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 320640

[startup+1242.3 s]
/proc/loadavg: 1.56 3.13 3.63 2/173 16751
/proc/meminfo: memFree=15367356/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=230548 CPUtime=1238.48 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 2548333 0 0 0 123362 486 0 0 25 0 1 0 468939809 236081152 47454 33554432000 4194304 4260849 140737161557184 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 57637 47454 252 17 0 54278 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 239252



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.20 2.74 3.46 3/173 16753
/proc/meminfo: memFree=15328928/32950928 swapFree=67111528/67111528
[pid=16649] ppid=16647 vsize=8704 CPUtime=3.82 cores=0,2
/proc/16649/stat : 16649 (glucose.sh) S 16647 16649 15849 0 -1 4202496 359 17144 0 0 0 0 377 5 18 0 1 0 468939425 8912896 255 33554432000 4194304 4922060 140735074071616 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16649/statm: 2176 255 211 178 0 69 0
[pid=16652] ppid=16649 vsize=311936 CPUtime=1296.19 cores=0,2
/proc/16652/stat : 16652 (glucose_static) R 16649 16649 15849 0 -1 4202496 2640978 0 0 0 129114 505 0 0 25 0 1 0 468939809 319422464 56807 33554432000 4194304 4260849 140737161557184 18446744073709551615 4228009 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16652/statm: 77984 56807 252 17 0 74625 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 320640

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 16649 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=779425
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=59990
# CPU time returned by wait4() is 3.83942
# while last known CPU time is 1300.01
#
# 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.01
CPU user time (s): 1294.91
CPU system time (s): 5.1
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 400780

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

runsolver used 2.03669 second user time and 4.93025 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 17:43:26
IDJOB=3251350
IDBENCH=88219
IDSOLVER=1651
FILE ID=node122/3251350-1303573406
RUNJOBID= node122-1303571936-16380
PBS_JOBID= 13150292
Free space on /tmp= 70796 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1504.5-n60-p30-s88600538.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251350-1303573406/watcher-3251350-1303573406 -o /tmp/evaluation-result-3251350-1303573406/solver-3251350-1303573406 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3251350-1303573406.cnf 

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

MD5SUM BENCH= 76c30bc0971bc865c2b988ddaca89385
RANDOM SEED=1056984509

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:      15195164 kB
Buffers:       1775628 kB
Cached:       15010756 kB
SwapCached:          0 kB
Active:        5805624 kB
Inactive:     11396220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15195164 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           13208 kB
Writeback:           0 kB
AnonPages:      415420 kB
Mapped:          15528 kB
Slab:           488080 kB
PageTables:       6344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   672472 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= 70804 MiB
End job on node122 at 2011-04-23 18:05:08