Trace number 3387049

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 3680.88 3680.78

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1912.22
Satisfiable
(Un)Satisfiability was proved
Number of variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

Solver Data

0.00/0.00	c Parsing...
0.00/0.41	c ==============================================================================
0.00/0.41	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.41	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.41	c ==============================================================================
0.00/0.41	c |         0 | 1051601  2451966 |  315480       0        0     nan |  0.000 % |
2.99/3.04	c |         0 |  393294  1026178 |      --       0       --      -- |     --   | -420354/-887288
2.99/3.04	c ==============================================================================
2.99/3.04	c Result  :   #vars: 62370   #clauses: 393294   #literals: 1026178
2.99/3.04	c CPU time:   2.96855 s
2.99/3.04	c ==============================================================================
3680.78/3680.77	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-3387049-1305586740/watcher-3387049-1305586740 -o /tmp/evaluation-result-3387049-1305586740/solver-3387049-1305586740 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387049-1305586740.cnf 

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

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: 1.00 1.00 1.87 3/552 18513
/proc/meminfo: memFree=17303064/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 670274453 8908800 249 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18513/statm: 2175 249 209 178 0 68 0

[startup+0.038644 s]
/proc/loadavg: 1.00 1.00 1.87 3/552 18513
/proc/meminfo: memFree=17303064/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 670274453 8908800 249 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18513/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10062 s]
/proc/loadavg: 1.00 1.00 1.87 3/552 18513
/proc/meminfo: memFree=17303064/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 670274453 8908800 249 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18513/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300577 s]
/proc/loadavg: 1.00 1.00 1.87 3/552 18513
/proc/meminfo: memFree=17303064/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 670274453 8908800 249 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18513/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700499 s]
/proc/loadavg: 1.00 1.00 1.87 3/552 18513
/proc/meminfo: memFree=17303064/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 670274453 8908800 249 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18513/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50039 s]
/proc/loadavg: 1.00 1.00 1.87 4/554 18515
/proc/meminfo: memFree=17175328/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 670274453 8908800 249 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18513/statm: 2175 249 209 178 0 68 0
[pid=18514] ppid=18513 vsize=128904 CPUtime=1.49 cores=0,2,4,6
/proc/18514/stat : 18514 (SatELite_releas) R 18513 18513 18474 0 -1 4202496 30898 0 0 0 144 5 0 0 25 0 1 0 670274453 131997696 28166 33554432000 134512640 135144242 4292872848 18446744073709551615 134585712 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/18514/statm: 32226 28166 77 155 0 32069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137604

[startup+3.10109 s]
/proc/loadavg: 1.00 1.00 1.87 4/554 18516
/proc/meminfo: memFree=17214884/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 670274453 8908800 249 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/18513/statm: 2175 249 209 178 0 68 0
[pid=18514] ppid=18513 vsize=131496 CPUtime=3.09 cores=0,2,4,6
/proc/18514/stat : 18514 (SatELite_releas) R 18513 18513 18474 0 -1 4202496 45149 0 0 0 302 7 0 0 25 0 1 0 670274453 134651904 28727 33554432000 134512640 135144242 4292872848 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/18514/statm: 32874 28727 77 155 0 32717 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 140196

[startup+6.30045 s]
/proc/loadavg: 1.16 1.03 1.87 4/554 18517
/proc/meminfo: memFree=17281820/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=46128 CPUtime=3.03 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 9187 0 0 0 301 2 0 0 25 0 1 0 670274778 47235072 7727 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/18517/statm: 11532 7727 252 16 0 8174 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 54828

[startup+12.7003 s]
/proc/loadavg: 1.31 1.07 1.88 4/554 18518
/proc/meminfo: memFree=17258888/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=76528 CPUtime=9.42 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 23963 0 0 0 939 3 0 0 25 0 1 0 670274778 78364672 13295 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213340 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 19132 13295 252 16 0 15774 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 85228

[startup+25.501 s]
/proc/loadavg: 1.68 1.16 1.90 4/554 18518
/proc/meminfo: memFree=17251324/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=76528 CPUtime=22.23 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 26959 0 0 0 2219 4 0 0 25 0 1 0 670274778 78364672 15531 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 19132 15531 252 16 0 15774 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 85228

[startup+51.1003 s]
/proc/loadavg: 2.13 1.31 1.93 4/554 18519
/proc/meminfo: memFree=17237800/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=76528 CPUtime=47.83 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 26976 0 0 0 4779 4 0 0 25 0 1 0 670274778 78364672 15548 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213497 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 19132 15548 252 16 0 15774 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 85228

[startup+102.321 s]
/proc/loadavg: 2.62 1.56 1.98 4/554 18520
/proc/meminfo: memFree=17231168/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=69344 CPUtime=99.05 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 33927 0 0 0 9900 5 0 0 25 0 1 0 670274778 71008256 13510 33554432000 4194304 4256717 140736934918928 18446744073709551615 4214109 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 17336 13510 252 16 0 13978 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 78044

[startup+162.301 s]
/proc/loadavg: 2.86 1.82 2.04 4/554 18531
/proc/meminfo: memFree=17209288/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=80840 CPUtime=159.03 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 37087 0 0 0 15898 5 0 0 25 0 1 0 670274778 82780160 16208 33554432000 4194304 4256717 140736934918928 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 20210 16208 252 16 0 16852 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 89540

[startup+222.301 s]
/proc/loadavg: 2.95 2.04 2.10 4/554 18532
/proc/meminfo: memFree=17206916/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=80840 CPUtime=219.03 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 37087 0 0 0 21898 5 0 0 25 0 1 0 670274778 82780160 16208 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 20210 16208 252 16 0 16852 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 89540

[startup+282.3 s]
/proc/loadavg: 2.98 2.21 2.15 4/554 18536
/proc/meminfo: memFree=17201680/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=83712 CPUtime=279.04 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 37753 0 0 0 27898 6 0 0 25 0 1 0 670274778 85721088 16833 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213405 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 20928 16833 252 16 0 17570 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 92412

[startup+342.3 s]
/proc/loadavg: 2.99 2.35 2.20 4/554 18538
/proc/meminfo: memFree=17196340/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=76528 CPUtime=339.04 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 45965 0 0 0 33897 7 0 0 25 0 1 0 670274778 78364672 15394 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 19132 15394 252 16 0 15774 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 85228

[startup+402.3 s]
/proc/loadavg: 2.99 2.47 2.25 4/554 18540
/proc/meminfo: memFree=17173628/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6

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


[startup+3282.3 s]
/proc/loadavg: 3.15 3.06 2.97 4/554 18617
/proc/meminfo: memFree=17049632/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=127380 CPUtime=3279.14 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 481698 0 0 0 327847 67 0 0 25 0 1 0 670274778 130437120 28254 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 31845 28254 252 16 0 28487 0
Current children cumulated CPU time (s) 3282.38
Current children cumulated vsize (KiB) 136080

[startup+3342.3 s]
/proc/loadavg: 3.12 3.07 2.98 4/554 18618
/proc/meminfo: memFree=17030640/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3339.13 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 514147 0 0 0 333841 72 0 0 25 0 1 0 670274778 180940800 36481 33554432000 4194304 4256717 140736934918928 18446744073709551615 4211831 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 36481 252 16 0 40817 0
Current children cumulated CPU time (s) 3342.37
Current children cumulated vsize (KiB) 185400

[startup+3402.32 s]
/proc/loadavg: 3.04 3.06 2.98 4/554 18620
/proc/meminfo: memFree=17018944/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3399.15 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 544131 0 0 0 339839 76 0 0 25 0 1 0 670274778 180940800 37620 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 37620 252 16 0 40817 0
Current children cumulated CPU time (s) 3402.39
Current children cumulated vsize (KiB) 185400

[startup+3462.3 s]
/proc/loadavg: 3.01 3.05 2.98 4/554 18622
/proc/meminfo: memFree=17048180/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3459.13 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 575314 0 0 0 345833 80 0 0 25 0 1 0 670274778 180940800 39188 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213939 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 39188 252 16 0 40817 0
Current children cumulated CPU time (s) 3462.37
Current children cumulated vsize (KiB) 185400

[startup+3522.3 s]
/proc/loadavg: 3.00 3.03 2.98 4/554 18623
/proc/meminfo: memFree=17057448/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3519.13 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 608818 0 0 0 351828 85 0 0 25 0 1 0 670274778 180940800 37151 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 37151 252 16 0 40817 0
Current children cumulated CPU time (s) 3522.37
Current children cumulated vsize (KiB) 185400

[startup+3582.3 s]
/proc/loadavg: 3.00 3.03 2.98 4/554 18625
/proc/meminfo: memFree=17051844/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3579.13 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 634201 0 0 0 357825 88 0 0 25 0 1 0 670274778 180940800 38253 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213990 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 38254 252 16 0 40817 0
Current children cumulated CPU time (s) 3582.37
Current children cumulated vsize (KiB) 185400

[startup+3642.3 s]
/proc/loadavg: 3.00 3.02 2.98 4/554 18626
/proc/meminfo: memFree=17011644/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3639.14 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 661450 0 0 0 363822 92 0 0 25 0 1 0 670274778 180940800 39431 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213669 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 39431 252 16 0 40817 0
Current children cumulated CPU time (s) 3642.38
Current children cumulated vsize (KiB) 185400

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

[startup+3660.7 s]
/proc/loadavg: 3.00 3.02 2.98 4/554 18627
/proc/meminfo: memFree=17016964/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3657.56 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 673363 0 0 0 365662 94 0 0 25 0 1 0 670274778 180940800 38128 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 38128 252 16 0 40817 0
Current children cumulated CPU time (s) 3660.8
Current children cumulated vsize (KiB) 185400

[startup+3673.5 s]
/proc/loadavg: 3.00 3.02 2.98 4/554 18627
/proc/meminfo: memFree=17013244/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3670.34 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 675187 0 0 0 366940 94 0 0 25 0 1 0 670274778 180940800 39816 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 39816 252 16 0 40817 0
Current children cumulated CPU time (s) 3673.58
Current children cumulated vsize (KiB) 185400

[startup+3676.7 s]
/proc/loadavg: 3.00 3.02 2.98 4/554 18627
/proc/meminfo: memFree=17009400/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3673.54 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 675524 0 0 0 367260 94 0 0 25 0 1 0 670274778 180940800 40128 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 40128 252 16 0 40817 0
Current children cumulated CPU time (s) 3676.78
Current children cumulated vsize (KiB) 185400

[startup+3678.3 s]
/proc/loadavg: 3.00 3.02 2.98 4/554 18627
/proc/meminfo: memFree=17007412/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3675.16 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 675667 0 0 0 367422 94 0 0 25 0 1 0 670274778 180940800 40260 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 40260 252 16 0 40817 0
Current children cumulated CPU time (s) 3678.4
Current children cumulated vsize (KiB) 185400

[startup+3679.9 s]
/proc/loadavg: 3.00 3.02 2.98 4/554 18627
/proc/meminfo: memFree=17006048/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3676.74 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 675811 0 0 0 367580 94 0 0 25 0 1 0 670274778 180940800 40389 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 40389 252 16 0 40817 0
Current children cumulated CPU time (s) 3679.98
Current children cumulated vsize (KiB) 185400

[startup+3680.3 s]
/proc/loadavg: 3.00 3.02 2.98 4/554 18627
/proc/meminfo: memFree=17006048/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3677.14 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 675833 0 0 0 367620 94 0 0 25 0 1 0 670274778 180940800 40410 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213461 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 40410 252 16 0 40817 0
Current children cumulated CPU time (s) 3680.38
Current children cumulated vsize (KiB) 185400

[startup+3680.7 s]
/proc/loadavg: 3.00 3.02 2.98 4/554 18627
/proc/meminfo: memFree=16993648/32951124 swapFree=56449236/67111528
[pid=18513] ppid=18511 vsize=8700 CPUtime=3.24 cores=0,2,4,6
/proc/18513/stat : 18513 (esg_static.sh) S 18511 18513 18474 0 -1 4202496 352 45150 0 0 0 0 316 8 18 0 1 0 670274453 8908800 251 33554432000 4194304 4922060 140733271907040 18446744073709551615 253640678533 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/18513/statm: 2175 251 209 178 0 68 0
[pid=18517] ppid=18513 vsize=176700 CPUtime=3677.54 cores=0,2,4,6
/proc/18517/stat : 18517 (minisat_static) R 18513 18513 18474 0 -1 4202496 685724 0 0 0 367659 95 0 0 25 0 1 0 670274778 180940800 37172 33554432000 4194304 4256717 140736934918928 18446744073709551615 4213442 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/18517/statm: 44175 37172 252 16 0 40817 0
Current children cumulated CPU time (s) 3680.78
Current children cumulated vsize (KiB) 185400

Child status: 20
Real time (s): 3680.78
CPU time (s): 3680.88
CPU user time (s): 3679.83
CPU system time (s): 1.05184
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 235192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3679.83
system time used= 1.05184
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 731454
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= 42
involuntary context switches= 5029

runsolver used 21.1038 second user time and 45.775 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-17 00:59:01
IDJOB=3387049
IDBENCH=20384
IDSOLVER=1874
FILE ID=node106/3387049-1305586740
RUNJOBID= node106-1305586739-18492
PBS_JOBID= 13350372
Free space on /tmp= 73400 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-17-u.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387049-1305586740/watcher-3387049-1305586740 -o /tmp/evaluation-result-3387049-1305586740/solver-3387049-1305586740 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387049-1305586740.cnf

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

MD5SUM BENCH= 780d946576ec5746b4ea9832bb01dbc5
RANDOM SEED=1983509212

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17303344 kB
Buffers:        319136 kB
Cached:        7180096 kB
SwapCached:      27532 kB
Active:        6257528 kB
Inactive:      9100368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17303344 kB
SwapTotal:    67111528 kB
SwapFree:     56449236 kB
Dirty:           32620 kB
Writeback:           8 kB
AnonPages:     7839908 kB
Mapped:          26320 kB
Slab:           140732 kB
PageTables:      78044 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167887048 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= 73392 MiB
End job on node106 at 2011-05-17 02:00:21