Trace number 3362136

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 1241.8 1238.76

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
MD5SUMa78f49949ed32c6f8eea9d5e428c909d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.88941
Satisfiable
(Un)Satisfiability was proved
Number of variables350506
Number of clauses878969
Sum of the clauses size2050925
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2585978
Number of clauses of size 3292989
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.41	c ==============================================================================
0.00/0.41	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.41	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.41	c ==============================================================================
0.00/0.41	c |         0 |  878967  2050923 |  263690       0        0     nan |  0.000 % |
1237.53/1237.58	c |         0 |   66722   233596 |      --       0       --      -- |     --   | -807713/-1806450
1237.53/1237.58	c ==============================================================================
1237.53/1237.58	c Result  :   #vars: 2404   #clauses: 66722   #literals: 233596
1237.53/1237.58	c CPU time:   1237.31 s
1237.53/1237.58	c ==============================================================================
1241.61/1238.73	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
1241.61/1238.73	c ============================[ Problem Statistics ]=============================
1241.61/1238.73	c |                                                                             |
1241.61/1238.73	c threadId              : 1
1241.61/1238.73	c restarts              : 216
1241.61/1238.73	c conflicts             : 14141          (3514 /sec)
1241.61/1238.73	c decisions             : 143480         (1.35 % random) (35653 /sec)
1241.61/1238.73	c propagations          : 1267865        (315045 /sec)
1241.61/1238.73	c conflict literals     : 1169908        (2.08 % deleted)
1241.61/1238.73	c Memory used           : 79.29 MB
1241.61/1238.73	c CPU time              : 4.02439 s
1241.61/1238.73	
1241.61/1238.73	c --->m=4, e=8, aimd=1, HOME/1855_many.cnf	time: 1.0061	conflicts: 14141        
1241.61/1238.74	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-3362136-1305300034/watcher-3362136-1305300034 -o /tmp/evaluation-result-3362136-1305300034/solver-3362136-1305300034 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362136-1305300034.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: 4.00 3.97 3.82 1/231 1855
/proc/meminfo: memFree=17576636/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0

[startup+0.067145 s]
/proc/loadavg: 4.00 3.97 3.82 1/231 1855
/proc/meminfo: memFree=17576636/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101138 s]
/proc/loadavg: 4.00 3.97 3.82 1/231 1855
/proc/meminfo: memFree=17576636/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301113 s]
/proc/loadavg: 4.00 3.97 3.82 1/231 1855
/proc/meminfo: memFree=17576636/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701038 s]
/proc/loadavg: 4.00 3.97 3.82 1/231 1855
/proc/meminfo: memFree=17576636/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50088 s]
/proc/loadavg: 4.00 3.97 3.82 2/233 1857
/proc/meminfo: memFree=17442508/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=152880 CPUtime=1.49 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 35722 0 0 0 142 7 0 0 25 0 1 0 641604182 156549120 33056 33554432000 134512640 135034092 4286931616 18446744073709551615 134566202 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 38220 33056 68 128 0 38090 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 161580

[startup+3.10059 s]
/proc/loadavg: 4.00 3.97 3.82 2/233 1857
/proc/meminfo: memFree=17430132/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=158740 CPUtime=3.09 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 37059 0 0 0 299 10 0 0 25 0 1 0 641604182 162549760 34393 33554432000 134512640 135034092 4286931616 18446744073709551615 134566263 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 39685 34393 68 128 0 39555 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 167440

[startup+6.301 s]
/proc/loadavg: 3.76 3.92 3.81 2/233 1857
/proc/meminfo: memFree=17394696/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=170072 CPUtime=6.29 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 39758 0 0 0 614 15 0 0 25 0 1 0 641604182 174153728 37092 33554432000 134512640 135034092 4286931616 18446744073709551615 134566267 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 42518 37092 68 128 0 42388 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 178772

[startup+12.7008 s]
/proc/loadavg: 3.54 3.87 3.79 2/233 1857
/proc/meminfo: memFree=17327256/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=189156 CPUtime=12.69 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 44592 0 0 0 1245 24 0 0 25 0 1 0 641604182 193695744 41467 33554432000 134512640 135034092 4286931616 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 47289 41467 68 128 0 47159 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 197856

[startup+25.5005 s]
/proc/loadavg: 2.98 3.73 3.75 2/233 1857
/proc/meminfo: memFree=17315948/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=193660 CPUtime=25.49 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 45623 0 0 0 2523 26 0 0 25 0 1 0 641604182 198307840 42498 33554432000 134512640 135034092 4286931616 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 48415 42498 68 128 0 48285 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 202360

[startup+51.1008 s]
/proc/loadavg: 2.30 3.51 3.67 2/233 1858
/proc/meminfo: memFree=17301024/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=199552 CPUtime=51.09 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 47170 0 0 0 5079 30 0 0 25 0 1 0 641604182 204341248 43651 33554432000 134512640 135034092 4286931616 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 49888 43651 68 128 0 49758 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 208252

[startup+102.307 s]
/proc/loadavg: 1.56 3.12 3.53 2/233 1860
/proc/meminfo: memFree=17301120/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=199808 CPUtime=102.3 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 47222 0 0 0 10200 30 0 0 25 0 1 0 641604182 204603392 43703 33554432000 134512640 135034092 4286931616 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 49952 43703 68 128 0 49822 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 208508

[startup+162.3 s]
/proc/loadavg: 1.20 2.73 3.37 2/233 1861
/proc/meminfo: memFree=17300960/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=200036 CPUtime=162.3 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 47249 0 0 0 16200 30 0 0 25 0 1 0 641604182 204836864 43730 33554432000 134512640 135034092 4286931616 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 50009 43730 68 128 0 49879 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 208736

[startup+222.3 s]
/proc/loadavg: 1.07 2.41 3.22 2/233 1863
/proc/meminfo: memFree=17301048/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=200292 CPUtime=222.3 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 47301 0 0 0 22200 30 0 0 25 0 1 0 641604182 205099008 43782 33554432000 134512640 135034092 4286931616 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 50073 43782 68 128 0 49943 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 208992

[startup+282.3 s]
/proc/loadavg: 1.02 2.15 3.08 2/233 1864
/proc/meminfo: memFree=17300888/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=200548 CPUtime=282.3 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 47353 0 0 0 28200 30 0 0 25 0 1 0 641604182 205361152 43834 33554432000 134512640 135034092 4286931616 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 50137 43834 68 128 0 50007 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 209248

[startup+342.3 s]
/proc/loadavg: 1.01 1.94 2.94 2/233 1866
/proc/meminfo: memFree=17300468/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=200804 CPUtime=342.3 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 47427 0 0 0 34200 30 0 0 25 0 1 0 641604182 205623296 43908 33554432000 134512640 135034092 4286931616 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 50201 43908 68 128 0 50071 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 209504

[startup+402.3 s]
/proc/loadavg: 1.00 1.77 2.82 2/233 1867
/proc/meminfo: memFree=17300176/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7

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

/proc/meminfo: memFree=17298100/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=203876 CPUtime=882.32 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 48028 0 0 0 88202 30 0 0 25 0 1 0 641604182 208769024 44509 33554432000 134512640 135034092 4286931616 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 50969 44509 68 128 0 50839 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 212576

[startup+942.301 s]
/proc/loadavg: 1.00 1.12 2.00 2/233 1882
/proc/meminfo: memFree=17297684/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=204388 CPUtime=942.32 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 48113 0 0 0 94202 30 0 0 25 0 1 0 641604182 209293312 44594 33554432000 134512640 135034092 4286931616 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 51097 44594 68 128 0 50967 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 213088

[startup+1002.3 s]
/proc/loadavg: 1.00 1.09 1.94 2/233 1884
/proc/meminfo: memFree=17297264/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=204900 CPUtime=1002.32 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 48206 0 0 0 100202 30 0 0 25 0 1 0 641604182 209817600 44687 33554432000 134512640 135034092 4286931616 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 51225 44687 68 128 0 51095 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 213600

[startup+1062.3 s]
/proc/loadavg: 1.00 1.07 1.87 2/233 1885
/proc/meminfo: memFree=17296844/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=205668 CPUtime=1062.32 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 48310 0 0 0 106202 30 0 0 25 0 1 0 641604182 210604032 44791 33554432000 134512640 135034092 4286931616 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 51417 44791 68 128 0 51287 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 214368

[startup+1122.3 s]
/proc/loadavg: 1.00 1.06 1.82 2/233 1887
/proc/meminfo: memFree=17296440/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=206436 CPUtime=1122.32 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 48426 0 0 0 112202 30 0 0 25 0 1 0 641604182 211390464 44907 33554432000 134512640 135034092 4286931616 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 51609 44907 68 128 0 51479 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 215136

[startup+1182.3 s]
/proc/loadavg: 1.00 1.05 1.76 2/233 1888
/proc/meminfo: memFree=17296148/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=207204 CPUtime=1182.33 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 48550 0 0 0 118203 30 0 0 25 0 1 0 641604182 212176896 45031 33554432000 134512640 135034092 4286931616 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 51801 45031 68 128 0 51671 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 215904

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

[startup+1203.1 s]
/proc/loadavg: 1.00 1.04 1.74 2/233 1889
/proc/meminfo: memFree=17295872/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=207588 CPUtime=1203.13 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 48609 0 0 0 120283 30 0 0 25 0 1 0 641604182 212570112 45090 33554432000 134512640 135034092 4286931616 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 51897 45090 68 128 0 51767 0
Current children cumulated CPU time (s) 1203.13
Current children cumulated vsize (KiB) 216288

[startup+1215.9 s]
/proc/loadavg: 1.00 1.04 1.73 2/233 1889
/proc/meminfo: memFree=17295744/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=207780 CPUtime=1215.93 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 48662 0 0 0 121563 30 0 0 25 0 1 0 641604182 212766720 45143 33554432000 134512640 135034092 4286931616 18446744073709551615 134541075 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 51945 45143 68 128 0 51815 0
Current children cumulated CPU time (s) 1215.93
Current children cumulated vsize (KiB) 216480

[startup+1228.71 s]
/proc/loadavg: 1.00 1.04 1.72 2/233 1890
/proc/meminfo: memFree=17295236/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=208160 CPUtime=1228.73 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 48733 0 0 0 122843 30 0 0 25 0 1 0 641604182 213155840 45214 33554432000 134512640 135034092 4286931616 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 52040 45214 68 128 0 51910 0
Current children cumulated CPU time (s) 1228.73
Current children cumulated vsize (KiB) 216860

[startup+1235.1 s]
/proc/loadavg: 1.00 1.04 1.72 2/233 1890
/proc/meminfo: memFree=17295100/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=208352 CPUtime=1235.13 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 48771 0 0 0 123483 30 0 0 25 0 1 0 641604182 213352448 45252 33554432000 134512640 135034092 4286931616 18446744073709551615 134541066 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 52088 45252 68 128 0 51958 0
Current children cumulated CPU time (s) 1235.13
Current children cumulated vsize (KiB) 217052

[startup+1236.7 s]
/proc/loadavg: 1.00 1.04 1.72 2/233 1890
/proc/meminfo: memFree=17295100/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=208512 CPUtime=1236.73 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 48790 0 0 0 123643 30 0 0 25 0 1 0 641604182 213516288 45271 33554432000 134512640 135034092 4286931616 18446744073709551615 134540968 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 52128 45271 68 128 0 51998 0
Current children cumulated CPU time (s) 1236.73
Current children cumulated vsize (KiB) 217212

[startup+1237.51 s]
/proc/loadavg: 1.00 1.03 1.71 2/233 1890
/proc/meminfo: memFree=17294232/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=0 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 641604181 8908800 249 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1855/statm: 2175 249 209 178 0 68 0
[pid=1856] ppid=1855 vsize=208544 CPUtime=1237.53 cores=0-7
/proc/1856/stat : 1856 (SatElite) R 1855 1855 1393 0 -1 4202496 49713 0 0 0 123723 30 0 0 25 0 1 0 641604182 213549056 45309 33554432000 134512640 135034092 4286931616 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 6 0 0 0
/proc/1856/statm: 52136 45309 68 128 0 52006 0
Current children cumulated CPU time (s) 1237.53
Current children cumulated vsize (KiB) 217244

[startup+1238.3 s]
/proc/loadavg: 1.00 1.03 1.71 2/233 1890
/proc/meminfo: memFree=17294232/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=1237.67 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 356 51937 0 0 0 0 123736 31 18 0 1 0 641604181 8908800 252 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1855/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1237.67
Current children cumulated vsize (KiB) 8700

[startup+1238.7 s]
/proc/loadavg: 1.00 1.03 1.71 5/236 1894
/proc/meminfo: memFree=17433212/32951124 swapFree=66522240/67111528
[pid=1855] ppid=1853 vsize=8700 CPUtime=1237.67 cores=0-7
/proc/1855/stat : 1855 (manysat.sh) S 1853 1855 1393 0 -1 4202496 356 51937 0 0 0 0 123736 31 18 0 1 0 641604181 8908800 252 33554432000 4194304 4922060 140735622380512 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1855/statm: 2175 252 209 178 0 68 0
[pid=1891] ppid=1855 vsize=80620 CPUtime=3.94 cores=0-7
/proc/1891/stat : 1891 (manysat1.1_stat) R 1855 1855 1393 0 -1 4202496 11719 0 0 0 388 6 0 0 18 0 4 0 641727946 82554880 11655 33554432000 134512640 135305190 4293558064 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1891/statm: 20155 11655 84 194 0 19959 0
[pid=1891/tid=1892] ppid=1855 vsize=80620 CPUtime=0.96 cores=0-7
/proc/1891/task/1892/stat : 1892 (manysat1.1_stat) R 1855 1855 1393 0 -1 4202560 1547 0 0 0 95 1 0 0 17 0 4 0 641727954 82554880 11655 33554432000 134512640 135305190 4293558064 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1891/tid=1893] ppid=1855 vsize=80620 CPUtime=0.96 cores=0-7
/proc/1891/task/1893/stat : 1893 (manysat1.1_stat) R 1855 1855 1393 0 -1 4202560 2975 0 0 0 95 1 0 0 18 0 4 0 641727954 82554880 11655 33554432000 134512640 135305190 4293558064 18446744073709551615 134528395 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=1891/tid=1894] ppid=1855 vsize=80620 CPUtime=0.95 cores=0-7
/proc/1891/task/1894/stat : 1894 (manysat1.1_stat) R 1855 1855 1393 0 -1 4202560 973 0 0 0 94 1 0 0 18 0 4 0 641727954 82554880 11655 33554432000 134512640 135305190 4293558064 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1241.61
Current children cumulated vsize (KiB) 89320

Child status: 20
Real time (s): 1238.76
CPU time (s): 1241.8
CPU user time (s): 1241.39
CPU system time (s): 0.404938
CPU usage (%): 100.245
Max. virtual memory (cumulated for all children) (KiB): 223664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1241.39
system time used= 0.404938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64401
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= 4961
involuntary context switches= 1633

runsolver used 2.23066 second user time and 5.66014 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-13 17:20:34
IDJOB=3362136
IDBENCH=82444
IDSOLVER=1839
FILE ID=node109/3362136-1305300034
RUNJOBID= node109-1305296396-1407
PBS_JOBID= 13321444
Free space on /tmp= 36480 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_004_127_112-tseitin.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362136-1305300034/watcher-3362136-1305300034 -o /tmp/evaluation-result-3362136-1305300034/solver-3362136-1305300034 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362136-1305300034.cnf aimd 1

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

MD5SUM BENCH= a78f49949ed32c6f8eea9d5e428c909d
RANDOM SEED=1102221313

node109.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.809
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.61
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.809
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.809
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.809
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.75
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.809
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.809
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.809
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.82
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.809
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:      17577048 kB
Buffers:        220212 kB
Cached:        4008240 kB
SwapCached:      19036 kB
Active:        6348148 kB
Inactive:      8767768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17577048 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:           17496 kB
Writeback:           0 kB
AnonPages:    10875584 kB
Mapped:          17940 kB
Slab:           164164 kB
PageTables:      30520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17846776 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= 36480 MiB
End job on node109 at 2011-05-13 17:41:13