Trace number 3386330

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 781.428 196.24

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.969
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

781.37/196.20	
781.37/196.20	s UNSATISFIABLE
781.37/196.20	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-3386330-1305579769/watcher-3386330-1305579769 -o /tmp/evaluation-result-3386330-1305579769/solver-3386330-1305579769 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386330-1305579769.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: 9.21 9.16 9.10 2/457 17143
/proc/meminfo: memFree=14453180/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=30344 CPUtime=0 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 1824 0 0 0 0 0 0 0 25 0 1 0 650393091 31072256 1496 33554432000 4194304 4625164 140736172347808 18446744073709551615 255106768640 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17143/statm: 7586 1498 296 106 0 3089 0

[startup+0.0889559 s]
/proc/loadavg: 9.21 9.16 9.10 2/457 17143
/proc/meminfo: memFree=14453180/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=37724 CPUtime=0.08 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 5056 0 0 0 7 1 0 0 25 0 1 0 650393091 38629376 3263 33554432000 4194304 4625164 140736172347808 18446744073709551615 255106768640 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17143/statm: 9431 3263 299 106 0 4934 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37724

[startup+0.100915 s]
/proc/loadavg: 9.21 9.16 9.10 2/457 17143
/proc/meminfo: memFree=14453180/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=37724 CPUtime=0.09 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 5175 0 0 0 8 1 0 0 25 0 1 0 650393091 38629376 3382 33554432000 4194304 4625164 140736172347808 18446744073709551615 4586088 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/17143/statm: 9430 3383 301 106 0 4933 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37724

[startup+0.300848 s]
/proc/loadavg: 9.21 9.16 9.10 2/457 17143
/proc/meminfo: memFree=14453180/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=289884 CPUtime=0.84 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 12425 0 0 0 83 1 0 0 25 0 4 0 650393091 296841216 10356 33554432000 4194304 4625164 140736172347808 18446744073709551615 4390435 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 72471 10356 336 106 0 67974 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 289884

[startup+0.700779 s]
/proc/loadavg: 9.21 9.16 9.10 2/457 17143
/proc/meminfo: memFree=14453180/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=289884 CPUtime=2.45 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 13449 0 0 0 243 2 0 0 25 0 4 0 650393091 296841216 11380 33554432000 4194304 4625164 140736172347808 18446744073709551615 4390618 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 72471 11380 336 106 0 67974 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 289884

[startup+1.50064 s]
/proc/loadavg: 9.21 9.16 9.10 7/460 17168
/proc/meminfo: memFree=14389356/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=294920 CPUtime=5.63 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 19136 0 0 0 560 3 0 0 25 0 4 0 650393091 301998080 13464 33554432000 4194304 4625164 140736172347808 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 73730 13464 343 106 0 69233 0
[pid=17143/tid=17157] ppid=17141 vsize=294920 CPUtime=1.37 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 2144 0 0 0 137 0 0 0 25 0 4 0 650393102 301998080 13464 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=294920 CPUtime=1.36 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 1755 0 0 0 136 0 0 0 25 0 4 0 650393102 301998080 13464 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=294920 CPUtime=1.38 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 1541 0 0 0 138 0 0 0 25 0 4 0 650393102 301998080 13464 33554432000 4194304 4625164 140736172347808 18446744073709551615 4559870 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 294920

[startup+3.10036 s]
/proc/loadavg: 9.21 9.16 9.10 7/460 17168
/proc/meminfo: memFree=14328416/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=310128 CPUtime=12.01 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 29956 0 0 0 1194 7 0 0 25 0 4 0 650393091 317571072 19418 33554432000 4194304 4625164 140736172347808 18446744073709551615 4512029 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 77532 19418 347 106 0 73035 0
[pid=17143/tid=17157] ppid=17141 vsize=310128 CPUtime=2.97 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 5077 0 0 0 295 2 0 0 25 0 4 0 650393102 317571072 19418 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351747 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=310128 CPUtime=2.94 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 4658 0 0 0 293 1 0 0 25 0 4 0 650393102 317571072 19418 33554432000 4194304 4625164 140736172347808 18446744073709551615 4317299 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=310128 CPUtime=2.98 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 3582 0 0 0 298 0 0 0 25 0 4 0 650393102 317571072 19418 33554432000 4194304 4625164 140736172347808 18446744073709551615 4552872 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 310128

[startup+6.3008 s]
/proc/loadavg: 8.95 9.10 9.09 7/463 17174
/proc/meminfo: memFree=14154920/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=316656 CPUtime=24.77 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 34377 0 0 0 2467 10 0 0 25 0 4 0 650393091 324255744 23015 33554432000 4194304 4625164 140736172347808 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 79164 23015 351 106 0 74667 0
[pid=17143/tid=17157] ppid=17141 vsize=316656 CPUtime=6.17 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 6593 0 0 0 614 3 0 0 25 0 4 0 650393102 324255744 23015 33554432000 4194304 4625164 140736172347808 18446744073709551615 4288783 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=316656 CPUtime=6.09 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 5520 0 0 0 607 2 0 0 25 0 4 0 650393102 324255744 23015 33554432000 4194304 4625164 140736172347808 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=316656 CPUtime=6.18 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 3744 0 0 0 618 0 0 0 25 0 4 0 650393102 324255744 23015 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 316656

[startup+12.7007 s]
/proc/loadavg: 8.96 9.10 9.08 10/466 17177
/proc/meminfo: memFree=13479296/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=617772 CPUtime=50.24 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 196083 0 0 0 4994 30 0 0 25 0 4 0 650393091 632598528 107828 33554432000 4194304 4625164 140736172347808 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 154443 107828 361 106 0 149946 0
[pid=17143/tid=17157] ppid=17141 vsize=617772 CPUtime=12.56 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 26597 0 0 0 1251 5 0 0 25 0 4 0 650393102 632598528 107828 33554432000 4194304 4625164 140736172347808 18446744073709551615 4464255 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=617772 CPUtime=12.38 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 23333 0 0 0 1233 5 0 0 25 0 4 0 650393102 632598528 107828 33554432000 4194304 4625164 140736172347808 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=617772 CPUtime=12.58 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 18491 0 0 0 1257 1 0 0 25 0 4 0 650393102 632598528 107828 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 617772

[startup+25.5004 s]
/proc/loadavg: 9.11 9.13 9.09 10/466 17177
/proc/meminfo: memFree=13349932/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=636476 CPUtime=101.24 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 240278 0 0 0 10085 39 0 0 25 0 4 0 650393091 651751424 113984 33554432000 4194304 4625164 140736172347808 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 159119 113984 358 106 0 154622 0
[pid=17143/tid=17157] ppid=17141 vsize=636476 CPUtime=25.36 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 27761 0 0 0 2530 6 0 0 25 0 4 0 650393102 651751424 113984 33554432000 4194304 4625164 140736172347808 18446744073709551615 4288765 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=636476 CPUtime=24.98 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 24087 0 0 0 2493 5 0 0 25 0 4 0 650393102 651751424 113984 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351632 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=636476 CPUtime=25.37 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 47696 0 0 0 2532 5 0 0 25 0 4 0 650393102 651751424 113984 33554432000 4194304 4625164 140736172347808 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 636476

[startup+51.1009 s]
/proc/loadavg: 9.15 9.13 9.09 10/466 17178
/proc/meminfo: memFree=12672200/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=774764 CPUtime=203.25 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 435861 0 0 0 20250 75 0 0 25 0 4 0 650393091 793358336 139043 33554432000 4194304 4625164 140736172347808 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 193691 139043 615 106 0 189194 0
[pid=17143/tid=17157] ppid=17141 vsize=774764 CPUtime=50.96 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 35760 0 0 0 5089 7 0 0 25 0 4 0 650393102 793358336 139043 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=774764 CPUtime=50.19 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 29389 0 0 0 5013 6 0 0 25 0 4 0 650393102 793358336 139043 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=774764 CPUtime=50.98 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 219150 0 0 0 5060 38 0 0 25 0 4 0 650393102 793358336 139043 33554432000 4194304 4625164 140736172347808 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.25
Current children cumulated vsize (KiB) 774764

[startup+102.318 s]
/proc/loadavg: 9.02 9.08 9.08 10/466 17209
/proc/meminfo: memFree=13527284/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=994480 CPUtime=407.31 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 692979 0 0 0 40612 119 0 0 25 0 4 0 650393091 1018347520 166743 33554432000 4194304 4625164 140736172347808 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 248620 166743 605 106 0 244123 0
[pid=17143/tid=17157] ppid=17141 vsize=994480 CPUtime=102.18 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 49458 0 0 0 10208 10 0 0 25 0 4 0 650393102 1018347520 166743 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=994480 CPUtime=100.59 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 30913 0 0 0 10053 6 0 0 25 0 4 0 650393102 1018347520 166743 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=994480 CPUtime=102.19 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 409748 0 0 0 10150 69 0 0 25 0 4 0 650393102 1018347520 166743 33554432000 4194304 4625164 140736172347808 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 407.31
Current children cumulated vsize (KiB) 994480

[startup+162.3 s]
/proc/loadavg: 9.12 9.10 9.08 10/466 17211
/proc/meminfo: memFree=13368544/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=1031524 CPUtime=646.3 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 1027877 0 0 0 64455 175 0 0 25 0 4 0 650393091 1056280576 190671 33554432000 4194304 4625164 140736172347808 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 257881 190671 838 106 0 253384 0
[pid=17143/tid=17157] ppid=17141 vsize=1031524 CPUtime=162.15 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 54844 0 0 0 16202 13 0 0 25 0 4 0 650393102 1056280576 190671 33554432000 4194304 4625164 140736172347808 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=1031524 CPUtime=159.66 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 38693 0 0 0 15959 7 0 0 25 0 4 0 650393102 1056280576 190671 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=1031524 CPUtime=162.18 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 719762 0 0 0 16101 117 0 0 25 0 4 0 650393102 1056280576 190671 33554432000 4194304 4625164 140736172347808 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 646.3
Current children cumulated vsize (KiB) 1031524

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

[startup+179.1 s]
/proc/loadavg: 9.09 9.09 9.08 10/466 17211
/proc/meminfo: memFree=13332088/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=1094172 CPUtime=713.24 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 1149300 0 0 0 71130 194 0 0 25 0 4 0 650393091 1120432128 199317 33554432000 4194304 4625164 140736172347808 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 273543 199317 839 106 0 269046 0
[pid=17143/tid=17157] ppid=17141 vsize=1094172 CPUtime=178.95 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 55542 0 0 0 17881 14 0 0 25 0 4 0 650393102 1120432128 199317 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351996 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=1094172 CPUtime=176.21 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 38851 0 0 0 17614 7 0 0 25 0 4 0 650393102 1120432128 199317 33554432000 4194304 4625164 140736172347808 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=1094172 CPUtime=178.98 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 802609 0 0 0 17768 130 0 0 25 0 4 0 650393102 1120432128 199317 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 713.24
Current children cumulated vsize (KiB) 1094172

[startup+185.5 s]
/proc/loadavg: 9.08 9.09 9.08 10/466 17211
/proc/meminfo: memFree=13319564/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=1136400 CPUtime=738.74 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 1228991 0 0 0 73669 205 0 0 25 0 4 0 650393091 1163673600 202310 33554432000 4194304 4625164 140736172347808 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 284100 202311 848 106 0 279603 0
[pid=17143/tid=17157] ppid=17141 vsize=1136400 CPUtime=185.35 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 55647 0 0 0 18521 14 0 0 25 0 4 0 650393102 1163673600 202311 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=1136400 CPUtime=182.5 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 38978 0 0 0 18243 7 0 0 25 0 4 0 650393102 1163673600 202311 33554432000 4194304 4625164 140736172347808 18446744073709551615 4317193 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=1136400 CPUtime=185.38 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 858508 0 0 0 18401 137 0 0 25 0 4 0 650393102 1163673600 202311 33554432000 4194304 4625164 140736172347808 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 738.74
Current children cumulated vsize (KiB) 1136400

[startup+191.901 s]
/proc/loadavg: 9.07 9.09 9.08 10/466 17212
/proc/meminfo: memFree=13259548/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=1161024 CPUtime=764.25 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 1262377 0 0 0 76214 211 0 0 25 0 4 0 650393091 1188888576 211281 33554432000 4194304 4625164 140736172347808 18446744073709551615 4511882 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 290256 211281 891 106 0 285759 0
[pid=17143/tid=17157] ppid=17141 vsize=1161024 CPUtime=191.75 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 59963 0 0 0 19161 14 0 0 25 0 4 0 650393102 1188888576 211281 33554432000 4194304 4625164 140736172347808 18446744073709551615 4339616 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=1161024 CPUtime=188.81 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 43212 0 0 0 18873 8 0 0 25 0 4 0 650393102 1188888576 211281 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=1161024 CPUtime=191.78 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 881571 0 0 0 19036 142 0 0 25 0 4 0 650393102 1188888576 211281 33554432000 4194304 4625164 140736172347808 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 764.25
Current children cumulated vsize (KiB) 1161024

[startup+193.501 s]
/proc/loadavg: 9.15 9.10 9.08 10/466 17212
/proc/meminfo: memFree=13257936/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=1161024 CPUtime=770.67 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 1262756 0 0 0 76856 211 0 0 25 0 4 0 650393091 1188888576 211590 33554432000 4194304 4625164 140736172347808 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 290256 211590 890 106 0 285759 0
[pid=17143/tid=17157] ppid=17141 vsize=1161024 CPUtime=193.36 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 60040 0 0 0 19322 14 0 0 25 0 4 0 650393102 1188888576 211590 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=1161024 CPUtime=190.39 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 43222 0 0 0 19031 8 0 0 25 0 4 0 650393102 1188888576 211590 33554432000 4194304 4625164 140736172347808 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=1161024 CPUtime=193.4 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 881581 0 0 0 19198 142 0 0 25 0 4 0 650393102 1188888576 211590 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 770.67
Current children cumulated vsize (KiB) 1161024

[startup+195.101 s]
/proc/loadavg: 9.15 9.10 9.08 10/466 17212
/proc/meminfo: memFree=13255332/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=1161024 CPUtime=776.99 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 1264649 0 0 0 77488 211 0 0 25 0 4 0 650393091 1188888576 212981 33554432000 4194304 4625164 140736172347808 18446744073709551615 4390435 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 290256 212981 905 106 0 285759 0
[pid=17143/tid=17157] ppid=17141 vsize=1161024 CPUtime=194.95 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 60132 0 0 0 19481 14 0 0 25 0 4 0 650393102 1188888576 212981 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=1161024 CPUtime=191.95 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 43274 0 0 0 19187 8 0 0 25 0 4 0 650393102 1188888576 212981 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=1161024 CPUtime=194.98 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 881620 0 0 0 19356 142 0 0 25 0 4 0 650393102 1188888576 212981 33554432000 4194304 4625164 140736172347808 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 776.99
Current children cumulated vsize (KiB) 1161024

[startup+195.9 s]
/proc/loadavg: 9.15 9.10 9.08 10/466 17212
/proc/meminfo: memFree=13246900/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=1161024 CPUtime=780.17 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 1266231 0 0 0 77805 212 0 0 25 0 4 0 650393091 1188888576 214091 33554432000 4194304 4625164 140736172347808 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 290256 214091 900 106 0 285759 0
[pid=17143/tid=17157] ppid=17141 vsize=1161024 CPUtime=195.75 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 60133 0 0 0 19561 14 0 0 25 0 4 0 650393102 1188888576 214091 33554432000 4194304 4625164 140736172347808 18446744073709551615 4469338 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=1161024 CPUtime=192.74 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 43275 0 0 0 19266 8 0 0 25 0 4 0 650393102 1188888576 214091 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351878 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=1161024 CPUtime=195.78 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 881709 0 0 0 19436 142 0 0 25 0 4 0 650393102 1188888576 214091 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 780.17
Current children cumulated vsize (KiB) 1161024

[startup+196.1 s]
/proc/loadavg: 9.15 9.10 9.08 10/466 17212
/proc/meminfo: memFree=13246900/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=1161024 CPUtime=780.97 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 1266535 0 0 0 77885 212 0 0 25 0 4 0 650393091 1188888576 214347 33554432000 4194304 4625164 140736172347808 18446744073709551615 4391817 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 290256 214347 900 106 0 285759 0
[pid=17143/tid=17157] ppid=17141 vsize=1161024 CPUtime=195.95 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 60133 0 0 0 19581 14 0 0 25 0 4 0 650393102 1188888576 214347 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=1161024 CPUtime=192.94 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 43275 0 0 0 19286 8 0 0 25 0 4 0 650393102 1188888576 214347 33554432000 4194304 4625164 140736172347808 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=1161024 CPUtime=195.98 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 881709 0 0 0 19456 142 0 0 25 0 4 0 650393102 1188888576 214347 33554432000 4194304 4625164 140736172347808 18446744073709551615 4561120 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 780.97
Current children cumulated vsize (KiB) 1161024

[startup+196.2 s]
/proc/loadavg: 9.15 9.10 9.08 10/466 17212
/proc/meminfo: memFree=13246900/32951124 swapFree=67111348/67111528
[pid=17143] ppid=17141 vsize=1161024 CPUtime=781.37 cores=1,3,5,7
/proc/17143/stat : 17143 (SArTagnan) R 17141 17143 16929 0 -1 4202496 1266744 0 0 0 77925 212 0 0 25 0 4 0 650393091 1188888576 214490 33554432000 4194304 4625164 140736172347808 18446744073709551615 4390435 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17143/statm: 290256 214490 900 106 0 285759 0
[pid=17143/tid=17157] ppid=17141 vsize=1161024 CPUtime=196.05 cores=1,3,5,7
/proc/17143/task/17157/stat : 17157 (SArTagnan) R 17141 17143 16929 0 -1 4202560 60133 0 0 0 19591 14 0 0 25 0 4 0 650393102 1188888576 214490 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=17143/tid=17158] ppid=17141 vsize=1161024 CPUtime=193.04 cores=1,3,5,7
/proc/17143/task/17158/stat : 17158 (SArTagnan) R 17141 17143 16929 0 -1 4202560 43275 0 0 0 19296 8 0 0 25 0 4 0 650393102 1188888576 214490 33554432000 4194304 4625164 140736172347808 18446744073709551615 4334488 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17143/tid=17159] ppid=17141 vsize=1161024 CPUtime=196.08 cores=1,3,5,7
/proc/17143/task/17159/stat : 17159 (SArTagnan) R 17141 17143 16929 0 -1 4202560 881709 0 0 0 19466 142 0 0 25 0 4 0 650393102 1188888576 214490 33554432000 4194304 4625164 140736172347808 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 781.37
Current children cumulated vsize (KiB) 1161024

Child status: 20
Real time (s): 196.24
CPU time (s): 781.428
CPU user time (s): 779.269
CPU system time (s): 2.15967
CPU usage (%): 398.201
Max. virtual memory (cumulated for all children) (KiB): 1220568

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

runsolver used 0.884865 second user time and 2.14867 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 23:02:50
IDJOB=3386330
IDBENCH=82422
IDSOLVER=1871
FILE ID=node144/3386330-1305579769
RUNJOBID= node144-1305577260-16948
PBS_JOBID= 13350220
Free space on /tmp= 73260 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386330-1305579769/watcher-3386330-1305579769 -o /tmp/evaluation-result-3386330-1305579769/solver-3386330-1305579769 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386330-1305579769.cnf -threads=4

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1390694007

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14453460 kB
Buffers:        330900 kB
Cached:        4109444 kB
SwapCached:          0 kB
Active:       15275884 kB
Inactive:      2847536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14453460 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5060 kB
Writeback:           0 kB
AnonPages:    13682776 kB
Mapped:          38072 kB
Slab:           246252 kB
PageTables:      61216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 136788448 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= 73260 MiB
End job on node144 at 2011-05-16 23:06:06