Trace number 3387539

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 1816.85 1816.84

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
MD5SUMcb369c4583eb075a3a8cb5a04701e120
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1644.38
Satisfiable
(Un)Satisfiability was proved
Number of variables985042
Number of clauses3113540
Sum of the clauses size7976612
Maximum clause length618
Minimum clause length1
Number of clauses of size 1158
Number of clauses of size 21490897
Number of clauses of size 31578048
Number of clauses of size 428388
Number of clauses of size 59876
Number of clauses of size over 56173

Solver Data

0.00/0.00	c Parsing...
3.09/3.17	c ==============================================================================
3.09/3.17	c |           |     ORIGINAL     |              LEARNT              |          |
3.09/3.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.09/3.17	c ==============================================================================
3.09/3.17	c |         0 | 3112490  7973525 |  933746       0        0     nan |  0.000 % |
18.19/18.22	c |         0 | 1381688  4546309 |      --       0       --      -- |     --   | -1680645/-3295819
18.19/18.23	c ==============================================================================
18.19/18.23	c Result  :   #vars: 250821   #clauses: 1381688   #literals: 4546309
18.19/18.23	c CPU time:   17.7723 s
18.19/18.23	c ==============================================================================
1816.78/1816.82	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-3387539-1305604917/watcher-3387539-1305604917 -o /tmp/evaluation-result-3387539-1305604917/solver-3387539-1305604917 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387539-1305604917.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.07 3.04 3.00 3/426 8660
/proc/meminfo: memFree=15205908/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672090263 8908800 249 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8660/statm: 2175 249 209 178 0 68 0

[startup+0.0400951 s]
/proc/loadavg: 3.07 3.04 3.00 3/426 8660
/proc/meminfo: memFree=15205908/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672090263 8908800 249 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8660/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101082 s]
/proc/loadavg: 3.07 3.04 3.00 3/426 8660
/proc/meminfo: memFree=15205908/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672090263 8908800 249 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8660/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301045 s]
/proc/loadavg: 3.07 3.04 3.00 3/426 8660
/proc/meminfo: memFree=15205908/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672090263 8908800 249 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8660/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700973 s]
/proc/loadavg: 3.07 3.04 3.00 3/426 8660
/proc/meminfo: memFree=15205908/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672090263 8908800 249 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8660/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50083 s]
/proc/loadavg: 3.07 3.04 3.00 4/428 8662
/proc/meminfo: memFree=14981196/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672090263 8908800 249 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8660/statm: 2175 249 209 178 0 68 0
[pid=8661] ppid=8660 vsize=272404 CPUtime=1.49 cores=1,3,5,7
/proc/8661/stat : 8661 (SatELite_releas) R 8660 8660 6454 0 -1 4202496 66800 0 0 0 137 12 0 0 25 0 1 0 672090263 278941696 66395 33554432000 134512640 135144242 4289436288 18446744073709551615 134745534 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8661/statm: 68101 66396 52 155 0 67944 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 281104

[startup+3.10054 s]
/proc/loadavg: 3.07 3.04 3.00 4/428 8662
/proc/meminfo: memFree=14897004/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672090263 8908800 249 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8660/statm: 2175 249 209 178 0 68 0
[pid=8661] ppid=8660 vsize=370620 CPUtime=3.09 cores=1,3,5,7
/proc/8661/stat : 8661 (SatELite_releas) R 8660 8660 6454 0 -1 4202496 90393 0 0 0 291 18 0 0 25 0 1 0 672090263 379514880 89988 33554432000 134512640 135144242 4289436288 18446744073709551615 134553400 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8661/statm: 92655 89988 54 155 0 92498 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 379320

[startup+6.30095 s]
/proc/loadavg: 3.15 3.06 3.01 4/428 8662
/proc/meminfo: memFree=14754780/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672090263 8908800 249 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8660/statm: 2175 249 209 178 0 68 0
[pid=8661] ppid=8660 vsize=457184 CPUtime=6.29 cores=1,3,5,7
/proc/8661/stat : 8661 (SatELite_releas) R 8660 8660 6454 0 -1 4202496 116567 0 0 0 601 28 0 0 25 0 1 0 672090263 468156416 107681 33554432000 134512640 135144242 4289436288 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8661/statm: 114296 107681 77 155 0 114139 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 465884

[startup+12.7008 s]
/proc/loadavg: 3.21 3.08 3.01 4/428 8662
/proc/meminfo: memFree=14718688/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672090263 8908800 249 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/8660/statm: 2175 249 209 178 0 68 0
[pid=8661] ppid=8660 vsize=464028 CPUtime=12.69 cores=1,3,5,7
/proc/8661/stat : 8661 (SatELite_releas) R 8660 8660 6454 0 -1 4202496 120568 0 0 0 1233 36 0 0 25 0 1 0 672090263 475164672 109484 33554432000 134512640 135144242 4289436288 18446744073709551615 134588324 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/8661/statm: 116007 109484 77 155 0 115850 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 472728

[startup+25.5005 s]
/proc/loadavg: 3.17 3.07 3.01 5/428 8663
/proc/meminfo: memFree=15012484/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=137160 CPUtime=6.14 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 31083 0 0 0 610 4 0 0 25 0 1 0 672092194 140451840 26637 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213648 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 34290 26637 252 16 0 30932 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 145860

[startup+51.1008 s]
/proc/loadavg: 3.11 3.06 3.01 4/428 8664
/proc/meminfo: memFree=15003888/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=141356 CPUtime=31.74 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 33122 0 0 0 3169 5 0 0 25 0 1 0 672092194 144748544 28617 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213692 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 35339 28617 252 16 0 31981 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 150056

[startup+102.316 s]
/proc/loadavg: 3.11 3.07 3.01 4/428 8665
/proc/meminfo: memFree=14972200/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=143116 CPUtime=82.96 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 47774 0 0 0 8289 7 0 0 25 0 1 0 672092194 146550784 28415 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 35779 28415 252 16 0 32421 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 151816

[startup+162.301 s]
/proc/loadavg: 3.04 3.05 3.00 4/428 8670
/proc/meminfo: memFree=14995952/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=145552 CPUtime=142.94 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 65004 0 0 0 14284 10 0 0 25 0 1 0 672092194 149045248 30102 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 36388 30102 252 16 0 33030 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 154252

[startup+222.301 s]
/proc/loadavg: 3.01 3.04 3.00 4/428 8671
/proc/meminfo: memFree=14999116/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=147924 CPUtime=202.95 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 83250 0 0 0 20281 14 0 0 25 0 1 0 672092194 151474176 32109 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213692 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 36981 32109 252 16 0 33623 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 156624

[startup+282.301 s]
/proc/loadavg: 3.08 3.06 3.01 4/428 8673
/proc/meminfo: memFree=14996484/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=147924 CPUtime=262.95 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 118860 0 0 0 26275 20 0 0 25 0 1 0 672092194 151474176 32939 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 36981 32939 252 16 0 33623 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 156624

[startup+342.301 s]
/proc/loadavg: 3.06 3.06 3.01 4/428 8675
/proc/meminfo: memFree=14992364/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=180064 CPUtime=322.95 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 137603 0 0 0 32272 23 0 0 25 0 1 0 672092194 184385536 33438 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 45016 33438 252 16 0 41658 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 188764

[startup+402.301 s]
/proc/loadavg: 3.02 3.05 3.00 4/428 8676
/proc/meminfo: memFree=15026576/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7

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


[startup+1482.3 s]
/proc/loadavg: 3.02 3.04 3.00 4/428 8705
/proc/meminfo: memFree=14966968/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=201796 CPUtime=1462.99 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 517762 0 0 0 146205 94 0 0 25 0 1 0 672092194 206639104 42599 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 50449 42599 252 16 0 47091 0
Current children cumulated CPU time (s) 1482.28
Current children cumulated vsize (KiB) 210496

[startup+1542.3 s]
/proc/loadavg: 3.00 3.03 3.00 4/428 8707
/proc/meminfo: memFree=14970172/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=204456 CPUtime=1522.99 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 539983 0 0 0 152200 99 0 0 25 0 1 0 672092194 209362944 42388 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213648 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 51114 42388 252 16 0 47756 0
Current children cumulated CPU time (s) 1542.28
Current children cumulated vsize (KiB) 213156

[startup+1602.3 s]
/proc/loadavg: 3.18 3.07 3.01 4/428 8708
/proc/meminfo: memFree=14958744/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=205572 CPUtime=1582.99 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 542733 0 0 0 158199 100 0 0 25 0 1 0 672092194 210505728 45042 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 51393 45042 252 16 0 48035 0
Current children cumulated CPU time (s) 1602.28
Current children cumulated vsize (KiB) 214272

[startup+1662.3 s]
/proc/loadavg: 3.13 3.07 3.01 4/428 8710
/proc/meminfo: memFree=14967532/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=205572 CPUtime=1642.99 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 563039 0 0 0 164196 103 0 0 25 0 1 0 672092194 210505728 43384 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 51393 43384 252 16 0 48035 0
Current children cumulated CPU time (s) 1662.28
Current children cumulated vsize (KiB) 214272

[startup+1722.3 s]
/proc/loadavg: 3.04 3.05 3.01 4/428 8711
/proc/meminfo: memFree=14978668/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=206212 CPUtime=1702.99 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 583769 0 0 0 170193 106 0 0 25 0 1 0 672092194 211161088 41983 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 51553 41983 252 16 0 48195 0
Current children cumulated CPU time (s) 1722.28
Current children cumulated vsize (KiB) 214912

[startup+1782.3 s]
/proc/loadavg: 3.05 3.05 3.01 4/428 8713
/proc/meminfo: memFree=14971200/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=207700 CPUtime=1763 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 585918 0 0 0 176192 108 0 0 25 0 1 0 672092194 212684800 44053 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 51925 44053 252 16 0 48567 0
Current children cumulated CPU time (s) 1782.29
Current children cumulated vsize (KiB) 216400

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

[startup+1791.92 s]
/proc/loadavg: 3.04 3.05 3.00 4/428 8713
/proc/meminfo: memFree=14960532/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=207700 CPUtime=1772.61 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 586283 0 0 0 177153 108 0 0 25 0 1 0 672092194 212684800 44406 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 51925 44406 252 16 0 48567 0
Current children cumulated CPU time (s) 1791.9
Current children cumulated vsize (KiB) 216400

[startup+1804.7 s]
/proc/loadavg: 3.03 3.05 3.00 4/428 8714
/proc/meminfo: memFree=14997112/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=177560 CPUtime=1785.39 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 598053 0 0 0 178430 109 0 0 25 0 1 0 672092194 181821440 36557 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 44390 36557 252 16 0 41032 0
Current children cumulated CPU time (s) 1804.68
Current children cumulated vsize (KiB) 186260

[startup+1811.1 s]
/proc/loadavg: 3.03 3.05 3.00 4/428 8714
/proc/meminfo: memFree=14992644/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=177560 CPUtime=1791.79 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 598160 0 0 0 179070 109 0 0 25 0 1 0 672092194 181821440 36661 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 44390 36661 252 16 0 41032 0
Current children cumulated CPU time (s) 1811.08
Current children cumulated vsize (KiB) 186260

[startup+1814.3 s]
/proc/loadavg: 3.03 3.05 3.00 4/428 8714
/proc/meminfo: memFree=14990288/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=177560 CPUtime=1794.99 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 598222 0 0 0 179390 109 0 0 25 0 1 0 672092194 181821440 36718 33554432000 4194304 4256717 140734605540688 18446744073709551615 4214109 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 44390 36718 252 16 0 41032 0
Current children cumulated CPU time (s) 1814.28
Current children cumulated vsize (KiB) 186260

[startup+1815.9 s]
/proc/loadavg: 3.03 3.05 3.00 4/428 8714
/proc/meminfo: memFree=14989916/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=177560 CPUtime=1796.59 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 598255 0 0 0 179550 109 0 0 25 0 1 0 672092194 181821440 36749 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213692 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 44390 36749 252 16 0 41032 0
Current children cumulated CPU time (s) 1815.88
Current children cumulated vsize (KiB) 186260

[startup+1816.3 s]
/proc/loadavg: 3.03 3.05 3.00 4/428 8714
/proc/meminfo: memFree=15003928/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=177560 CPUtime=1796.99 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 598270 0 0 0 179590 109 0 0 25 0 1 0 672092194 181821440 36764 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 44390 36764 252 16 0 41032 0
Current children cumulated CPU time (s) 1816.28
Current children cumulated vsize (KiB) 186260

[startup+1816.7 s]
/proc/loadavg: 3.03 3.05 3.00 4/428 8714
/proc/meminfo: memFree=15003928/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=177560 CPUtime=1797.39 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 598281 0 0 0 179630 109 0 0 25 0 1 0 672092194 181821440 36773 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 44390 36773 252 16 0 41032 0
Current children cumulated CPU time (s) 1816.68
Current children cumulated vsize (KiB) 186260

[startup+1816.8 s]
/proc/loadavg: 3.03 3.05 3.00 4/428 8714
/proc/meminfo: memFree=15003928/32951124 swapFree=54450792/67111528
[pid=8660] ppid=8658 vsize=8700 CPUtime=19.29 cores=1,3,5,7
/proc/8660/stat : 8660 (esg_static.sh) S 8658 8660 6454 0 -1 4202496 353 198215 0 0 0 0 1876 53 18 0 1 0 672090263 8908800 251 33554432000 4194304 4922060 140735099109072 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/8660/statm: 2175 251 209 178 0 68 0
[pid=8663] ppid=8660 vsize=177560 CPUtime=1797.49 cores=1,3,5,7
/proc/8663/stat : 8663 (minisat_static) R 8660 8660 6454 0 -1 4202496 598284 0 0 0 179640 109 0 0 25 0 1 0 672092194 181821440 36775 33554432000 4194304 4256717 140734605540688 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/8663/statm: 44390 36775 252 16 0 41032 0
Current children cumulated CPU time (s) 1816.78
Current children cumulated vsize (KiB) 186260

Child status: 20
Real time (s): 1816.84
CPU time (s): 1816.85
CPU user time (s): 1815.19
CPU system time (s): 1.65575
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 519380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1815.19
system time used= 1.65575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 797076
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= 44
involuntary context switches= 2089

runsolver used 7.32489 second user time and 17.4503 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-17 06:02:01
IDJOB=3387539
IDBENCH=84238
IDSOLVER=1874
FILE ID=node134/3387539-1305604917
RUNJOBID= node134-1305599909-8362
PBS_JOBID= 13350344
Free space on /tmp= 73612 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT03/industrial/schuppan/l2s/valves-gates-1-k617-unsat.shuffled-as.sat03-412.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387539-1305604917/watcher-3387539-1305604917 -o /tmp/evaluation-result-3387539-1305604917/solver-3387539-1305604917 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387539-1305604917.cnf

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

MD5SUM BENCH= cb369c4583eb075a3a8cb5a04701e120
RANDOM SEED=760628038

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15206180 kB
Buffers:        185532 kB
Cached:         905412 kB
SwapCached:      16428 kB
Active:        6290340 kB
Inactive:     11195372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15206180 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:           64940 kB
Writeback:           0 kB
AnonPages:    16385576 kB
Mapped:          22444 kB
Slab:           103648 kB
PageTables:      89528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 111197632 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73612 MiB
End job on node134 at 2011-05-17 06:32:18