Trace number 3387083

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 4393.68 4393.72

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark168.225
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  146742   401064 |   44022       0        0     nan |  0.000 % |
0.00/0.37	c |         0 |  115375   420177 |      --       0       --      -- |     --   | -29465/24802
0.00/0.37	c ==============================================================================
0.00/0.37	c Result  :   #vars: 15837   #clauses: 115375   #literals: 420177
0.00/0.37	c CPU time:   0.360945 s
0.00/0.37	c ==============================================================================
4393.64/4393.71	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-3387083-1305589382/watcher-3387083-1305589382 -o /tmp/evaluation-result-3387083-1305589382/solver-3387083-1305589382 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387083-1305589382.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: 3.03 3.02 2.90 4/417 26565
/proc/meminfo: memFree=20467628/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 126547692 8908800 249 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26565/statm: 2175 249 209 178 0 68 0

[startup+0.0689191 s]
/proc/loadavg: 3.03 3.02 2.90 4/417 26565
/proc/meminfo: memFree=20467628/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 126547692 8908800 249 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26565/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100897 s]
/proc/loadavg: 3.03 3.02 2.90 4/417 26565
/proc/meminfo: memFree=20467628/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 126547692 8908800 249 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26565/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300879 s]
/proc/loadavg: 3.03 3.02 2.90 4/417 26565
/proc/meminfo: memFree=20467628/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 327 0 0 0 0 0 0 0 24 0 1 0 126547692 8908800 249 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/26565/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700796 s]
/proc/loadavg: 3.03 3.02 2.90 4/417 26565
/proc/meminfo: memFree=20467628/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 8700

[startup+1.50065 s]
/proc/loadavg: 3.03 3.02 2.90 4/419 26568
/proc/meminfo: memFree=20449408/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=28160 CPUtime=1.04 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 5275 0 0 0 104 0 0 0 24 0 1 0 126547737 28835840 3329 33554432000 4194304 4256717 140736899543344 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26568/statm: 7040 3329 252 16 0 3682 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36860

[startup+3.10038 s]
/proc/loadavg: 3.03 3.02 2.90 4/419 26568
/proc/meminfo: memFree=20439364/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=37024 CPUtime=2.64 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 9819 0 0 0 263 1 0 0 25 0 1 0 126547737 37912576 5717 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26568/statm: 9256 5718 252 16 0 5898 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 45724

[startup+6.30081 s]
/proc/loadavg: 3.03 3.02 2.90 4/419 26568
/proc/meminfo: memFree=20436260/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=39748 CPUtime=5.84 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 16692 0 0 0 583 1 0 0 25 0 1 0 126547737 40701952 6460 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26568/statm: 9937 6460 252 16 0 6579 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 48448

[startup+12.7007 s]
/proc/loadavg: 3.03 3.02 2.90 4/419 26568
/proc/meminfo: memFree=20426412/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=44168 CPUtime=12.24 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 18340 0 0 0 1222 2 0 0 25 0 1 0 126547737 45228032 7876 33554432000 4194304 4256717 140736899543344 18446744073709551615 218880262478 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26568/statm: 11042 7876 252 16 0 7684 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 52868

[startup+25.5004 s]
/proc/loadavg: 3.02 3.02 2.90 4/419 26569
/proc/meminfo: memFree=20400692/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=67488 CPUtime=25.04 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 28015 0 0 0 2501 3 0 0 25 0 1 0 126547737 69107712 13545 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26568/statm: 16872 13545 252 16 0 13514 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 76188

[startup+51.1009 s]
/proc/loadavg: 3.14 3.05 2.92 4/419 26569
/proc/meminfo: memFree=20413864/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=67488 CPUtime=50.64 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 42438 0 0 0 5059 5 0 0 25 0 1 0 126547737 69107712 12603 33554432000 4194304 4256717 140736899543344 18446744073709551615 4222764 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26568/statm: 16872 12606 252 16 0 13514 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 76188

[startup+102.316 s]
/proc/loadavg: 3.13 3.06 2.92 4/419 26571
/proc/meminfo: memFree=20398340/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=86340 CPUtime=101.86 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 48939 0 0 0 10180 6 0 0 25 0 1 0 126547737 88412160 18419 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213472 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26568/statm: 21585 18419 252 16 0 18227 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 95040

[startup+162.3 s]
/proc/loadavg: 3.04 3.04 2.92 4/419 26572
/proc/meminfo: memFree=20332576/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=117760 CPUtime=161.85 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 82956 0 0 0 16174 11 0 0 25 0 1 0 126547737 120586240 21213 33554432000 4194304 4256717 140736899543344 18446744073709551615 4211943 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26568/statm: 29440 21213 252 16 0 26082 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 126460

[startup+222.301 s]
/proc/loadavg: 3.01 3.03 2.92 4/419 26574
/proc/meminfo: memFree=20338720/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=98788 CPUtime=221.84 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 124437 0 0 0 22169 15 0 0 25 0 1 0 126547737 101158912 21081 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213920 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26568/statm: 24697 21081 252 16 0 21339 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 107488

[startup+282.301 s]
/proc/loadavg: 3.00 3.02 2.92 4/419 26575
/proc/meminfo: memFree=20266996/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=148104 CPUtime=281.8 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 176759 0 0 0 28158 22 0 0 25 0 1 0 126547737 151658496 33410 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26568/statm: 37026 33410 252 16 0 33668 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 156804

[startup+342.301 s]
/proc/loadavg: 3.11 3.05 2.93 4/419 26577
/proc/meminfo: memFree=20326584/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=98788 CPUtime=341.79 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 219262 0 0 0 34152 27 0 0 25 0 1 0 126547737 101158912 21345 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213652 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/26568/statm: 24697 21345 252 16 0 21339 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 107488

[startup+402.301 s]
/proc/loadavg: 3.04 3.04 2.93 4/419 26579
/proc/meminfo: memFree=20275948/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6

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


[startup+4002.3 s]
/proc/loadavg: 3.00 3.00 3.00 4/419 26687
/proc/meminfo: memFree=19992996/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=360224 CPUtime=4001.79 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 6909730 0 0 0 399214 965 0 0 25 0 1 0 126547737 368869376 68781 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 90056 68781 252 16 0 86698 0
Current children cumulated CPU time (s) 4002.23
Current children cumulated vsize (KiB) 368924

[startup+4062.32 s]
/proc/loadavg: 3.07 3.03 3.01 4/419 26688
/proc/meminfo: memFree=20011796/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=281040 CPUtime=4061.81 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 6984463 0 0 0 405206 975 0 0 25 0 1 0 126547737 287784960 63945 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 70260 63945 252 16 0 66902 0
Current children cumulated CPU time (s) 4062.25
Current children cumulated vsize (KiB) 289740

[startup+4122.3 s]
/proc/loadavg: 3.06 3.03 3.01 4/419 26689
/proc/meminfo: memFree=19984840/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=362996 CPUtime=4121.8 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 6995225 0 0 0 411202 978 0 0 25 0 1 0 126547737 371707904 74052 33554432000 4194304 4256717 140736899543344 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 90749 74052 252 16 0 87391 0
Current children cumulated CPU time (s) 4122.24
Current children cumulated vsize (KiB) 371696

[startup+4182.3 s]
/proc/loadavg: 3.02 3.02 3.00 4/419 26691
/proc/meminfo: memFree=19974000/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=369916 CPUtime=4181.79 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 7040199 0 0 0 417194 985 0 0 25 0 1 0 126547737 378793984 72778 33554432000 4194304 4256717 140736899543344 18446744073709551615 4218371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 92479 72778 252 16 0 89121 0
Current children cumulated CPU time (s) 4182.23
Current children cumulated vsize (KiB) 378616

[startup+4242.3 s]
/proc/loadavg: 3.00 3.02 3.00 4/419 26693
/proc/meminfo: memFree=19990560/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=288528 CPUtime=4241.8 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 7115689 0 0 0 423184 996 0 0 25 0 1 0 126547737 295452672 67025 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 72132 67025 252 16 0 68774 0
Current children cumulated CPU time (s) 4242.24
Current children cumulated vsize (KiB) 297228

[startup+4302.3 s]
/proc/loadavg: 3.04 3.03 3.00 4/419 26695
/proc/meminfo: memFree=19975652/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=369916 CPUtime=4301.8 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 7167747 0 0 0 429175 1005 0 0 25 0 1 0 126547737 378793984 73030 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 92479 73030 252 16 0 89121 0
Current children cumulated CPU time (s) 4302.24
Current children cumulated vsize (KiB) 378616

[startup+4362.3 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 26696
/proc/meminfo: memFree=19993212/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=369916 CPUtime=4361.81 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 7217720 0 0 0 435170 1011 0 0 25 0 1 0 126547737 378793984 72742 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 92479 72742 252 16 0 89121 0
Current children cumulated CPU time (s) 4362.25
Current children cumulated vsize (KiB) 378616

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

[startup+4377.5 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 26697
/proc/meminfo: memFree=19971732/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=370628 CPUtime=4377 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 7219746 0 0 0 436689 1011 0 0 25 0 1 0 126547737 379523072 74622 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213952 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 92657 74622 252 16 0 89299 0
Current children cumulated CPU time (s) 4377.44
Current children cumulated vsize (KiB) 379328

[startup+4383.9 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 26697
/proc/meminfo: memFree=19959580/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=370628 CPUtime=4383.4 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 7221007 0 0 0 437329 1011 0 0 25 0 1 0 126547737 379523072 75794 33554432000 4194304 4256717 140736899543344 18446744073709551615 4211943 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 92657 75794 252 16 0 89299 0
Current children cumulated CPU time (s) 4383.84
Current children cumulated vsize (KiB) 379328

[startup+4390.3 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 26697
/proc/meminfo: memFree=19979540/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=370628 CPUtime=4389.8 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 7221786 0 0 0 437969 1011 0 0 25 0 1 0 126547737 379523072 76527 33554432000 4194304 4256717 140736899543344 18446744073709551615 4209327 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 92657 76527 252 16 0 89299 0
Current children cumulated CPU time (s) 4390.24
Current children cumulated vsize (KiB) 379328

[startup+4391.9 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 26697
/proc/meminfo: memFree=19977804/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=370628 CPUtime=4391.4 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 7222022 0 0 0 438129 1011 0 0 25 0 1 0 126547737 379523072 76739 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 92657 76739 252 16 0 89299 0
Current children cumulated CPU time (s) 4391.84
Current children cumulated vsize (KiB) 379328

[startup+4392.7 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 26697
/proc/meminfo: memFree=19976192/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=370628 CPUtime=4392.2 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 7222214 0 0 0 438209 1011 0 0 25 0 1 0 126547737 379523072 76908 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 92657 76908 252 16 0 89299 0
Current children cumulated CPU time (s) 4392.64
Current children cumulated vsize (KiB) 379328

[startup+4393.5 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 26697
/proc/meminfo: memFree=19974456/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=370628 CPUtime=4393 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 7222306 0 0 0 438289 1011 0 0 25 0 1 0 126547737 379523072 76989 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 92657 76989 252 16 0 89299 0
Current children cumulated CPU time (s) 4393.44
Current children cumulated vsize (KiB) 379328

[startup+4393.7 s]
/proc/loadavg: 3.01 3.02 3.00 4/419 26697
/proc/meminfo: memFree=19974456/32950928 swapFree=62959404/67111528
[pid=26565] ppid=26563 vsize=8700 CPUtime=0.44 cores=0,2,4,6
/proc/26565/stat : 26565 (esg_static.sh) S 26563 26565 26286 0 -1 4202496 352 6391 0 0 0 0 42 2 19 0 1 0 126547692 8908800 251 33554432000 4194304 4922060 140735287909424 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/26565/statm: 2175 251 209 178 0 68 0
[pid=26568] ppid=26565 vsize=370628 CPUtime=4393.2 cores=0,2,4,6
/proc/26568/stat : 26568 (minisat_static) R 26565 26565 26286 0 -1 4202496 7222382 0 0 0 438309 1011 0 0 25 0 1 0 126547737 379523072 77061 33554432000 4194304 4256717 140736899543344 18446744073709551615 4213669 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/26568/statm: 92657 77061 252 16 0 89299 0
Current children cumulated CPU time (s) 4393.64
Current children cumulated vsize (KiB) 379328

Child status: 20
Real time (s): 4393.72
CPU time (s): 4393.68
CPU user time (s): 4383.52
CPU system time (s): 10.1545
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 590232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4383.52
system time used= 10.1545
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7229350
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= 23520

runsolver used 18.8471 second user time and 41.0498 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-17 01:43:03
IDJOB=3387083
IDBENCH=20523
IDSOLVER=1874
FILE ID=node112/3387083-1305589382
RUNJOBID= node112-1305586738-26304
PBS_JOBID= 13350366
Free space on /tmp= 73480 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387083-1305589382/watcher-3387083-1305589382 -o /tmp/evaluation-result-3387083-1305589382/solver-3387083-1305589382 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387083-1305589382.cnf

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=991733008

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.847
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.74
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.847
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:     32950928 kB
MemFree:      20467784 kB
Buffers:         77228 kB
Cached:         438832 kB
SwapCached:      73604 kB
Active:         801540 kB
Inactive:     11477104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20467784 kB
SwapTotal:    67111528 kB
SwapFree:     62959404 kB
Dirty:            4704 kB
Writeback:           0 kB
AnonPages:    11697860 kB
Mapped:          23732 kB
Slab:            78568 kB
PageTables:      59548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99178996 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= 73476 MiB
End job on node112 at 2011-05-17 02:56:17