Trace number 3387515

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 4930.12 4929.99

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N23.cnf
MD5SUM1a1f0dddf727883e0973677dd00e9269
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3122.96
Satisfiable
(Un)Satisfiability was proved
Number of variables15364
Number of clauses2210893
Sum of the clauses size20370578
Maximum clause length105
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 241189
Number of clauses of size 336730
Number of clauses of size 432798
Number of clauses of size 5188784
Number of clauses of size over 51911364

Solver Data

0.00/0.00	c Parsing...
1.69/1.78	c ==============================================================================
1.69/1.78	c |           |     ORIGINAL     |              LEARNT              |          |
1.69/1.78	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.69/1.78	c ==============================================================================
1.69/1.78	c |         0 | 2210221 20369234 |  663066       0        0     nan |  0.000 % |
46.39/46.49	c |         0 | 2179433 19756000 |      --       0       --      -- |     --   | -1857/32571
46.39/46.49	c ==============================================================================
46.39/46.49	c Result  :   #vars: 13209   #clauses: 2179433   #literals: 19756000
46.39/46.49	c CPU time:   46.291 s
46.39/46.49	c ==============================================================================
4930.02/4929.96	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-3387515-1305604378/watcher-3387515-1305604378 -o /tmp/evaluation-result-3387515-1305604378/solver-3387515-1305604378 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387515-1305604378.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.96 2/525 4297
/proc/meminfo: memFree=14367112/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672035830 8908800 249 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4297/statm: 2175 249 209 178 0 68 0

[startup+0.116806 s]
/proc/loadavg: 2.00 2.00 1.96 2/525 4297
/proc/meminfo: memFree=14367112/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672035830 8908800 249 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4297/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200777 s]
/proc/loadavg: 2.00 2.00 1.96 2/525 4297
/proc/meminfo: memFree=14367112/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672035830 8908800 249 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4297/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300762 s]
/proc/loadavg: 2.00 2.00 1.96 2/525 4297
/proc/meminfo: memFree=14367112/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672035830 8908800 249 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4297/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700686 s]
/proc/loadavg: 2.00 2.00 1.96 2/525 4297
/proc/meminfo: memFree=14367112/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672035830 8908800 249 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4297/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50055 s]
/proc/loadavg: 2.00 2.00 1.96 3/527 4299
/proc/meminfo: memFree=14260704/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672035830 8908800 249 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4297/statm: 2175 249 209 178 0 68 0
[pid=4298] ppid=4297 vsize=149604 CPUtime=1.48 cores=1,3,5,7
/proc/4298/stat : 4298 (SatELite_releas) R 4297 4297 2389 0 -1 4202496 36613 0 0 0 131 17 0 0 25 0 1 0 672035831 153194496 36568 33554432000 134512640 135144242 4288732064 18446744073709551615 134745534 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4298/statm: 37401 36569 52 155 0 37244 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 158304

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 1.96 3/527 4299
/proc/meminfo: memFree=14126200/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672035830 8908800 249 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4297/statm: 2175 249 209 178 0 68 0
[pid=4298] ppid=4297 vsize=254532 CPUtime=3.09 cores=1,3,5,7
/proc/4298/stat : 4298 (SatELite_releas) R 4297 4297 2389 0 -1 4202496 60245 0 0 0 289 20 0 0 25 0 1 0 672035831 260640768 60200 33554432000 134512640 135144242 4288732064 18446744073709551615 134588924 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4298/statm: 63633 60200 71 155 0 63476 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 263232

[startup+6.30068 s]
/proc/loadavg: 2.00 2.00 1.96 3/527 4299
/proc/meminfo: memFree=14124820/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672035830 8908800 249 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4297/statm: 2175 249 209 178 0 68 0
[pid=4298] ppid=4297 vsize=254532 CPUtime=6.29 cores=1,3,5,7
/proc/4298/stat : 4298 (SatELite_releas) R 4297 4297 2389 0 -1 4202496 60245 0 0 0 609 20 0 0 25 0 1 0 672035831 260640768 60200 33554432000 134512640 135144242 4288732064 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4298/statm: 63633 60200 71 155 0 63476 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 263232

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.96 3/527 4299
/proc/meminfo: memFree=14121264/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672035830 8908800 249 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4297/statm: 2175 249 209 178 0 68 0
[pid=4298] ppid=4297 vsize=254532 CPUtime=12.69 cores=1,3,5,7
/proc/4298/stat : 4298 (SatELite_releas) R 4297 4297 2389 0 -1 4202496 60245 0 0 0 1249 20 0 0 25 0 1 0 672035831 260640768 60200 33554432000 134512640 135144242 4288732064 18446744073709551615 134551280 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4298/statm: 63633 60200 71 155 0 63476 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 263232

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 1.96 3/527 4299
/proc/meminfo: memFree=14144104/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 327 0 0 0 0 0 0 0 23 0 1 0 672035830 8908800 249 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/4297/statm: 2175 249 209 178 0 68 0
[pid=4298] ppid=4297 vsize=254788 CPUtime=25.49 cores=1,3,5,7
/proc/4298/stat : 4298 (SatELite_releas) R 4297 4297 2389 0 -1 4202496 60336 0 0 0 2529 20 0 0 25 0 1 0 672035831 260902912 60291 33554432000 134512640 135144242 4288732064 18446744073709551615 134551331 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/4298/statm: 63697 60291 71 155 0 63540 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 263488

[startup+51.1006 s]
/proc/loadavg: 2.00 2.00 1.96 3/527 4301
/proc/meminfo: memFree=14083784/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=227404 CPUtime=1.74 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 50789 0 0 0 169 5 0 0 25 0 1 0 672040765 232861696 44406 33554432000 4194304 4256717 140735083693600 18446744073709551615 4214000 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 56851 44406 252 16 0 53493 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 236104

[startup+102.3 s]
/proc/loadavg: 2.20 2.06 1.98 3/527 4302
/proc/meminfo: memFree=14047512/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=257192 CPUtime=52.95 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 140871 0 0 0 5275 20 0 0 25 0 1 0 672040765 263364608 52657 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213930 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 64298 52657 253 16 0 60940 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 265892

[startup+162.3 s]
/proc/loadavg: 2.16 2.07 1.99 3/527 4304
/proc/meminfo: memFree=14029048/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=260476 CPUtime=112.94 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 269548 0 0 0 11253 41 0 0 25 0 1 0 672040765 266727424 55443 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 65119 55443 253 16 0 61761 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 269176

[startup+222.321 s]
/proc/loadavg: 2.06 2.06 1.99 3/527 4306
/proc/meminfo: memFree=14043648/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=262160 CPUtime=172.97 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 397357 0 0 0 17235 62 0 0 25 0 1 0 672040765 268451840 55220 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 65540 55220 253 16 0 62182 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 270860

[startup+282.301 s]
/proc/loadavg: 2.02 2.05 1.99 3/527 4307
/proc/meminfo: memFree=13999096/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=346100 CPUtime=232.94 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 492353 0 0 0 23217 77 0 0 25 0 1 0 672040765 354406400 63228 33554432000 4194304 4256717 140735083693600 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 86525 63228 253 16 0 83167 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 354800

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 1.99 3/527 4309
/proc/meminfo: memFree=13988396/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=346764 CPUtime=292.95 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 623359 0 0 0 29197 98 0 0 25 0 1 0 672040765 355086336 62339 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 86691 62339 253 16 0 83333 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 355464

[startup+402.301 s]
/proc/loadavg: 2.00 2.03 1.99 3/527 4310
/proc/meminfo: memFree=14023452/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7

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


[startup+4602.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/527 4540
/proc/meminfo: memFree=13893748/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=382188 CPUtime=4553.07 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 5694685 0 0 0 454366 941 0 0 25 0 1 0 672040765 391360512 81955 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213648 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 95547 81955 253 16 0 92189 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 390888

[startup+4662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/527 4542
/proc/meminfo: memFree=13905732/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=383304 CPUtime=4613.07 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 5799131 0 0 0 460350 957 0 0 25 0 1 0 672040765 392503296 78146 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 95826 78146 253 16 0 92468 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 392004

[startup+4722.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/527 4544
/proc/meminfo: memFree=13915240/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=383304 CPUtime=4673.08 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 5904996 0 0 0 466338 970 0 0 25 0 1 0 672040765 392503296 76932 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 95826 76932 253 16 0 92468 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 392004

[startup+4782.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/527 4545
/proc/meminfo: memFree=13908856/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=383780 CPUtime=4733.07 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 6014418 0 0 0 472322 985 0 0 25 0 1 0 672040765 392990720 75240 33554432000 4194304 4256717 140735083693600 18446744073709551615 4219750 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 95945 75240 253 16 0 92587 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 392480

[startup+4842.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/527 4547
/proc/meminfo: memFree=13891824/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=384248 CPUtime=4793.09 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 6076161 0 0 0 478312 997 0 0 25 0 1 0 672040765 393469952 80875 33554432000 4194304 4256717 140735083693600 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 96062 80875 253 16 0 92704 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 392948

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/527 4548
/proc/meminfo: memFree=13885964/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=384740 CPUtime=4853.08 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 6136790 0 0 0 484302 1006 0 0 25 0 1 0 672040765 393973760 82975 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 96185 82975 253 16 0 92827 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 393440

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

[startup+4915.2 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 4549
/proc/meminfo: memFree=13866988/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=385164 CPUtime=4865.98 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 6140396 0 0 0 485590 1008 0 0 25 0 1 0 672040765 394407936 86501 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213458 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 96291 86501 253 16 0 92933 0
Current children cumulated CPU time (s) 4915.32
Current children cumulated vsize (KiB) 393864

[startup+4921.6 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 4549
/proc/meminfo: memFree=13909760/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=385896 CPUtime=4872.38 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 6188228 0 0 0 486225 1013 0 0 25 0 1 0 672040765 395157504 75314 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213723 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 96474 75314 253 16 0 93116 0
Current children cumulated CPU time (s) 4921.72
Current children cumulated vsize (KiB) 394596

[startup+4924.82 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 4549
/proc/meminfo: memFree=13905048/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=385896 CPUtime=4875.6 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 6189163 0 0 0 486547 1013 0 0 25 0 1 0 672040765 395157504 76225 33554432000 4194304 4256717 140735083693600 18446744073709551615 4209392 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 96474 76225 253 16 0 93116 0
Current children cumulated CPU time (s) 4924.94
Current children cumulated vsize (KiB) 394596

[startup+4928 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 4549
/proc/meminfo: memFree=13900336/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=385896 CPUtime=4878.79 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 6190078 0 0 0 486865 1014 0 0 25 0 1 0 672040765 395157504 77112 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 96474 77112 253 16 0 93116 0
Current children cumulated CPU time (s) 4928.13
Current children cumulated vsize (KiB) 394596

[startup+4928.8 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 4549
/proc/meminfo: memFree=13900336/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=385896 CPUtime=4879.58 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 6190262 0 0 0 486944 1014 0 0 25 0 1 0 672040765 395157504 77290 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213685 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 96474 77290 253 16 0 93116 0
Current children cumulated CPU time (s) 4928.92
Current children cumulated vsize (KiB) 394596

[startup+4929.6 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 4549
/proc/meminfo: memFree=13805352/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=304508 CPUtime=4880.38 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 6227585 0 0 0 487020 1018 0 0 25 0 1 0 672040765 311816192 66086 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 76127 66086 253 16 0 72769 0
Current children cumulated CPU time (s) 4929.72
Current children cumulated vsize (KiB) 313208

[startup+4929.8 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 4549
/proc/meminfo: memFree=13805352/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=304508 CPUtime=4880.58 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 6227653 0 0 0 487040 1018 0 0 25 0 1 0 672040765 311816192 66150 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 76127 66150 253 16 0 72769 0
Current children cumulated CPU time (s) 4929.92
Current children cumulated vsize (KiB) 313208

[startup+4929.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/527 4549
/proc/meminfo: memFree=13805352/32951124 swapFree=62248504/67111528
[pid=4297] ppid=4295 vsize=8700 CPUtime=49.34 cores=1,3,5,7
/proc/4297/stat : 4297 (esg_static.sh) S 4295 4297 2389 0 -1 4202496 353 61703 0 0 0 0 4898 36 18 0 1 0 672035830 8908800 251 33554432000 4194304 4922060 140735223459936 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4297/statm: 2175 251 209 178 0 68 0
[pid=4301] ppid=4297 vsize=304508 CPUtime=4880.68 cores=1,3,5,7
/proc/4301/stat : 4301 (minisat_static) R 4297 4297 2389 0 -1 4202496 6227679 0 0 0 487050 1018 0 0 25 0 1 0 672040765 311816192 66174 33554432000 4194304 4256717 140735083693600 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/4301/statm: 76127 66174 253 16 0 72769 0
Current children cumulated CPU time (s) 4930.02
Current children cumulated vsize (KiB) 313208

Child status: 20
Real time (s): 4929.99
CPU time (s): 4930.12
CPU user time (s): 4919.54
CPU system time (s): 10.5804
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 606212

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

runsolver used 23.7954 second user time and 61.3507 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-17 05:53:01
IDJOB=3387515
IDBENCH=83466
IDSOLVER=1874
FILE ID=node137/3387515-1305604378
RUNJOBID= node137-1305601101-4114
PBS_JOBID= 13350341
Free space on /tmp= 73600 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00N23.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387515-1305604378/watcher-3387515-1305604378 -o /tmp/evaluation-result-3387515-1305604378/solver-3387515-1305604378 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387515-1305604378.cnf

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

MD5SUM BENCH= 1a1f0dddf727883e0973677dd00e9269
RANDOM SEED=1233575303

node137.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.844
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.68
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.844
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.75
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.844
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.74
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.844
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.74
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.844
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.82
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.844
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14367260 kB
Buffers:        338300 kB
Cached:        4471524 kB
SwapCached:      25020 kB
Active:        8674112 kB
Inactive:      9620448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14367260 kB
SwapTotal:    67111528 kB
SwapFree:     62248504 kB
Dirty:          115528 kB
Writeback:           0 kB
AnonPages:    13469308 kB
Mapped:          35780 kB
Slab:           145316 kB
PageTables:      74904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162732444 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= 73600 MiB
End job on node137 at 2011-05-17 07:15:11