Trace number 3499413

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
priss 1.0UNSAT 74.6426 18.7114

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-12-12-unsat.cnf
MD5SUM9255daf8fc8e7a0c753f68fd095283c9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.025
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of clauses936
Sum of the clauses size3312
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2792
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5144

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 8743
0.00/0.00	c parsetime: 307us
0.00/0.00	c parsed 936 clauses with 144 variables
0.00/0.00	c NW started thread 0 successfully (1084664128)
0.00/0.00	c NW started thread 1 successfully (1115945280)
0.00/0.00	c NW started thread 2 successfully (1126435136)
0.00/0.00	c NW started thread 3 successfully (1136924992)
7.57/1.93	c preprocessor returned 10023 variables
7.57/1.93	c preprocessing returned UNKNOWN
7.57/1.93	c PP set 0 variables
7.57/1.93	c pp time: 1932699us (1s)
7.57/1.93	c preprocessor returned 10023 variables
7.57/1.93	c preprocessing returned UNKNOWN
7.57/1.93	c PP set 0 variables
7.57/1.93	c pp time: 1932949us (1s)
7.57/1.94	c preprocessor returned 10023 variables
7.57/1.94	c preprocessing returned UNKNOWN
7.57/1.94	c PP set 0 variables
7.57/1.94	c pp time: 1934340us (1s)
74.35/18.64	c ====================
74.35/18.64	c implication/decision inf%(inf)
74.35/18.64	c decisions:           259036
74.35/18.64	c last level:          0
74.35/18.64	c conflicts:           175409
74.35/18.64	c restarts:            1163
74.35/18.64	c rejected_restarts    0
74.35/18.64	c removals:            14
74.35/18.64	c removed clauses:     130684
74.35/18.64	c oft clauses:         0
74.35/18.65	c solvetime: 16718753us (16s)
74.35/18.65	c sended clauses   | 0 | 0 | 0 | 0 |
74.35/18.65	c received clauses | 0 | 0 | 0 | 0 |
74.35/18.65	c join all other threads
74.35/18.65	c joined thread 0
74.35/18.65	c joined thread 1
74.35/18.65	c joined thread 2
74.62/18.70	c joined thread 3
74.62/18.70	c memory usage (vsize): 267 MB
74.62/18.70	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3499413-1308512008/watcher-3499413-1308512008 -o /tmp/evaluation-result-3499413-1308512008/solver-3499413-1308512008 -C 40000 -W 5100 -M 31000 HOME/priss.sh HOME HOME/instance-3499413-1308512008.cnf 1042117925 40000 31000 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/170 8742
/proc/meminfo: memFree=27713364/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0

[startup+0.108057 s]
/proc/loadavg: 2.00 2.00 2.00 2/170 8742
/proc/meminfo: memFree=27713364/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200987 s]
/proc/loadavg: 2.00 2.00 2.00 2/170 8742
/proc/meminfo: memFree=27713364/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300965 s]
/proc/loadavg: 2.00 2.00 2.00 2/170 8742
/proc/meminfo: memFree=27713364/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700904 s]
/proc/loadavg: 2.00 2.00 2.00 2/170 8742
/proc/meminfo: memFree=27713364/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50075 s]
/proc/loadavg: 2.00 2.00 2.00 5/176 8748
/proc/meminfo: memFree=27694616/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
[pid=8743] ppid=8742 vsize=273732 CPUtime=5.97 cores=0-7
/proc/8743/stat : 8743 (priss) S 8742 8742 8712 0 -1 4202496 5603 0 0 0 597 0 0 0 18 0 5 0 1041431357 280301568 4834 33554432000 4194304 5787044 140734740345584 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8743/statm: 68433 4834 355 389 0 64183 0
[pid=8743/tid=8744] ppid=8742 vsize=273732 CPUtime=1.49 cores=0-7
/proc/8743/task/8744/stat : 8744 (priss) R 8742 8742 8712 0 -1 4202560 715 0 0 0 149 0 0 0 23 0 5 0 1041431357 280301568 4834 33554432000 4194304 5787044 140734740345584 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8743/tid=8745] ppid=8742 vsize=273732 CPUtime=1.49 cores=0-7
/proc/8743/task/8745/stat : 8745 (priss) R 8742 8742 8712 0 -1 4202560 700 0 0 0 149 0 0 0 23 0 5 0 1041431357 280301568 4834 33554432000 4194304 5787044 140734740345584 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8742 vsize=273732 CPUtime=1.49 cores=0-7
/proc/8743/task/8746/stat : 8746 (priss) R 8742 8742 8712 0 -1 4202560 670 0 0 0 149 0 0 0 23 0 5 0 1041431357 280301568 4834 33554432000 4194304 5787044 140734740345584 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8743/tid=8747] ppid=8742 vsize=273732 CPUtime=1.49 cores=0-7
/proc/8743/task/8747/stat : 8747 (priss) R 8742 8742 8712 0 -1 4202560 2022 0 0 0 149 0 0 0 20 0 5 0 1041431357 280301568 4834 33554432000 4194304 5787044 140734740345584 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 282432

[startup+3.10045 s]
/proc/loadavg: 2.00 2.00 2.00 5/176 8748
/proc/meminfo: memFree=27689532/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
[pid=8743] ppid=8742 vsize=277484 CPUtime=12.36 cores=0-7
/proc/8743/stat : 8743 (priss) S 8742 8742 8712 0 -1 4202496 7819 0 0 0 1230 6 0 0 18 0 5 0 1041431357 284143616 6731 33554432000 4194304 5787044 140734740345584 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8743/statm: 69371 6731 404 389 0 65121 0
[pid=8743/tid=8744] ppid=8742 vsize=277484 CPUtime=3.09 cores=0-7
/proc/8743/task/8744/stat : 8744 (priss) R 8742 8742 8712 0 -1 4202560 1602 0 0 0 307 2 0 0 18 0 5 0 1041431357 284143616 6731 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8743/tid=8745] ppid=8742 vsize=277484 CPUtime=3.08 cores=0-7
/proc/8743/task/8745/stat : 8745 (priss) R 8742 8742 8712 0 -1 4202560 1059 0 0 0 308 0 0 0 18 0 5 0 1041431357 284143616 6731 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8742 vsize=277484 CPUtime=3.08 cores=0-7
/proc/8743/task/8746/stat : 8746 (priss) R 8742 8742 8712 0 -1 4202560 1640 0 0 0 306 2 0 0 18 0 5 0 1041431357 284143616 6731 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8743/tid=8747] ppid=8742 vsize=277484 CPUtime=3.09 cores=0-7
/proc/8743/task/8747/stat : 8747 (priss) R 8742 8742 8712 0 -1 4202560 2022 0 0 0 309 0 0 0 25 0 5 0 1041431357 284143616 6731 33554432000 4194304 5787044 140734740345584 18446744073709551615 260020089837 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 286184

[startup+6.30087 s]
/proc/loadavg: 2.16 2.03 2.01 5/176 8748
/proc/meminfo: memFree=27684536/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
[pid=8743] ppid=8742 vsize=278920 CPUtime=25.16 cores=0-7
/proc/8743/stat : 8743 (priss) S 8742 8742 8712 0 -1 4202496 8924 0 0 0 2508 8 0 0 18 0 5 0 1041431357 285614080 7836 33554432000 4194304 5787044 140734740345584 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8743/statm: 69730 7836 404 389 0 65480 0
[pid=8743/tid=8744] ppid=8742 vsize=278920 CPUtime=6.28 cores=0-7
/proc/8743/task/8744/stat : 8744 (priss) R 8742 8742 8712 0 -1 4202560 1954 0 0 0 626 2 0 0 18 0 5 0 1041431357 285614080 7836 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8743/tid=8745] ppid=8742 vsize=278920 CPUtime=6.28 cores=0-7
/proc/8743/task/8745/stat : 8745 (priss) R 8742 8742 8712 0 -1 4202560 1411 0 0 0 627 1 0 0 18 0 5 0 1041431357 285614080 7836 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8742 vsize=278920 CPUtime=6.27 cores=0-7
/proc/8743/task/8746/stat : 8746 (priss) R 8742 8742 8712 0 -1 4202560 2041 0 0 0 624 3 0 0 22 0 5 0 1041431357 285614080 7836 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591573 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8743/tid=8747] ppid=8742 vsize=278920 CPUtime=6.29 cores=0-7
/proc/8743/task/8747/stat : 8747 (priss) R 8742 8742 8712 0 -1 4202560 2022 0 0 0 629 0 0 0 25 0 5 0 1041431357 285614080 7836 33554432000 4194304 5787044 140734740345584 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 287620

[startup+12.7007 s]
/proc/loadavg: 2.31 2.07 2.02 5/176 8748
/proc/meminfo: memFree=27675784/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
[pid=8743] ppid=8742 vsize=284952 CPUtime=50.75 cores=0-7
/proc/8743/stat : 8743 (priss) S 8742 8742 8712 0 -1 4202496 11225 0 0 0 5065 10 0 0 18 0 5 0 1041431357 291790848 10137 33554432000 4194304 5787044 140734740345584 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8743/statm: 71238 10137 404 389 0 66988 0
[pid=8743/tid=8744] ppid=8742 vsize=284952 CPUtime=12.68 cores=0-7
/proc/8743/task/8744/stat : 8744 (priss) R 8742 8742 8712 0 -1 4202560 3438 0 0 0 1265 3 0 0 25 0 5 0 1041431357 291790848 10137 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8743/tid=8745] ppid=8742 vsize=284952 CPUtime=12.68 cores=0-7
/proc/8743/task/8745/stat : 8745 (priss) R 8742 8742 8712 0 -1 4202560 1866 0 0 0 1267 1 0 0 18 0 5 0 1041431357 291790848 10137 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8742 vsize=284952 CPUtime=12.68 cores=0-7
/proc/8743/task/8746/stat : 8746 (priss) R 8742 8742 8712 0 -1 4202560 2403 0 0 0 1263 5 0 0 25 0 5 0 1041431357 291790848 10137 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8743/tid=8747] ppid=8742 vsize=284952 CPUtime=12.69 cores=0-7
/proc/8743/task/8747/stat : 8747 (priss) R 8742 8742 8712 0 -1 4202560 2022 0 0 0 1269 0 0 0 25 0 5 0 1041431357 291790848 10137 33554432000 4194304 5787044 140734740345584 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 293652

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

[startup+12.8007 s]
/proc/loadavg: 2.31 2.07 2.02 5/176 8748
/proc/meminfo: memFree=27675784/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
[pid=8743] ppid=8742 vsize=284952 CPUtime=51.15 cores=0-7
/proc/8743/stat : 8743 (priss) S 8742 8742 8712 0 -1 4202496 11238 0 0 0 5105 10 0 0 18 0 5 0 1041431357 291790848 10150 33554432000 4194304 5787044 140734740345584 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8743/statm: 71238 10150 404 389 0 66988 0
[pid=8743/tid=8744] ppid=8742 vsize=284952 CPUtime=12.78 cores=0-7
/proc/8743/task/8744/stat : 8744 (priss) R 8742 8742 8712 0 -1 4202560 3440 0 0 0 1275 3 0 0 25 0 5 0 1041431357 291790848 10150 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8743/tid=8745] ppid=8742 vsize=284952 CPUtime=12.78 cores=0-7
/proc/8743/task/8745/stat : 8745 (priss) R 8742 8742 8712 0 -1 4202560 1866 0 0 0 1277 1 0 0 18 0 5 0 1041431357 291790848 10150 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8742 vsize=284952 CPUtime=12.78 cores=0-7
/proc/8743/task/8746/stat : 8746 (priss) R 8742 8742 8712 0 -1 4202560 2414 0 0 0 1273 5 0 0 25 0 5 0 1041431357 291790848 10150 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8743/tid=8747] ppid=8742 vsize=284952 CPUtime=12.79 cores=0-7
/proc/8743/task/8747/stat : 8747 (priss) R 8742 8742 8712 0 -1 4202560 2022 0 0 0 1279 0 0 0 25 0 5 0 1041431357 291790848 10150 33554432000 4194304 5787044 140734740345584 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 293652

[startup+16.0011 s]
/proc/loadavg: 2.44 2.10 2.03 5/176 8749
/proc/meminfo: memFree=27674000/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
[pid=8743] ppid=8742 vsize=285352 CPUtime=63.96 cores=0-7
/proc/8743/stat : 8743 (priss) S 8742 8742 8712 0 -1 4202496 11727 0 0 0 6385 11 0 0 18 0 5 0 1041431357 292200448 10639 33554432000 4194304 5787044 140734740345584 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8743/statm: 71338 10639 404 389 0 67088 0
[pid=8743/tid=8744] ppid=8742 vsize=285352 CPUtime=15.98 cores=0-7
/proc/8743/task/8744/stat : 8744 (priss) R 8742 8742 8712 0 -1 4202560 3591 0 0 0 1595 3 0 0 25 0 5 0 1041431357 292200448 10639 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8743/tid=8745] ppid=8742 vsize=285352 CPUtime=15.98 cores=0-7
/proc/8743/task/8745/stat : 8745 (priss) R 8742 8742 8712 0 -1 4202560 1927 0 0 0 1597 1 0 0 19 0 5 0 1041431357 292200448 10639 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8742 vsize=285352 CPUtime=15.98 cores=0-7
/proc/8743/task/8746/stat : 8746 (priss) R 8742 8742 8712 0 -1 4202560 2691 0 0 0 1593 5 0 0 19 0 5 0 1041431357 292200448 10639 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8743/tid=8747] ppid=8742 vsize=285352 CPUtime=15.99 cores=0-7
/proc/8743/task/8747/stat : 8747 (priss) R 8742 8742 8712 0 -1 4202560 2022 0 0 0 1599 0 0 0 25 0 5 0 1041431357 292200448 10639 33554432000 4194304 5787044 140734740345584 18446744073709551615 260020089832 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 63.96
Current children cumulated vsize (KiB) 294052

[startup+17.6008 s]
/proc/loadavg: 2.44 2.10 2.03 5/176 8749
/proc/meminfo: memFree=27672892/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
[pid=8743] ppid=8742 vsize=285776 CPUtime=70.37 cores=0-7
/proc/8743/stat : 8743 (priss) S 8742 8742 8712 0 -1 4202496 12018 0 0 0 7026 11 0 0 18 0 5 0 1041431357 292634624 10930 33554432000 4194304 5787044 140734740345584 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8743/statm: 71444 10930 404 389 0 67194 0
[pid=8743/tid=8744] ppid=8742 vsize=285776 CPUtime=17.58 cores=0-7
/proc/8743/task/8744/stat : 8744 (priss) R 8742 8742 8712 0 -1 4202560 3761 0 0 0 1755 3 0 0 25 0 5 0 1041431357 292634624 10930 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8743/tid=8745] ppid=8742 vsize=285776 CPUtime=17.58 cores=0-7
/proc/8743/task/8745/stat : 8745 (priss) R 8742 8742 8712 0 -1 4202560 2048 0 0 0 1757 1 0 0 18 0 5 0 1041431357 292634624 10930 33554432000 4194304 5787044 140734740345584 18446744073709551615 5585361 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8742 vsize=285776 CPUtime=17.58 cores=0-7
/proc/8743/task/8746/stat : 8746 (priss) R 8742 8742 8712 0 -1 4202560 2691 0 0 0 1753 5 0 0 23 0 5 0 1041431357 292634624 10930 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591190 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8743/tid=8747] ppid=8742 vsize=285776 CPUtime=17.59 cores=0-7
/proc/8743/task/8747/stat : 8747 (priss) R 8742 8742 8712 0 -1 4202560 2022 0 0 0 1759 0 0 0 25 0 5 0 1041431357 292634624 10930 33554432000 4194304 5787044 140734740345584 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 70.37
Current children cumulated vsize (KiB) 294476

[startup+18.4007 s]
/proc/loadavg: 2.44 2.10 2.03 5/176 8749
/proc/meminfo: memFree=27672892/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
[pid=8743] ppid=8742 vsize=285960 CPUtime=73.55 cores=0-7
/proc/8743/stat : 8743 (priss) S 8742 8742 8712 0 -1 4202496 12096 0 0 0 7344 11 0 0 18 0 5 0 1041431357 292823040 11008 33554432000 4194304 5787044 140734740345584 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8743/statm: 71490 11008 404 389 0 67240 0
[pid=8743/tid=8744] ppid=8742 vsize=285960 CPUtime=18.38 cores=0-7
/proc/8743/task/8744/stat : 8744 (priss) R 8742 8742 8712 0 -1 4202560 3761 0 0 0 1835 3 0 0 25 0 5 0 1041431357 292823040 11008 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8743/tid=8745] ppid=8742 vsize=285960 CPUtime=18.37 cores=0-7
/proc/8743/task/8745/stat : 8745 (priss) R 8742 8742 8712 0 -1 4202560 2125 0 0 0 1836 1 0 0 19 0 5 0 1041431357 292823040 11008 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8742 vsize=285960 CPUtime=18.37 cores=0-7
/proc/8743/task/8746/stat : 8746 (priss) R 8742 8742 8712 0 -1 4202560 2692 0 0 0 1832 5 0 0 25 0 5 0 1041431357 292823040 11008 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8743/tid=8747] ppid=8742 vsize=285960 CPUtime=18.39 cores=0-7
/proc/8743/task/8747/stat : 8747 (priss) R 8742 8742 8712 0 -1 4202560 2022 0 0 0 1839 0 0 0 25 0 5 0 1041431357 292823040 11008 33554432000 4194304 5787044 140734740345584 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 73.55
Current children cumulated vsize (KiB) 294660

[startup+18.6006 s]
/proc/loadavg: 2.44 2.10 2.03 5/176 8749
/proc/meminfo: memFree=27672892/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
[pid=8743] ppid=8742 vsize=286644 CPUtime=74.35 cores=0-7
/proc/8743/stat : 8743 (priss) S 8742 8742 8712 0 -1 4202496 12175 0 0 0 7424 11 0 0 18 0 5 0 1041431357 293523456 11087 33554432000 4194304 5787044 140734740345584 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8743/statm: 71661 11087 404 389 0 67411 0
[pid=8743/tid=8744] ppid=8742 vsize=286644 CPUtime=18.58 cores=0-7
/proc/8743/task/8744/stat : 8744 (priss) R 8742 8742 8712 0 -1 4202560 3761 0 0 0 1855 3 0 0 25 0 5 0 1041431357 293523456 11087 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=8743/tid=8745] ppid=8742 vsize=286644 CPUtime=18.57 cores=0-7
/proc/8743/task/8745/stat : 8745 (priss) R 8742 8742 8712 0 -1 4202560 2203 0 0 0 1856 1 0 0 19 0 5 0 1041431357 293523456 11087 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=8743/tid=8746] ppid=8742 vsize=286644 CPUtime=18.57 cores=0-7
/proc/8743/task/8746/stat : 8746 (priss) R 8742 8742 8712 0 -1 4202560 2693 0 0 0 1852 5 0 0 25 0 5 0 1041431357 293523456 11087 33554432000 4194304 5787044 140734740345584 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=8743/tid=8747] ppid=8742 vsize=286644 CPUtime=18.59 cores=0-7
/proc/8743/task/8747/stat : 8747 (priss) R 8742 8742 8712 0 -1 4202560 2022 0 0 0 1859 0 0 0 25 0 5 0 1041431357 293523456 11087 33554432000 4194304 5787044 140734740345584 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 74.35
Current children cumulated vsize (KiB) 295344

[startup+18.7006 s]
/proc/loadavg: 2.57 2.13 2.04 2/173 8749
/proc/meminfo: memFree=27678744/32951124 swapFree=67056304/67111528
[pid=8742] ppid=8740 vsize=8700 CPUtime=0 cores=0-7
/proc/8742/stat : 8742 (priss.sh) S 8740 8742 8712 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 1041431357 8908800 252 33554432000 4194304 4922060 140736207667632 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8742/statm: 2175 252 211 178 0 68 0
[pid=8743] ppid=8742 vsize=284600 CPUtime=74.62 cores=0-7
/proc/8743/stat : 8743 (priss) S 8742 8742 8712 0 -1 4202496 12205 0 0 0 7451 11 0 0 18 0 2 0 1041431357 291430400 9345 33554432000 4194304 5787044 140734740345584 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0
/proc/8743/statm: 71150 9345 432 389 0 66900 0
[pid=8743/tid=8747] ppid=8742 vsize=284600 CPUtime=18.69 cores=0-7
/proc/8743/task/8747/stat : 8747 (priss) R 8742 8742 8712 0 -1 4202560 2022 0 0 0 1869 0 0 0 25 0 2 0 1041431357 291430400 9345 33554432000 4194304 5787044 140734740345584 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 74.62
Current children cumulated vsize (KiB) 293300

Child status: 20
Real time (s): 18.7114
CPU time (s): 74.6426
CPU user time (s): 74.5217
CPU system time (s): 0.120981
CPU usage (%): 398.915
Max. virtual memory (cumulated for all children) (KiB): 295344

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

runsolver used 0.033994 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-19 21:33:28
IDJOB=3499413
IDBENCH=83224
IDSOLVER=1994
FILE ID=node110/3499413-1308512008
RUNJOBID= node110-1308512008-8726
PBS_JOBID= 13608276
Free space on /tmp= 73400 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-12-12-unsat.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3499413-1308512008/watcher-3499413-1308512008 -o /tmp/evaluation-result-3499413-1308512008/solver-3499413-1308512008 -C 40000 -W 5100 -M 31000  HOME/priss.sh HOME HOME/instance-3499413-1308512008.cnf 1042117925 40000 31000 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 9255daf8fc8e7a0c753f68fd095283c9
RANDOM SEED=1042117925

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27714156 kB
Buffers:        557568 kB
Cached:        4285244 kB
SwapCached:      22752 kB
Active:        2309012 kB
Inactive:      2566620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27714156 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1552 kB
Writeback:           0 kB
AnonPages:       28040 kB
Mapped:          12372 kB
Slab:           297336 kB
PageTables:       4072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185128 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= 73400 MiB
End job on node110 at 2011-06-19 21:33:47