Trace number 3362023

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 490.865 127.83

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.878
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

0.00/0.00	c Parsing...
0.00/0.29	c ==============================================================================
0.00/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.29	c ==============================================================================
0.00/0.29	c |         0 |  711049  2091629 |  213314       0        0     nan |  0.000 % |
1.49/1.53	c |         0 |  700461  2138957 |      --       0       --      -- |     --   | -10530/47459
1.49/1.53	c ==============================================================================
1.49/1.53	c Result  :   #vars: 21173   #clauses: 700461   #literals: 2138957
1.49/1.53	c CPU time:   1.49577 s
1.49/1.53	c ==============================================================================
490.72/127.79	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
490.72/127.79	c ============================[ Problem Statistics ]=============================
490.72/127.79	c |                                                                             |
490.72/127.79	c threadId              : 3
490.72/127.79	c restarts              : 1113
490.72/127.79	c conflicts             : 372941         (764 /sec)
490.72/127.79	c decisions             : 1360350        (1.31 % random) (2788 /sec)
490.72/127.79	c propagations          : 292719113      (599821 /sec)
490.72/127.79	c conflict literals     : 31604549       (45.20 % deleted)
490.72/127.79	c Memory used           : 766.73 MB
490.72/127.79	c CPU time              : 488.011 s
490.72/127.79	
490.72/127.79	c --->m=4, e=8, aimd=1, HOME/13238_many.cnf	time: 122.003	conflicts: 372941       
490.82/127.82	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-3362023-1305298163/watcher-3362023-1305298163 -o /tmp/evaluation-result-3362023-1305298163/solver-3362023-1305298163 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362023-1305298163.cnf aimd 1 

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

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


[startup+0 s]
/proc/loadavg: 7.51 7.82 6.73 7/354 13238
/proc/meminfo: memFree=7490104/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641413039 8908800 250 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13238/statm: 2175 250 209 178 0 68 0

[startup+0.0783579 s]
/proc/loadavg: 7.51 7.82 6.73 7/354 13238
/proc/meminfo: memFree=7490104/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641413039 8908800 250 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13238/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100348 s]
/proc/loadavg: 7.51 7.82 6.73 7/354 13238
/proc/meminfo: memFree=7490104/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641413039 8908800 250 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13238/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300324 s]
/proc/loadavg: 7.51 7.82 6.73 7/354 13238
/proc/meminfo: memFree=7490104/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641413039 8908800 250 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13238/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700238 s]
/proc/loadavg: 7.51 7.82 6.73 7/354 13238
/proc/meminfo: memFree=7490104/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641413039 8908800 250 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13238/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50108 s]
/proc/loadavg: 7.51 7.82 6.73 6/356 13240
/proc/meminfo: memFree=7431940/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 641413039 8908800 250 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/13238/statm: 2175 250 209 178 0 68 0
[pid=13239] ppid=13238 vsize=66124 CPUtime=1.49 cores=0,2,4,6
/proc/13239/stat : 13239 (SatElite) R 13238 13238 12655 0 -1 4202496 16926 0 0 0 146 3 0 0 25 0 1 0 641413040 67710976 14259 33554432000 134512640 135034092 4288069488 18446744073709551615 134569568 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/13239/statm: 16531 14259 68 128 0 16401 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74824

[startup+3.10069 s]
/proc/loadavg: 7.51 7.82 6.73 6/356 13241
/proc/meminfo: memFree=7438512/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=202328 CPUtime=2.3 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202496 40688 0 0 0 223 7 0 0 18 0 4 0 641413237 207183872 40638 33554432000 134512640 135305190 4294682864 18446744073709551615 134548012 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 50582 40638 84 194 0 50386 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 211028

[startup+6.30105 s]
/proc/loadavg: 7.55 7.83 6.74 9/359 13244
/proc/meminfo: memFree=7286092/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=236580 CPUtime=15.06 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202496 49140 0 0 0 1496 10 0 0 25 0 4 0 641413237 242257920 49090 33554432000 134512640 135305190 4294682864 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 59145 49090 84 194 0 58949 0
[pid=13241/tid=13242] ppid=13238 vsize=236580 CPUtime=3.58 cores=0,2,4,6
/proc/13241/task/13242/stat : 13242 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 1893 0 0 0 358 0 0 0 25 0 4 0 641413309 242257920 49090 33554432000 134512640 135305190 4294682864 18446744073709551615 134556707 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13241/tid=13243] ppid=13238 vsize=236580 CPUtime=3.58 cores=0,2,4,6
/proc/13241/task/13243/stat : 13243 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 5274 0 0 0 356 2 0 0 25 0 4 0 641413309 242257920 49090 33554432000 134512640 135305190 4294682864 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=236580 CPUtime=3.55 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 1656 0 0 0 354 1 0 0 25 0 4 0 641413309 242257920 49090 33554432000 134512640 135305190 4294682864 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.02
Current children cumulated vsize (KiB) 245280

[startup+12.7008 s]
/proc/loadavg: 7.58 7.83 6.75 9/359 13245
/proc/meminfo: memFree=7220124/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=289284 CPUtime=40.58 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202496 62311 0 0 0 4042 16 0 0 25 0 4 0 641413237 296226816 62261 33554432000 134512640 135305190 4294682864 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 72321 62261 84 194 0 72125 0
[pid=13241/tid=13242] ppid=13238 vsize=289284 CPUtime=9.98 cores=0,2,4,6
/proc/13241/task/13242/stat : 13242 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 3840 0 0 0 997 1 0 0 25 0 4 0 641413309 296226816 62261 33554432000 134512640 135305190 4294682864 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13241/tid=13243] ppid=13238 vsize=289284 CPUtime=9.98 cores=0,2,4,6
/proc/13241/task/13243/stat : 13243 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 12751 0 0 0 993 5 0 0 25 0 4 0 641413309 296226816 62261 33554432000 134512640 135305190 4294682864 18446744073709551615 134834352 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=289284 CPUtime=9.88 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 3161 0 0 0 986 2 0 0 25 0 4 0 641413309 296226816 62261 33554432000 134512640 135305190 4294682864 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 42.54
Current children cumulated vsize (KiB) 297984

[startup+25.5012 s]
/proc/loadavg: 7.82 7.87 6.78 9/359 13245
/proc/meminfo: memFree=7140632/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=353448 CPUtime=91.62 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202496 78281 0 0 0 9136 26 0 0 25 0 4 0 641413237 361930752 78231 33554432000 134512640 135305190 4294682864 18446744073709551615 134531064 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 88362 78231 84 194 0 88166 0
[pid=13241/tid=13242] ppid=13238 vsize=353448 CPUtime=22.78 cores=0,2,4,6
/proc/13241/task/13242/stat : 13242 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 6324 0 0 0 2274 4 0 0 25 0 4 0 641413309 361930752 78231 33554432000 134512640 135305190 4294682864 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13241/tid=13243] ppid=13238 vsize=353448 CPUtime=22.78 cores=0,2,4,6
/proc/13241/task/13243/stat : 13243 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 20975 0 0 0 2269 9 0 0 25 0 4 0 641413309 361930752 78231 33554432000 134512640 135305190 4294682864 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=353448 CPUtime=22.53 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 5301 0 0 0 2250 3 0 0 25 0 4 0 641413309 361930752 78231 33554432000 134512640 135305190 4294682864 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 93.58
Current children cumulated vsize (KiB) 362148

[startup+51.1011 s]
/proc/loadavg: 7.88 7.88 6.81 9/359 13246
/proc/meminfo: memFree=6994476/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=483024 CPUtime=193.71 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202496 110552 0 0 0 19328 43 0 0 25 0 4 0 641413237 494616576 110502 33554432000 134512640 135305190 4294682864 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 120756 110502 84 194 0 120560 0
[pid=13241/tid=13242] ppid=13238 vsize=483024 CPUtime=48.37 cores=0,2,4,6
/proc/13241/task/13242/stat : 13242 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 10851 0 0 0 4831 6 0 0 25 0 4 0 641413309 494616576 110502 33554432000 134512640 135305190 4294682864 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13241/tid=13243] ppid=13238 vsize=483024 CPUtime=48.37 cores=0,2,4,6
/proc/13241/task/13243/stat : 13243 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 38519 0 0 0 4819 18 0 0 25 0 4 0 641413309 494616576 110502 33554432000 134512640 135305190 4294682864 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=483024 CPUtime=47.84 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 10182 0 0 0 4778 6 0 0 25 0 4 0 641413309 494616576 110502 33554432000 134512640 135305190 4294682864 18446744073709551615 134530652 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 195.67
Current children cumulated vsize (KiB) 491724

[startup+102.314 s]
/proc/loadavg: 8.00 7.91 6.87 9/359 13247
/proc/meminfo: memFree=6654548/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=726580 CPUtime=397.93 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202496 171070 0 0 0 39719 74 0 0 25 0 4 0 641413237 744017920 171020 33554432000 134512640 135305190 4294682864 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 181645 171020 84 194 0 181449 0
[pid=13241/tid=13242] ppid=13238 vsize=726580 CPUtime=99.57 cores=0,2,4,6
/proc/13241/task/13242/stat : 13242 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 17336 0 0 0 9947 10 0 0 25 0 4 0 641413309 744017920 171020 33554432000 134512640 135305190 4294682864 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13241/tid=13243] ppid=13238 vsize=726580 CPUtime=99.57 cores=0,2,4,6
/proc/13241/task/13243/stat : 13243 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 76072 0 0 0 9921 36 0 0 25 0 4 0 641413309 744017920 171020 33554432000 134512640 135305190 4294682864 18446744073709551615 134570409 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=726580 CPUtime=98.47 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 19111 0 0 0 9837 10 0 0 25 0 4 0 641413309 744017920 171020 33554432000 134512640 135305190 4294682864 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 399.89
Current children cumulated vsize (KiB) 735280

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

[startup+115.1 s]
/proc/loadavg: 8.00 7.91 6.89 9/359 13247
/proc/meminfo: memFree=6608568/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=743720 CPUtime=448.91 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202496 175189 0 0 0 44814 77 0 0 25 0 4 0 641413237 761569280 175139 33554432000 134512640 135305190 4294682864 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 185930 175139 84 194 0 185734 0
[pid=13241/tid=13242] ppid=13238 vsize=743720 CPUtime=112.34 cores=0,2,4,6
/proc/13241/task/13242/stat : 13242 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 17858 0 0 0 11224 10 0 0 25 0 4 0 641413309 761569280 175139 33554432000 134512640 135305190 4294682864 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13241/tid=13243] ppid=13238 vsize=743720 CPUtime=112.36 cores=0,2,4,6
/proc/13241/task/13243/stat : 13243 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 78159 0 0 0 11199 37 0 0 25 0 4 0 641413309 761569280 175139 33554432000 134512640 135305190 4294682864 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=743720 CPUtime=111.12 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 19870 0 0 0 11101 11 0 0 25 0 4 0 641413309 761569280 175139 33554432000 134512640 135305190 4294682864 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 450.87
Current children cumulated vsize (KiB) 752420

[startup+121.501 s]
/proc/loadavg: 8.00 7.91 6.90 9/359 13247
/proc/meminfo: memFree=6575476/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=772668 CPUtime=474.44 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202496 182580 0 0 0 47362 82 0 0 25 0 4 0 641413237 791212032 182530 33554432000 134512640 135305190 4294682864 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 193167 182530 84 194 0 192971 0
[pid=13241/tid=13242] ppid=13238 vsize=772668 CPUtime=118.74 cores=0,2,4,6
/proc/13241/task/13242/stat : 13242 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 18806 0 0 0 11863 11 0 0 25 0 4 0 641413309 791212032 182530 33554432000 134512640 135305190 4294682864 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13241/tid=13243] ppid=13238 vsize=772668 CPUtime=118.76 cores=0,2,4,6
/proc/13241/task/13243/stat : 13243 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 82016 0 0 0 11837 39 0 0 25 0 4 0 641413309 791212032 182530 33554432000 134512640 135305190 4294682864 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=772668 CPUtime=117.45 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 21296 0 0 0 11733 12 0 0 25 0 4 0 641413309 791212032 182531 33554432000 134512640 135305190 4294682864 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 476.4
Current children cumulated vsize (KiB) 781368

[startup+124.7 s]
/proc/loadavg: 8.00 7.92 6.90 9/359 13248
/proc/meminfo: memFree=6560968/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=785128 CPUtime=485.76 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202496 185383 0 0 0 48492 84 0 0 25 0 4 0 641413237 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 196282 185333 84 194 0 196086 0
[pid=13241/tid=13242] ppid=13238 vsize=785128 CPUtime=121.45 cores=0,2,4,6
/proc/13241/task/13242/stat : 13242 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202560 19273 0 0 0 12133 12 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446604447347623168 0 0 -1 0 0 0 0
[pid=13241/tid=13243] ppid=13238 vsize=785128 CPUtime=121.96 cores=0,2,4,6
/proc/13241/task/13243/stat : 13243 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 83406 0 0 0 12156 40 0 0 19 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134529265 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=785128 CPUtime=120.15 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202560 21809 0 0 0 12002 13 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446604447347623168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 487.72
Current children cumulated vsize (KiB) 793828

[startup+126.301 s]
/proc/loadavg: 8.00 7.92 6.90 6/359 13248
/proc/meminfo: memFree=6560596/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=785128 CPUtime=487.36 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202496 185383 0 0 0 48652 84 0 0 25 0 4 0 641413237 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 196282 185333 84 194 0 196086 0
[pid=13241/tid=13242] ppid=13238 vsize=785128 CPUtime=121.45 cores=0,2,4,6
/proc/13241/task/13242/stat : 13242 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202560 19273 0 0 0 12133 12 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446604447347623168 0 0 -1 0 0 0 0
[pid=13241/tid=13243] ppid=13238 vsize=785128 CPUtime=123.56 cores=0,2,4,6
/proc/13241/task/13243/stat : 13243 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 83406 0 0 0 12316 40 0 0 22 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134529553 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=785128 CPUtime=120.15 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202560 21809 0 0 0 12002 13 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446604447347623168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 489.32
Current children cumulated vsize (KiB) 793828

[startup+127.101 s]
/proc/loadavg: 8.00 7.92 6.90 6/359 13248
/proc/meminfo: memFree=6560596/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=785128 CPUtime=488.16 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202496 185383 0 0 0 48732 84 0 0 25 0 4 0 641413237 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 196282 185333 84 194 0 196086 0
[pid=13241/tid=13242] ppid=13238 vsize=785128 CPUtime=121.45 cores=0,2,4,6
/proc/13241/task/13242/stat : 13242 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202560 19273 0 0 0 12133 12 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446604447347623168 0 0 -1 0 0 0 0
[pid=13241/tid=13243] ppid=13238 vsize=785128 CPUtime=124.36 cores=0,2,4,6
/proc/13241/task/13243/stat : 13243 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 83406 0 0 0 12396 40 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134529360 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=785128 CPUtime=120.15 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202560 21809 0 0 0 12002 13 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446604447347623168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 490.12
Current children cumulated vsize (KiB) 793828

[startup+127.501 s]
/proc/loadavg: 8.00 7.92 6.90 6/359 13248
/proc/meminfo: memFree=6560596/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=785128 CPUtime=488.56 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202496 185383 0 0 0 48772 84 0 0 25 0 4 0 641413237 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 196282 185333 84 194 0 196086 0
[pid=13241/tid=13242] ppid=13238 vsize=785128 CPUtime=121.45 cores=0,2,4,6
/proc/13241/task/13242/stat : 13242 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202560 19273 0 0 0 12133 12 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446604447347623168 0 0 -1 0 0 0 0
[pid=13241/tid=13243] ppid=13238 vsize=785128 CPUtime=124.77 cores=0,2,4,6
/proc/13241/task/13243/stat : 13243 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 83406 0 0 0 12437 40 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134529136 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=785128 CPUtime=120.15 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202560 21809 0 0 0 12002 13 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446604447347623168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 490.52
Current children cumulated vsize (KiB) 793828

[startup+127.701 s]
/proc/loadavg: 8.00 7.92 6.90 6/359 13248
/proc/meminfo: memFree=6560596/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=785128 CPUtime=488.76 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202496 185383 0 0 0 48792 84 0 0 25 0 4 0 641413237 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 196282 185333 84 194 0 196086 0
[pid=13241/tid=13242] ppid=13238 vsize=785128 CPUtime=121.45 cores=0,2,4,6
/proc/13241/task/13242/stat : 13242 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202560 19273 0 0 0 12133 12 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446604447347623168 0 0 -1 0 0 0 0
[pid=13241/tid=13243] ppid=13238 vsize=785128 CPUtime=124.96 cores=0,2,4,6
/proc/13241/task/13243/stat : 13243 (manysat1.1_stat) R 13238 13238 12655 0 -1 4202560 83406 0 0 0 12456 40 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134529391 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=785128 CPUtime=120.15 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) S 13238 13238 12655 0 -1 4202560 21809 0 0 0 12002 13 0 0 25 0 4 0 641413309 803971072 185333 33554432000 134512640 135305190 4294682864 18446744073709551615 134657474 0 0 4096 3 18446604447347623168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 490.72
Current children cumulated vsize (KiB) 793828

[startup+127.801 s]
/proc/loadavg: 8.00 7.92 6.90 6/359 13248
/proc/meminfo: memFree=6560596/32950928 swapFree=45937192/67111528
[pid=13238] ppid=13236 vsize=8700 CPUtime=1.96 cores=0,2,4,6
/proc/13238/stat : 13238 (manysat.sh) S 13236 13238 12655 0 -1 4202496 357 16930 0 0 0 0 191 5 18 0 1 0 641413039 8908800 253 33554432000 4194304 4922060 140737337591888 18446744073709551615 254500510853 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13238/statm: 2175 253 209 178 0 68 0
[pid=13241] ppid=13238 vsize=0 CPUtime=488.86 cores=0,2,4,6
/proc/13241/stat : 13241 (manysat1.1_stat) Z 13238 13238 12655 0 -1 4202524 185398 0 0 0 48801 85 0 0 18 0 2 0 641413237 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13241/statm: 0 0 0 0 0 0 0
[pid=13241/tid=13244] ppid=13238 vsize=0 CPUtime=120.16 cores=0,2,4,6
/proc/13241/task/13244/stat : 13244 (manysat1.1_stat) R 13238 13238 12655 0 -1 4203588 21809 0 0 0 12002 14 0 0 18 0 2 0 641413309 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 490.82
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 127.83
CPU time (s): 490.865
CPU user time (s): 489.928
CPU system time (s): 0.937857
CPU usage (%): 384
Max. virtual memory (cumulated for all children) (KiB): 793828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 489.928
system time used= 0.937857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202896
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= 11992
involuntary context switches= 2203

runsolver used 0.385941 second user time and 1.01885 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-13 16:49:24
IDJOB=3362023
IDBENCH=71743
IDSOLVER=1838
FILE ID=node149/3362023-1305298163
RUNJOBID= node149-1305296390-12673
PBS_JOBID= 13321404
Free space on /tmp= 42188 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362023-1305298163/watcher-3362023-1305298163 -o /tmp/evaluation-result-3362023-1305298163/solver-3362023-1305298163 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362023-1305298163.cnf aimd 1

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=937803829

node149.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.806
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.806
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.83
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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.73
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.806
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.806
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.806
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.806
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:       7490260 kB
Buffers:        264928 kB
Cached:       19309148 kB
SwapCached:      19984 kB
Active:        9988680 kB
Inactive:     14793456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7490260 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           14572 kB
Writeback:          12 kB
AnonPages:     5200904 kB
Mapped:          14588 kB
Slab:           541968 kB
PageTables:      74112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 81116296 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= 42188 MiB
End job on node149 at 2011-05-13 16:51:31