Trace number 3362206

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 534.659 135.04

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark105.068
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.31	c ==============================================================================
0.00/0.31	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.31	c ==============================================================================
0.00/0.31	c |         0 |  701694  2616281 |  210508       0        0     nan |  0.000 % |
0.00/0.40	c |         0 |  697544  2607344 |      --       0       --      -- |     --   | -4150/-8937
0.00/0.40	c ==============================================================================
0.00/0.40	c Result  :   #vars: 31688   #clauses: 697544   #literals: 2607344
0.00/0.40	c CPU time:   0.371943 s
0.00/0.40	c ==============================================================================
534.55/135.01	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
534.55/135.01	c ============================[ Problem Statistics ]=============================
534.55/135.01	c |                                                                             |
534.55/135.01	c threadId              : 0
534.55/135.01	c restarts              : 296
534.55/135.01	c conflicts             : 302575         (567 /sec)
534.55/135.01	c decisions             : 365998         (1.96 % random) (686 /sec)
534.55/135.01	c propagations          : 72502228       (135935 /sec)
534.55/135.01	c conflict literals     : 5665200        (51.38 % deleted)
534.55/135.01	c Memory used           : 295.46 MB
534.55/135.01	c CPU time              : 533.358 s
534.55/135.01	
534.55/135.01	c --->m=4, e=8, aimd=1, HOME/968_many.cnf	time: 133.339	conflicts: 302575       
534.55/135.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-3362206-1305301032/watcher-3362206-1305301032 -o /tmp/evaluation-result-3362206-1305301032/solver-3362206-1305301032 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362206-1305301032.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.99 3.97 3.91 1/344 968
/proc/meminfo: memFree=11717984/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 720333929 8908800 249 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 249 209 178 0 68 0

[startup+0.0391 s]
/proc/loadavg: 3.99 3.97 3.91 1/344 968
/proc/meminfo: memFree=11717984/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 720333929 8908800 249 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101089 s]
/proc/loadavg: 3.99 3.97 3.91 1/344 968
/proc/meminfo: memFree=11717984/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 720333929 8908800 249 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301049 s]
/proc/loadavg: 3.99 3.97 3.91 1/344 968
/proc/meminfo: memFree=11717984/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 720333929 8908800 249 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700975 s]
/proc/loadavg: 3.99 3.97 3.91 1/344 968
/proc/meminfo: memFree=11717984/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 329 0 0 0 0 0 0 0 18 0 1 0 720333929 8908800 249 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50082 s]
/proc/loadavg: 3.99 3.97 3.91 2/346 971
/proc/meminfo: memFree=11671972/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=143780 CPUtime=0.56 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 34754 0 0 0 52 4 0 0 20 0 1 0 720334022 147230720 34709 33554432000 134512640 135305190 4289312400 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/971/statm: 35945 34710 72 194 0 35749 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 152480

[startup+3.10051 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 975
/proc/meminfo: memFree=11522404/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=216112 CPUtime=6.14 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 45221 0 0 0 598 16 0 0 18 0 4 0 720334022 221298688 45173 33554432000 134512640 135305190 4289312400 18446744073709551615 134528442 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 54028 45173 84 194 0 53832 0
[pid=971/tid=972] ppid=968 vsize=216112 CPUtime=1.35 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 1042 0 0 0 132 3 0 0 17 0 4 0 720334101 221298688 45173 33554432000 134512640 135305190 4289312400 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=216112 CPUtime=1.33 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 936 0 0 0 131 2 0 0 18 0 4 0 720334101 221298688 45173 33554432000 134512640 135305190 4289312400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=971/tid=975] ppid=968 vsize=216112 CPUtime=1.32 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 1191 0 0 0 130 2 0 0 18 0 4 0 720334101 221298688 45173 33554432000 134512640 135305190 4289312400 18446744073709551615 134528590 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 224812

[startup+6.30091 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 975
/proc/meminfo: memFree=11515828/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=220996 CPUtime=18.94 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 46626 0 0 0 1877 17 0 0 18 0 4 0 720334022 226299904 46578 33554432000 134512640 135305190 4289312400 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 55249 46578 84 194 0 55053 0
[pid=971/tid=972] ppid=968 vsize=220996 CPUtime=4.55 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 1303 0 0 0 452 3 0 0 22 0 4 0 720334101 226299904 46578 33554432000 134512640 135305190 4289312400 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=220996 CPUtime=4.52 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 1357 0 0 0 450 2 0 0 18 0 4 0 720334101 226299904 46578 33554432000 134512640 135305190 4289312400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=971/tid=975] ppid=968 vsize=220996 CPUtime=4.52 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 1586 0 0 0 449 3 0 0 18 0 4 0 720334101 226299904 46578 33554432000 134512640 135305190 4289312400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.86
Current children cumulated vsize (KiB) 229696

[startup+12.7007 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 975
/proc/meminfo: memFree=11507188/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=229132 CPUtime=44.53 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 48650 0 0 0 4435 18 0 0 18 0 4 0 720334022 234631168 48602 33554432000 134512640 135305190 4289312400 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 57283 48602 84 194 0 57087 0
[pid=971/tid=972] ppid=968 vsize=229132 CPUtime=10.94 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 1699 0 0 0 1091 3 0 0 25 0 4 0 720334101 234631168 48602 33554432000 134512640 135305190 4289312400 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=229132 CPUtime=10.93 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 1831 0 0 0 1090 3 0 0 18 0 4 0 720334101 234631168 48602 33554432000 134512640 135305190 4289312400 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=971/tid=975] ppid=968 vsize=229132 CPUtime=10.92 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 2135 0 0 0 1089 3 0 0 19 0 4 0 720334101 234631168 48602 33554432000 134512640 135305190 4289312400 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 45.45
Current children cumulated vsize (KiB) 237832

[startup+25.5013 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 976
/proc/meminfo: memFree=11496000/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=241224 CPUtime=95.73 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 51509 0 0 0 9552 21 0 0 18 0 4 0 720334022 247013376 51461 33554432000 134512640 135305190 4289312400 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 60306 51461 84 194 0 60110 0
[pid=971/tid=972] ppid=968 vsize=241224 CPUtime=23.75 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 2356 0 0 0 2371 4 0 0 25 0 4 0 720334101 247013376 51461 33554432000 134512640 135305190 4289312400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=241224 CPUtime=23.72 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 2471 0 0 0 2369 3 0 0 18 0 4 0 720334101 247013376 51461 33554432000 134512640 135305190 4289312400 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=971/tid=975] ppid=968 vsize=241224 CPUtime=23.72 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 2942 0 0 0 2368 4 0 0 18 0 4 0 720334101 247013376 51461 33554432000 134512640 135305190 4289312400 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 96.65
Current children cumulated vsize (KiB) 249924

[startup+51.1004 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 977
/proc/meminfo: memFree=11481056/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=255408 CPUtime=198.1 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 55118 0 0 0 19786 24 0 0 19 0 4 0 720334022 261537792 55070 33554432000 134512640 135305190 4289312400 18446744073709551615 134528489 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 63852 55070 84 194 0 63656 0
[pid=971/tid=972] ppid=968 vsize=255408 CPUtime=49.34 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 3079 0 0 0 4930 4 0 0 25 0 4 0 720334101 261537792 55070 33554432000 134512640 135305190 4289312400 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=255408 CPUtime=49.32 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 3540 0 0 0 4928 4 0 0 23 0 4 0 720334101 261537792 55070 33554432000 134512640 135305190 4289312400 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=971/tid=975] ppid=968 vsize=255408 CPUtime=49.32 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 3713 0 0 0 4927 5 0 0 22 0 4 0 720334101 261537792 55070 33554432000 134512640 135305190 4289312400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 199.02
Current children cumulated vsize (KiB) 264108

[startup+102.313 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 980
/proc/meminfo: memFree=11445276/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=290708 CPUtime=402.92 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 64005 0 0 0 40260 32 0 0 20 0 4 0 720334022 297684992 63957 33554432000 134512640 135305190 4289312400 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 72677 63957 84 194 0 72481 0
[pid=971/tid=972] ppid=968 vsize=290708 CPUtime=100.55 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 4607 0 0 0 10049 6 0 0 21 0 4 0 720334101 297684992 63957 33554432000 134512640 135305190 4289312400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=290708 CPUtime=100.53 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 6935 0 0 0 10045 8 0 0 25 0 4 0 720334101 297684992 63957 33554432000 134512640 135305190 4289312400 18446744073709551615 134528327 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=971/tid=975] ppid=968 vsize=290708 CPUtime=100.52 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 5745 0 0 0 10046 6 0 0 25 0 4 0 720334101 297684992 63957 33554432000 134512640 135305190 4289312400 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 403.84
Current children cumulated vsize (KiB) 299408

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

[startup+115.101 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 981
/proc/meminfo: memFree=11443148/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=292532 CPUtime=454.06 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 64510 0 0 0 45374 32 0 0 18 0 4 0 720334022 299552768 64462 33554432000 134512640 135305190 4289312400 18446744073709551615 134528489 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 73133 64462 84 194 0 72937 0
[pid=971/tid=972] ppid=968 vsize=292532 CPUtime=113.33 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 4679 0 0 0 11327 6 0 0 25 0 4 0 720334101 299552768 64462 33554432000 134512640 135305190 4289312400 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=292532 CPUtime=113.31 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 7248 0 0 0 11323 8 0 0 25 0 4 0 720334101 299552768 64462 33554432000 134512640 135305190 4289312400 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=971/tid=975] ppid=968 vsize=292532 CPUtime=113.31 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 5791 0 0 0 11325 6 0 0 18 0 4 0 720334101 299552768 64462 33554432000 134512640 135305190 4289312400 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 454.98
Current children cumulated vsize (KiB) 301232

[startup+127.901 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 982
/proc/meminfo: memFree=11436712/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=300820 CPUtime=505.26 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 66145 0 0 0 50491 35 0 0 18 0 4 0 720334022 308039680 66097 33554432000 134512640 135305190 4289312400 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 75205 66097 84 194 0 75009 0
[pid=971/tid=972] ppid=968 vsize=300820 CPUtime=126.12 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 5006 0 0 0 12606 6 0 0 25 0 4 0 720334101 308039680 66097 33554432000 134512640 135305190 4289312400 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=300820 CPUtime=126.11 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 7748 0 0 0 12602 9 0 0 25 0 4 0 720334101 308039680 66097 33554432000 134512640 135305190 4289312400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=971/tid=975] ppid=968 vsize=300820 CPUtime=126.1 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 6163 0 0 0 12604 6 0 0 18 0 4 0 720334101 308039680 66097 33554432000 134512640 135305190 4289312400 18446744073709551615 134551785 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 506.18
Current children cumulated vsize (KiB) 309520

[startup+131.101 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 982
/proc/meminfo: memFree=11435668/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=301780 CPUtime=518.05 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 66374 0 0 0 51770 35 0 0 20 0 4 0 720334022 309022720 66326 33554432000 134512640 135305190 4289312400 18446744073709551615 134528307 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 75445 66326 84 194 0 75249 0
[pid=971/tid=972] ppid=968 vsize=301780 CPUtime=129.32 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 5049 0 0 0 12926 6 0 0 18 0 4 0 720334101 309022720 66326 33554432000 134512640 135305190 4289312400 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=301780 CPUtime=129.31 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 7816 0 0 0 12922 9 0 0 25 0 4 0 720334101 309022720 66326 33554432000 134512640 135305190 4289312400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=971/tid=975] ppid=968 vsize=301780 CPUtime=129.29 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 6192 0 0 0 12923 6 0 0 18 0 4 0 720334101 309022720 66326 33554432000 134512640 135305190 4289312400 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 518.97
Current children cumulated vsize (KiB) 310480

[startup+132.701 s]
/proc/loadavg: 3.99 3.97 3.91 5/349 982
/proc/meminfo: memFree=11435544/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=301920 CPUtime=524.45 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 66461 0 0 0 52410 35 0 0 18 0 4 0 720334022 309166080 66413 33554432000 134512640 135305190 4289312400 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 75480 66413 84 194 0 75284 0
[pid=971/tid=972] ppid=968 vsize=301920 CPUtime=130.92 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 5061 0 0 0 13086 6 0 0 21 0 4 0 720334101 309166080 66413 33554432000 134512640 135305190 4289312400 18446744073709551615 134528744 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=301920 CPUtime=130.91 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 7853 0 0 0 13082 9 0 0 25 0 4 0 720334101 309166080 66413 33554432000 134512640 135305190 4289312400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=971/tid=975] ppid=968 vsize=301920 CPUtime=130.89 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 6219 0 0 0 13083 6 0 0 20 0 4 0 720334101 309166080 66413 33554432000 134512640 135305190 4289312400 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 525.37
Current children cumulated vsize (KiB) 310620

[startup+134.301 s]
/proc/loadavg: 4.15 4.00 3.92 5/349 982
/proc/meminfo: memFree=11435048/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=302420 CPUtime=530.84 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 66566 0 0 0 53049 35 0 0 21 0 4 0 720334022 309678080 66518 33554432000 134512640 135305190 4289312400 18446744073709551615 134538906 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 75605 66518 84 194 0 75409 0
[pid=971/tid=972] ppid=968 vsize=302420 CPUtime=132.51 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 5071 0 0 0 13245 6 0 0 25 0 4 0 720334101 309678080 66518 33554432000 134512640 135305190 4289312400 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=302420 CPUtime=132.51 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 7928 0 0 0 13242 9 0 0 25 0 4 0 720334101 309678080 66518 33554432000 134512640 135305190 4289312400 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=971/tid=975] ppid=968 vsize=302420 CPUtime=132.49 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 6226 0 0 0 13243 6 0 0 18 0 4 0 720334101 309678080 66518 33554432000 134512640 135305190 4289312400 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 531.76
Current children cumulated vsize (KiB) 311120

[startup+134.701 s]
/proc/loadavg: 4.15 4.00 3.92 5/349 982
/proc/meminfo: memFree=11435048/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=302420 CPUtime=532.44 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 66582 0 0 0 53209 35 0 0 22 0 4 0 720334022 309678080 66534 33554432000 134512640 135305190 4289312400 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 75605 66534 84 194 0 75409 0
[pid=971/tid=972] ppid=968 vsize=302420 CPUtime=132.91 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 5071 0 0 0 13285 6 0 0 25 0 4 0 720334101 309678080 66534 33554432000 134512640 135305190 4289312400 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=302420 CPUtime=132.91 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 7944 0 0 0 13282 9 0 0 25 0 4 0 720334101 309678080 66534 33554432000 134512640 135305190 4289312400 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=971/tid=975] ppid=968 vsize=302420 CPUtime=132.89 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 6226 0 0 0 13283 6 0 0 19 0 4 0 720334101 309678080 66534 33554432000 134512640 135305190 4289312400 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 533.36
Current children cumulated vsize (KiB) 311120

[startup+134.901 s]
/proc/loadavg: 4.15 4.00 3.92 5/349 982
/proc/meminfo: memFree=11435048/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=302420 CPUtime=533.23 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 66595 0 0 0 53288 35 0 0 22 0 4 0 720334022 309678080 66547 33554432000 134512640 135305190 4289312400 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 75605 66547 84 194 0 75409 0
[pid=971/tid=972] ppid=968 vsize=302420 CPUtime=133.11 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 5071 0 0 0 13305 6 0 0 25 0 4 0 720334101 309678080 66547 33554432000 134512640 135305190 4289312400 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=302420 CPUtime=133.11 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 7957 0 0 0 13302 9 0 0 25 0 4 0 720334101 309678080 66547 33554432000 134512640 135305190 4289312400 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=971/tid=975] ppid=968 vsize=302420 CPUtime=133.08 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 6226 0 0 0 13302 6 0 0 18 0 4 0 720334101 309678080 66547 33554432000 134512640 135305190 4289312400 18446744073709551615 134541926 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 534.15
Current children cumulated vsize (KiB) 311120

[startup+135.001 s]
/proc/loadavg: 4.15 4.00 3.92 5/349 982
/proc/meminfo: memFree=11435048/32950928 swapFree=67111200/67111528
[pid=968] ppid=966 vsize=8700 CPUtime=0.92 cores=0-7
/proc/968/stat : 968 (manysat.sh) S 966 968 32728 0 -1 4202496 357 17970 0 0 0 0 87 5 18 0 1 0 720333929 8908800 252 33554432000 4194304 4922060 140734729813152 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/968/statm: 2175 252 209 178 0 68 0
[pid=971] ppid=968 vsize=302552 CPUtime=533.63 cores=0-7
/proc/971/stat : 971 (manysat1.1_stat) R 968 968 32728 0 -1 4202496 66601 0 0 0 53328 35 0 0 23 0 4 0 720334022 309813248 66553 33554432000 134512640 135305190 4289312400 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/971/statm: 75638 66553 84 194 0 75442 0
[pid=971/tid=972] ppid=968 vsize=302552 CPUtime=133.21 cores=0-7
/proc/971/task/972/stat : 972 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 5071 0 0 0 13315 6 0 0 25 0 4 0 720334101 309813248 66553 33554432000 134512640 135305190 4289312400 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=971/tid=974] ppid=968 vsize=302552 CPUtime=133.21 cores=0-7
/proc/971/task/974/stat : 974 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 7963 0 0 0 13312 9 0 0 18 0 4 0 720334101 309813248 66553 33554432000 134512640 135305190 4289312400 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=971/tid=975] ppid=968 vsize=302552 CPUtime=133.18 cores=0-7
/proc/971/task/975/stat : 975 (manysat1.1_stat) R 968 968 32728 0 -1 4202560 6226 0 0 0 13312 6 0 0 18 0 4 0 720334101 309813248 66553 33554432000 134512640 135305190 4289312400 18446744073709551615 134528939 0 0 4096 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 534.55
Current children cumulated vsize (KiB) 311252

Child status: 20
Real time (s): 135.04
CPU time (s): 534.659
CPU user time (s): 534.231
CPU system time (s): 0.427934
CPU usage (%): 395.925
Max. virtual memory (cumulated for all children) (KiB): 311252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 534.231
system time used= 0.427934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85153
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= 19405
involuntary context switches= 2103

runsolver used 0.445932 second user time and 1.03284 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-13 17:37:13
IDJOB=3362206
IDBENCH=82496
IDSOLVER=1839
FILE ID=node115/3362206-1305301032
RUNJOBID= node115-1305296396-32742
PBS_JOBID= 13321438
Free space on /tmp= 50048 MiB

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

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=1953701787

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:      11718256 kB
Buffers:        242884 kB
Cached:       10500388 kB
SwapCached:          0 kB
Active:       11798628 kB
Inactive:      8973892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11718256 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           18668 kB
Writeback:           0 kB
AnonPages:    10029660 kB
Mapped:          27808 kB
Slab:           351624 kB
PageTables:      40744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69655048 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:39:28