Trace number 3386204

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)? (exit code) 669.805 238.538

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
MD5SUMe44b288003a3eaf34673a2c0fb8c6f3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1226.02
Satisfiable
(Un)Satisfiability was proved
Number of variables131484
Number of clauses2120376
Sum of the clauses size4841016
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 22046240
Number of clauses of size 35760
Number of clauses of size 426640
Number of clauses of size 511520
Number of clauses of size over 529520

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3386204-1305579406/watcher-3386204-1305579406 -o /tmp/evaluation-result-3386204-1305579406/solver-3386204-1305579406 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386204-1305579406.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.78 10.05 10.07 8/421 10850
/proc/meminfo: memFree=23478292/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=78992 CPUtime=0 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 2759 0 0 0 0 0 0 0 23 0 1 0 669539218 80887808 2697 33554432000 4194304 4625164 140735174410832 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10850/statm: 19748 2697 296 106 0 15251 0

[startup+0.106566 s]
/proc/loadavg: 9.78 10.05 10.07 8/421 10850
/proc/meminfo: memFree=23478292/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=80816 CPUtime=0.1 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 3574 0 0 0 9 1 0 0 23 0 1 0 669539218 82755584 3088 33554432000 4194304 4625164 140735174410832 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10850/statm: 20204 3088 299 106 0 15707 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 80816

[startup+0.200552 s]
/proc/loadavg: 9.78 10.05 10.07 8/421 10850
/proc/meminfo: memFree=23478292/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=87672 CPUtime=0.19 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 7013 0 0 0 18 1 0 0 24 0 1 0 669539218 89776128 4544 33554432000 4194304 4625164 140735174410832 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10850/statm: 21918 4544 299 106 0 17421 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 87672

[startup+0.300537 s]
/proc/loadavg: 9.78 10.05 10.07 8/421 10850
/proc/meminfo: memFree=23478292/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=91600 CPUtime=0.29 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 9579 0 0 0 27 2 0 0 25 0 1 0 669539218 93798400 5875 33554432000 4194304 4625164 140735174410832 18446744073709551615 210204647168 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10850/statm: 22900 5875 299 106 0 18403 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91600

[startup+0.700468 s]
/proc/loadavg: 9.78 10.05 10.07 8/421 10850
/proc/meminfo: memFree=23478292/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=147620 CPUtime=0.69 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 28068 0 0 0 64 5 0 0 25 0 1 0 669539218 151162880 15530 33554432000 4194304 4625164 140735174410832 18446744073709551615 210204344789 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10850/statm: 36905 15553 301 106 0 32408 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 147620

[startup+1.50031 s]
/proc/loadavg: 9.78 10.05 10.07 11/425 10854
/proc/meminfo: memFree=23325688/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=395496 CPUtime=2.27 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 51051 0 0 0 219 8 0 0 25 0 4 0 669539218 404987904 38513 33554432000 4194304 4625164 140735174410832 18446744073709551615 4498958 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 98874 38513 334 106 0 94377 0
[pid=10850/tid=10852] ppid=10848 vsize=395496 CPUtime=0.74 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 668 0 0 0 74 0 0 0 18 0 4 0 669539291 404987904 38513 33554432000 4194304 4625164 140735174410832 18446744073709551615 4478048 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=395496 CPUtime=0.05 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 489 0 0 0 5 0 0 0 25 0 4 0 669539291 404987904 38513 33554432000 4194304 4625164 140735174410832 18446744073709551615 4316681 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=395496 CPUtime=0.4 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 918 0 0 0 40 0 0 0 25 0 4 0 669539291 404987904 38513 33554432000 4194304 4625164 140735174410832 18446744073709551615 4482035 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 395496

[startup+3.10104 s]
/proc/loadavg: 9.80 10.05 10.07 11/425 10854
/proc/meminfo: memFree=23321348/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=402852 CPUtime=5.45 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 52995 0 0 0 537 8 0 0 25 0 4 0 669539218 412520448 40457 33554432000 4194304 4625164 140735174410832 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 100713 40457 336 106 0 96216 0
[pid=10850/tid=10852] ppid=10848 vsize=402852 CPUtime=1.63 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 695 0 0 0 163 0 0 0 20 0 4 0 669539291 412520448 40457 33554432000 4194304 4625164 140735174410832 18446744073709551615 4288925 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=402852 CPUtime=0.75 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 799 0 0 0 75 0 0 0 25 0 4 0 669539291 412520448 40457 33554432000 4194304 4625164 140735174410832 18446744073709551615 4478002 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=402852 CPUtime=1.2 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 918 0 0 0 120 0 0 0 25 0 4 0 669539291 412520448 40457 33554432000 4194304 4625164 140735174410832 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 402852

[startup+6.3005 s]
/proc/loadavg: 9.80 10.05 10.07 11/425 10854
/proc/meminfo: memFree=23299656/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=402852 CPUtime=11.8 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 57256 0 0 0 1171 9 0 0 25 0 4 0 669539218 412520448 41339 33554432000 4194304 4625164 140735174410832 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 100713 41339 336 106 0 96216 0
[pid=10850/tid=10852] ppid=10848 vsize=402852 CPUtime=3.27 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 1009 0 0 0 327 0 0 0 25 0 4 0 669539291 412520448 41339 33554432000 4194304 4625164 140735174410832 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=402852 CPUtime=2.31 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 2087 0 0 0 231 0 0 0 25 0 4 0 669539291 412520448 41339 33554432000 4194304 4625164 140735174410832 18446744073709551615 4317299 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=402852 CPUtime=2.76 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 3107 0 0 0 276 0 0 0 25 0 4 0 669539291 412520448 41339 33554432000 4194304 4625164 140735174410832 18446744073709551615 210204314586 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.8
Current children cumulated vsize (KiB) 402852

[startup+12.7004 s]
/proc/loadavg: 9.83 10.05 10.07 11/425 10854
/proc/meminfo: memFree=23220912/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=511328 CPUtime=29.68 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 87411 0 0 0 2954 14 0 0 25 0 4 0 669539218 523599872 60855 33554432000 4194304 4625164 140735174410832 18446744073709551615 4390609 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10850/statm: 127832 60855 345 106 0 123335 0
[pid=10850/tid=10852] ppid=10848 vsize=511328 CPUtime=9.46 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 2515 0 0 0 946 0 0 0 25 0 4 0 669539291 523599872 60855 33554432000 4194304 4625164 140735174410832 18446744073709551615 4327851 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=511328 CPUtime=6.88 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 2571 0 0 0 688 0 0 0 25 0 4 0 669539291 523599872 60855 33554432000 4194304 4625164 140735174410832 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=511328 CPUtime=6.58 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 7834 0 0 0 657 1 0 0 25 0 4 0 669539291 523599872 60855 33554432000 4194304 4625164 140735174410832 18446744073709551615 4334251 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 29.68
Current children cumulated vsize (KiB) 511328

[startup+25.5013 s]
/proc/loadavg: 9.86 10.04 10.07 11/425 10854
/proc/meminfo: memFree=22578404/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=1113732 CPUtime=67.76 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 462197 0 0 0 6704 72 0 0 25 0 4 0 669539218 1140461568 217609 33554432000 4194304 4625164 140735174410832 18446744073709551615 210204690615 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10850/statm: 278433 217609 346 106 0 273936 0
[pid=10850/tid=10852] ppid=10848 vsize=1113732 CPUtime=20.38 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 8489 0 0 0 2036 2 0 0 25 0 4 0 669539291 1140461568 217609 33554432000 4194304 4625164 140735174410832 18446744073709551615 4335828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=1113732 CPUtime=17 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 13574 0 0 0 1697 3 0 0 25 0 4 0 669539291 1140461568 217609 33554432000 4194304 4625164 140735174410832 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=1113732 CPUtime=17.98 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 17132 0 0 0 1796 2 0 0 18 0 4 0 669539291 1140461568 217609 33554432000 4194304 4625164 140735174410832 18446744073709551615 4562160 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 67.76
Current children cumulated vsize (KiB) 1113732

[startup+51.101 s]
/proc/loadavg: 10.05 10.07 10.07 11/425 10855
/proc/meminfo: memFree=21149776/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=2851244 CPUtime=138.07 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 1390941 0 0 0 13595 212 0 0 25 0 4 0 669539218 2919673856 575924 33554432000 4194304 4625164 140735174410832 18446744073709551615 210204308513 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/10850/statm: 712811 575924 383 106 0 708314 0
[pid=10850/tid=10852] ppid=10848 vsize=2851244 CPUtime=38.96 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 25012 0 0 0 3890 6 0 0 25 0 4 0 669539291 2919673856 575924 33554432000 4194304 4625164 140735174410832 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=2851244 CPUtime=35.8 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 33384 0 0 0 3573 7 0 0 25 0 4 0 669539291 2919673856 575924 33554432000 4194304 4625164 140735174410832 18446744073709551615 4317528 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=2851244 CPUtime=38.81 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 36238 0 0 0 3877 4 0 0 25 0 4 0 669539291 2919673856 575924 33554432000 4194304 4625164 140735174410832 18446744073709551615 210204344439 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 138.07
Current children cumulated vsize (KiB) 2851244

[startup+102.301 s]
/proc/loadavg: 10.26 10.12 10.09 11/425 10856
/proc/meminfo: memFree=17122896/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=7865164 CPUtime=288.45 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 2943977 0 0 0 28413 432 0 0 25 0 4 0 669539218 8053927936 1599766 33554432000 4194304 4625164 140735174410832 18446744073709551615 210204344789 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 1966291 1599766 40217 106 0 1961794 0
[pid=10850/tid=10852] ppid=10848 vsize=7865164 CPUtime=82.79 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 51636 0 0 0 8266 13 0 0 25 0 4 0 669539291 8053927936 1599767 33554432000 4194304 4625164 140735174410832 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=7865164 CPUtime=76.47 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 72947 0 0 0 7633 14 0 0 25 0 4 0 669539291 8053927936 1599767 33554432000 4194304 4625164 140735174410832 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=7865164 CPUtime=82.99 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 125944 0 0 0 8281 18 0 0 19 0 4 0 669539291 8053927936 1599767 33554432000 4194304 4625164 140735174410832 18446744073709551615 210204344075 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 288.45
Current children cumulated vsize (KiB) 7865164

[startup+162.301 s]
/proc/loadavg: 10.24 10.13 10.09 11/425 10858
/proc/meminfo: memFree=15881936/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=8670316 CPUtime=443.59 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 4851091 0 0 0 43627 732 0 0 25 0 4 0 669539218 8878403584 1863545 33554432000 4194304 4625164 140735174410832 18446744073709551615 4360561 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 2167579 1863545 373 106 0 2163082 0
[pid=10850/tid=10852] ppid=10848 vsize=8670316 CPUtime=127.02 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 75148 0 0 0 12683 19 0 0 25 0 4 0 669539291 8878403584 1863545 33554432000 4194304 4625164 140735174410832 18446744073709551615 4330613 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=8670316 CPUtime=109.65 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 97715 0 0 0 10945 20 0 0 25 0 4 0 669539291 8878403584 1863545 33554432000 4194304 4625164 140735174410832 18446744073709551615 4317215 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=8670316 CPUtime=129.18 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 210432 0 0 0 12887 31 0 0 25 0 4 0 669539291 8878403584 1863545 33554432000 4194304 4625164 140735174410832 18446744073709551615 4553318 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 443.59
Current children cumulated vsize (KiB) 8670316

[startup+222.316 s]
/proc/loadavg: 10.20 10.13 10.09 11/425 10860
/proc/meminfo: memFree=13332760/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=10935544 CPUtime=622.15 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 6988132 0 0 0 61168 1047 0 0 25 0 4 0 669539218 11197997056 2484042 33554432000 4194304 4625164 140735174410832 18446744073709551615 210204314525 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 2733886 2484042 390 106 0 2729389 0
[pid=10850/tid=10852] ppid=10848 vsize=10935544 CPUtime=187.03 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 76231 0 0 0 18683 20 0 0 25 0 4 0 669539291 11197997056 2484042 33554432000 4194304 4625164 140735174410832 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=10935544 CPUtime=159.79 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 112783 0 0 0 15956 23 0 0 25 0 4 0 669539291 11197997056 2484042 33554432000 4194304 4625164 140735174410832 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=10935544 CPUtime=169.79 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 336173 0 0 0 16929 50 0 0 25 0 4 0 669539291 11197997056 2484042 33554432000 4194304 4625164 140735174410832 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 622.15
Current children cumulated vsize (KiB) 10935544

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

[startup+230.401 s]
/proc/loadavg: 10.18 10.13 10.09 11/425 10860
/proc/meminfo: memFree=13027700/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=11066616 CPUtime=646.29 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 7089416 0 0 0 63563 1066 0 0 25 0 4 0 669539218 11332214784 2559883 33554432000 4194304 4625164 140735174410832 18446744073709551615 4390360 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 2766654 2559883 389 106 0 2762157 0
[pid=10850/tid=10852] ppid=10848 vsize=11066616 CPUtime=195.12 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 76255 0 0 0 19492 20 0 0 25 0 4 0 669539291 11332214784 2559883 33554432000 4194304 4625164 140735174410832 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=11066616 CPUtime=167.87 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 112787 0 0 0 16764 23 0 0 25 0 4 0 669539291 11332214784 2559883 33554432000 4194304 4625164 140735174410832 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=11066616 CPUtime=173.78 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 344500 0 0 0 17326 52 0 0 25 0 4 0 669539291 11332214784 2559883 33554432000 4194304 4625164 140735174410832 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.29
Current children cumulated vsize (KiB) 11066616

[startup+233.601 s]
/proc/loadavg: 10.17 10.13 10.09 11/425 10860
/proc/meminfo: memFree=12893656/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=11132152 CPUtime=655.85 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 7140469 0 0 0 64509 1076 0 0 25 0 4 0 669539218 11399323648 2593310 33554432000 4194304 4625164 140735174410832 18446744073709551615 4392031 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 2783038 2593310 389 106 0 2778541 0
[pid=10850/tid=10852] ppid=10848 vsize=11132152 CPUtime=198.32 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 76257 0 0 0 19812 20 0 0 25 0 4 0 669539291 11399323648 2593310 33554432000 4194304 4625164 140735174410832 18446744073709551615 4469371 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=11132152 CPUtime=171.01 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 112787 0 0 0 17078 23 0 0 25 0 4 0 669539291 11399323648 2593310 33554432000 4194304 4625164 140735174410832 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=11132152 CPUtime=175.38 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 347336 0 0 0 17486 52 0 0 25 0 4 0 669539291 11399323648 2593310 33554432000 4194304 4625164 140735174410832 18446744073709551615 4334251 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 655.85
Current children cumulated vsize (KiB) 11132152

[startup+236.801 s]
/proc/loadavg: 10.15 10.13 10.09 11/425 10860
/proc/meminfo: memFree=12762216/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=11263224 CPUtime=665.41 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 7185331 0 0 0 65457 1084 0 0 25 0 4 0 669539218 11533541376 2622327 33554432000 4194304 4625164 140735174410832 18446744073709551615 4360205 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 2815806 2622327 389 106 0 2811309 0
[pid=10850/tid=10852] ppid=10848 vsize=11263224 CPUtime=201.52 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 76257 0 0 0 20132 20 0 0 25 0 4 0 669539291 11533541376 2622327 33554432000 4194304 4625164 140735174410832 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=11263224 CPUtime=174.21 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 112787 0 0 0 17398 23 0 0 25 0 4 0 669539291 11533541376 2622327 33554432000 4194304 4625164 140735174410832 18446744073709551615 4330613 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=11263224 CPUtime=176.93 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 351053 0 0 0 17641 52 0 0 25 0 4 0 669539291 11533541376 2622327 33554432000 4194304 4625164 140735174410832 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 665.41
Current children cumulated vsize (KiB) 11263224

[startup+237.601 s]
/proc/loadavg: 10.15 10.13 10.09 11/425 10860
/proc/meminfo: memFree=12737540/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=11197688 CPUtime=667.83 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 7192733 0 0 0 65697 1086 0 0 25 0 4 0 669539218 11466432512 2626747 33554432000 4194304 4625164 140735174410832 18446744073709551615 4360194 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 2799422 2626747 389 106 0 2794925 0
[pid=10850/tid=10852] ppid=10848 vsize=11197688 CPUtime=202.33 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 76257 0 0 0 20213 20 0 0 25 0 4 0 669539291 11466432512 2626747 33554432000 4194304 4625164 140735174410832 18446744073709551615 4330590 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=11197688 CPUtime=175.03 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 112787 0 0 0 17480 23 0 0 25 0 4 0 669539291 11466432512 2626747 33554432000 4194304 4625164 140735174410832 18446744073709551615 4330892 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=11197688 CPUtime=177.33 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 352192 0 0 0 17681 52 0 0 25 0 4 0 669539291 11466432512 2626747 33554432000 4194304 4625164 140735174410832 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 667.83
Current children cumulated vsize (KiB) 11197688

[startup+238.001 s]
/proc/loadavg: 10.15 10.13 10.09 11/425 10860
/proc/meminfo: memFree=12737540/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=11197688 CPUtime=668.99 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) R 10848 10850 10575 0 -1 4202496 7196917 0 0 0 65812 1087 0 0 25 0 4 0 669539218 11466432512 2629896 33554432000 4194304 4625164 140735174410832 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 2799422 2629896 389 106 0 2794925 0
[pid=10850/tid=10852] ppid=10848 vsize=11197688 CPUtime=202.72 cores=1,3,5,7
/proc/10850/task/10852/stat : 10852 (SArTagnan) R 10848 10850 10575 0 -1 4202560 76257 0 0 0 20252 20 0 0 25 0 4 0 669539291 11466432512 2629896 33554432000 4194304 4625164 140735174410832 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10850/tid=10853] ppid=10848 vsize=11197688 CPUtime=175.41 cores=1,3,5,7
/proc/10850/task/10853/stat : 10853 (SArTagnan) R 10848 10850 10575 0 -1 4202560 112787 0 0 0 17518 23 0 0 25 0 4 0 669539291 11466432512 2629896 33554432000 4194304 4625164 140735174410832 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=11197688 CPUtime=177.52 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4202560 352193 0 0 0 17700 52 0 0 25 0 4 0 669539291 11466432512 2629896 33554432000 4194304 4625164 140735174410832 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 668.99
Current children cumulated vsize (KiB) 11197688

[startup+238.401 s]
/proc/loadavg: 10.15 10.13 10.09 11/425 10860
/proc/meminfo: memFree=12737540/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=0 CPUtime=669.65 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) Z 10848 10850 10575 0 -1 4202524 7200344 0 0 0 65851 1114 0 0 25 0 2 0 669539218 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 0 0 0 0 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=0 CPUtime=177.84 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4203588 352193 0 0 0 17705 79 0 0 25 0 2 0 669539291 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 669.65
Current children cumulated vsize (KiB) 0

[startup+238.501 s]
/proc/loadavg: 10.15 10.13 10.09 11/425 10860
/proc/meminfo: memFree=12737540/32951124 swapFree=63649240/67111528
[pid=10850] ppid=10848 vsize=0 CPUtime=669.75 cores=1,3,5,7
/proc/10850/stat : 10850 (SArTagnan) Z 10848 10850 10575 0 -1 4202524 7200344 0 0 0 65851 1124 0 0 25 0 2 0 669539218 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/10850/statm: 0 0 0 0 0 0 0
[pid=10850/tid=10854] ppid=10848 vsize=0 CPUtime=177.94 cores=1,3,5,7
/proc/10850/task/10854/stat : 10854 (SArTagnan) R 10848 10850 10575 0 -1 4203588 352193 0 0 0 17705 89 0 0 25 0 2 0 669539291 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 669.75
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 238.538
CPU time (s): 669.805
CPU user time (s): 658.519
CPU system time (s): 11.2863
CPU usage (%): 280.796
Max. virtual memory (cumulated for all children) (KiB): 15193092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 658.519
system time used= 11.2863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7200344
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= 55152
involuntary context switches= 9933

runsolver used 0.891864 second user time and 2.37064 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-16 22:56:47
IDJOB=3386204
IDBENCH=82366
IDSOLVER=1871
FILE ID=node130/3386204-1305579406
RUNJOBID= node130-1305576415-10594
PBS_JOBID= 13350203
Free space on /tmp= 73320 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.060-NOTKNOWN.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386204-1305579406/watcher-3386204-1305579406 -o /tmp/evaluation-result-3386204-1305579406/solver-3386204-1305579406 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386204-1305579406.cnf -threads=4

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

MD5SUM BENCH= e44b288003a3eaf34673a2c0fb8c6f3e
RANDOM SEED=1485942605

node130.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.838
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.67
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.838
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.838
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.838
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.81
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.838
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23478572 kB
Buffers:        310236 kB
Cached:        4360128 kB
SwapCached:      10240 kB
Active:        5153100 kB
Inactive:      4016048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23478572 kB
SwapTotal:    67111528 kB
SwapFree:     63649240 kB
Dirty:           37272 kB
Writeback:           0 kB
AnonPages:     4496696 kB
Mapped:          23776 kB
Slab:           191420 kB
PageTables:      46216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 111198684 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 node130 at 2011-05-16 23:00:46