Trace number 3387327

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
minisat hack: minisat_psm 2011-04-01UNSAT 1532.02 1531.99

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark179.191
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |  141997   317706 |   42599       0        0     nan |  0.000 % |
0.00/0.31	c |         0 |  125436   284873 |      --       0       --      -- |     --   | -15197/-29805
0.00/0.31	c ==============================================================================
0.00/0.31	c Result  :   #vars: 19609   #clauses: 125436   #literals: 284873
0.00/0.31	c CPU time:   0.294955 s
0.00/0.31	c ==============================================================================
1531.91/1531.98	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3387327-1307642805/watcher-3387327-1307642805 -o /tmp/evaluation-result-3387327-1307642805/solver-3387327-1307642805 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387327-1307642805.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 3.68 3.94 3.92 2/176 32243
/proc/meminfo: memFree=32379228/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 856696675 8908800 250 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32243/statm: 2175 250 209 178 0 68 0

[startup+0.0185221 s]
/proc/loadavg: 3.68 3.94 3.92 2/176 32243
/proc/meminfo: memFree=32379228/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 856696675 8908800 250 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32243/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100508 s]
/proc/loadavg: 3.68 3.94 3.92 2/176 32243
/proc/meminfo: memFree=32379228/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 856696675 8908800 250 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32243/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300471 s]
/proc/loadavg: 3.68 3.94 3.92 2/176 32243
/proc/meminfo: memFree=32379228/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 329 0 0 0 0 0 0 0 20 0 1 0 856696675 8908800 250 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/32243/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700404 s]
/proc/loadavg: 3.68 3.94 3.92 2/176 32243
/proc/meminfo: memFree=32379228/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 8700

[startup+1.50027 s]
/proc/loadavg: 3.68 3.94 3.92 4/180 32249
/proc/meminfo: memFree=32340728/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=32476 CPUtime=1.13 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 8282 0 0 0 112 1 0 0 20 0 1 0 856696711 33255424 4286 33554432000 4194304 4256717 140734765274560 18446744073709551615 4214200 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32248/statm: 8119 4286 253 16 0 4761 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 41176

[startup+3.10098 s]
/proc/loadavg: 3.68 3.94 3.92 4/180 32249
/proc/meminfo: memFree=32324608/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=39548 CPUtime=2.73 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 10691 0 0 0 272 1 0 0 25 0 1 0 856696711 40497152 6275 33554432000 4194304 4256717 140734765274560 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32248/statm: 9887 6275 253 16 0 6529 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 48248

[startup+6.30042 s]
/proc/loadavg: 3.55 3.90 3.91 3/180 32249
/proc/meminfo: memFree=32291748/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=43968 CPUtime=5.92 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 12412 0 0 0 591 1 0 0 25 0 1 0 856696711 45023232 7711 33554432000 4194304 4256717 140734765274560 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32248/statm: 10992 7711 253 16 0 7634 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 52668

[startup+12.7003 s]
/proc/loadavg: 3.43 3.87 3.90 3/180 32249
/proc/meminfo: memFree=32293176/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=55572 CPUtime=12.32 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 23048 0 0 0 1229 3 0 0 25 0 1 0 856696711 56905728 9807 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213775 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32248/statm: 13893 9807 253 16 0 10535 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 64272

[startup+25.501 s]
/proc/loadavg: 3.11 3.78 3.87 3/180 32249
/proc/meminfo: memFree=32272536/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=55572 CPUtime=25.13 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 23868 0 0 0 2509 4 0 0 25 0 1 0 856696711 56905728 10612 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32248/statm: 13893 10612 253 16 0 10535 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64272

[startup+51.1006 s]
/proc/loadavg: 2.73 3.64 3.82 4/180 32250
/proc/meminfo: memFree=32258276/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=63284 CPUtime=50.72 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 29087 0 0 0 5068 4 0 0 25 0 1 0 856696711 64802816 11974 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213791 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32248/statm: 15821 11974 253 16 0 12463 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 71984

[startup+102.307 s]
/proc/loadavg: 2.31 3.38 3.72 4/180 32251
/proc/meminfo: memFree=32186948/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=93632 CPUtime=101.93 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 52841 0 0 0 10185 8 0 0 25 0 1 0 856696711 95879168 20127 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32248/statm: 23408 20127 253 16 0 20050 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 102332

[startup+162.301 s]
/proc/loadavg: 2.11 3.13 3.61 4/180 32253
/proc/meminfo: memFree=32157156/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=105304 CPUtime=161.93 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 55272 0 0 0 16184 9 0 0 25 0 1 0 856696711 107831296 22510 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/32248/statm: 26326 22510 253 16 0 22968 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 114004

[startup+222.3 s]
/proc/loadavg: 2.04 2.92 3.51 4/180 32255
/proc/meminfo: memFree=32156880/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=124272 CPUtime=221.93 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 60959 0 0 0 22183 10 0 0 25 0 1 0 856696711 127254528 27787 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 31068 27787 253 16 0 27710 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 132972

[startup+282.301 s]
/proc/loadavg: 2.01 2.75 3.41 4/180 32256
/proc/meminfo: memFree=32147276/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=124272 CPUtime=281.93 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 93793 0 0 0 28178 15 0 0 25 0 1 0 856696711 127254528 27787 33554432000 4194304 4256717 140734765274560 18446744073709551615 4219680 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 31068 27787 253 16 0 27710 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 132972

[startup+342.3 s]
/proc/loadavg: 2.00 2.61 3.32 4/180 32258
/proc/meminfo: memFree=32186064/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=124272 CPUtime=341.93 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 93793 0 0 0 34178 15 0 0 25 0 1 0 856696711 127254528 27787 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 31068 27787 253 16 0 27710 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 132972

[startup+402.301 s]
/proc/loadavg: 2.00 2.50 3.24 4/180 32259
/proc/meminfo: memFree=32149452/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7

################
# More data... #
################


[startup+1182.3 s]
/proc/loadavg: 2.00 2.04 2.52 4/180 32283
/proc/meminfo: memFree=32102204/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=130352 CPUtime=1181.95 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1309300 0 0 0 118001 194 0 0 25 0 1 0 856696711 133480448 27787 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213551 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 32588 27787 253 16 0 29230 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 139052

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.48 4/180 32285
/proc/meminfo: memFree=32080220/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=130352 CPUtime=1241.95 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1383034 0 0 0 123990 205 0 0 25 0 1 0 856696711 133480448 29071 33554432000 4194304 4256717 140734765274560 18446744073709551615 4209093 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 32588 29071 253 16 0 29230 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 139052

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.45 4/180 32286
/proc/meminfo: memFree=32086512/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=130352 CPUtime=1301.96 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1469771 0 0 0 129978 218 0 0 25 0 1 0 856696711 133480448 27751 33554432000 4194304 4256717 140734765274560 18446744073709551615 4214136 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 32588 27751 253 16 0 29230 0
Current children cumulated CPU time (s) 1302.31
Current children cumulated vsize (KiB) 139052

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.42 4/180 32288
/proc/meminfo: memFree=32093180/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=161172 CPUtime=1361.95 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1539056 0 0 0 135966 229 0 0 25 0 1 0 856696711 165040128 31784 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 40293 31784 253 16 0 36935 0
Current children cumulated CPU time (s) 1362.3
Current children cumulated vsize (KiB) 169872

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.39 4/180 32290
/proc/meminfo: memFree=32055700/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=161172 CPUtime=1421.96 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1626749 0 0 0 141956 240 0 0 25 0 1 0 856696711 165040128 32413 33554432000 4194304 4256717 140734765274560 18446744073709551615 4212152 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 40293 32413 253 16 0 36935 0
Current children cumulated CPU time (s) 1422.31
Current children cumulated vsize (KiB) 169872

[startup+1482.3 s]
/proc/loadavg: 2.10 2.03 2.37 4/180 32291
/proc/meminfo: memFree=32073012/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=161172 CPUtime=1481.96 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1716874 0 0 0 147944 252 0 0 25 0 1 0 856696711 165040128 29993 33554432000 4194304 4256717 140734765274560 18446744073709551615 4209111 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 40293 29993 253 16 0 36935 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 169872

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

[startup+1484.7 s]
/proc/loadavg: 2.10 2.03 2.37 4/180 32291
/proc/meminfo: memFree=32064828/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=161172 CPUtime=1484.35 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1717994 0 0 0 148183 252 0 0 25 0 1 0 856696711 165040128 31094 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 40293 31094 253 16 0 36935 0
Current children cumulated CPU time (s) 1484.7
Current children cumulated vsize (KiB) 169872

[startup+1510.31 s]
/proc/loadavg: 2.06 2.03 2.36 4/180 32292
/proc/meminfo: memFree=32082784/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=161172 CPUtime=1509.96 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1753574 0 0 0 150739 257 0 0 25 0 1 0 856696711 165040128 33432 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 40293 33432 253 16 0 36935 0
Current children cumulated CPU time (s) 1510.31
Current children cumulated vsize (KiB) 169872

[startup+1523.1 s]
/proc/loadavg: 2.05 2.03 2.35 3/180 32335
/proc/meminfo: memFree=32249724/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=161172 CPUtime=1522.75 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1768777 0 0 0 152016 259 0 0 25 0 1 0 856696711 165040128 31150 33554432000 4194304 4256717 140734765274560 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 40293 31150 253 16 0 36935 0
Current children cumulated CPU time (s) 1523.1
Current children cumulated vsize (KiB) 169872

[startup+1526.3 s]
/proc/loadavg: 2.05 2.03 2.35 3/180 32335
/proc/meminfo: memFree=32251816/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=130352 CPUtime=1525.96 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1780783 0 0 0 152335 261 0 0 25 0 1 0 856696711 133480448 28230 33554432000 4194304 4256717 140734765274560 18446744073709551615 4211020 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 32588 28230 253 16 0 29230 0
Current children cumulated CPU time (s) 1526.31
Current children cumulated vsize (KiB) 139052

[startup+1529.5 s]
/proc/loadavg: 2.05 2.03 2.35 3/180 32335
/proc/meminfo: memFree=32244780/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=92664 CPUtime=1529.16 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1782111 0 0 0 152655 261 0 0 25 0 1 0 856696711 94887936 17553 33554432000 4194304 4256717 140734765274560 18446744073709551615 4219572 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 23166 17553 253 16 0 19808 0
Current children cumulated CPU time (s) 1529.51
Current children cumulated vsize (KiB) 101364

[startup+1531.1 s]
/proc/loadavg: 2.04 2.03 2.35 3/180 32336
/proc/meminfo: memFree=32287436/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=92664 CPUtime=1530.76 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1782875 0 0 0 152815 261 0 0 25 0 1 0 856696711 94887936 18293 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 23166 18293 253 16 0 19808 0
Current children cumulated CPU time (s) 1531.11
Current children cumulated vsize (KiB) 101364

[startup+1531.5 s]
/proc/loadavg: 2.04 2.03 2.35 3/180 32336
/proc/meminfo: memFree=32287436/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=92664 CPUtime=1531.16 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1783091 0 0 0 152855 261 0 0 25 0 1 0 856696711 94887936 18504 33554432000 4194304 4256717 140734765274560 18446744073709551615 4209083 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 23166 18504 253 16 0 19808 0
Current children cumulated CPU time (s) 1531.51
Current children cumulated vsize (KiB) 101364

[startup+1531.9 s]
/proc/loadavg: 2.04 2.03 2.35 3/180 32336
/proc/meminfo: memFree=32287436/32951124 swapFree=67088052/67111528
[pid=32243] ppid=32239 vsize=8700 CPUtime=0.35 cores=1,3,5,7
/proc/32243/stat : 32243 (esg_static.sh) S 32239 32243 32198 0 -1 4202496 354 5756 0 0 0 0 34 1 17 0 1 0 856696675 8908800 252 33554432000 4194304 4922060 140735463856480 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/32243/statm: 2175 252 209 178 0 68 0
[pid=32248] ppid=32243 vsize=92664 CPUtime=1531.56 cores=1,3,5,7
/proc/32248/stat : 32248 (minisat_static) R 32243 32243 32198 0 -1 4202496 1783210 0 0 0 152895 261 0 0 25 0 1 0 856696711 94887936 18619 33554432000 4194304 4256717 140734765274560 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/32248/statm: 23166 18619 253 16 0 19808 0
Current children cumulated CPU time (s) 1531.91
Current children cumulated vsize (KiB) 101364

Child status: 20
Real time (s): 1531.99
CPU time (s): 1532.02
CPU user time (s): 1529.37
CPU system time (s): 2.6496
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 250012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1529.37
system time used= 2.6496
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1792533
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= 29
involuntary context switches= 1369

runsolver used 2.28565 second user time and 6.05408 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-09 20:06:45
IDJOB=3387327
IDBENCH=82433
IDSOLVER=1874
FILE ID=node144/3387327-1307642805
RUNJOBID= node144-1307642805-32217
PBS_JOBID= 13549401
Free space on /tmp= 74132 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387327-1307642805/watcher-3387327-1307642805 -o /tmp/evaluation-result-3387327-1307642805/solver-3387327-1307642805 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387327-1307642805.cnf

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=561599514

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32379988 kB
Buffers:         91704 kB
Cached:         261844 kB
SwapCached:       1492 kB
Active:         176252 kB
Inactive:       220648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32379988 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:            9256 kB
Writeback:          12 kB
AnonPages:       42176 kB
Mapped:          13492 kB
Slab:           105896 kB
PageTables:       5192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189548 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= 74128 MiB
End job on node144 at 2011-06-09 20:32:18