Trace number 3285311

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-03-24? (exit code) 1208.52 303.453

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
MD5SUM36e8e2178d03f08fa4223da0e3d9beb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark539.975
Satisfiable
(Un)Satisfiability was proved
Number of variables87884
Number of clauses1413816
Sum of the clauses size3227576
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21364160
Number of clauses of size 33840
Number of clauses of size 417760
Number of clauses of size 57680
Number of clauses of size over 519680

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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3285311-1304062091/watcher-3285311-1304062091 -o /tmp/evaluation-result-3285311-1304062091/solver-3285311-1304062091 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3285311-1304062091.cnf -threads=4 

running on 4 cores: 0,2,4,6

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: 6.02 7.17 7.67 5/180 12053
/proc/meminfo: memFree=22649036/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=25704 CPUtime=0 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 1703 0 0 0 0 0 0 0 21 0 1 0 517807906 26320896 1640 33554432000 4194304 4623224 140737261405136 18446744073709551615 4296444 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12053/statm: 6426 1652 290 105 0 1930 0

[startup+0.105309 s]
/proc/loadavg: 6.02 7.17 7.67 5/180 12053
/proc/meminfo: memFree=22649036/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=60644 CPUtime=0.09 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 2814 0 0 0 9 0 0 0 22 0 1 0 517807906 62099456 2328 33554432000 4194304 4623224 140737261405136 18446744073709551615 251814240000 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12053/statm: 15161 2329 301 105 0 10665 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60644

[startup+0.200294 s]
/proc/loadavg: 6.02 7.17 7.67 5/180 12053
/proc/meminfo: memFree=22649036/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=67500 CPUtime=0.19 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 6316 0 0 0 18 1 0 0 22 0 1 0 517807906 69120000 3847 33554432000 4194304 4623224 140737261405136 18446744073709551615 251814240000 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12053/statm: 16875 3847 301 105 0 12379 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 67500

[startup+0.300278 s]
/proc/loadavg: 6.02 7.17 7.67 5/180 12053
/proc/meminfo: memFree=22649036/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=75128 CPUtime=0.29 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 10710 0 0 0 27 2 0 0 22 0 1 0 517807906 76931072 5153 33554432000 4194304 4623224 140737261405136 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12053/statm: 18782 5153 301 105 0 14286 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75128

[startup+0.700215 s]
/proc/loadavg: 6.02 7.17 7.67 5/180 12053
/proc/meminfo: memFree=22649036/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=324448 CPUtime=1.42 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 33165 0 0 0 137 5 0 0 25 0 4 0 517807906 332234752 24790 33554432000 4194304 4623224 140737261405136 18446744073709551615 4409524 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 81112 24790 334 105 0 76616 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 324448

[startup+1.50108 s]
/proc/loadavg: 6.02 7.17 7.67 9/184 12057
/proc/meminfo: memFree=22429780/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=327556 CPUtime=4.62 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 35547 0 0 0 457 5 0 0 25 0 4 0 517807906 335417344 27065 33554432000 4194304 4623224 140737261405136 18446744073709551615 4278649 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 81889 27065 335 105 0 77393 0
[pid=12053/tid=12055] ppid=12051 vsize=327556 CPUtime=1.03 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 632 0 0 0 103 0 0 0 25 0 4 0 517807951 335417344 27065 33554432000 4194304 4623224 140737261405136 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=327556 CPUtime=1.04 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 1195 0 0 0 104 0 0 0 25 0 4 0 517807951 335417344 27065 33554432000 4194304 4623224 140737261405136 18446744073709551615 4485092 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=327556 CPUtime=1.04 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 1043 0 0 0 104 0 0 0 25 0 4 0 517807951 335417344 27065 33554432000 4194304 4623224 140737261405136 18446744073709551615 4468014 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 327556

[startup+3.10081 s]
/proc/loadavg: 6.02 7.17 7.67 9/184 12057
/proc/meminfo: memFree=22365052/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=336168 CPUtime=11.01 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 41024 0 0 0 1095 6 0 0 25 0 4 0 517807906 344236032 30719 33554432000 4194304 4623224 140737261405136 18446744073709551615 4412450 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 84042 30720 335 105 0 79546 0
[pid=12053/tid=12055] ppid=12051 vsize=336168 CPUtime=2.63 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 1032 0 0 0 263 0 0 0 25 0 4 0 517807951 344236032 30722 33554432000 4194304 4623224 140737261405136 18446744073709551615 4364786 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=336168 CPUtime=2.63 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 1935 0 0 0 263 0 0 0 25 0 4 0 517807951 344236032 30722 33554432000 4194304 4623224 140737261405136 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=336168 CPUtime=2.64 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 2478 0 0 0 264 0 0 0 25 0 4 0 517807951 344236032 30722 33554432000 4194304 4623224 140737261405136 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11.01
Current children cumulated vsize (KiB) 336168

[startup+6.30027 s]
/proc/loadavg: 6.18 7.18 7.67 9/184 12057
/proc/meminfo: memFree=22087084/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=447144 CPUtime=23.79 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 61117 0 0 0 2369 10 0 0 25 0 4 0 517807906 457875456 49614 33554432000 4194304 4623224 140737261405136 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 111786 49614 371 105 0 107290 0
[pid=12053/tid=12055] ppid=12051 vsize=447144 CPUtime=5.8 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 2271 0 0 0 580 0 0 0 25 0 4 0 517807951 457875456 49614 33554432000 4194304 4623224 140737261405136 18446744073709551615 4289826 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=447144 CPUtime=5.84 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 4914 0 0 0 583 1 0 0 25 0 4 0 517807951 457875456 49614 33554432000 4194304 4623224 140737261405136 18446744073709551615 4317170 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=447144 CPUtime=5.83 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 9566 0 0 0 582 1 0 0 25 0 4 0 517807951 457875456 49614 33554432000 4194304 4623224 140737261405136 18446744073709551615 4376832 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.79
Current children cumulated vsize (KiB) 447144

[startup+12.7002 s]
/proc/loadavg: 6.32 7.19 7.67 9/184 12058
/proc/meminfo: memFree=21713984/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=455432 CPUtime=49.35 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 78701 0 0 0 4921 14 0 0 25 0 4 0 517807906 466362368 61350 33554432000 4194304 4623224 140737261405136 18446744073709551615 4412522 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 113858 61350 365 105 0 109362 0
[pid=12053/tid=12055] ppid=12051 vsize=455432 CPUtime=12.17 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 8369 0 0 0 1215 2 0 0 25 0 4 0 517807951 466362368 61350 33554432000 4194304 4623224 140737261405136 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=455432 CPUtime=12.23 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 9693 0 0 0 1221 2 0 0 25 0 4 0 517807951 466362368 61350 33554432000 4194304 4623224 140737261405136 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=455432 CPUtime=12.23 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 10037 0 0 0 1222 1 0 0 25 0 4 0 517807951 466362368 61350 33554432000 4194304 4623224 140737261405136 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.35
Current children cumulated vsize (KiB) 455432

[startup+25.5011 s]
/proc/loadavg: 6.69 7.23 7.68 9/184 12058
/proc/meminfo: memFree=20805560/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=566748 CPUtime=100.48 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 128690 0 0 0 10024 24 0 0 25 0 4 0 517807906 580349952 84081 33554432000 4194304 4623224 140737261405136 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 141687 84081 409 105 0 137191 0
[pid=12053/tid=12055] ppid=12051 vsize=566748 CPUtime=24.89 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 21815 0 0 0 2484 5 0 0 25 0 4 0 517807951 580349952 84081 33554432000 4194304 4623224 140737261405136 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=566748 CPUtime=25.04 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 23199 0 0 0 2499 5 0 0 25 0 4 0 517807951 580349952 84081 33554432000 4194304 4623224 140737261405136 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=566748 CPUtime=25.04 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 18864 0 0 0 2501 3 0 0 25 0 4 0 517807951 580349952 84081 33554432000 4194304 4623224 140737261405136 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.48
Current children cumulated vsize (KiB) 566748

[startup+51.1008 s]
/proc/loadavg: 7.14 7.29 7.69 9/184 12059
/proc/meminfo: memFree=19601692/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=698728 CPUtime=202.73 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 214605 0 0 0 20235 38 0 0 25 0 4 0 517807906 715497472 131475 33554432000 4194304 4623224 140737261405136 18446744073709551615 4412768 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 174682 131475 435 105 0 170186 0
[pid=12053/tid=12055] ppid=12051 vsize=698728 CPUtime=50.35 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 35168 0 0 0 5028 7 0 0 25 0 4 0 517807951 715497472 131475 33554432000 4194304 4623224 140737261405136 18446744073709551615 4377707 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=698728 CPUtime=50.63 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 56647 0 0 0 5052 11 0 0 20 0 4 0 517807951 715497472 131475 33554432000 4194304 4623224 140737261405136 18446744073709551615 4289772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=698728 CPUtime=50.63 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 38792 0 0 0 5058 5 0 0 20 0 4 0 517807951 715497472 131475 33554432000 4194304 4623224 140737261405136 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.73
Current children cumulated vsize (KiB) 698728

[startup+102.301 s]
/proc/loadavg: 7.62 7.40 7.70 9/184 12060
/proc/meminfo: memFree=16039168/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=1241604 CPUtime=407.26 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 465378 0 0 0 40644 82 0 0 25 0 4 0 517807906 1271402496 256237 33554432000 4194304 4623224 140737261405136 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 310401 256237 508 105 0 305905 0
[pid=12053/tid=12055] ppid=12051 vsize=1241604 CPUtime=101.27 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 64362 0 0 0 10112 15 0 0 25 0 4 0 517807951 1271402496 256237 33554432000 4194304 4623224 140737261405136 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=1241604 CPUtime=101.83 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 104187 0 0 0 10161 22 0 0 25 0 4 0 517807951 1271402496 256237 33554432000 4194304 4623224 140737261405136 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=1241604 CPUtime=101.84 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 84963 0 0 0 10173 11 0 0 25 0 4 0 517807951 1271402496 256237 33554432000 4194304 4623224 140737261405136 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 407.26
Current children cumulated vsize (KiB) 1241604

[startup+162.301 s]
/proc/loadavg: 7.86 7.51 7.72 9/184 12092
/proc/meminfo: memFree=21852512/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=3373960 CPUtime=646.82 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 1678564 0 0 0 64389 293 0 0 25 0 4 0 517807906 3454935040 655498 33554432000 4194304 4623224 140737261405136 18446744073709551615 4278641 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 843490 655498 436 105 0 838994 0
[pid=12053/tid=12055] ppid=12051 vsize=3373960 CPUtime=160.94 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 80700 0 0 0 16076 18 0 0 25 0 4 0 517807951 3454935040 655498 33554432000 4194304 4623224 140737261405136 18446744073709551615 4357659 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=3373960 CPUtime=161.78 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 169980 0 0 0 16143 35 0 0 25 0 4 0 517807951 3454935040 655498 33554432000 4194304 4623224 140737261405136 18446744073709551615 4485126 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=3373960 CPUtime=161.8 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 178146 0 0 0 16154 26 0 0 25 0 4 0 517807951 3454935040 655498 33554432000 4194304 4623224 140737261405136 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 646.82
Current children cumulated vsize (KiB) 3373960

[startup+222.307 s]
/proc/loadavg: 7.95 7.59 7.73 9/184 12093
/proc/meminfo: memFree=19625520/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=3873536 CPUtime=886.51 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 2016920 0 0 0 88293 358 0 0 25 0 4 0 517807906 3966500864 831677 33554432000 4194304 4623224 140737261405136 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 968384 831677 343 105 0 963888 0
[pid=12053/tid=12055] ppid=12051 vsize=3873536 CPUtime=220.62 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 87064 0 0 0 22043 19 0 0 25 0 4 0 517807951 3966500864 831677 33554432000 4194304 4623224 140737261405136 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=3873536 CPUtime=221.78 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 222166 0 0 0 22130 48 0 0 25 0 4 0 517807951 3966500864 831677 33554432000 4194304 4623224 140737261405136 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=3873536 CPUtime=221.81 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 292494 0 0 0 22137 44 0 0 25 0 4 0 517807951 3966500864 831677 33554432000 4194304 4623224 140737261405136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 886.51
Current children cumulated vsize (KiB) 3873536

[startup+282.301 s]
/proc/loadavg: 8.06 7.69 7.76 9/184 12095
/proc/meminfo: memFree=12491172/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=15761608 CPUtime=1125.75 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 5809078 0 0 0 111596 979 0 0 25 0 4 0 517807906 16139886592 2282835 33554432000 4194304 4623224 140737261405136 18446744073709551615 251813937621 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 3940402 2282854 478 105 0 3935906 0
[pid=12053/tid=12055] ppid=12051 vsize=15761608 CPUtime=280.17 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 88714 0 0 0 27998 19 0 0 25 0 4 0 517807951 16139886592 2282864 33554432000 4194304 4623224 140737261405136 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=15761608 CPUtime=281.62 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 271958 0 0 0 28104 58 0 0 25 0 4 0 517807951 16139886592 2282875 33554432000 4194304 4623224 140737261405136 18446744073709551615 4461007 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=15761608 CPUtime=281.68 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 423249 0 0 0 28106 62 0 0 25 0 4 0 517807951 16139886592 2282887 33554432000 4194304 4623224 140737261405136 18446744073709551615 4289785 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1125.75
Current children cumulated vsize (KiB) 15761608

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

[startup+294.401 s]
/proc/loadavg: 8.05 7.70 7.76 9/184 12095
/proc/meminfo: memFree=10906032/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=11315428 CPUtime=1173.81 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 7396775 0 0 0 116160 1221 0 0 25 0 4 0 517807906 11586998272 2542309 33554432000 4194304 4623224 140737261405136 18446744073709551615 4412338 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 2828857 2542309 478 105 0 2824361 0
[pid=12053/tid=12055] ppid=12051 vsize=11315428 CPUtime=292.2 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 89114 0 0 0 29200 20 0 0 25 0 4 0 517807951 11586998272 2542309 33554432000 4194304 4623224 140737261405136 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=11315428 CPUtime=293.58 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 284376 0 0 0 29297 61 0 0 25 0 4 0 517807951 11586998272 2542309 33554432000 4194304 4623224 140737261405136 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=11315428 CPUtime=293.66 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 454919 0 0 0 29298 68 0 0 25 0 4 0 517807951 11586998272 2542309 33554432000 4194304 4623224 140737261405136 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1173.81
Current children cumulated vsize (KiB) 11315428

[startup+297.6 s]
/proc/loadavg: 8.05 7.71 7.76 9/184 12095
/proc/meminfo: memFree=10564040/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=11446500 CPUtime=1186.59 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 7506009 0 0 0 117412 1247 0 0 25 0 4 0 517807906 11721216000 2614348 33554432000 4194304 4623224 140737261405136 18446744073709551615 4397512 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 2861625 2614349 478 105 0 2857129 0
[pid=12053/tid=12055] ppid=12051 vsize=11446500 CPUtime=295.38 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 89162 0 0 0 29518 20 0 0 25 0 4 0 517807951 11721216000 2614350 33554432000 4194304 4623224 140737261405136 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=11446500 CPUtime=296.78 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 287935 0 0 0 29616 62 0 0 22 0 4 0 517807951 11721216000 2614350 33554432000 4194304 4623224 140737261405136 18446744073709551615 4377679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=11446500 CPUtime=296.86 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 460602 0 0 0 29617 69 0 0 25 0 4 0 517807951 11721216000 2614350 33554432000 4194304 4623224 140737261405136 18446744073709551615 4468472 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1186.59
Current children cumulated vsize (KiB) 11446500

[startup+300.801 s]
/proc/loadavg: 8.04 7.71 7.76 9/184 12095
/proc/meminfo: memFree=10194520/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=11708644 CPUtime=1199.36 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 7631441 0 0 0 118666 1270 0 0 25 0 4 0 517807906 11989651456 2694439 33554432000 4194304 4623224 140737261405136 18446744073709551615 4413912 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 2927161 2694443 478 105 0 2922665 0
[pid=12053/tid=12055] ppid=12051 vsize=11708644 CPUtime=298.56 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 89184 0 0 0 29836 20 0 0 25 0 4 0 517807951 11989651456 2694443 33554432000 4194304 4623224 140737261405136 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=11708644 CPUtime=299.98 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 294573 0 0 0 29935 63 0 0 25 0 4 0 517807951 11989651456 2694443 33554432000 4194304 4623224 140737261405136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=11708644 CPUtime=300.06 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 470610 0 0 0 29936 70 0 0 25 0 4 0 517807951 11989651456 2694444 33554432000 4194304 4623224 140737261405136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1199.36
Current children cumulated vsize (KiB) 11708644

[startup+302.401 s]
/proc/loadavg: 8.04 7.71 7.76 9/184 12095
/proc/meminfo: memFree=10078580/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=11774180 CPUtime=1205.76 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) R 12051 12053 11981 0 -1 4202496 7693571 0 0 0 119292 1284 0 0 25 0 4 0 517807906 12056760320 2731090 33554432000 4194304 4623224 140737261405136 18446744073709551615 4412329 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 2943545 2731090 478 105 0 2939049 0
[pid=12053/tid=12055] ppid=12051 vsize=11774180 CPUtime=300.15 cores=0,2,4,6
/proc/12053/task/12055/stat : 12055 (SArTagnan) R 12051 12053 11981 0 -1 4202560 89207 0 0 0 29995 20 0 0 25 0 4 0 517807951 12056760320 2731090 33554432000 4194304 4623224 140737261405136 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=11774180 CPUtime=301.58 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4202560 294585 0 0 0 30095 63 0 0 25 0 4 0 517807951 12056760320 2731090 33554432000 4194304 4623224 140737261405136 18446744073709551615 4289968 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=12053/tid=12057] ppid=12051 vsize=11774180 CPUtime=301.66 cores=0,2,4,6
/proc/12053/task/12057/stat : 12057 (SArTagnan) R 12051 12053 11981 0 -1 4202560 476701 0 0 0 30095 71 0 0 25 0 4 0 517807951 12056760320 2731090 33554432000 4194304 4623224 140737261405136 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1205.76
Current children cumulated vsize (KiB) 11774180

[startup+303.201 s]
/proc/loadavg: 8.04 7.71 7.76 9/184 12095
/proc/meminfo: memFree=9974668/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=0 CPUtime=1208.26 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) Z 12051 12053 11981 0 -1 4202524 7716840 0 0 0 119513 1313 0 0 25 0 2 0 517807906 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 0 0 0 0 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=0 CPUtime=302.38 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4203588 294589 0 0 0 30152 86 0 0 25 0 2 0 517807951 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1208.26
Current children cumulated vsize (KiB) 0

[startup+303.4 s]
/proc/loadavg: 8.04 7.71 7.76 9/184 12095
/proc/meminfo: memFree=9974668/32950928 swapFree=67111524/67111528
[pid=12053] ppid=12051 vsize=0 CPUtime=1208.46 cores=0,2,4,6
/proc/12053/stat : 12053 (SArTagnan) Z 12051 12053 11981 0 -1 4202524 7716840 0 0 0 119513 1333 0 0 25 0 2 0 517807906 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12053/statm: 0 0 0 0 0 0 0
[pid=12053/tid=12056] ppid=12051 vsize=0 CPUtime=302.58 cores=0,2,4,6
/proc/12053/task/12056/stat : 12056 (SArTagnan) R 12051 12053 11981 0 -1 4203588 294589 0 0 0 30152 106 0 0 25 0 2 0 517807951 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1208.46
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 303.453
CPU time (s): 1208.52
CPU user time (s): 1195.13
CPU system time (s): 13.384
CPU usage (%): 398.256
Max. virtual memory (cumulated for all children) (KiB): 15761608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1195.13
system time used= 13.384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7716840
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= 6573
involuntary context switches= 6603

runsolver used 0.484926 second user time and 1.16982 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 09:28:12
IDJOB=3285311
IDBENCH=82378
IDSOLVER=1656
FILE ID=node126/3285311-1304062091
RUNJOBID= node126-1304062030-11999
PBS_JOBID= 13170454
Free space on /tmp= 71444 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.040-NOTKNOWN.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285311-1304062091/watcher-3285311-1304062091 -o /tmp/evaluation-result-3285311-1304062091/solver-3285311-1304062091 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3285311-1304062091.cnf -threads=4

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

MD5SUM BENCH= 36e8e2178d03f08fa4223da0e3d9beb5
RANDOM SEED=815439363

node126.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.783
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.56
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.783
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:     32950928 kB
MemFree:      22649316 kB
Buffers:       1411948 kB
Cached:        4364700 kB
SwapCached:          4 kB
Active:        4335044 kB
Inactive:      5414420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22649316 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           24216 kB
Writeback:           0 kB
AnonPages:     3972972 kB
Mapped:          15492 kB
Slab:           481264 kB
PageTables:      12620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4890216 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= 71568 MiB
End job on node126 at 2011-04-29 09:33:16