Trace number 3386324

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
SArTagnan 2011-05-15 (fixed)UNSAT 470.142 159.654

General information on the benchmark

NameSAT-Race-2010-CNF/software-verification/
nec/hard-18-U-10652.cnf
MD5SUMf0f11935e861485056485b47c5e1a7c3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.08
Satisfiable
(Un)Satisfiability was proved
Number of variables1987351
Number of clauses5963534
Sum of the clauses size14253662
Maximum clause length1155
Minimum clause length1
Number of clauses of size 1109
Number of clauses of size 23971661
Number of clauses of size 31984242
Number of clauses of size 4766
Number of clauses of size 5765
Number of clauses of size over 55991

Solver Data

469.83/159.59	
469.83/159.59	s UNSATISFIABLE
469.83/159.59	c Conflict at level 0

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3386324-1305583457/watcher-3386324-1305583457 -o /tmp/evaluation-result-3386324-1305583457/solver-3386324-1305583457 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386324-1305583457.cnf -threads=4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 10.06 10.01 8.15 7/434 14287
/proc/meminfo: memFree=20946640/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=49896 CPUtime=0 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 5019 0 0 0 0 0 0 0 23 0 1 0 669946562 51093504 4957 33554432000 4194304 4625164 140735603134976 18446744073709551615 4315093 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14287/statm: 12474 4959 291 106 0 7977 0

[startup+0.0521119 s]
/proc/loadavg: 10.06 10.01 8.15 7/434 14287
/proc/meminfo: memFree=20946640/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=65424 CPUtime=0.05 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 9553 0 0 0 4 1 0 0 23 0 1 0 669946562 66994176 9492 33554432000 4194304 4625164 140735603134976 18446744073709551615 4295708 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14287/statm: 16356 9516 291 106 0 11859 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 65424

[startup+0.101113 s]
/proc/loadavg: 10.06 10.01 8.15 7/434 14287
/proc/meminfo: memFree=20946640/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=323440 CPUtime=0.09 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 35952 0 0 0 5 4 0 0 23 0 1 0 669946562 331202560 35868 33554432000 4194304 4625164 140735603134976 18446744073709551615 244446945024 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14287/statm: 80860 35869 299 106 0 76363 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 323440

[startup+0.301062 s]
/proc/loadavg: 10.06 10.01 8.15 7/434 14287
/proc/meminfo: memFree=20946640/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=349164 CPUtime=0.29 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 45516 0 0 0 24 5 0 0 25 0 1 0 669946562 357543936 42513 33554432000 4194304 4625164 140735603134976 18446744073709551615 244446945024 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14287/statm: 87291 42514 299 106 0 82794 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 349164

[startup+0.701002 s]
/proc/loadavg: 10.06 10.01 8.15 7/434 14287
/proc/meminfo: memFree=20946640/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=401212 CPUtime=0.7 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 71012 0 0 0 61 9 0 0 25 0 1 0 669946562 410841088 53709 33554432000 4194304 4625164 140735603134976 18446744073709551615 244446642645 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14287/statm: 100303 53730 299 106 0 95806 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 401212

[startup+1.50084 s]
/proc/loadavg: 10.06 10.01 8.15 8/435 14288
/proc/meminfo: memFree=20673468/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=466960 CPUtime=1.49 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 118657 0 0 0 134 15 0 0 25 0 1 0 669946562 478167040 74499 33554432000 4194304 4625164 140735603134976 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14287/statm: 116740 74500 299 106 0 112243 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 466960

[startup+3.10056 s]
/proc/loadavg: 10.06 10.01 8.15 8/435 14288
/proc/meminfo: memFree=20551452/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1228076 CPUtime=3.09 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 331840 0 0 0 268 41 0 0 25 0 1 0 669946562 1257549824 227270 33554432000 4194304 4625164 140735603134976 18446744073709551615 4298385 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14287/statm: 307019 227294 302 106 0 302522 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1228076

[startup+6.30092 s]
/proc/loadavg: 9.82 9.96 8.15 11/438 14291
/proc/meminfo: memFree=19474612/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1859824 CPUtime=12.39 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 469162 0 0 0 1183 56 0 0 20 0 4 0 669946562 1904459776 342666 33554432000 4194304 4625164 140735603134976 18446744073709551615 4500357 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 464956 342666 336 106 0 460459 0
[pid=14287/tid=14289] ppid=14285 vsize=1859824 CPUtime=1.12 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 14431 0 0 0 111 1 0 0 25 0 4 0 669946884 1904459776 342666 33554432000 4194304 4625164 140735603134976 18446744073709551615 4335552 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1859824 CPUtime=2.95 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 16823 0 0 0 294 1 0 0 24 0 4 0 669946884 1904459776 342666 33554432000 4194304 4625164 140735603134976 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1859824 CPUtime=3.05 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 27227 0 0 0 302 3 0 0 25 0 4 0 669946884 1904459776 342666 33554432000 4194304 4625164 140735603134976 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 1859824

[startup+12.7007 s]
/proc/loadavg: 9.83 9.96 8.16 11/438 14291
/proc/meminfo: memFree=19296184/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1891560 CPUtime=31.5 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 498042 0 0 0 3089 61 0 0 25 0 4 0 669946562 1936957440 359941 33554432000 4194304 4625164 140735603134976 18446744073709551615 244446601125 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 472890 359941 336 106 0 468393 0
[pid=14287/tid=14289] ppid=14285 vsize=1891560 CPUtime=4.33 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17351 0 0 0 431 2 0 0 25 0 4 0 669946884 1936957440 359941 33554432000 4194304 4625164 140735603134976 18446744073709551615 4479817 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1891560 CPUtime=9.26 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17106 0 0 0 925 1 0 0 25 0 4 0 669946884 1936957440 359941 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1891560 CPUtime=9.45 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 44446 0 0 0 939 6 0 0 25 0 4 0 669946884 1936957440 359941 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 31.5
Current children cumulated vsize (KiB) 1891560

[startup+25.5004 s]
/proc/loadavg: 9.87 9.96 8.19 11/438 14292
/proc/meminfo: memFree=19047380/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1891560 CPUtime=69.7 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 499056 0 0 0 6909 61 0 0 25 0 4 0 669946562 1936957440 360937 33554432000 4194304 4625164 140735603134976 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 472890 360937 336 106 0 468393 0
[pid=14287/tid=14289] ppid=14285 vsize=1891560 CPUtime=10.73 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17381 0 0 0 1071 2 0 0 25 0 4 0 669946884 1936957440 360937 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1891560 CPUtime=21.87 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17106 0 0 0 2186 1 0 0 25 0 4 0 669946884 1936957440 360937 33554432000 4194304 4625164 140735603134976 18446744073709551615 4478009 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1891560 CPUtime=22.25 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 44446 0 0 0 2219 6 0 0 25 0 4 0 669946884 1936957440 360937 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 69.7
Current children cumulated vsize (KiB) 1891560

[startup+51.1006 s]
/proc/loadavg: 9.91 9.96 8.23 11/438 14293
/proc/meminfo: memFree=18599168/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1891560 CPUtime=146.15 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 499065 0 0 0 14553 62 0 0 25 0 4 0 669946562 1936957440 360946 33554432000 4194304 4625164 140735603134976 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 472890 360946 336 106 0 468393 0
[pid=14287/tid=14289] ppid=14285 vsize=1891560 CPUtime=23.53 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17381 0 0 0 2351 2 0 0 25 0 4 0 669946884 1936957440 360946 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1891560 CPUtime=47.11 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17106 0 0 0 4710 1 0 0 25 0 4 0 669946884 1936957440 360946 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1891560 CPUtime=47.85 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 44446 0 0 0 4779 6 0 0 25 0 4 0 669946884 1936957440 360946 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 146.15
Current children cumulated vsize (KiB) 1891560

[startup+102.317 s]
/proc/loadavg: 10.04 9.99 8.33 11/438 14294
/proc/meminfo: memFree=17389284/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1891560 CPUtime=299.06 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 499242 0 0 0 29844 62 0 0 25 0 4 0 669946562 1936957440 361111 33554432000 4194304 4625164 140735603134976 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 472890 361111 336 106 0 468393 0
[pid=14287/tid=14289] ppid=14285 vsize=1891560 CPUtime=49.12 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17381 0 0 0 4910 2 0 0 25 0 4 0 669946884 1936957440 361111 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1891560 CPUtime=97.58 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17106 0 0 0 9757 1 0 0 25 0 4 0 669946884 1936957440 361111 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1891560 CPUtime=99.07 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 44446 0 0 0 9901 6 0 0 25 0 4 0 669946884 1936957440 361111 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 299.06
Current children cumulated vsize (KiB) 1891560

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

[startup+127.9 s]
/proc/loadavg: 10.03 9.99 8.37 11/438 14295
/proc/meminfo: memFree=16870580/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1891560 CPUtime=375.45 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 499312 0 0 0 37483 62 0 0 25 0 4 0 669946562 1936957440 361181 33554432000 4194304 4625164 140735603134976 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 472890 361181 336 106 0 468393 0
[pid=14287/tid=14289] ppid=14285 vsize=1891560 CPUtime=61.92 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17381 0 0 0 6190 2 0 0 25 0 4 0 669946884 1936957440 361181 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1891560 CPUtime=122.8 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17106 0 0 0 12279 1 0 0 25 0 4 0 669946884 1936957440 361181 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1891560 CPUtime=124.65 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 44446 0 0 0 12459 6 0 0 25 0 4 0 669946884 1936957440 361181 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 375.45
Current children cumulated vsize (KiB) 1891560

[startup+140.701 s]
/proc/loadavg: 10.02 9.99 8.40 11/438 14295
/proc/meminfo: memFree=16810056/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1891560 CPUtime=413.7 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 499312 0 0 0 41308 62 0 0 25 0 4 0 669946562 1936957440 361181 33554432000 4194304 4625164 140735603134976 18446744073709551615 4390609 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 472890 361181 336 106 0 468393 0
[pid=14287/tid=14289] ppid=14285 vsize=1891560 CPUtime=68.32 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17381 0 0 0 6830 2 0 0 25 0 4 0 669946884 1936957440 361181 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1891560 CPUtime=135.42 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17106 0 0 0 13541 1 0 0 25 0 4 0 669946884 1936957440 361181 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1891560 CPUtime=137.47 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 44446 0 0 0 13741 6 0 0 25 0 4 0 669946884 1936957440 361181 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 413.7
Current children cumulated vsize (KiB) 1891560

[startup+147.101 s]
/proc/loadavg: 10.02 9.99 8.41 11/438 14295
/proc/meminfo: memFree=16804476/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1891560 CPUtime=432.78 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 499318 0 0 0 43216 62 0 0 25 0 4 0 669946562 1936957440 361187 33554432000 4194304 4625164 140735603134976 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 472890 361187 336 106 0 468393 0
[pid=14287/tid=14289] ppid=14285 vsize=1891560 CPUtime=71.52 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17381 0 0 0 7150 2 0 0 25 0 4 0 669946884 1936957440 361187 33554432000 4194304 4625164 140735603134976 18446744073709551615 4479607 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1891560 CPUtime=141.73 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17106 0 0 0 14172 1 0 0 25 0 4 0 669946884 1936957440 361187 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1891560 CPUtime=143.85 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 44446 0 0 0 14379 6 0 0 25 0 4 0 669946884 1936957440 361187 33554432000 4194304 4625164 140735603134976 18446744073709551615 4328596 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 432.78
Current children cumulated vsize (KiB) 1891560

[startup+153.501 s]
/proc/loadavg: 10.01 9.99 8.42 11/438 14295
/proc/meminfo: memFree=16762932/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1919508 CPUtime=451.88 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 526893 0 0 0 45123 65 0 0 25 0 4 0 669946562 1965576192 372687 33554432000 4194304 4625164 140735603134976 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 479877 372687 336 106 0 475380 0
[pid=14287/tid=14289] ppid=14285 vsize=1919508 CPUtime=74.72 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17381 0 0 0 7470 2 0 0 25 0 4 0 669946884 1965576192 372687 33554432000 4194304 4625164 140735603134976 18446744073709551615 4479607 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1919508 CPUtime=148.03 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 25463 0 0 0 14801 2 0 0 25 0 4 0 669946884 1965576192 372687 33554432000 4194304 4625164 140735603134976 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1919508 CPUtime=150.25 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 44752 0 0 0 15019 6 0 0 25 0 4 0 669946884 1965576192 372687 33554432000 4194304 4625164 140735603134976 18446744073709551615 4288690 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 451.88
Current children cumulated vsize (KiB) 1919508

[startup+156.701 s]
/proc/loadavg: 10.01 9.99 8.42 11/438 14295
/proc/meminfo: memFree=16704652/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1985044 CPUtime=461.43 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 540021 0 0 0 46077 66 0 0 25 0 4 0 669946562 2032685056 381726 33554432000 4194304 4625164 140735603134976 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 496261 381726 337 106 0 491764 0
[pid=14287/tid=14289] ppid=14285 vsize=1985044 CPUtime=76.35 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17381 0 0 0 7633 2 0 0 25 0 4 0 669946884 2032685056 381726 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1985044 CPUtime=151.19 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 30507 0 0 0 15116 3 0 0 25 0 4 0 669946884 2032685056 381726 33554432000 4194304 4625164 140735603134976 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1985044 CPUtime=153.45 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 45102 0 0 0 15339 6 0 0 25 0 4 0 669946884 2032685056 381726 33554432000 4194304 4625164 140735603134976 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 461.43
Current children cumulated vsize (KiB) 1985044

[startup+158.301 s]
/proc/loadavg: 10.01 9.99 8.43 11/438 14295
/proc/meminfo: memFree=16649348/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1985044 CPUtime=466.25 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 542657 0 0 0 46558 67 0 0 25 0 4 0 669946562 2032685056 381765 33554432000 4194304 4625164 140735603134976 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 496261 381765 337 106 0 491764 0
[pid=14287/tid=14289] ppid=14285 vsize=1985044 CPUtime=77.16 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17381 0 0 0 7714 2 0 0 25 0 4 0 669946884 2032685056 381765 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1985044 CPUtime=152.77 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 33102 0 0 0 15274 3 0 0 25 0 4 0 669946884 2032685056 381765 33554432000 4194304 4625164 140735603134976 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1985044 CPUtime=155.07 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 45105 0 0 0 15501 6 0 0 25 0 4 0 669946884 2032685056 381765 33554432000 4194304 4625164 140735603134976 18446744073709551615 4335567 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 466.25
Current children cumulated vsize (KiB) 1985044

[startup+159.101 s]
/proc/loadavg: 10.01 9.99 8.43 11/438 14295
/proc/meminfo: memFree=16649348/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1985044 CPUtime=468.6 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 544930 0 0 0 46793 67 0 0 25 0 4 0 669946562 2032685056 381657 33554432000 4194304 4625164 140735603134976 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 496261 381657 337 106 0 491764 0
[pid=14287/tid=14289] ppid=14285 vsize=1985044 CPUtime=77.55 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17381 0 0 0 7753 2 0 0 25 0 4 0 669946884 2032685056 381657 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1985044 CPUtime=153.56 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 35354 0 0 0 15352 4 0 0 25 0 4 0 669946884 2032685056 381657 33554432000 4194304 4625164 140735603134976 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1985044 CPUtime=155.85 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 45105 0 0 0 15579 6 0 0 25 0 4 0 669946884 2032685056 381657 33554432000 4194304 4625164 140735603134976 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 468.6
Current children cumulated vsize (KiB) 1985044

[startup+159.516 s]
/proc/loadavg: 10.01 9.99 8.43 11/438 14295
/proc/meminfo: memFree=16594788/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=1985044 CPUtime=469.83 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) R 14285 14287 14137 0 -1 4202496 544939 0 0 0 46916 67 0 0 25 0 4 0 669946562 2032685056 381474 33554432000 4194304 4625164 140735603134976 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 496261 381474 337 106 0 491764 0
[pid=14287/tid=14289] ppid=14285 vsize=1985044 CPUtime=77.76 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4202560 17381 0 0 0 7774 2 0 0 25 0 4 0 669946884 2032685056 381474 33554432000 4194304 4625164 140735603134976 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=14287/tid=14290] ppid=14285 vsize=1985044 CPUtime=153.96 cores=1,3,5,7
/proc/14287/task/14290/stat : 14290 (SArTagnan) R 14285 14287 14137 0 -1 4202560 35356 0 0 0 15392 4 0 0 25 0 4 0 669946884 2032685056 381474 33554432000 4194304 4625164 140735603134976 18446744073709551615 4316696 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=14287/tid=14291] ppid=14285 vsize=1985044 CPUtime=156.27 cores=1,3,5,7
/proc/14287/task/14291/stat : 14291 (SArTagnan) R 14285 14287 14137 0 -1 4202560 45105 0 0 0 15621 6 0 0 25 0 4 0 669946884 2032685056 381474 33554432000 4194304 4625164 140735603134976 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 469.83
Current children cumulated vsize (KiB) 1985044

[startup+159.6 s]
/proc/loadavg: 10.01 9.99 8.43 11/438 14295
/proc/meminfo: memFree=16594788/32951124 swapFree=44485784/67111528
[pid=14287] ppid=14285 vsize=0 CPUtime=470.07 cores=1,3,5,7
/proc/14287/stat : 14287 (SArTagnan) Z 14285 14287 14137 0 -1 4203548 544954 0 0 0 46940 67 0 0 25 0 2 0 669946562 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14287/statm: 0 0 0 0 0 0 0
[pid=14287/tid=14289] ppid=14285 vsize=0 CPUtime=77.82 cores=1,3,5,7
/proc/14287/task/14289/stat : 14289 (SArTagnan) R 14285 14287 14137 0 -1 4203588 17381 0 0 0 7780 2 0 0 25 0 2 0 669946884 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 470.07
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 159.654
CPU time (s): 470.142
CPU user time (s): 469.409
CPU system time (s): 0.732888
CPU usage (%): 294.476
Max. virtual memory (cumulated for all children) (KiB): 1985044

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

runsolver used 0.6519 second user time and 1.66175 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-17 00:04:21
IDJOB=3386324
IDBENCH=88172
IDSOLVER=1871
FILE ID=node105/3386324-1305583457
RUNJOBID= node105-1305582154-14156
PBS_JOBID= 13350310
Free space on /tmp= 73320 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT-Race-2010-CNF/software-verification/nec/hard-18-U-10652.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386324-1305583457/watcher-3386324-1305583457 -o /tmp/evaluation-result-3386324-1305583457/solver-3386324-1305583457 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386324-1305583457.cnf -threads=4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f0f11935e861485056485b47c5e1a7c3
RANDOM SEED=1493151852

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20950640 kB
Buffers:        326020 kB
Cached:        7389764 kB
SwapCached:      39636 kB
Active:        4574304 kB
Inactive:      7125004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20950640 kB
SwapTotal:    67111528 kB
SwapFree:     44485784 kB
Dirty:          205208 kB
Writeback:           0 kB
AnonPages:     3951404 kB
Mapped:          20200 kB
Slab:           149040 kB
PageTables:      82476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 116149724 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= 73320 MiB
End job on node105 at 2011-05-17 00:07:01