Trace number 3362216

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 466.659 118.046

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.463
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.33	c ==============================================================================
0.00/0.33	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.33	c ==============================================================================
0.00/0.33	c |         0 |  742909  2791650 |  222872       0        0     nan |  0.000 % |
0.00/0.35	c |         0 |  742878  2791868 |      --       0       --      -- |     --   | -31/218
0.00/0.35	c ==============================================================================
0.00/0.35	c Result  :   #vars: 25957   #clauses: 742878   #literals: 2791868
0.00/0.35	c CPU time:   0.319951 s
0.00/0.35	c ==============================================================================
466.51/118.02	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
466.51/118.02	c ============================[ Problem Statistics ]=============================
466.51/118.02	c |                                                                             |
466.51/118.02	c threadId              : 2
466.51/118.02	c restarts              : 18
466.51/118.02	c conflicts             : 260566         (560 /sec)
466.51/118.02	c decisions             : 307418         (1.92 % random) (661 /sec)
466.51/118.02	c propagations          : 57682154       (123960 /sec)
466.51/118.02	c conflict literals     : 6210104        (44.82 % deleted)
466.51/118.02	c Memory used           : 294.06 MB
466.51/118.02	c CPU time              : 465.328 s
466.51/118.02	
466.51/118.02	c --->m=4, e=8, aimd=1, HOME/1042_many.cnf	time: 116.332	conflicts: 260566       
466.51/118.03	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-3362216-1305301188/watcher-3362216-1305301188 -o /tmp/evaluation-result-3362216-1305301188/solver-3362216-1305301188 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362216-1305301188.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.48 3.86 3.87 2/344 1042
/proc/meminfo: memFree=11696452/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 720349539 8908800 250 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1042/statm: 2175 250 209 178 0 68 0

[startup+0.033682 s]
/proc/loadavg: 3.48 3.86 3.87 2/344 1042
/proc/meminfo: memFree=11696452/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 720349539 8908800 250 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1042/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100684 s]
/proc/loadavg: 3.48 3.86 3.87 2/344 1042
/proc/meminfo: memFree=11696452/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 720349539 8908800 250 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1042/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300646 s]
/proc/loadavg: 3.48 3.86 3.87 2/344 1042
/proc/meminfo: memFree=11696452/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 720349539 8908800 250 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1042/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700549 s]
/proc/loadavg: 3.48 3.86 3.87 2/344 1042
/proc/meminfo: memFree=11696452/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 720349539 8908800 250 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1042/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5004 s]
/proc/loadavg: 3.48 3.86 3.87 2/346 1045
/proc/meminfo: memFree=11647348/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=145180 CPUtime=0.58 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 35690 0 0 0 54 4 0 0 20 0 1 0 720349630 148664320 35645 33554432000 134512640 135305190 4287647648 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/1045/statm: 36328 35649 72 194 0 36132 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 153880

[startup+3.10109 s]
/proc/loadavg: 3.52 3.86 3.87 5/349 1048
/proc/meminfo: memFree=11487984/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=229844 CPUtime=6.11 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 47924 0 0 0 594 17 0 0 18 0 4 0 720349630 235360256 47876 33554432000 134512640 135305190 4287647648 18446744073709551615 134528327 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 57461 47876 84 194 0 57265 0
[pid=1045/tid=1046] ppid=1042 vsize=229844 CPUtime=1.32 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 824 0 0 0 130 2 0 0 17 0 4 0 720349713 235360256 47876 33554432000 134512640 135305190 4287647648 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=229844 CPUtime=1.31 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 1323 0 0 0 129 2 0 0 18 0 4 0 720349713 235360256 47876 33554432000 134512640 135305190 4287647648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=229844 CPUtime=1.3 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 1175 0 0 0 127 3 0 0 18 0 4 0 720349713 235360256 47876 33554432000 134512640 135305190 4287647648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7
Current children cumulated vsize (KiB) 238544

[startup+6.30048 s]
/proc/loadavg: 3.52 3.86 3.87 5/349 1048
/proc/meminfo: memFree=11480792/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=235112 CPUtime=18.91 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 49423 0 0 0 1873 18 0 0 18 0 4 0 720349630 240754688 49375 33554432000 134512640 135305190 4287647648 18446744073709551615 134529062 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 58778 49375 84 194 0 58582 0
[pid=1045/tid=1046] ppid=1042 vsize=235112 CPUtime=4.52 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 1282 0 0 0 450 2 0 0 22 0 4 0 720349713 240754688 49375 33554432000 134512640 135305190 4287647648 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=235112 CPUtime=4.51 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 1684 0 0 0 448 3 0 0 19 0 4 0 720349713 240754688 49375 33554432000 134512640 135305190 4287647648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=235112 CPUtime=4.5 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 1444 0 0 0 447 3 0 0 18 0 4 0 720349713 240754688 49375 33554432000 134512640 135305190 4287647648 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19.8
Current children cumulated vsize (KiB) 243812

[startup+12.7013 s]
/proc/loadavg: 3.59 3.86 3.87 5/349 1049
/proc/meminfo: memFree=11471420/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=243768 CPUtime=44.51 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 51615 0 0 0 4431 20 0 0 18 0 4 0 720349630 249618432 51567 33554432000 134512640 135305190 4287647648 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 60942 51567 84 194 0 60746 0
[pid=1045/tid=1046] ppid=1042 vsize=243768 CPUtime=10.92 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 1782 0 0 0 1090 2 0 0 25 0 4 0 720349713 249618432 51567 33554432000 134512640 135305190 4287647648 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=243768 CPUtime=10.91 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 2286 0 0 0 1087 4 0 0 21 0 4 0 720349713 249618432 51567 33554432000 134512640 135305190 4287647648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=243768 CPUtime=10.9 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 1976 0 0 0 1086 4 0 0 22 0 4 0 720349713 249618432 51567 33554432000 134512640 135305190 4287647648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 45.4
Current children cumulated vsize (KiB) 252468

[startup+25.5008 s]
/proc/loadavg: 3.74 3.88 3.88 5/349 1049
/proc/meminfo: memFree=11462012/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=255216 CPUtime=95.7 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 54348 0 0 0 9547 23 0 0 19 0 4 0 720349630 261341184 54284 33554432000 134512640 135305190 4287647648 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 63804 54284 84 194 0 63608 0
[pid=1045/tid=1046] ppid=1042 vsize=255216 CPUtime=23.72 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 2346 0 0 0 2369 3 0 0 18 0 4 0 720349713 261341184 54284 33554432000 134512640 135305190 4287647648 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=255216 CPUtime=23.71 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 3141 0 0 0 2367 4 0 0 19 0 4 0 720349713 261341184 54284 33554432000 134512640 135305190 4287647648 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=255216 CPUtime=23.7 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 2592 0 0 0 2365 5 0 0 18 0 4 0 720349713 261341184 54284 33554432000 134512640 135305190 4287647648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 96.59
Current children cumulated vsize (KiB) 263916

[startup+51.101 s]
/proc/loadavg: 3.82 3.89 3.88 5/349 1050
/proc/meminfo: memFree=11447020/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=270240 CPUtime=198.08 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 58157 0 0 0 19780 28 0 0 18 0 4 0 720349630 276725760 58093 33554432000 134512640 135305190 4287647648 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 67560 58093 84 194 0 67364 0
[pid=1045/tid=1046] ppid=1042 vsize=270240 CPUtime=49.31 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 3052 0 0 0 4927 4 0 0 25 0 4 0 720349713 276725760 58093 33554432000 134512640 135305190 4287647648 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=270240 CPUtime=49.31 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4293 0 0 0 4926 5 0 0 25 0 4 0 720349713 276725760 58093 33554432000 134512640 135305190 4287647648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=270240 CPUtime=49.3 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 3420 0 0 0 4923 7 0 0 25 0 4 0 720349713 276725760 58093 33554432000 134512640 135305190 4287647648 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 198.97
Current children cumulated vsize (KiB) 278940

[startup+102.313 s]
/proc/loadavg: 3.93 3.91 3.89 5/349 1051
/proc/meminfo: memFree=11420720/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=297052 CPUtime=402.9 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 64702 0 0 0 40252 38 0 0 18 0 4 0 720349630 304181248 64638 33554432000 134512640 135305190 4287647648 18446744073709551615 134528433 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 74263 64638 84 194 0 74067 0
[pid=1045/tid=1046] ppid=1042 vsize=297052 CPUtime=100.51 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4411 0 0 0 10045 6 0 0 25 0 4 0 720349713 304181248 64638 33554432000 134512640 135305190 4287647648 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=297052 CPUtime=100.52 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 6674 0 0 0 10045 7 0 0 25 0 4 0 720349713 304181248 64638 33554432000 134512640 135305190 4287647648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=297052 CPUtime=100.5 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4754 0 0 0 10040 10 0 0 25 0 4 0 720349713 304181248 64638 33554432000 134512640 135305190 4287647648 18446744073709551615 134528791 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 403.79
Current children cumulated vsize (KiB) 305752

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

[startup+108.701 s]
/proc/loadavg: 3.93 3.91 3.89 5/349 1051
/proc/meminfo: memFree=11419356/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=298276 CPUtime=428.44 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 65073 0 0 0 42805 39 0 0 20 0 4 0 720349630 305434624 65009 33554432000 134512640 135305190 4287647648 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 74569 65009 84 194 0 74373 0
[pid=1045/tid=1046] ppid=1042 vsize=298276 CPUtime=106.9 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4496 0 0 0 10684 6 0 0 25 0 4 0 720349713 305434624 65009 33554432000 134512640 135305190 4287647648 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=298276 CPUtime=106.89 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 6793 0 0 0 10682 7 0 0 19 0 4 0 720349713 305434624 65009 33554432000 134512640 135305190 4287647648 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=298276 CPUtime=106.89 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4835 0 0 0 10679 10 0 0 25 0 4 0 720349713 305434624 65009 33554432000 134512640 135305190 4287647648 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 429.33
Current children cumulated vsize (KiB) 306976

[startup+111.9 s]
/proc/loadavg: 3.93 3.91 3.89 5/349 1051
/proc/meminfo: memFree=11418592/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=298976 CPUtime=441.23 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 65238 0 0 0 44084 39 0 0 18 0 4 0 720349630 306151424 65174 33554432000 134512640 135305190 4287647648 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 74744 65174 84 194 0 74548 0
[pid=1045/tid=1046] ppid=1042 vsize=298976 CPUtime=110.1 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4541 0 0 0 11004 6 0 0 18 0 4 0 720349713 306151424 65174 33554432000 134512640 135305190 4287647648 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=298976 CPUtime=110.09 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 6866 0 0 0 11002 7 0 0 18 0 4 0 720349713 306151424 65174 33554432000 134512640 135305190 4287647648 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=298976 CPUtime=110.09 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4857 0 0 0 10999 10 0 0 25 0 4 0 720349713 306151424 65174 33554432000 134512640 135305190 4287647648 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 442.12
Current children cumulated vsize (KiB) 307676

[startup+115.101 s]
/proc/loadavg: 3.94 3.91 3.89 5/349 1051
/proc/meminfo: memFree=11417848/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=300548 CPUtime=454.03 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 65436 0 0 0 45364 39 0 0 18 0 4 0 720349630 307761152 65372 33554432000 134512640 135305190 4287647648 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 75137 65372 84 194 0 74941 0
[pid=1045/tid=1046] ppid=1042 vsize=300548 CPUtime=113.3 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4573 0 0 0 11324 6 0 0 25 0 4 0 720349713 307761152 65372 33554432000 134512640 135305190 4287647648 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=300548 CPUtime=113.3 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 6929 0 0 0 11322 8 0 0 25 0 4 0 720349713 307761152 65372 33554432000 134512640 135305190 4287647648 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=300548 CPUtime=113.29 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4919 0 0 0 11319 10 0 0 25 0 4 0 720349713 307761152 65372 33554432000 134512640 135305190 4287647648 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 454.92
Current children cumulated vsize (KiB) 309248

[startup+116.701 s]
/proc/loadavg: 3.94 3.91 3.89 5/349 1051
/proc/meminfo: memFree=11417104/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=300840 CPUtime=460.43 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 65568 0 0 0 46003 40 0 0 19 0 4 0 720349630 308060160 65504 33554432000 134512640 135305190 4287647648 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 75210 65504 84 194 0 75014 0
[pid=1045/tid=1046] ppid=1042 vsize=300840 CPUtime=114.9 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4601 0 0 0 11483 7 0 0 25 0 4 0 720349713 308060160 65504 33554432000 134512640 135305190 4287647648 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=300840 CPUtime=114.9 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 6980 0 0 0 11482 8 0 0 25 0 4 0 720349713 308060160 65504 33554432000 134512640 135305190 4287647648 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=300840 CPUtime=114.88 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4952 0 0 0 11478 10 0 0 25 0 4 0 720349713 308060160 65504 33554432000 134512640 135305190 4287647648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 461.32
Current children cumulated vsize (KiB) 309540

[startup+117.5 s]
/proc/loadavg: 3.94 3.91 3.89 5/349 1051
/proc/meminfo: memFree=11417104/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=300976 CPUtime=463.63 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 65619 0 0 0 46323 40 0 0 21 0 4 0 720349630 308199424 65555 33554432000 134512640 135305190 4287647648 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 75244 65555 84 194 0 75048 0
[pid=1045/tid=1046] ppid=1042 vsize=300976 CPUtime=115.7 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4614 0 0 0 11563 7 0 0 25 0 4 0 720349713 308199424 65555 33554432000 134512640 135305190 4287647648 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=300976 CPUtime=115.7 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 6995 0 0 0 11562 8 0 0 18 0 4 0 720349713 308199424 65555 33554432000 134512640 135305190 4287647648 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=300976 CPUtime=115.68 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4956 0 0 0 11558 10 0 0 25 0 4 0 720349713 308199424 65555 33554432000 134512640 135305190 4287647648 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 464.52
Current children cumulated vsize (KiB) 309676

[startup+117.901 s]
/proc/loadavg: 3.94 3.91 3.89 5/349 1051
/proc/meminfo: memFree=11416856/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=301112 CPUtime=465.22 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 65623 0 0 0 46482 40 0 0 23 0 4 0 720349630 308338688 65559 33554432000 134512640 135305190 4287647648 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 75278 65559 84 194 0 75082 0
[pid=1045/tid=1046] ppid=1042 vsize=301112 CPUtime=116.1 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4614 0 0 0 11603 7 0 0 25 0 4 0 720349713 308338688 65559 33554432000 134512640 135305190 4287647648 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=301112 CPUtime=116.1 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 6997 0 0 0 11602 8 0 0 19 0 4 0 720349713 308338688 65559 33554432000 134512640 135305190 4287647648 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=301112 CPUtime=116.08 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4956 0 0 0 11598 10 0 0 25 0 4 0 720349713 308338688 65559 33554432000 134512640 135305190 4287647648 18446744073709551615 134528861 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 466.11
Current children cumulated vsize (KiB) 309812

[startup+118.001 s]
/proc/loadavg: 3.94 3.91 3.89 5/349 1051
/proc/meminfo: memFree=11416856/32950928 swapFree=67111200/67111528
[pid=1042] ppid=1040 vsize=8700 CPUtime=0.89 cores=0-7
/proc/1042/stat : 1042 (manysat.sh) S 1040 1042 32728 0 -1 4202496 358 15989 0 0 0 0 84 5 18 0 1 0 720349539 8908800 253 33554432000 4194304 4922060 140734685610816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1042/statm: 2175 253 209 178 0 68 0
[pid=1045] ppid=1042 vsize=301112 CPUtime=465.62 cores=0-7
/proc/1045/stat : 1045 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202496 65643 0 0 0 46522 40 0 0 23 0 4 0 720349630 308338688 65579 33554432000 134512640 135305190 4287647648 18446744073709551615 134547978 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/1045/statm: 75278 65579 84 194 0 75082 0
[pid=1045/tid=1046] ppid=1042 vsize=301112 CPUtime=116.2 cores=0-7
/proc/1045/task/1046/stat : 1046 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4620 0 0 0 11613 7 0 0 25 0 4 0 720349713 308338688 65579 33554432000 134512640 135305190 4287647648 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=1045/tid=1047] ppid=1042 vsize=301112 CPUtime=116.2 cores=0-7
/proc/1045/task/1047/stat : 1047 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 7007 0 0 0 11612 8 0 0 19 0 4 0 720349713 308338688 65579 33554432000 134512640 135305190 4287647648 18446744073709551615 134528350 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=1045/tid=1048] ppid=1042 vsize=301112 CPUtime=116.18 cores=0-7
/proc/1045/task/1048/stat : 1048 (manysat1.1_stat) R 1042 1042 32728 0 -1 4202560 4956 0 0 0 11608 10 0 0 25 0 4 0 720349713 308338688 65579 33554432000 134512640 135305190 4287647648 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 466.51
Current children cumulated vsize (KiB) 309812

Child status: 20
Real time (s): 118.046
CPU time (s): 466.659
CPU user time (s): 466.178
CPU system time (s): 0.480926
CPU usage (%): 395.319
Max. virtual memory (cumulated for all children) (KiB): 309812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 466.178
system time used= 0.480926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82218
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= 19853
involuntary context switches= 1757

runsolver used 0.336948 second user time and 0.960853 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-13 17:39:49
IDJOB=3362216
IDBENCH=82501
IDSOLVER=1839
FILE ID=node115/3362216-1305301188
RUNJOBID= node115-1305296396-32742
PBS_JOBID= 13321438
Free space on /tmp= 50044 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/manthey/traffic/traffic_b_unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362216-1305301188/watcher-3362216-1305301188 -o /tmp/evaluation-result-3362216-1305301188/solver-3362216-1305301188 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362216-1305301188.cnf aimd 1

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=105423152

node115.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.811
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.62
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.811
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.811
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.811
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.811
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      11696724 kB
Buffers:        243208 kB
Cached:       10520812 kB
SwapCached:          0 kB
Active:       11800000 kB
Inactive:      8993388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11696724 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           20344 kB
Writeback:           0 kB
AnonPages:    10029072 kB
Mapped:          27628 kB
Slab:           352564 kB
PageTables:      40540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69654788 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= 50044 MiB
End job on node115 at 2011-05-13 17:41:47