Trace number 3362140

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 440.196 400.863

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_079_112-tseitin.cnf
MD5SUM28b7074e04e59e64b5e4d7991d54f9d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.02
Satisfiable
(Un)Satisfiability was proved
Number of variables448370
Number of clauses1130525
Sum of the clauses size2637889
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2753682
Number of clauses of size 3376841
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.53	c ==============================================================================
0.00/0.53	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.53	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.53	c ==============================================================================
0.00/0.53	c |         0 | 1130523  2637887 |  339156       0        0     nan |  0.000 % |
387.37/387.42	c |         0 |  101640   410022 |      --       0       --      -- |     --   | -1019741/-2205924
387.37/387.42	c ==============================================================================
387.37/387.42	c Result  :   #vars: 6404   #clauses: 101640   #literals: 410022
387.37/387.42	c CPU time:   387.112 s
387.37/387.42	c ==============================================================================
440.00/400.83	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
440.00/400.83	c ============================[ Problem Statistics ]=============================
440.00/400.83	c |                                                                             |
440.00/400.83	c threadId              : 0
440.00/400.83	c restarts              : 430
440.00/400.83	c conflicts             : 138841         (2650 /sec)
440.00/400.83	c decisions             : 691010         (1.50 % random) (13188 /sec)
440.00/400.83	c propagations          : 18005992       (343652 /sec)
440.00/400.83	c conflict literals     : 14945165       (12.12 % deleted)
440.00/400.83	c Memory used           : 163.82 MB
440.00/400.83	c CPU time              : 52.396 s
440.00/400.83	
440.00/400.83	c --->m=4, e=8, aimd=1, HOME/9106_many.cnf	time: 13.099	conflicts: 138841       
440.00/400.84	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-3362140-1305300079/watcher-3362140-1305300079 -o /tmp/evaluation-result-3362140-1305300079/solver-3362140-1305300079 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362140-1305300079.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.59 3.88 3.82 2/358 9106
/proc/meminfo: memFree=13306772/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0

[startup+0.074984 s]
/proc/loadavg: 3.59 3.88 3.82 2/358 9106
/proc/meminfo: memFree=13306772/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100973 s]
/proc/loadavg: 3.59 3.88 3.82 2/358 9106
/proc/meminfo: memFree=13306772/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300942 s]
/proc/loadavg: 3.59 3.88 3.82 2/358 9106
/proc/meminfo: memFree=13306772/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700868 s]
/proc/loadavg: 3.59 3.88 3.82 2/358 9106
/proc/meminfo: memFree=13306772/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50072 s]
/proc/loadavg: 3.38 3.83 3.80 2/360 9108
/proc/meminfo: memFree=13135016/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=185396 CPUtime=1.49 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 46062 0 0 0 140 9 0 0 25 0 1 0 720238701 189845504 42565 33554432000 134512640 135034092 4291769120 18446744073709551615 134566212 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/9107/statm: 46349 42565 68 128 0 46219 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 194096

[startup+3.10043 s]
/proc/loadavg: 3.38 3.83 3.80 2/360 9108
/proc/meminfo: memFree=13115944/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=195824 CPUtime=3.09 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 48437 0 0 0 296 13 0 0 25 0 1 0 720238701 200523776 44940 33554432000 134512640 135034092 4291769120 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/9107/statm: 48956 44940 68 128 0 48826 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 204524

[startup+6.30084 s]
/proc/loadavg: 3.19 3.79 3.79 2/359 9108
/proc/meminfo: memFree=13060276/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=214640 CPUtime=6.29 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 52950 0 0 0 609 20 0 0 25 0 1 0 720238701 219791360 49453 33554432000 134512640 135034092 4291769120 18446744073709551615 134577149 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9107/statm: 53660 49453 68 128 0 53530 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 223340

[startup+12.7007 s]
/proc/loadavg: 3.01 3.74 3.77 2/359 9108
/proc/meminfo: memFree=13031840/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=217744 CPUtime=12.69 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 54364 0 0 0 1245 24 0 0 25 0 1 0 720238701 222969856 50294 33554432000 134512640 135034092 4291769120 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9107/statm: 54436 50294 68 128 0 54306 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 226444

[startup+25.5003 s]
/proc/loadavg: 2.70 3.65 3.74 2/359 9108
/proc/meminfo: memFree=13023388/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=222100 CPUtime=25.49 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 55215 0 0 0 2523 26 0 0 25 0 1 0 720238701 227430400 51145 33554432000 134512640 135034092 4291769120 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9107/statm: 55525 51145 68 128 0 55395 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 230800

[startup+51.1006 s]
/proc/loadavg: 2.03 3.39 3.65 2/359 9109
/proc/meminfo: memFree=13023560/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=220704 CPUtime=51.09 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 55333 0 0 0 5083 26 0 0 25 0 1 0 720238701 226000896 50828 33554432000 134512640 135034092 4291769120 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9107/statm: 55176 50828 68 128 0 55046 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 229404

[startup+102.312 s]
/proc/loadavg: 1.45 3.02 3.51 2/359 9110
/proc/meminfo: memFree=13024168/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=221024 CPUtime=102.3 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 55392 0 0 0 10204 26 0 0 25 0 1 0 720238701 226328576 50887 33554432000 134512640 135034092 4291769120 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9107/statm: 55256 50887 68 128 0 55126 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 229724

[startup+162.3 s]
/proc/loadavg: 1.21 2.67 3.36 2/359 9112
/proc/meminfo: memFree=13023032/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=221728 CPUtime=162.29 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 55499 0 0 0 16202 27 0 0 25 0 1 0 720238701 227049472 50994 33554432000 134512640 135034092 4291769120 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9107/statm: 55432 50994 68 128 0 55302 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 230428

[startup+222.3 s]
/proc/loadavg: 1.08 2.36 3.21 2/359 9114
/proc/meminfo: memFree=13022736/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=222400 CPUtime=222.3 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 55626 0 0 0 22203 27 0 0 25 0 1 0 720238701 227737600 51121 33554432000 134512640 135034092 4291769120 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9107/statm: 55600 51121 68 128 0 55470 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 231100

[startup+282.3 s]
/proc/loadavg: 1.03 2.11 3.07 2/359 9115
/proc/meminfo: memFree=13022932/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=223424 CPUtime=282.3 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 55773 0 0 0 28203 27 0 0 25 0 1 0 720238701 228786176 51268 33554432000 134512640 135034092 4291769120 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9107/statm: 55856 51268 68 128 0 55726 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 232124

[startup+342.3 s]
/proc/loadavg: 1.01 1.91 2.93 2/359 9117
/proc/meminfo: memFree=13022388/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=224512 CPUtime=342.3 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 55915 0 0 0 34203 27 0 0 25 0 1 0 720238701 229900288 51410 33554432000 134512640 135034092 4291769120 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9107/statm: 56128 51410 68 128 0 55998 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 233212

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

[startup+358.3 s]
/proc/loadavg: 1.01 1.86 2.90 2/359 9117
/proc/meminfo: memFree=13021988/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=224704 CPUtime=358.3 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 55980 0 0 0 35803 27 0 0 25 0 1 0 720238701 230096896 51475 33554432000 134512640 135034092 4291769120 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/9107/statm: 56176 51475 68 128 0 56046 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 233404

[startup+383.912 s]
/proc/loadavg: 1.00 1.79 2.85 2/359 9118
/proc/meminfo: memFree=13003916/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=0 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 720238701 8908800 250 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9106/statm: 2175 250 209 178 0 68 0
[pid=9107] ppid=9106 vsize=241764 CPUtime=383.89 cores=0-7
/proc/9107/stat : 9107 (SatElite) R 9106 9106 8868 0 -1 4202496 60251 0 0 0 38360 29 0 0 25 0 1 0 720238701 247566336 54503 33554432000 134512640 135034092 4291769120 18446744073709551615 134569212 0 0 4096 3 0 0 0 17 2 0 0 2
/proc/9107/statm: 60441 54503 68 128 0 60311 0
Current children cumulated CPU time (s) 383.89
Current children cumulated vsize (KiB) 250464

[startup+390.301 s]
/proc/loadavg: 1.00 1.78 2.84 5/362 9122
/proc/meminfo: memFree=13159012/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=387.5 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 356 63194 0 0 0 0 38720 30 18 0 1 0 720238701 8908800 253 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9106/statm: 2175 253 209 178 0 68 0
[pid=9119] ppid=9106 vsize=109092 CPUtime=10.59 cores=0-7
/proc/9119/stat : 9119 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202496 18834 0 0 0 1046 13 0 0 18 0 4 0 720277453 111710208 18786 33554432000 134512640 135305190 4290811296 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9119/statm: 27273 18786 84 194 0 27077 0
[pid=9119/tid=9120] ppid=9106 vsize=109092 CPUtime=2.62 cores=0-7
/proc/9119/task/9120/stat : 9120 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 2828 0 0 0 261 1 0 0 20 0 4 0 720277466 111710208 18786 33554432000 134512640 135305190 4290811296 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9119/tid=9121] ppid=9106 vsize=109092 CPUtime=2.6 cores=0-7
/proc/9119/task/9121/stat : 9121 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 2847 0 0 0 259 1 0 0 18 0 4 0 720277466 111710208 18786 33554432000 134512640 135305190 4290811296 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9119/tid=9122] ppid=9106 vsize=109092 CPUtime=2.6 cores=0-7
/proc/9119/task/9122/stat : 9122 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 2276 0 0 0 258 2 0 0 18 0 4 0 720277466 111710208 18786 33554432000 134512640 135305190 4290811296 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 398.09
Current children cumulated vsize (KiB) 117792

[startup+396.7 s]
/proc/loadavg: 1.46 1.85 2.85 5/362 9122
/proc/meminfo: memFree=13104924/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=387.5 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 356 63194 0 0 0 0 38720 30 18 0 1 0 720238701 8908800 253 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9106/statm: 2175 253 209 178 0 68 0
[pid=9119] ppid=9106 vsize=155812 CPUtime=36.14 cores=0-7
/proc/9119/stat : 9119 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202496 30399 0 0 0 3590 24 0 0 18 0 4 0 720277453 159551488 30351 33554432000 134512640 135305190 4290811296 18446744073709551615 134551504 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9119/statm: 38953 30351 84 194 0 38757 0
[pid=9119/tid=9120] ppid=9106 vsize=155812 CPUtime=9.02 cores=0-7
/proc/9119/task/9120/stat : 9120 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 5329 0 0 0 898 4 0 0 25 0 4 0 720277466 159551488 30351 33554432000 134512640 135305190 4290811296 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9119/tid=9121] ppid=9106 vsize=155812 CPUtime=9 cores=0-7
/proc/9119/task/9121/stat : 9121 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 6830 0 0 0 897 3 0 0 18 0 4 0 720277466 159551488 30351 33554432000 134512640 135305190 4290811296 18446744073709551615 134554653 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9119/tid=9122] ppid=9106 vsize=155812 CPUtime=8.98 cores=0-7
/proc/9119/task/9122/stat : 9122 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 3852 0 0 0 894 4 0 0 18 0 4 0 720277466 159551488 30351 33554432000 134512640 135305190 4290811296 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 423.64
Current children cumulated vsize (KiB) 164512

[startup+398.301 s]
/proc/loadavg: 1.46 1.85 2.85 5/362 9122
/proc/meminfo: memFree=13094508/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=387.5 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 356 63194 0 0 0 0 38720 30 18 0 1 0 720238701 8908800 253 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9106/statm: 2175 253 209 178 0 68 0
[pid=9119] ppid=9106 vsize=161372 CPUtime=42.53 cores=0-7
/proc/9119/stat : 9119 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202496 31767 0 0 0 4228 25 0 0 20 0 4 0 720277453 165244928 31719 33554432000 134512640 135305190 4290811296 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9119/statm: 40343 31719 84 194 0 40147 0
[pid=9119/tid=9120] ppid=9106 vsize=161372 CPUtime=10.62 cores=0-7
/proc/9119/task/9120/stat : 9120 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 5659 0 0 0 1058 4 0 0 25 0 4 0 720277466 165244928 31719 33554432000 134512640 135305190 4290811296 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9119/tid=9121] ppid=9106 vsize=161372 CPUtime=10.6 cores=0-7
/proc/9119/task/9121/stat : 9121 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 7292 0 0 0 1057 3 0 0 18 0 4 0 720277466 165244928 31719 33554432000 134512640 135305190 4290811296 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9119/tid=9122] ppid=9106 vsize=161372 CPUtime=10.58 cores=0-7
/proc/9119/task/9122/stat : 9122 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 4006 0 0 0 1053 5 0 0 18 0 4 0 720277466 165244928 31719 33554432000 134512640 135305190 4290811296 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 430.03
Current children cumulated vsize (KiB) 170072

[startup+399.901 s]
/proc/loadavg: 1.46 1.85 2.85 5/362 9122
/proc/meminfo: memFree=13087812/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=387.5 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 356 63194 0 0 0 0 38720 30 18 0 1 0 720238701 8908800 253 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9106/statm: 2175 253 209 178 0 68 0
[pid=9119] ppid=9106 vsize=166532 CPUtime=48.9 cores=0-7
/proc/9119/stat : 9119 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202496 33352 0 0 0 4864 26 0 0 18 0 4 0 720277453 170528768 33304 33554432000 134512640 135305190 4290811296 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9119/statm: 41633 33304 84 194 0 41437 0
[pid=9119/tid=9120] ppid=9106 vsize=166532 CPUtime=12.21 cores=0-7
/proc/9119/task/9120/stat : 9120 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 6090 0 0 0 1217 4 0 0 19 0 4 0 720277466 170528768 33304 33554432000 134512640 135305190 4290811296 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9119/tid=9121] ppid=9106 vsize=166532 CPUtime=12.18 cores=0-7
/proc/9119/task/9121/stat : 9121 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 7869 0 0 0 1214 4 0 0 18 0 4 0 720277466 170528768 33304 33554432000 134512640 135305190 4290811296 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9119/tid=9122] ppid=9106 vsize=166532 CPUtime=12.18 cores=0-7
/proc/9119/task/9122/stat : 9122 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 4089 0 0 0 1213 5 0 0 18 0 4 0 720277466 170528768 33304 33554432000 134512640 135305190 4290811296 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 436.4
Current children cumulated vsize (KiB) 175232

[startup+400.301 s]
/proc/loadavg: 1.67 1.89 2.86 5/362 9122
/proc/meminfo: memFree=13087564/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=387.5 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 356 63194 0 0 0 0 38720 30 18 0 1 0 720238701 8908800 253 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9106/statm: 2175 253 209 178 0 68 0
[pid=9119] ppid=9106 vsize=166812 CPUtime=50.52 cores=0-7
/proc/9119/stat : 9119 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202496 33399 0 0 0 5026 26 0 0 18 0 4 0 720277453 170815488 33351 33554432000 134512640 135305190 4290811296 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9119/statm: 41703 33351 84 194 0 41507 0
[pid=9119/tid=9120] ppid=9106 vsize=166812 CPUtime=12.63 cores=0-7
/proc/9119/task/9120/stat : 9120 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 6092 0 0 0 1259 4 0 0 19 0 4 0 720277466 170815488 33351 33554432000 134512640 135305190 4290811296 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9119/tid=9121] ppid=9106 vsize=166812 CPUtime=12.6 cores=0-7
/proc/9119/task/9121/stat : 9121 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 7906 0 0 0 1256 4 0 0 18 0 4 0 720277466 170815488 33351 33554432000 134512640 135305190 4290811296 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9119/tid=9122] ppid=9106 vsize=166812 CPUtime=12.59 cores=0-7
/proc/9119/task/9122/stat : 9122 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 4089 0 0 0 1254 5 0 0 18 0 4 0 720277466 170815488 33351 33554432000 134512640 135305190 4290811296 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 438.02
Current children cumulated vsize (KiB) 175512

[startup+400.701 s]
/proc/loadavg: 1.67 1.89 2.86 5/362 9122
/proc/meminfo: memFree=13087564/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=387.5 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 356 63194 0 0 0 0 38720 30 18 0 1 0 720238701 8908800 253 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9106/statm: 2175 253 209 178 0 68 0
[pid=9119] ppid=9106 vsize=167612 CPUtime=52.1 cores=0-7
/proc/9119/stat : 9119 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202496 33617 0 0 0 5184 26 0 0 18 0 4 0 720277453 171634688 33569 33554432000 134512640 135305190 4290811296 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9119/statm: 41903 33569 84 194 0 41707 0
[pid=9119/tid=9120] ppid=9106 vsize=167612 CPUtime=13.01 cores=0-7
/proc/9119/task/9120/stat : 9120 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 6095 0 0 0 1297 4 0 0 20 0 4 0 720277466 171634688 33569 33554432000 134512640 135305190 4290811296 18446744073709551615 134541974 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9119/tid=9121] ppid=9106 vsize=167612 CPUtime=12.98 cores=0-7
/proc/9119/task/9121/stat : 9121 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 7915 0 0 0 1294 4 0 0 18 0 4 0 720277466 171634688 33569 33554432000 134512640 135305190 4290811296 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9119/tid=9122] ppid=9106 vsize=167612 CPUtime=12.98 cores=0-7
/proc/9119/task/9122/stat : 9122 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 4091 0 0 0 1293 5 0 0 18 0 4 0 720277466 171634688 33569 33554432000 134512640 135305190 4290811296 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 439.6
Current children cumulated vsize (KiB) 176312

[startup+400.801 s]
/proc/loadavg: 1.67 1.89 2.86 5/362 9122
/proc/meminfo: memFree=13087564/32950928 swapFree=65762508/67111528
[pid=9106] ppid=9104 vsize=8700 CPUtime=387.5 cores=0-7
/proc/9106/stat : 9106 (manysat.sh) S 9104 9106 8868 0 -1 4202496 356 63194 0 0 0 0 38720 30 18 0 1 0 720238701 8908800 253 33554432000 4194304 4922060 140735023879296 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9106/statm: 2175 253 209 178 0 68 0
[pid=9119] ppid=9106 vsize=167748 CPUtime=52.5 cores=0-7
/proc/9119/stat : 9119 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202496 33646 0 0 0 5224 26 0 0 18 0 4 0 720277453 171773952 33598 33554432000 134512640 135305190 4290811296 18446744073709551615 134529062 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/9119/statm: 41937 33598 84 194 0 41741 0
[pid=9119/tid=9120] ppid=9106 vsize=167748 CPUtime=13.11 cores=0-7
/proc/9119/task/9120/stat : 9120 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 6095 0 0 0 1307 4 0 0 20 0 4 0 720277466 171773952 33598 33554432000 134512640 135305190 4290811296 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=9119/tid=9121] ppid=9106 vsize=167748 CPUtime=13.08 cores=0-7
/proc/9119/task/9121/stat : 9121 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 7920 0 0 0 1304 4 0 0 18 0 4 0 720277466 171773952 33598 33554432000 134512640 135305190 4290811296 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=9119/tid=9122] ppid=9106 vsize=167748 CPUtime=13.08 cores=0-7
/proc/9119/task/9122/stat : 9122 (manysat1.1_stat) R 9106 9106 8868 0 -1 4202560 4091 0 0 0 1303 5 0 0 18 0 4 0 720277466 171773952 33598 33554432000 134512640 135305190 4290811296 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 440
Current children cumulated vsize (KiB) 176448

Child status: 20
Real time (s): 400.863
CPU time (s): 440.196
CPU user time (s): 439.597
CPU system time (s): 0.598908
CPU usage (%): 109.812
Max. virtual memory (cumulated for all children) (KiB): 251696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 439.597
system time used= 0.598908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97428
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= 12240
involuntary context switches= 1002

runsolver used 1.25581 second user time and 2.79357 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-13 17:21:20
IDJOB=3362140
IDBENCH=82450
IDSOLVER=1839
FILE ID=node116/3362140-1305300079
RUNJOBID= node116-1305296394-8882
PBS_JOBID= 13321437
Free space on /tmp= 45432 MiB

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

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

MD5SUM BENCH= 28b7074e04e59e64b5e4d7991d54f9d1
RANDOM SEED=1486480940

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.75
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.826
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.826
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.77
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.826
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.826
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.826
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13306796 kB
Buffers:        251064 kB
Cached:        9676860 kB
SwapCached:      12420 kB
Active:       11049736 kB
Inactive:      8201192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13306796 kB
SwapTotal:    67111528 kB
SwapFree:     65762508 kB
Dirty:           26124 kB
Writeback:           0 kB
AnonPages:     9320820 kB
Mapped:          15436 kB
Slab:           281256 kB
PageTables:      43640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82742416 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= 45428 MiB
End job on node116 at 2011-05-13 17:28:01