Trace number 3387201

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 2852.52 2852.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_08_UNSAT.cnf
MD5SUM66aa2e18c32a02f55a810347a9702c7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark977.211
Satisfiable
(Un)Satisfiability was proved
Number of variables1278
Number of clauses68055
Sum of the clauses size202155
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22148
Number of clauses of size 365884
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   68055   202155 |   20416       0        0     nan |  0.000 % |
0.00/0.23	c |         0 |   67183   284754 |      --       0       --      -- |     --   | -872/82599
0.00/0.23	c ==============================================================================
0.00/0.23	c Result  :   #vars: 763   #clauses: 67183   #literals: 284754
0.00/0.23	c CPU time:   0.225965 s
0.00/0.23	c ==============================================================================
2852.48/2852.42	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3387201-1305598021/watcher-3387201-1305598021 -o /tmp/evaluation-result-3387201-1305598021/solver-3387201-1305598021 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387201-1305598021.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: 2.92 3.00 2.99 3/431 15703
/proc/meminfo: memFree=21368832/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 671402579 8908800 249 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15703/statm: 2175 249 209 178 0 68 0

[startup+0.0295209 s]
/proc/loadavg: 2.92 3.00 2.99 3/431 15703
/proc/meminfo: memFree=21368832/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 671402579 8908800 249 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15703/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100508 s]
/proc/loadavg: 2.92 3.00 2.99 3/431 15703
/proc/meminfo: memFree=21368832/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 671402579 8908800 249 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/15703/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300471 s]
/proc/loadavg: 2.92 3.00 2.99 3/431 15703
/proc/meminfo: memFree=21368832/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8700

[startup+0.700395 s]
/proc/loadavg: 2.92 3.00 2.99 3/431 15703
/proc/meminfo: memFree=21368832/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8700

[startup+1.50025 s]
/proc/loadavg: 2.92 3.00 2.99 4/433 15706
/proc/meminfo: memFree=21358492/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=22448 CPUtime=1.21 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 2577 0 0 0 121 0 0 0 25 0 1 0 671402607 22986752 2261 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 5612 2261 252 16 0 2254 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31148

[startup+3.10095 s]
/proc/loadavg: 2.92 3.00 2.99 4/433 15706
/proc/meminfo: memFree=21354772/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=25768 CPUtime=2.81 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 4317 0 0 0 281 0 0 0 25 0 1 0 671402607 26386432 2766 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 6442 2766 252 16 0 3084 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 34468

[startup+6.30035 s]
/proc/loadavg: 2.93 3.00 2.99 4/433 15707
/proc/meminfo: memFree=21351576/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=37284 CPUtime=6.02 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 9214 0 0 0 601 1 0 0 25 0 1 0 671402607 38178816 5776 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 9321 5776 252 16 0 5963 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45984

[startup+12.7012 s]
/proc/loadavg: 2.94 3.00 2.99 4/433 15707
/proc/meminfo: memFree=21342160/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=41704 CPUtime=12.42 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 10946 0 0 0 1241 1 0 0 25 0 1 0 671402607 42704896 7265 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213712 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 10426 7265 252 16 0 7068 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50404

[startup+25.5008 s]
/proc/loadavg: 2.95 3.00 2.99 4/433 15707
/proc/meminfo: memFree=21343416/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=37872 CPUtime=25.22 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 16967 0 0 0 2520 2 0 0 25 0 1 0 671402607 38780928 5929 33554432000 4194304 4256717 140736588144640 18446744073709551615 4211831 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 9468 5929 253 16 0 6110 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46572

[startup+51.101 s]
/proc/loadavg: 2.97 3.00 2.99 4/433 15708
/proc/meminfo: memFree=21328912/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=56440 CPUtime=50.82 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 25051 0 0 0 5079 3 0 0 25 0 1 0 671402607 57794560 7973 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 14110 7973 253 16 0 10752 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65140

[startup+102.317 s]
/proc/loadavg: 3.07 3.03 3.00 4/433 15709
/proc/meminfo: memFree=21309284/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=72512 CPUtime=102.03 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 39799 0 0 0 10199 4 0 0 25 0 1 0 671402607 74252288 13273 33554432000 4194304 4256717 140736588144640 18446744073709551615 4211768 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 18128 13273 253 16 0 14770 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 81212

[startup+162.3 s]
/proc/loadavg: 3.11 3.05 3.01 4/433 15711
/proc/meminfo: memFree=21283228/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=79696 CPUtime=162.02 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 42978 0 0 0 16197 5 0 0 25 0 1 0 671402607 81608704 16164 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 19924 16164 253 16 0 16566 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 88396

[startup+222.3 s]
/proc/loadavg: 3.04 3.04 3.00 4/433 15712
/proc/meminfo: memFree=21291244/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=79696 CPUtime=222.02 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 43572 0 0 0 22197 5 0 0 25 0 1 0 671402607 81608704 16709 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 19924 16709 253 16 0 16566 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 88396

[startup+282.301 s]
/proc/loadavg: 3.01 3.03 3.00 4/433 15714
/proc/meminfo: memFree=21276208/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=98688 CPUtime=282.02 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 63508 0 0 0 28194 8 0 0 25 0 1 0 671402607 101056512 20371 33554432000 4194304 4256717 140736588144640 18446744073709551615 4212226 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 24672 20371 253 16 0 21314 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 107388

[startup+342.301 s]
/proc/loadavg: 3.08 3.05 3.01 4/433 15716
/proc/meminfo: memFree=21275560/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=128004 CPUtime=342.03 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 64720 0 0 0 34194 9 0 0 25 0 1 0 671402607 131076096 21497 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 32001 21497 253 16 0 28643 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 136704

[startup+402.301 s]
/proc/loadavg: 3.06 3.05 3.01 4/433 15717
/proc/meminfo: memFree=21276780/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7

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


[startup+2562.3 s]
/proc/loadavg: 3.02 3.01 3.00 4/433 15775
/proc/meminfo: memFree=21196108/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=162348 CPUtime=2562.09 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 631136 0 0 0 256122 87 0 0 25 0 1 0 671402607 166244352 35214 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213930 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 40587 35214 253 16 0 37229 0
Current children cumulated CPU time (s) 2562.36
Current children cumulated vsize (KiB) 171048

[startup+2622.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/433 15776
/proc/meminfo: memFree=21190500/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=162348 CPUtime=2622.12 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 658820 0 0 0 262120 92 0 0 25 0 1 0 671402607 166244352 35767 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 40587 35767 253 16 0 37229 0
Current children cumulated CPU time (s) 2622.39
Current children cumulated vsize (KiB) 171048

[startup+2682.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/433 15778
/proc/meminfo: memFree=21204100/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=162348 CPUtime=2682.11 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 686393 0 0 0 268115 96 0 0 25 0 1 0 671402607 166244352 35608 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213930 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 40587 35608 253 16 0 37229 0
Current children cumulated CPU time (s) 2682.38
Current children cumulated vsize (KiB) 171048

[startup+2742.32 s]
/proc/loadavg: 3.00 3.00 3.00 4/433 15780
/proc/meminfo: memFree=21157324/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=192696 CPUtime=2742.12 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 727777 0 0 0 274111 101 0 0 25 0 1 0 671402607 197320704 40230 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 48174 40230 253 16 0 44816 0
Current children cumulated CPU time (s) 2742.39
Current children cumulated vsize (KiB) 201396

[startup+2802.3 s]
/proc/loadavg: 3.04 3.01 3.00 4/433 15781
/proc/meminfo: memFree=21220516/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=143376 CPUtime=2802.11 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 753221 0 0 0 280107 104 0 0 25 0 1 0 671402607 146817024 32582 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 35844 32582 253 16 0 32486 0
Current children cumulated CPU time (s) 2802.38
Current children cumulated vsize (KiB) 152076

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

[startup+2815.9 s]
/proc/loadavg: 3.10 3.03 3.00 4/433 15782
/proc/meminfo: memFree=21179460/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=192696 CPUtime=2815.72 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 761454 0 0 0 281467 105 0 0 25 0 1 0 671402607 197320704 40744 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213692 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 48174 40744 253 16 0 44816 0
Current children cumulated CPU time (s) 2815.99
Current children cumulated vsize (KiB) 201396

[startup+2828.7 s]
/proc/loadavg: 3.08 3.03 3.00 4/433 15782
/proc/meminfo: memFree=21204756/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=192696 CPUtime=2828.51 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 769380 0 0 0 282744 107 0 0 25 0 1 0 671402607 197320704 40216 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 48174 40216 253 16 0 44816 0
Current children cumulated CPU time (s) 2828.78
Current children cumulated vsize (KiB) 201396

[startup+2841.5 s]
/proc/loadavg: 3.07 3.02 3.00 4/433 15782
/proc/meminfo: memFree=21218888/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=143376 CPUtime=2841.31 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 770368 0 0 0 284024 107 0 0 25 0 1 0 671402607 146817024 32582 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 35844 32582 253 16 0 32486 0
Current children cumulated CPU time (s) 2841.58
Current children cumulated vsize (KiB) 152076

[startup+2847.92 s]
/proc/loadavg: 3.06 3.02 3.00 4/433 15782
/proc/meminfo: memFree=21213180/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=143376 CPUtime=2847.73 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 770368 0 0 0 284666 107 0 0 25 0 1 0 671402607 146817024 32582 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 35844 32582 253 16 0 32486 0
Current children cumulated CPU time (s) 2848
Current children cumulated vsize (KiB) 152076

[startup+2849.5 s]
/proc/loadavg: 3.06 3.02 3.00 4/433 15782
/proc/meminfo: memFree=21182176/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=192696 CPUtime=2849.31 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 778073 0 0 0 284823 108 0 0 25 0 1 0 671402607 197320704 40278 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213990 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 48174 40278 253 16 0 44816 0
Current children cumulated CPU time (s) 2849.58
Current children cumulated vsize (KiB) 201396

[startup+2851.1 s]
/proc/loadavg: 3.06 3.02 3.00 4/433 15782
/proc/meminfo: memFree=21180564/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=192696 CPUtime=2850.93 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 778233 0 0 0 284985 108 0 0 25 0 1 0 671402607 197320704 40420 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213472 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 48174 40420 253 16 0 44816 0
Current children cumulated CPU time (s) 2851.2
Current children cumulated vsize (KiB) 201396

[startup+2851.9 s]
/proc/loadavg: 3.06 3.02 3.00 4/433 15782
/proc/meminfo: memFree=21180564/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=143376 CPUtime=2851.71 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 778258 0 0 0 285063 108 0 0 25 0 1 0 671402607 146817024 32582 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213702 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 35844 32582 253 16 0 32486 0
Current children cumulated CPU time (s) 2851.98
Current children cumulated vsize (KiB) 152076

[startup+2852.32 s]
/proc/loadavg: 3.06 3.02 3.00 4/433 15782
/proc/meminfo: memFree=21211064/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=143376 CPUtime=2852.13 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 778258 0 0 0 285105 108 0 0 25 0 1 0 671402607 146817024 32582 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213461 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 35844 32582 253 16 0 32486 0
Current children cumulated CPU time (s) 2852.4
Current children cumulated vsize (KiB) 152076

[startup+2852.4 s]
/proc/loadavg: 3.06 3.02 3.00 4/433 15782
/proc/meminfo: memFree=21211064/32951124 swapFree=44485784/67111528
[pid=15703] ppid=15701 vsize=8700 CPUtime=0.27 cores=1,3,5,7
/proc/15703/stat : 15703 (esg_static.sh) S 15701 15703 14479 0 -1 4202496 351 1867 0 0 0 0 26 1 23 0 1 0 671402579 8908800 251 33554432000 4194304 4922060 140735847121872 18446744073709551615 244446764165 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/15703/statm: 2175 251 209 178 0 68 0
[pid=15706] ppid=15703 vsize=143376 CPUtime=2852.21 cores=1,3,5,7
/proc/15706/stat : 15706 (minisat_static) R 15703 15703 14479 0 -1 4202496 778258 0 0 0 285113 108 0 0 25 0 1 0 671402607 146817024 32582 33554432000 4194304 4256717 140736588144640 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/15706/statm: 35844 32582 253 16 0 32486 0
Current children cumulated CPU time (s) 2852.48
Current children cumulated vsize (KiB) 152076

Child status: 20
Real time (s): 2852.42
CPU time (s): 2852.52
CPU user time (s): 2851.41
CPU system time (s): 1.10083
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 251188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2851.41
system time used= 1.10083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 780703
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= 43
involuntary context switches= 6326

runsolver used 11.3273 second user time and 27.8458 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-17 04:07:01
IDJOB=3387201
IDBENCH=71078
IDSOLVER=1874
FILE ID=node105/3387201-1305598021
RUNJOBID= node105-1305586740-14498
PBS_JOBID= 13350373
Free space on /tmp= 73524 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_08_UNSAT.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387201-1305598021/watcher-3387201-1305598021 -o /tmp/evaluation-result-3387201-1305598021/solver-3387201-1305598021 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387201-1305598021.cnf

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

MD5SUM BENCH= 66aa2e18c32a02f55a810347a9702c7f
RANDOM SEED=53238610

node105.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.825
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.65
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.825
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.15
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21368988 kB
Buffers:        328812 kB
Cached:        7205340 kB
SwapCached:      39636 kB
Active:        4171500 kB
Inactive:      7119024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21368988 kB
SwapTotal:    67111528 kB
SwapFree:     44485784 kB
Dirty:            1960 kB
Writeback:           0 kB
AnonPages:     3724600 kB
Mapped:          19600 kB
Slab:           143168 kB
PageTables:      81564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115525372 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= 73520 MiB
End job on node105 at 2011-05-17 04:54:34