Trace number 3285208

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
Sol 2011-04-04? (MO) 124.846 117.808

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.170-NOTKNOWN.cnf
MD5SUMb2bd2d58188a586bf0d0cd0e6e92fedd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark29.9444
Satisfiable
(Un)Satisfiability was proved
Number of variables693135
Number of clauses12437620
Sum of the clauses size27113720
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 211958480
Number of clauses of size 3452880
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 524820

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-3285208-1303767976/watcher-3285208-1303767976 -o /tmp/evaluation-result-3285208-1303767976/solver-3285208-1303767976 -C 2400 -W 1300 -M 7680 mono Main.exe HOME/instance-3285208-1303767976.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.99 3.36 3.72 5/217 17177
/proc/meminfo: memFree=19114632/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=11800 CPUtime=0 cores=0,2
/proc/17177/stat : 17177 (runsolver) R 17175 17177 15612 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 1 0 488396619 12083200 55 33554432000 4194304 5434984 140734422774176 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/17177/statm: 2950 55 34 303 0 2644 0

[startup+0.0956879 s]
/proc/loadavg: 1.99 3.36 3.72 5/217 17177
/proc/meminfo: memFree=19114632/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=211772 CPUtime=0.09 cores=0,2
/proc/17177/stat : 17177 (mono) R 17175 17177 15612 0 -1 4202496 27376 0 0 0 7 2 0 0 18 0 9 0 488396619 216854528 27279 33554432000 4194304 7232020 140736748176576 18446744073709551615 6230302 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/17177/statm: 52943 27283 975 742 0 45514 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 211772

[startup+0.100657 s]
/proc/loadavg: 1.99 3.36 3.72 5/217 17177
/proc/meminfo: memFree=19114632/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=211836 CPUtime=0.09 cores=0,2
/proc/17177/stat : 17177 (mono) R 17175 17177 15612 0 -1 4202496 27814 0 0 0 7 2 0 0 18 0 9 0 488396619 216920064 27717 33554432000 4194304 7232020 140736748176576 18446744073709551615 1090892048 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/17177/statm: 52959 27717 975 742 0 45530 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 211836

[startup+0.300655 s]
/proc/loadavg: 1.99 3.36 3.72 5/217 17177
/proc/meminfo: memFree=19114632/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=254012 CPUtime=0.3 cores=0,2
/proc/17177/stat : 17177 (mono) R 17175 17177 15612 0 -1 4202496 38552 0 0 0 26 4 0 0 18 0 9 0 488396619 260108288 38455 33554432000 4194304 7232020 140736748176576 18446744073709551615 6165411 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/17177/statm: 63503 38455 975 742 0 56074 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 254012

[startup+0.700584 s]
/proc/loadavg: 1.99 3.36 3.72 5/217 17177
/proc/meminfo: memFree=19114632/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=270780 CPUtime=0.74 cores=0,2
/proc/17177/stat : 17177 (mono) R 17175 17177 15612 0 -1 4202496 42277 0 0 0 69 5 0 0 18 0 9 0 488396619 277278720 42180 33554432000 4194304 7232020 140736748176576 18446744073709551615 6230298 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/17177/statm: 67695 42180 975 742 0 60266 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 270780

[startup+1.5004 s]
/proc/loadavg: 2.39 3.42 3.74 5/226 17186
/proc/meminfo: memFree=18875836/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=304444 CPUtime=1.62 cores=0,2
/proc/17177/stat : 17177 (mono) R 17175 17177 15612 0 -1 4202496 49872 0 0 0 155 7 0 0 18 0 9 0 488396619 311750656 49775 33554432000 4194304 7232020 140736748176576 18446744073709551615 6172675 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/17177/statm: 76111 49775 975 742 0 68682 0
[pid=17177/tid=17179] ppid=17175 vsize=304444 CPUtime=0.03 cores=0,2
/proc/17177/task/17179/stat : 17179 (mono) S 17175 17177 15612 0 -1 4202560 4 0 0 0 3 0 0 0 16 0 9 0 488396620 311750656 49775 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17180] ppid=17175 vsize=304444 CPUtime=0.02 cores=0,2
/proc/17177/task/17180/stat : 17180 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 488396620 311750656 49775 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17181] ppid=17175 vsize=304444 CPUtime=0.04 cores=0,2
/proc/17177/task/17181/stat : 17181 (mono) R 17175 17177 15612 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 488396620 311750656 49775 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=17177/tid=17182] ppid=17175 vsize=304444 CPUtime=0.02 cores=0,2
/proc/17177/task/17182/stat : 17182 (mono) R 17175 17177 15612 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 488396620 311750656 49775 33554432000 4194304 7232020 140736748176576 18446744073709551615 6172675 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=17177/tid=17183] ppid=17175 vsize=304444 CPUtime=0.04 cores=0,2
/proc/17177/task/17183/stat : 17183 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 488396620 311750656 49775 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17184] ppid=17175 vsize=304444 CPUtime=0.03 cores=0,2
/proc/17177/task/17184/stat : 17184 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 488396620 311750656 49775 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17185] ppid=17175 vsize=304444 CPUtime=0.02 cores=0,2
/proc/17177/task/17185/stat : 17185 (mono) R 17175 17177 15612 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 488396620 311750656 49775 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 0 0 0 -1 0 0 0 0
[pid=17177/tid=17186] ppid=17175 vsize=304444 CPUtime=0 cores=0,2
/proc/17177/task/17186/stat : 17186 (mono) S 17175 17177 15612 0 -1 4194368 3 0 0 0 0 0 0 0 15 0 9 0 488396621 311750656 49775 33554432000 4194304 7232020 140736748176576 18446744073709551615 246516221887 0 2138816217 4096 545260780 18446744071562694473 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 304444

[startup+3.10111 s]
/proc/loadavg: 2.39 3.42 3.74 5/226 17186
/proc/meminfo: memFree=18748984/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=346684 CPUtime=3.43 cores=0,2
/proc/17177/stat : 17177 (mono) R 17175 17177 15612 0 -1 4202496 60655 0 0 0 332 11 0 0 18 0 9 0 488396619 355004416 60558 33554432000 4194304 7232020 140736748176576 18446744073709551615 1090892048 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/17177/statm: 86671 60558 975 742 0 79242 0
[pid=17177/tid=17179] ppid=17175 vsize=346684 CPUtime=0.07 cores=0,2
/proc/17177/task/17179/stat : 17179 (mono) S 17175 17177 15612 0 -1 4202560 4 0 0 0 7 0 0 0 16 0 9 0 488396620 355004416 60558 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17180] ppid=17175 vsize=346684 CPUtime=0.06 cores=0,2
/proc/17177/task/17180/stat : 17180 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 488396620 355004416 60558 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17181] ppid=17175 vsize=346684 CPUtime=0.1 cores=0,2
/proc/17177/task/17181/stat : 17181 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 10 0 0 0 16 0 9 0 488396620 355004416 60558 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17182] ppid=17175 vsize=346684 CPUtime=0.08 cores=0,2
/proc/17177/task/17182/stat : 17182 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 488396620 355004416 60558 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17183] ppid=17175 vsize=346684 CPUtime=0.09 cores=0,2
/proc/17177/task/17183/stat : 17183 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 9 0 0 0 16 0 9 0 488396620 355004416 60558 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17184] ppid=17175 vsize=346684 CPUtime=0.08 cores=0,2
/proc/17177/task/17184/stat : 17184 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 488396620 355004416 60558 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17185] ppid=17175 vsize=346684 CPUtime=0.06 cores=0,2
/proc/17177/task/17185/stat : 17185 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 6 0 0 0 16 0 9 0 488396620 355004416 60558 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17186] ppid=17175 vsize=346684 CPUtime=0 cores=0,2
/proc/17177/task/17186/stat : 17186 (mono) S 17175 17177 15612 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488396621 355004416 60558 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528657841 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 346684

[startup+6.3006 s]
/proc/loadavg: 2.68 3.46 3.75 5/226 17186
/proc/meminfo: memFree=18443472/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=430972 CPUtime=7 cores=0,2
/proc/17177/stat : 17177 (mono) R 17175 17177 15612 0 -1 4202496 81434 0 0 0 684 16 0 0 18 0 9 0 488396619 441315328 81337 33554432000 4194304 7232020 140736748176576 18446744073709551615 1090888671 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/17177/statm: 107743 81337 975 742 0 100314 0
[pid=17177/tid=17179] ppid=17175 vsize=430972 CPUtime=0.22 cores=0,2
/proc/17177/task/17179/stat : 17179 (mono) S 17175 17177 15612 0 -1 4202560 4 0 0 0 22 0 0 0 16 0 9 0 488396620 441315328 81337 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17180] ppid=17175 vsize=430972 CPUtime=0.17 cores=0,2
/proc/17177/task/17180/stat : 17180 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 17 0 0 0 16 0 9 0 488396620 441315328 81337 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17181] ppid=17175 vsize=430972 CPUtime=0.15 cores=0,2
/proc/17177/task/17181/stat : 17181 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 15 0 0 0 16 0 9 0 488396620 441315328 81337 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17182] ppid=17175 vsize=430972 CPUtime=0.15 cores=0,2
/proc/17177/task/17182/stat : 17182 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 15 0 0 0 16 0 9 0 488396620 441315328 81337 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17183] ppid=17175 vsize=430972 CPUtime=0.21 cores=0,2
/proc/17177/task/17183/stat : 17183 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 21 0 0 0 16 0 9 0 488396620 441315328 81337 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17184] ppid=17175 vsize=430972 CPUtime=0.19 cores=0,2
/proc/17177/task/17184/stat : 17184 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 19 0 0 0 15 0 9 0 488396620 441315328 81337 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17185] ppid=17175 vsize=430972 CPUtime=0.3 cores=0,2
/proc/17177/task/17185/stat : 17185 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 30 0 0 0 16 0 9 0 488396620 441315328 81337 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17186] ppid=17175 vsize=430972 CPUtime=0 cores=0,2
/proc/17177/task/17186/stat : 17186 (mono) S 17175 17177 15612 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488396621 441315328 81337 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528657841 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 430972

[startup+12.7004 s]
/proc/loadavg: 2.94 3.50 3.76 5/226 17186
/proc/meminfo: memFree=17603896/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=591292 CPUtime=14.41 cores=0,2
/proc/17177/stat : 17177 (mono) R 17175 17177 15612 0 -1 4202496 122068 0 0 0 1417 24 0 0 18 0 9 0 488396619 605483008 121971 33554432000 4194304 7232020 140736748176576 18446744073709551615 246516528075 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/17177/statm: 147823 121976 975 742 0 140394 0
[pid=17177/tid=17179] ppid=17175 vsize=591292 CPUtime=0.45 cores=0,2
/proc/17177/task/17179/stat : 17179 (mono) S 17175 17177 15612 0 -1 4202560 4 0 0 0 45 0 0 0 16 0 9 0 488396620 605483008 121976 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17180] ppid=17175 vsize=591292 CPUtime=0.43 cores=0,2
/proc/17177/task/17180/stat : 17180 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 43 0 0 0 16 0 9 0 488396620 605483008 121977 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17181] ppid=17175 vsize=591292 CPUtime=0.57 cores=0,2
/proc/17177/task/17181/stat : 17181 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 57 0 0 0 15 0 9 0 488396620 605483008 121980 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17182] ppid=17175 vsize=591292 CPUtime=0.32 cores=0,2
/proc/17177/task/17182/stat : 17182 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 32 0 0 0 16 0 9 0 488396620 605483008 121982 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17183] ppid=17175 vsize=591292 CPUtime=0.42 cores=0,2
/proc/17177/task/17183/stat : 17183 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 42 0 0 0 15 0 9 0 488396620 605483008 121984 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17184] ppid=17175 vsize=591292 CPUtime=0.53 cores=0,2
/proc/17177/task/17184/stat : 17184 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 53 0 0 0 16 0 9 0 488396620 605483008 121986 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17185] ppid=17175 vsize=591292 CPUtime=0.6 cores=0,2
/proc/17177/task/17185/stat : 17185 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 60 0 0 0 15 0 9 0 488396620 605483008 121988 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17186] ppid=17175 vsize=591292 CPUtime=0 cores=0,2
/proc/17177/task/17186/stat : 17186 (mono) S 17175 17177 15612 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488396621 605483008 121991 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528657841 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 591292

[startup+25.5011 s]
/proc/loadavg: 3.40 3.58 3.78 5/226 17186
/proc/meminfo: memFree=12419936/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=894780 CPUtime=29.7 cores=0,2
/proc/17177/stat : 17177 (mono) R 17175 17177 15612 0 -1 4202496 196970 0 0 0 2931 39 0 0 18 0 9 0 488396619 916254720 196873 33554432000 4194304 7232020 140736748176576 18446744073709551615 1090901122 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/17177/statm: 223695 196873 975 742 0 216266 0
[pid=17177/tid=17179] ppid=17175 vsize=894780 CPUtime=1.1 cores=0,2
/proc/17177/task/17179/stat : 17179 (mono) S 17175 17177 15612 0 -1 4202560 4 0 0 0 110 0 0 0 16 0 9 0 488396620 916254720 196873 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17180] ppid=17175 vsize=894780 CPUtime=1.13 cores=0,2
/proc/17177/task/17180/stat : 17180 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 113 0 0 0 16 0 9 0 488396620 916254720 196873 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17181] ppid=17175 vsize=894780 CPUtime=1.33 cores=0,2
/proc/17177/task/17181/stat : 17181 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 133 0 0 0 15 0 9 0 488396620 916254720 196873 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17182] ppid=17175 vsize=894780 CPUtime=0.89 cores=0,2
/proc/17177/task/17182/stat : 17182 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 89 0 0 0 16 0 9 0 488396620 916254720 196873 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17183] ppid=17175 vsize=894780 CPUtime=1.01 cores=0,2
/proc/17177/task/17183/stat : 17183 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 101 0 0 0 16 0 9 0 488396620 916254720 196873 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17184] ppid=17175 vsize=894780 CPUtime=1.21 cores=0,2
/proc/17177/task/17184/stat : 17184 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 121 0 0 0 15 0 9 0 488396620 916254720 196873 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17185] ppid=17175 vsize=894780 CPUtime=1.47 cores=0,2
/proc/17177/task/17185/stat : 17185 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 147 0 0 0 16 0 9 0 488396620 916254720 196873 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17186] ppid=17175 vsize=894780 CPUtime=0 cores=0,2
/proc/17177/task/17186/stat : 17186 (mono) S 17175 17177 15612 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488396621 916254720 196873 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528657841 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 29.7
Current children cumulated vsize (KiB) 894780

[startup+51.1074 s]
/proc/loadavg: 3.60 3.61 3.79 5/226 17187
/proc/meminfo: memFree=5406676/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=6148708 CPUtime=57.54 cores=0,2
/proc/17177/stat : 17177 (mono) R 17175 17177 15612 0 -1 4202496 1437504 0 0 0 5549 205 0 0 25 0 9 0 488396619 6296276992 1437407 33554432000 4194304 7232020 140736748176576 18446744073709551615 1090926468 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/17177/statm: 1537177 1437407 998 742 0 1529748 0
[pid=17177/tid=17179] ppid=17175 vsize=6148708 CPUtime=1.24 cores=0,2
/proc/17177/task/17179/stat : 17179 (mono) S 17175 17177 15612 0 -1 4202560 4 0 0 0 124 0 0 0 16 0 9 0 488396620 6296276992 1437407 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17180] ppid=17175 vsize=6148708 CPUtime=2.16 cores=0,2
/proc/17177/task/17180/stat : 17180 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 216 0 0 0 15 0 9 0 488396620 6296276992 1437407 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17181] ppid=17175 vsize=6148708 CPUtime=1.77 cores=0,2
/proc/17177/task/17181/stat : 17181 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 177 0 0 0 16 0 9 0 488396620 6296276992 1437407 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17182] ppid=17175 vsize=6148708 CPUtime=1.49 cores=0,2
/proc/17177/task/17182/stat : 17182 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 149 0 0 0 16 0 9 0 488396620 6296276992 1437407 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17183] ppid=17175 vsize=6148708 CPUtime=1.61 cores=0,2
/proc/17177/task/17183/stat : 17183 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 161 0 0 0 16 0 9 0 488396620 6296276992 1437407 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17184] ppid=17175 vsize=6148708 CPUtime=1.83 cores=0,2
/proc/17177/task/17184/stat : 17184 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 183 0 0 0 16 0 9 0 488396620 6296276992 1437407 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17185] ppid=17175 vsize=6148708 CPUtime=2.2 cores=0,2
/proc/17177/task/17185/stat : 17185 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 220 0 0 0 16 0 9 0 488396620 6296276992 1437407 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17186] ppid=17175 vsize=6148708 CPUtime=0 cores=0,2
/proc/17177/task/17186/stat : 17186 (mono) S 17175 17177 15612 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488396621 6296276992 1437407 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528657841 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.54
Current children cumulated vsize (KiB) 6148708

[startup+102.301 s]
/proc/loadavg: 3.87 3.68 3.80 5/226 17188
/proc/meminfo: memFree=4566400/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=6673152 CPUtime=109.33 cores=0,2
/proc/17177/stat : 17177 (mono) R 17175 17177 15612 0 -1 4202496 1642336 0 0 0 10691 242 0 0 25 0 9 0 488396619 6833307648 1642239 33554432000 4194304 7232020 140736748176576 18446744073709551615 1090925878 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/17177/statm: 1668288 1642239 999 742 0 1660859 0
[pid=17177/tid=17179] ppid=17175 vsize=6673152 CPUtime=1.63 cores=0,2
/proc/17177/task/17179/stat : 17179 (mono) S 17175 17177 15612 0 -1 4202560 4 0 0 0 163 0 0 0 16 0 9 0 488396620 6833307648 1642239 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17180] ppid=17175 vsize=6673152 CPUtime=2.24 cores=0,2
/proc/17177/task/17180/stat : 17180 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 224 0 0 0 16 0 9 0 488396620 6833307648 1642239 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17181] ppid=17175 vsize=6673152 CPUtime=1.93 cores=0,2
/proc/17177/task/17181/stat : 17181 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 193 0 0 0 16 0 9 0 488396620 6833307648 1642239 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17182] ppid=17175 vsize=6673152 CPUtime=1.82 cores=0,2
/proc/17177/task/17182/stat : 17182 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 182 0 0 0 16 0 9 0 488396620 6833307648 1642239 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17183] ppid=17175 vsize=6673152 CPUtime=1.76 cores=0,2
/proc/17177/task/17183/stat : 17183 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 176 0 0 0 15 0 9 0 488396620 6833307648 1642239 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17184] ppid=17175 vsize=6673152 CPUtime=1.89 cores=0,2
/proc/17177/task/17184/stat : 17184 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 189 0 0 0 16 0 9 0 488396620 6833307648 1642239 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17185] ppid=17175 vsize=6673152 CPUtime=2.23 cores=0,2
/proc/17177/task/17185/stat : 17185 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 223 0 0 0 15 0 9 0 488396620 6833307648 1642239 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17186] ppid=17175 vsize=6673152 CPUtime=0 cores=0,2
/proc/17177/task/17186/stat : 17186 (mono) S 17175 17177 15612 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488396621 6833307648 1642239 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528657841 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 109.33
Current children cumulated vsize (KiB) 6673152



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+117.501 s]
/proc/loadavg: 3.90 3.70 3.80 5/226 17189
/proc/meminfo: memFree=3390012/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=7898304 CPUtime=124.54 cores=0,2
/proc/17177/stat : 17177 (mono) R 17175 17177 15612 0 -1 4202496 1935983 0 0 0 12167 287 0 0 25 0 9 0 488396619 8087863296 1935886 33554432000 4194304 7232020 140736748176576 18446744073709551615 246516528187 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/17177/statm: 1974576 1935895 1001 742 0 1967147 0
[pid=17177/tid=17179] ppid=17175 vsize=7898304 CPUtime=1.63 cores=0,2
/proc/17177/task/17179/stat : 17179 (mono) S 17175 17177 15612 0 -1 4202560 4 0 0 0 163 0 0 0 16 0 9 0 488396620 8087863296 1935932 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17180] ppid=17175 vsize=7898304 CPUtime=2.24 cores=0,2
/proc/17177/task/17180/stat : 17180 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 224 0 0 0 16 0 9 0 488396620 8087863296 1935944 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17181] ppid=17175 vsize=7898304 CPUtime=1.93 cores=0,2
/proc/17177/task/17181/stat : 17181 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 193 0 0 0 16 0 9 0 488396620 8087863296 1935955 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17182] ppid=17175 vsize=7898304 CPUtime=1.82 cores=0,2
/proc/17177/task/17182/stat : 17182 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 182 0 0 0 16 0 9 0 488396620 8087863296 1935967 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17183] ppid=17175 vsize=7898304 CPUtime=1.76 cores=0,2
/proc/17177/task/17183/stat : 17183 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 176 0 0 0 15 0 9 0 488396620 8087863296 1935979 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17184] ppid=17175 vsize=7898304 CPUtime=1.89 cores=0,2
/proc/17177/task/17184/stat : 17184 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 189 0 0 0 16 0 9 0 488396620 8087863296 1935989 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 2 0 0 0
[pid=17177/tid=17185] ppid=17175 vsize=7898304 CPUtime=2.23 cores=0,2
/proc/17177/task/17185/stat : 17185 (mono) S 17175 17177 15612 0 -1 4202560 2 0 0 0 223 0 0 0 15 0 9 0 488396620 8087863296 1936001 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528650137 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
[pid=17177/tid=17186] ppid=17175 vsize=7898304 CPUtime=0 cores=0,2
/proc/17177/task/17186/stat : 17186 (mono) S 17175 17177 15612 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 488396621 8087863296 1936009 33554432000 4194304 7232020 140736748176576 18446744073709551615 246528657841 0 0 4096 545260780 18446604453872509376 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 124.54
Current children cumulated vsize (KiB) 7898304

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+117.612 s]
/proc/loadavg: 3.90 3.70 3.80 5/226 17189
/proc/meminfo: memFree=3390012/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=0 CPUtime=124.64 cores=0,2
/proc/17177/stat : 17177 (mono) Z 17175 17177 15612 0 -1 4203548 1938293 0 0 0 12167 297 0 0 25 0 2 0 488396619 0 0 33554432000 0 0 0 0 0 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/17177/statm: 0 0 0 0 0 0 0
[pid=17177/tid=17184] ppid=17175 vsize=0 CPUtime=1.99 cores=0,2
/proc/17177/task/17184/stat : 17184 (mono) R 17175 17177 15612 0 -1 4203588 2 0 0 0 189 10 0 0 15 0 2 0 488396620 0 0 33554432000 0 0 0 0 0 0 0 4096 545260780 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 124.64
Current children cumulated vsize (KiB) 0

[startup+117.8 s]
/proc/loadavg: 3.90 3.70 3.80 5/226 17189
/proc/meminfo: memFree=3390012/32951124 swapFree=67111352/67111528
[pid=17177] ppid=17175 vsize=0 CPUtime=124.83 cores=0,2
/proc/17177/stat : 17177 (mono) Z 17175 17177 15612 0 -1 4203548 1938293 0 0 0 12167 316 0 0 25 0 2 0 488396619 0 0 33554432000 0 0 0 0 0 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/17177/statm: 0 0 0 0 0 0 0
[pid=17177/tid=17184] ppid=17175 vsize=0 CPUtime=2.17 cores=0,2
/proc/17177/task/17184/stat : 17184 (mono) R 17175 17177 15612 0 -1 4203588 2 0 0 0 189 28 0 0 16 0 2 0 488396620 0 0 33554432000 0 0 0 0 0 0 0 4096 545260780 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 124.83
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 117.808
CPU time (s): 124.846
CPU user time (s): 121.674
CPU system time (s): 3.17152
CPU usage (%): 105.974
Max. virtual memory (cumulated for all children) (KiB): 7898304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.675
system time used= 3.17152
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1938293
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= 3523
involuntary context switches= 1223

runsolver used 0.224965 second user time and 0.442932 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-25 23:46:24
IDJOB=3285208
IDBENCH=82373
IDSOLVER=1608
FILE ID=node134/3285208-1303767976
RUNJOBID= node134-1303767976-17110
PBS_JOBID= 13157124
Free space on /tmp= 70660 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.170-NOTKNOWN.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3285208-1303767976/watcher-3285208-1303767976 -o /tmp/evaluation-result-3285208-1303767976/solver-3285208-1303767976 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3285208-1303767976.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b2bd2d58188a586bf0d0cd0e6e92fedd
RANDOM SEED=349814738

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19114664 kB
Buffers:       2295624 kB
Cached:        9179612 kB
SwapCached:         64 kB
Active:        6450404 kB
Inactive:      6821920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19114664 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          415376 kB
Writeback:           0 kB
AnonPages:     1796080 kB
Mapped:          18232 kB
Slab:           496788 kB
PageTables:       9000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2258792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 70660 MiB
End job on node134 at 2011-04-25 23:48:24