Trace number 3362394

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20UNSAT 664.615 166.212

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer14.shuffled.cnf
MD5SUM1d9569aa70fee033c68469753053c259
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark71.3432
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses2130
Sum of the clauses size4500
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22100
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2130     4500 |     638       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    2100     7560 |      --       0       --      -- |     --   | -30/3060
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 270   #clauses: 2100   #literals: 7560
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
664.22/166.19	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
664.22/166.19	c ============================[ Problem Statistics ]=============================
664.22/166.19	c |                                                                             |
664.22/166.19	c threadId              : 2
664.22/166.19	c restarts              : 25
664.22/166.19	c conflicts             : 4797171        (7222 /sec)
664.22/166.19	c decisions             : 5470570        (1.76 % random) (8236 /sec)
664.22/166.19	c propagations          : 89001301       (133989 /sec)
664.22/166.19	c conflict literals     : 136582834      (27.04 % deleted)
664.22/166.19	c Memory used           : 199.06 MB
664.22/166.19	c CPU time              : 664.245 s
664.22/166.19	
664.22/166.19	c --->m=4, e=8, aimd=1, HOME/4217_many.cnf	time: 166.061	conflicts: 4797171      
664.22/166.20	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-3362394-1305305181/watcher-3362394-1305305181 -o /tmp/evaluation-result-3362394-1305305181/solver-3362394-1305305181 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362394-1305305181.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.98 1/347 4217
/proc/meminfo: memFree=21726452/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 642115800 8908800 250 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4217/statm: 2175 250 209 178 0 68 0

[startup+0.114991 s]
/proc/loadavg: 3.68 3.93 3.98 1/347 4217
/proc/meminfo: memFree=21726452/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.203219 s]
/proc/loadavg: 3.68 3.93 3.98 1/347 4217
/proc/meminfo: memFree=21726452/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300203 s]
/proc/loadavg: 3.68 3.93 3.98 1/347 4217
/proc/meminfo: memFree=21726452/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700129 s]
/proc/loadavg: 3.68 3.93 3.98 1/347 4217
/proc/meminfo: memFree=21726452/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50099 s]
/proc/loadavg: 3.68 3.93 3.98 5/352 4223
/proc/meminfo: memFree=21716492/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=48816 CPUtime=5.94 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 3789 0 0 0 591 3 0 0 18 0 4 0 642115801 49987584 3738 33554432000 134512640 135305190 4293194832 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/4219/statm: 12204 3738 84 194 0 12008 0
[pid=4219/tid=4220] ppid=4217 vsize=48816 CPUtime=1.47 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 1031 0 0 0 147 0 0 0 18 0 4 0 642115801 49987584 3738 33554432000 134512640 135305190 4293194832 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=48816 CPUtime=1.47 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 675 0 0 0 147 0 0 0 18 0 4 0 642115801 49987584 3738 33554432000 134512640 135305190 4293194832 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=48816 CPUtime=1.48 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 893 0 0 0 148 0 0 0 18 0 4 0 642115801 49987584 3738 33554432000 134512640 135305190 4293194832 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 57516

[startup+3.10069 s]
/proc/loadavg: 3.68 3.93 3.98 5/352 4223
/proc/meminfo: memFree=21707336/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=60564 CPUtime=12.33 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 6328 0 0 0 1228 5 0 0 22 0 4 0 642115801 62017536 6277 33554432000 134512640 135305190 4293194832 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/4219/statm: 15141 6277 84 194 0 14945 0
[pid=4219/tid=4220] ppid=4217 vsize=60564 CPUtime=3.07 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 1533 0 0 0 306 1 0 0 18 0 4 0 642115801 62017536 6277 33554432000 134512640 135305190 4293194832 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=60564 CPUtime=3.07 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 1218 0 0 0 306 1 0 0 18 0 4 0 642115801 62017536 6277 33554432000 134512640 135305190 4293194832 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=60564 CPUtime=3.08 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 1691 0 0 0 307 1 0 0 18 0 4 0 642115801 62017536 6277 33554432000 134512640 135305190 4293194832 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 69264

[startup+6.30113 s]
/proc/loadavg: 3.71 3.93 3.98 5/352 4223
/proc/meminfo: memFree=21694840/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=70280 CPUtime=25.13 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 8787 0 0 0 2506 7 0 0 21 0 4 0 642115801 71966720 8736 33554432000 134512640 135305190 4293194832 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/4219/statm: 17570 8736 84 194 0 17374 0
[pid=4219/tid=4220] ppid=4217 vsize=70280 CPUtime=6.28 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 1879 0 0 0 626 2 0 0 23 0 4 0 642115801 71966720 8736 33554432000 134512640 135305190 4293194832 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=70280 CPUtime=6.27 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 1811 0 0 0 626 1 0 0 18 0 4 0 642115801 71966720 8736 33554432000 134512640 135305190 4293194832 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=70280 CPUtime=6.28 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 2721 0 0 0 627 1 0 0 18 0 4 0 642115801 71966720 8736 33554432000 134512640 135305190 4293194832 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 78980

[startup+12.701 s]
/proc/loadavg: 3.73 3.94 3.98 5/352 4223
/proc/meminfo: memFree=21683200/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=82976 CPUtime=50.71 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 11679 0 0 0 5062 9 0 0 25 0 4 0 642115801 84967424 11628 33554432000 134512640 135305190 4293194832 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/4219/statm: 20744 11628 84 194 0 20548 0
[pid=4219/tid=4220] ppid=4217 vsize=82976 CPUtime=12.67 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 2407 0 0 0 1265 2 0 0 20 0 4 0 642115801 84967424 11628 33554432000 134512640 135305190 4293194832 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=82976 CPUtime=12.66 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 2509 0 0 0 1264 2 0 0 18 0 4 0 642115801 84967424 11628 33554432000 134512640 135305190 4293194832 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=82976 CPUtime=12.68 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 3809 0 0 0 1266 2 0 0 18 0 4 0 642115801 84967424 11628 33554432000 134512640 135305190 4293194832 18446744073709551615 134547909 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 91676

[startup+25.5006 s]
/proc/loadavg: 3.79 3.94 3.98 5/352 4224
/proc/meminfo: memFree=21670536/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=94384 CPUtime=101.9 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 14675 0 0 0 10178 12 0 0 25 0 4 0 642115801 96649216 14624 33554432000 134512640 135305190 4293194832 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/4219/statm: 23596 14624 84 194 0 23400 0
[pid=4219/tid=4220] ppid=4217 vsize=94384 CPUtime=25.47 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 3036 0 0 0 2544 3 0 0 18 0 4 0 642115801 96649216 14624 33554432000 134512640 135305190 4293194832 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=94384 CPUtime=25.46 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 3199 0 0 0 2543 3 0 0 18 0 4 0 642115801 96649216 14624 33554432000 134512640 135305190 4293194832 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=94384 CPUtime=25.47 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 4715 0 0 0 2545 2 0 0 18 0 4 0 642115801 96649216 14624 33554432000 134512640 135305190 4293194832 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 103084

[startup+51.101 s]
/proc/loadavg: 3.86 3.94 3.98 5/352 4224
/proc/meminfo: memFree=21639892/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=127548 CPUtime=204.28 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 22286 0 0 0 20410 18 0 0 25 0 4 0 642115801 130609152 22235 33554432000 134512640 135305190 4293194832 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/4219/statm: 31887 22235 84 194 0 31691 0
[pid=4219/tid=4220] ppid=4217 vsize=127548 CPUtime=51.05 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 5419 0 0 0 5101 4 0 0 25 0 4 0 642115801 130609152 22235 33554432000 134512640 135305190 4293194832 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=127548 CPUtime=51.06 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 4877 0 0 0 5101 5 0 0 18 0 4 0 642115801 130609152 22235 33554432000 134512640 135305190 4293194832 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=127548 CPUtime=51.06 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 6849 0 0 0 5102 4 0 0 18 0 4 0 642115801 130609152 22235 33554432000 134512640 135305190 4293194832 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.28
Current children cumulated vsize (KiB) 136248

[startup+102.301 s]
/proc/loadavg: 3.94 3.95 3.98 5/352 4226
/proc/meminfo: memFree=21600560/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=168420 CPUtime=409.04 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 31837 0 0 0 40877 27 0 0 25 0 4 0 642115801 172462080 31764 33554432000 134512640 135305190 4293194832 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/4219/statm: 42105 31764 84 194 0 41909 0
[pid=4219/tid=4220] ppid=4217 vsize=168420 CPUtime=102.24 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 7370 0 0 0 10218 6 0 0 25 0 4 0 642115801 172462080 31764 33554432000 134512640 135305190 4293194832 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=168420 CPUtime=102.25 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 7102 0 0 0 10218 7 0 0 18 0 4 0 642115801 172462080 31764 33554432000 134512640 135305190 4293194832 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=168420 CPUtime=102.26 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 9387 0 0 0 10220 6 0 0 18 0 4 0 642115801 172462080 31764 33554432000 134512640 135305190 4293194832 18446744073709551615 134538298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 409.04
Current children cumulated vsize (KiB) 177120

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.98 5/352 4227
/proc/meminfo: memFree=21571872/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=200196 CPUtime=648.99 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 39169 0 0 0 64865 34 0 0 25 0 4 0 642115801 205000704 39008 33554432000 134512640 135305190 4293194832 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/4219/statm: 50049 39008 84 194 0 49853 0
[pid=4219/tid=4220] ppid=4217 vsize=200196 CPUtime=162.22 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 8893 0 0 0 16214 8 0 0 19 0 4 0 642115801 205000704 39008 33554432000 134512640 135305190 4293194832 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=200196 CPUtime=162.24 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 9841 0 0 0 16214 10 0 0 18 0 4 0 642115801 205000704 39008 33554432000 134512640 135305190 4293194832 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=200196 CPUtime=162.25 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 10535 0 0 0 16217 8 0 0 18 0 4 0 642115801 205000704 39008 33554432000 134512640 135305190 4293194832 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.99
Current children cumulated vsize (KiB) 208896

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

[startup+163.201 s]
/proc/loadavg: 3.98 3.95 3.98 5/352 4227
/proc/meminfo: memFree=21571376/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=201928 CPUtime=652.59 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 39331 0 0 0 65225 34 0 0 25 0 4 0 642115801 206774272 39170 33554432000 134512640 135305190 4293194832 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/4219/statm: 50482 39170 84 194 0 50286 0
[pid=4219/tid=4220] ppid=4217 vsize=201928 CPUtime=163.12 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 8969 0 0 0 16304 8 0 0 21 0 4 0 642115801 206774272 39170 33554432000 134512640 135305190 4293194832 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=201928 CPUtime=163.14 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 9846 0 0 0 16304 10 0 0 18 0 4 0 642115801 206774272 39170 33554432000 134512640 135305190 4293194832 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=201928 CPUtime=163.15 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 10574 0 0 0 16307 8 0 0 20 0 4 0 642115801 206774272 39170 33554432000 134512640 135305190 4293194832 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 652.59
Current children cumulated vsize (KiB) 210628

[startup+164.8 s]
/proc/loadavg: 3.98 3.95 3.98 5/352 4227
/proc/meminfo: memFree=21570508/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=202088 CPUtime=658.99 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 39445 0 0 0 65865 34 0 0 25 0 4 0 642115801 206938112 39284 33554432000 134512640 135305190 4293194832 18446744073709551615 134528397 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/4219/statm: 50522 39284 84 194 0 50326 0
[pid=4219/tid=4220] ppid=4217 vsize=202088 CPUtime=164.72 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 9046 0 0 0 16464 8 0 0 25 0 4 0 642115801 206938112 39284 33554432000 134512640 135305190 4293194832 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=202088 CPUtime=164.74 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 9846 0 0 0 16464 10 0 0 18 0 4 0 642115801 206938112 39284 33554432000 134512640 135305190 4293194832 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=202088 CPUtime=164.75 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 10591 0 0 0 16467 8 0 0 18 0 4 0 642115801 206938112 39284 33554432000 134512640 135305190 4293194832 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 658.99
Current children cumulated vsize (KiB) 210788

[startup+165.6 s]
/proc/loadavg: 3.98 3.95 3.98 5/352 4227
/proc/meminfo: memFree=21570384/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=203400 CPUtime=662.19 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 39682 0 0 0 66185 34 0 0 25 0 4 0 642115801 208281600 39521 33554432000 134512640 135305190 4293194832 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/4219/statm: 50850 39521 84 194 0 50654 0
[pid=4219/tid=4220] ppid=4217 vsize=203400 CPUtime=165.52 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 9073 0 0 0 16544 8 0 0 25 0 4 0 642115801 208281600 39521 33554432000 134512640 135305190 4293194832 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=203400 CPUtime=165.54 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 9962 0 0 0 16544 10 0 0 18 0 4 0 642115801 208281600 39521 33554432000 134512640 135305190 4293194832 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=203400 CPUtime=165.55 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 10628 0 0 0 16547 8 0 0 19 0 4 0 642115801 208281600 39521 33554432000 134512640 135305190 4293194832 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 662.19
Current children cumulated vsize (KiB) 212100

[startup+166.001 s]
/proc/loadavg: 3.98 3.95 3.98 5/352 4227
/proc/meminfo: memFree=21570384/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=203592 CPUtime=663.8 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 39756 0 0 0 66345 35 0 0 25 0 4 0 642115801 208478208 39595 33554432000 134512640 135305190 4293194832 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/4219/statm: 50898 39595 84 194 0 50702 0
[pid=4219/tid=4220] ppid=4217 vsize=203592 CPUtime=165.92 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 9075 0 0 0 16584 8 0 0 25 0 4 0 642115801 208478208 39595 33554432000 134512640 135305190 4293194832 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=203592 CPUtime=165.94 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 9962 0 0 0 16584 10 0 0 18 0 4 0 642115801 208478208 39595 33554432000 134512640 135305190 4293194832 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=203592 CPUtime=165.95 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 10678 0 0 0 16587 8 0 0 19 0 4 0 642115801 208478208 39595 33554432000 134512640 135305190 4293194832 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 663.8
Current children cumulated vsize (KiB) 212292

[startup+166.101 s]
/proc/loadavg: 3.98 3.95 3.98 5/352 4227
/proc/meminfo: memFree=21568896/32951124 swapFree=65581052/67111528
[pid=4217] ppid=4215 vsize=8700 CPUtime=0 cores=0-7
/proc/4217/stat : 4217 (manysat.sh) S 4215 4217 3602 0 -1 4202496 357 196 0 0 0 0 0 0 25 0 1 0 642115800 8908800 253 33554432000 4194304 4922060 140734170211824 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/4217/statm: 2175 253 209 178 0 68 0
[pid=4219] ppid=4217 vsize=203832 CPUtime=664.22 cores=0-7
/proc/4219/stat : 4219 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202496 39769 0 0 0 66387 35 0 0 25 0 4 0 642115801 208723968 39608 33554432000 134512640 135305190 4293194832 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/4219/statm: 50958 39608 84 194 0 50762 0
[pid=4219/tid=4220] ppid=4217 vsize=203832 CPUtime=166.04 cores=0-7
/proc/4219/task/4220/stat : 4220 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 9078 0 0 0 16595 9 0 0 25 0 4 0 642115801 208723968 39608 33554432000 134512640 135305190 4293194832 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=4219/tid=4221] ppid=4217 vsize=203832 CPUtime=166.05 cores=0-7
/proc/4219/task/4221/stat : 4221 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 9962 0 0 0 16595 10 0 0 18 0 4 0 642115801 208723968 39608 33554432000 134512640 135305190 4293194832 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=4219/tid=4222] ppid=4217 vsize=203832 CPUtime=166.06 cores=0-7
/proc/4219/task/4222/stat : 4222 (manysat1.1_stat) R 4217 4217 3602 0 -1 4202560 10682 0 0 0 16598 8 0 0 20 0 4 0 642115801 208723968 39608 33554432000 134512640 135305190 4293194832 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 664.22
Current children cumulated vsize (KiB) 212532

Child status: 20
Real time (s): 166.212
CPU time (s): 664.615
CPU user time (s): 664.252
CPU system time (s): 0.362944
CPU usage (%): 399.859
Max. virtual memory (cumulated for all children) (KiB): 212532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 664.252
system time used= 0.362944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40552
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= 10781
involuntary context switches= 2638

runsolver used 0.52192 second user time and 1.3208 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-13 18:46:21
IDJOB=3362394
IDBENCH=87935
IDSOLVER=1839
FILE ID=node137/3362394-1305305181
RUNJOBID= node137-1305296391-3616
PBS_JOBID= 13321416
Free space on /tmp= 37844 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT02/industrial/aloul/Homer/homer14.shuffled.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362394-1305305181/watcher-3362394-1305305181 -o /tmp/evaluation-result-3362394-1305305181/solver-3362394-1305305181 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362394-1305305181.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 1d9569aa70fee033c68469753053c259
RANDOM SEED=2072664073

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:      21726724 kB
Buffers:        203452 kB
Cached:        3368560 kB
SwapCached:      36296 kB
Active:        1512940 kB
Inactive:      9498400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21726724 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:            1580 kB
Writeback:           0 kB
AnonPages:     7413032 kB
Mapped:          18560 kB
Slab:           108156 kB
PageTables:      38600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75889872 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= 37844 MiB
End job on node137 at 2011-05-13 18:49:07