Trace number 3387287

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 781.154 781.165

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark198.951
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

0.00/0.00	c Parsing...
0.00/0.66	c ==============================================================================
0.00/0.66	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.66	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.66	c ==============================================================================
0.00/0.66	c |         0 | 1689184  4062497 |  506755       0        0     nan |  0.000 % |
0.98/1.11	c |         0 | 1596018  3866706 |      --       0       --      -- |     --   | -8260/1624
0.98/1.11	c ==============================================================================
0.98/1.11	c Result  :   #vars: 188863   #clauses: 1596018   #literals: 3866706
0.98/1.11	c CPU time:   0.974851 s
0.98/1.11	c ==============================================================================
781.08/781.15	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-3387287-1305599909/watcher-3387287-1305599909 -o /tmp/evaluation-result-3387287-1305599909/solver-3387287-1305599909 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387287-1305599909.cnf 

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 2.07 3/422 8375
/proc/meminfo: memFree=15374956/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 671589264 8908800 250 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8375/statm: 2175 250 209 178 0 68 0

[startup+0.049444 s]
/proc/loadavg: 1.92 1.98 2.07 3/422 8375
/proc/meminfo: memFree=15374956/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 671589264 8908800 250 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8375/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100441 s]
/proc/loadavg: 1.92 1.98 2.07 3/422 8375
/proc/meminfo: memFree=15374956/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 671589264 8908800 250 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8375/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300411 s]
/proc/loadavg: 1.92 1.98 2.07 3/422 8375
/proc/meminfo: memFree=15374956/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 671589264 8908800 250 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8375/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700324 s]
/proc/loadavg: 1.92 1.98 2.07 3/422 8375
/proc/meminfo: memFree=15374956/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 671589264 8908800 250 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8375/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50115 s]
/proc/loadavg: 2.17 2.03 2.09 4/424 8377
/proc/meminfo: memFree=15181692/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 671589264 8908800 250 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8375/statm: 2175 250 209 178 0 68 0
[pid=8376] ppid=8375 vsize=156384 CPUtime=1.47 cores=0,2,4,6
/proc/8376/stat : 8376 (SatELite_releas) R 8375 8375 6454 0 -1 4202496 55978 0 0 0 133 14 0 0 25 0 1 0 671589264 160137216 35326 33554432000 134512640 135144242 4291969344 18446744073709551615 134814550 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/8376/statm: 39096 35326 89 155 0 38939 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 165084

[startup+3.10085 s]
/proc/loadavg: 2.17 2.03 2.09 4/424 8378
/proc/meminfo: memFree=15183632/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=126208 CPUtime=1.27 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 28446 0 0 0 122 5 0 0 22 0 1 0 671589446 129236992 23436 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209184 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/8378/statm: 31552 23436 252 16 0 28194 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 134908

[startup+6.30031 s]
/proc/loadavg: 2.39 2.08 2.10 4/428 8386
/proc/meminfo: memFree=14744916/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=129076 CPUtime=4.46 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 29736 0 0 0 441 5 0 0 25 0 1 0 671589446 132173824 24719 33554432000 4194304 4256717 140736671221200 18446744073709551615 4213346 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 32269 24719 252 16 0 28911 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 137776

[startup+12.7012 s]
/proc/loadavg: 2.44 2.10 2.11 4/428 8386
/proc/meminfo: memFree=14606436/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=129076 CPUtime=10.87 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 30665 0 0 0 1082 5 0 0 25 0 1 0 671589446 132173824 25644 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209310 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 32269 25644 252 16 0 28911 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 137776

[startup+25.5008 s]
/proc/loadavg: 2.56 2.14 2.12 4/428 8387
/proc/meminfo: memFree=14557952/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=160896 CPUtime=23.66 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 34337 0 0 0 2361 5 0 0 25 0 1 0 671589446 164757504 29299 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 40224 29299 253 16 0 36866 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 169596

[startup+51.1012 s]
/proc/loadavg: 2.71 2.21 2.14 4/428 8387
/proc/meminfo: memFree=14543700/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=241036 CPUtime=49.26 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 73631 0 0 0 4916 10 0 0 25 0 1 0 671589446 246820864 45084 33554432000 4194304 4256717 140736671221200 18446744073709551615 4221465 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 60259 45087 253 16 0 56901 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 249736

[startup+102.316 s]
/proc/loadavg: 2.87 2.33 2.19 4/428 8389
/proc/meminfo: memFree=14534008/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=162900 CPUtime=100.48 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 154348 0 0 0 10026 22 0 0 25 0 1 0 671589446 166809600 32814 33554432000 4194304 4256717 140736671221200 18446744073709551615 4212678 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 40725 32814 253 16 0 37367 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 171600

[startup+162.301 s]
/proc/loadavg: 3.11 2.48 2.24 4/428 8390
/proc/meminfo: memFree=14468380/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=213840 CPUtime=160.47 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 222479 0 0 0 16015 32 0 0 25 0 1 0 671589446 218972160 43422 33554432000 4194304 4256717 140736671221200 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 53460 43422 253 16 0 50102 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 222540

[startup+222.301 s]
/proc/loadavg: 3.11 2.59 2.29 4/428 8392
/proc/meminfo: memFree=14445912/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=296172 CPUtime=220.47 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 296458 0 0 0 22006 41 0 0 25 0 1 0 671589446 303280128 52722 33554432000 4194304 4256717 140736671221200 18446744073709551615 4219072 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 74043 52722 253 16 0 70685 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 304872

[startup+282.301 s]
/proc/loadavg: 3.14 2.69 2.35 4/428 8393
/proc/meminfo: memFree=14396032/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=214784 CPUtime=280.47 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 407867 0 0 0 27991 56 0 0 25 0 1 0 671589446 219938816 44590 33554432000 4194304 4256717 140736671221200 18446744073709551615 4218684 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 53696 44590 253 16 0 50338 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 223484

[startup+342.301 s]
/proc/loadavg: 3.16 2.77 2.39 4/428 8395
/proc/meminfo: memFree=14395632/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=215648 CPUtime=340.47 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 453637 0 0 0 33986 61 0 0 25 0 1 0 671589446 220823552 46175 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209083 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 53912 46175 253 16 0 50554 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 224348

[startup+402.301 s]
/proc/loadavg: 3.06 2.81 2.43 4/428 8397
/proc/meminfo: memFree=14371048/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=297036 CPUtime=400.47 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 462846 0 0 0 39984 63 0 0 25 0 1 0 671589446 304164864 55376 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 74259 55376 253 16 0 70901 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 305736

[startup+462.3 s]
/proc/loadavg: 3.02 2.84 2.46 4/428 8398
/proc/meminfo: memFree=14389252/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=297036 CPUtime=460.47 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 515290 0 0 0 45978 69 0 0 25 0 1 0 671589446 304164864 56669 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 74259 56669 253 16 0 70901 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 305736

[startup+522.3 s]
/proc/loadavg: 3.00 2.87 2.49 4/428 8400
/proc/meminfo: memFree=14382888/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=298080 CPUtime=520.48 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 599998 0 0 0 51969 79 0 0 25 0 1 0 671589446 305233920 50043 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 74520 50043 253 16 0 71162 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 306780

[startup+582.3 s]
/proc/loadavg: 3.00 2.89 2.52 4/428 8401
/proc/meminfo: memFree=14315404/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=217564 CPUtime=580.48 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 720072 0 0 0 57954 94 0 0 25 0 1 0 671589446 222785536 48484 33554432000 4194304 4256717 140736671221200 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 54391 48484 253 16 0 51033 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 226264

[startup+642.301 s]
/proc/loadavg: 3.05 2.92 2.55 4/428 8403
/proc/meminfo: memFree=14400688/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=298952 CPUtime=640.49 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 769310 0 0 0 63949 100 0 0 25 0 1 0 671589446 306126848 52457 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 74738 52457 253 16 0 71380 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 307652

[startup+702.301 s]
/proc/loadavg: 3.08 2.95 2.58 4/428 8405
/proc/meminfo: memFree=14378848/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=298952 CPUtime=700.48 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 854501 0 0 0 69937 111 0 0 25 0 1 0 671589446 306126848 53747 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 74738 53747 253 16 0 71380 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 307652

[startup+762.317 s]
/proc/loadavg: 3.07 2.97 2.61 4/428 8406
/proc/meminfo: memFree=14376584/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=299876 CPUtime=760.5 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 952613 0 0 0 75924 126 0 0 25 0 1 0 671589446 307073024 55170 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 74969 55170 253 16 0 71611 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 308576

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

[startup+767.901 s]
/proc/loadavg: 3.14 2.99 2.62 4/428 8406
/proc/meminfo: memFree=14358356/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=299876 CPUtime=766.08 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 955015 0 0 0 76482 126 0 0 25 0 1 0 671589446 307073024 57569 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 74969 57569 253 16 0 71611 0
Current children cumulated CPU time (s) 767.87
Current children cumulated vsize (KiB) 308576

[startup+774.3 s]
/proc/loadavg: 3.13 2.99 2.62 4/428 8407
/proc/meminfo: memFree=14340368/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=299876 CPUtime=772.49 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 957328 0 0 0 77123 126 0 0 25 0 1 0 671589446 307073024 59877 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209383 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 74969 59877 253 16 0 71611 0
Current children cumulated CPU time (s) 774.28
Current children cumulated vsize (KiB) 308576

[startup+777.501 s]
/proc/loadavg: 3.12 2.99 2.62 4/428 8407
/proc/meminfo: memFree=14380668/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=218488 CPUtime=775.69 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 1023276 0 0 0 77435 134 0 0 25 0 1 0 671589446 223731712 42343 33554432000 4194304 4256717 140736671221200 18446744073709551615 4208998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 54622 42343 253 16 0 51264 0
Current children cumulated CPU time (s) 777.48
Current children cumulated vsize (KiB) 227188

[startup+779.101 s]
/proc/loadavg: 3.12 2.99 2.62 4/428 8407
/proc/meminfo: memFree=14398148/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=218488 CPUtime=777.29 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 1023752 0 0 0 77595 134 0 0 25 0 1 0 671589446 223731712 42817 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 54622 42817 253 16 0 51264 0
Current children cumulated CPU time (s) 779.08
Current children cumulated vsize (KiB) 227188

[startup+779.916 s]
/proc/loadavg: 3.12 2.99 2.62 4/428 8407
/proc/meminfo: memFree=14391824/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=218488 CPUtime=778.1 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 1024021 0 0 0 77676 134 0 0 25 0 1 0 671589446 223731712 43086 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209184 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 54622 43086 253 16 0 51264 0
Current children cumulated CPU time (s) 779.89
Current children cumulated vsize (KiB) 227188

[startup+780.7 s]
/proc/loadavg: 3.12 2.99 2.62 4/428 8407
/proc/meminfo: memFree=14391824/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=218488 CPUtime=778.89 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 1024120 0 0 0 77755 134 0 0 25 0 1 0 671589446 223731712 43185 33554432000 4194304 4256717 140736671221200 18446744073709551615 4209102 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 54622 43185 253 16 0 51264 0
Current children cumulated CPU time (s) 780.68
Current children cumulated vsize (KiB) 227188

[startup+781.1 s]
/proc/loadavg: 3.11 2.99 2.63 4/428 8407
/proc/meminfo: memFree=14384632/32951124 swapFree=54450792/67111528
[pid=8375] ppid=8373 vsize=8700 CPUtime=1.79 cores=0,2,4,6
/proc/8375/stat : 8375 (esg_static.sh) S 8373 8375 6454 0 -1 4202496 354 55979 0 0 0 0 162 17 18 0 1 0 671589264 8908800 252 33554432000 4194304 4922060 140737112867472 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8375/statm: 2175 252 209 178 0 68 0
[pid=8378] ppid=8375 vsize=218488 CPUtime=779.29 cores=0,2,4,6
/proc/8378/stat : 8378 (minisat_static) R 8375 8375 6454 0 -1 4202496 1024193 0 0 0 77795 134 0 0 25 0 1 0 671589446 223731712 43258 33554432000 4194304 4256717 140736671221200 18446744073709551615 4219735 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8378/statm: 54622 43258 253 16 0 51264 0
Current children cumulated CPU time (s) 781.08
Current children cumulated vsize (KiB) 227188

Child status: 20
Real time (s): 781.165
CPU time (s): 781.154
CPU user time (s): 779.626
CPU system time (s): 1.52777
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 520192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 779.626
system time used= 1.52777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1080755
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= 47
involuntary context switches= 920

runsolver used 3.36849 second user time and 7.29889 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-17 04:38:31
IDJOB=3387287
IDBENCH=82403
IDSOLVER=1874
FILE ID=node134/3387287-1305599909
RUNJOBID= node134-1305599909-8361
PBS_JOBID= 13350344
Free space on /tmp= 73600 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387287-1305599909/watcher-3387287-1305599909 -o /tmp/evaluation-result-3387287-1305599909/solver-3387287-1305599909 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387287-1305599909.cnf

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1679573494

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:      15374980 kB
Buffers:        182672 kB
Cached:         872668 kB
SwapCached:      16428 kB
Active:        6126660 kB
Inactive:     11188180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15374980 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:           82880 kB
Writeback:          24 kB
AnonPages:    16250792 kB
Mapped:          21696 kB
Slab:           105964 kB
PageTables:      89308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 111014768 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= 73472 MiB
End job on node134 at 2011-05-17 04:51:32