Trace number 3362218

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 568.09 143.203

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark114.081
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.26	c ==============================================================================
0.00/0.26	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.26	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.26	c ==============================================================================
0.00/0.26	c |         0 |  533919  1968248 |  160175       0        0     nan |  0.000 % |
0.00/0.42	c |         0 |  529211  1957956 |      --       0       --      -- |     --   | -4708/-10292
0.00/0.42	c ==============================================================================
0.00/0.42	c Result  :   #vars: 36225   #clauses: 529211   #literals: 1957956
0.00/0.42	c CPU time:   0.397939 s
0.00/0.42	c ==============================================================================
567.72/143.18	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
567.72/143.18	c ============================[ Problem Statistics ]=============================
567.72/143.18	c |                                                                             |
567.72/143.18	c threadId              : 3
567.72/143.18	c restarts              : 336
567.72/143.18	c conflicts             : 349039         (616 /sec)
567.72/143.18	c decisions             : 419446         (2.97 % random) (740 /sec)
567.72/143.18	c propagations          : 76851826       (135558 /sec)
567.72/143.18	c conflict literals     : 7322328        (45.75 % deleted)
567.72/143.18	c Memory used           : 253.78 MB
567.72/143.18	c CPU time              : 566.93 s
567.72/143.18	
567.72/143.18	c --->m=4, e=8, aimd=1, HOME/1921_many.cnf	time: 141.732	conflicts: 349039       
567.72/143.19	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-3362218-1305301273/watcher-3362218-1305301273 -o /tmp/evaluation-result-3362218-1305301273/solver-3362218-1305301273 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362218-1305301273.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: 1.00 1.03 1.71 1/231 1921
/proc/meminfo: memFree=17576828/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641728125 8908800 250 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1921/statm: 2175 250 209 178 0 68 0

[startup+0.0985299 s]
/proc/loadavg: 1.00 1.03 1.71 1/231 1921
/proc/meminfo: memFree=17576828/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641728125 8908800 250 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1921/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100551 s]
/proc/loadavg: 1.00 1.03 1.71 1/231 1921
/proc/meminfo: memFree=17576828/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641728125 8908800 250 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1921/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300496 s]
/proc/loadavg: 1.00 1.03 1.71 1/231 1921
/proc/meminfo: memFree=17576828/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641728125 8908800 250 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1921/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700422 s]
/proc/loadavg: 1.00 1.03 1.71 1/231 1921
/proc/meminfo: memFree=17576828/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641728125 8908800 250 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/1921/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50024 s]
/proc/loadavg: 1.00 1.03 1.71 2/233 1924
/proc/meminfo: memFree=17521012/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=167832 CPUtime=0.67 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 32657 0 0 0 60 7 0 0 18 0 4 0 641728212 171859968 32611 33554432000 134512640 135305190 4288611568 18446744073709551615 134857151 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/1924/statm: 41958 32611 83 194 0 41762 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 176532

[startup+3.10095 s]
/proc/loadavg: 1.00 1.03 1.71 5/236 1927
/proc/meminfo: memFree=17423352/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=178532 CPUtime=6.97 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 35422 0 0 0 688 9 0 0 18 0 4 0 641728212 182816768 35376 33554432000 134512640 135305190 4288611568 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/1924/statm: 44633 35376 84 194 0 44437 0
[pid=1924/tid=1925] ppid=1921 vsize=178532 CPUtime=1.6 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 731 0 0 0 159 1 0 0 17 0 4 0 641728271 182816768 35376 33554432000 134512640 135305190 4288611568 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=178532 CPUtime=1.57 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 920 0 0 0 157 0 0 0 18 0 4 0 641728271 182816768 35376 33554432000 134512640 135305190 4288611568 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=178532 CPUtime=1.6 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 983 0 0 0 160 0 0 0 18 0 4 0 641728271 182816768 35376 33554432000 134512640 135305190 4288611568 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.83
Current children cumulated vsize (KiB) 187232

[startup+6.3004 s]
/proc/loadavg: 1.24 1.08 1.72 5/236 1927
/proc/meminfo: memFree=17416676/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=184112 CPUtime=19.77 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 36975 0 0 0 1967 10 0 0 18 0 4 0 641728212 188530688 36929 33554432000 134512640 135305190 4288611568 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1924/statm: 46028 36929 84 194 0 45832 0
[pid=1924/tid=1925] ppid=1921 vsize=184112 CPUtime=4.8 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 1087 0 0 0 479 1 0 0 25 0 4 0 641728271 188530688 36929 33554432000 134512640 135305190 4288611568 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=184112 CPUtime=4.78 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 1159 0 0 0 477 1 0 0 21 0 4 0 641728271 188530688 36929 33554432000 134512640 135305190 4288611568 18446744073709551615 134528464 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=184112 CPUtime=4.8 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 1442 0 0 0 480 0 0 0 18 0 4 0 641728271 188530688 36929 33554432000 134512640 135305190 4288611568 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20.63
Current children cumulated vsize (KiB) 192812

[startup+12.7012 s]
/proc/loadavg: 1.46 1.13 1.74 5/236 1927
/proc/meminfo: memFree=17407524/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=192832 CPUtime=45.37 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 39111 0 0 0 4525 12 0 0 18 0 4 0 641728212 197459968 39065 33554432000 134512640 135305190 4288611568 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1924/statm: 48208 39065 84 194 0 48012 0
[pid=1924/tid=1925] ppid=1921 vsize=192832 CPUtime=11.21 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 1559 0 0 0 1119 2 0 0 25 0 4 0 641728271 197459968 39065 33554432000 134512640 135305190 4288611568 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=192832 CPUtime=11.18 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 1659 0 0 0 1117 1 0 0 18 0 4 0 641728271 197459968 39065 33554432000 134512640 135305190 4288611568 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=192832 CPUtime=11.2 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 1992 0 0 0 1119 1 0 0 18 0 4 0 641728271 197459968 39065 33554432000 134512640 135305190 4288611568 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.23
Current children cumulated vsize (KiB) 201532

[startup+25.5009 s]
/proc/loadavg: 2.02 1.27 1.77 5/236 1928
/proc/meminfo: memFree=17394188/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=206956 CPUtime=96.57 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 42606 0 0 0 9641 16 0 0 20 0 4 0 641728212 211922944 42560 33554432000 134512640 135305190 4288611568 18446744073709551615 134528630 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1924/statm: 51739 42560 84 194 0 51543 0
[pid=1924/tid=1925] ppid=1921 vsize=206956 CPUtime=24 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 2292 0 0 0 2398 2 0 0 25 0 4 0 641728271 211922944 42560 33554432000 134512640 135305190 4288611568 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=206956 CPUtime=23.98 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 2735 0 0 0 2395 3 0 0 18 0 4 0 641728271 211922944 42560 33554432000 134512640 135305190 4288611568 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=206956 CPUtime=24 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 2876 0 0 0 2398 2 0 0 19 0 4 0 641728271 211922944 42560 33554432000 134512640 135305190 4288611568 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 97.43
Current children cumulated vsize (KiB) 215656

[startup+51.1012 s]
/proc/loadavg: 2.70 1.49 1.83 5/236 1928
/proc/meminfo: memFree=17379760/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=221212 CPUtime=198.94 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 46076 0 0 0 19876 18 0 0 19 0 4 0 641728212 226521088 46030 33554432000 134512640 135305190 4288611568 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1924/statm: 55303 46030 84 194 0 55107 0
[pid=1924/tid=1925] ppid=1921 vsize=221212 CPUtime=49.6 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 2978 0 0 0 4957 3 0 0 25 0 4 0 641728271 226521088 46030 33554432000 134512640 135305190 4288611568 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=221212 CPUtime=49.57 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 3924 0 0 0 4954 3 0 0 25 0 4 0 641728271 226521088 46030 33554432000 134512640 135305190 4288611568 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=221212 CPUtime=49.59 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 3666 0 0 0 4957 2 0 0 25 0 4 0 641728271 226521088 46030 33554432000 134512640 135305190 4288611568 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 199.8
Current children cumulated vsize (KiB) 229912

[startup+102.309 s]
/proc/loadavg: 3.43 1.87 1.94 5/236 1930
/proc/meminfo: memFree=17352344/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=247688 CPUtime=403.74 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 52798 0 0 0 40350 24 0 0 18 0 4 0 641728212 253632512 52752 33554432000 134512640 135305190 4288611568 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1924/statm: 61922 52752 84 194 0 61726 0
[pid=1924/tid=1925] ppid=1921 vsize=247688 CPUtime=100.8 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 4214 0 0 0 10076 4 0 0 25 0 4 0 641728271 253632512 52752 33554432000 134512640 135305190 4288611568 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=247688 CPUtime=100.78 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 6207 0 0 0 10072 6 0 0 25 0 4 0 641728271 253632512 52752 33554432000 134512640 135305190 4288611568 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=247688 CPUtime=100.79 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 5088 0 0 0 10076 3 0 0 19 0 4 0 641728271 253632512 52752 33554432000 134512640 135305190 4288611568 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 404.6
Current children cumulated vsize (KiB) 256388

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

[startup+127.901 s]
/proc/loadavg: 3.62 2.04 1.99 5/236 1930
/proc/meminfo: memFree=17343780/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=256532 CPUtime=506.08 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 55026 0 0 0 50582 26 0 0 18 0 4 0 641728212 262688768 54980 33554432000 134512640 135305190 4288611568 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1924/statm: 64133 54980 84 194 0 63937 0
[pid=1924/tid=1925] ppid=1921 vsize=256532 CPUtime=126.39 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 4507 0 0 0 12634 5 0 0 25 0 4 0 641728271 262688768 54980 33554432000 134512640 135305190 4288611568 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=256532 CPUtime=126.37 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 7160 0 0 0 12630 7 0 0 25 0 4 0 641728271 262688768 54980 33554432000 134512640 135305190 4288611568 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=256532 CPUtime=126.37 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 5603 0 0 0 12634 3 0 0 21 0 4 0 641728271 262688768 54980 33554432000 134512640 135305190 4288611568 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 506.94
Current children cumulated vsize (KiB) 265232

[startup+134.301 s]
/proc/loadavg: 3.68 2.11 2.02 5/236 1930
/proc/meminfo: memFree=17342904/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=257472 CPUtime=531.68 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 55318 0 0 0 53142 26 0 0 18 0 4 0 641728212 263651328 55272 33554432000 134512640 135305190 4288611568 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1924/statm: 64368 55272 84 194 0 64172 0
[pid=1924/tid=1925] ppid=1921 vsize=257472 CPUtime=132.78 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 4536 0 0 0 13273 5 0 0 25 0 4 0 641728271 263651328 55272 33554432000 134512640 135305190 4288611568 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=257472 CPUtime=132.77 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 7268 0 0 0 13270 7 0 0 25 0 4 0 641728271 263651328 55272 33554432000 134512640 135305190 4288611568 18446744073709551615 134555045 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=257472 CPUtime=132.77 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 5632 0 0 0 13274 3 0 0 18 0 4 0 641728271 263651328 55272 33554432000 134512640 135305190 4288611568 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 532.54
Current children cumulated vsize (KiB) 266172

[startup+137.508 s]
/proc/loadavg: 3.68 2.11 2.02 5/236 1931
/proc/meminfo: memFree=17342160/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=258032 CPUtime=544.5 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 55445 0 0 0 54424 26 0 0 18 0 4 0 641728212 264224768 55399 33554432000 134512640 135305190 4288611568 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1924/statm: 64508 55399 84 194 0 64312 0
[pid=1924/tid=1925] ppid=1921 vsize=258032 CPUtime=135.99 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 4557 0 0 0 13594 5 0 0 25 0 4 0 641728271 264224768 55399 33554432000 134512640 135305190 4288611568 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=258032 CPUtime=135.97 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 7349 0 0 0 13590 7 0 0 25 0 4 0 641728271 264224768 55399 33554432000 134512640 135305190 4288611568 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=258032 CPUtime=135.98 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 5646 0 0 0 13595 3 0 0 19 0 4 0 641728271 264224768 55399 33554432000 134512640 135305190 4288611568 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 545.36
Current children cumulated vsize (KiB) 266732

[startup+140.701 s]
/proc/loadavg: 3.71 2.14 2.03 5/236 1931
/proc/meminfo: memFree=17341540/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=258436 CPUtime=557.29 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 55593 0 0 0 55702 27 0 0 23 0 4 0 641728212 264638464 55547 33554432000 134512640 135305190 4288611568 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1924/statm: 64609 55547 84 194 0 64413 0
[pid=1924/tid=1925] ppid=1921 vsize=258436 CPUtime=139.19 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 4575 0 0 0 13914 5 0 0 25 0 4 0 641728271 264638464 55547 33554432000 134512640 135305190 4288611568 18446744073709551615 134528181 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=258436 CPUtime=139.17 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 7425 0 0 0 13910 7 0 0 25 0 4 0 641728271 264638464 55547 33554432000 134512640 135305190 4288611568 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=258436 CPUtime=139.19 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 5684 0 0 0 13915 4 0 0 19 0 4 0 641728271 264638464 55547 33554432000 134512640 135305190 4288611568 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 558.15
Current children cumulated vsize (KiB) 267136

[startup+142.3 s]
/proc/loadavg: 3.71 2.14 2.03 5/236 1931
/proc/meminfo: memFree=17341292/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=259728 CPUtime=563.68 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 55684 0 0 0 56341 27 0 0 18 0 4 0 641728212 265961472 55638 33554432000 134512640 135305190 4288611568 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1924/statm: 64932 55638 84 194 0 64736 0
[pid=1924/tid=1925] ppid=1921 vsize=259728 CPUtime=140.78 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 4599 0 0 0 14073 5 0 0 25 0 4 0 641728271 265961472 55638 33554432000 134512640 135305190 4288611568 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=259728 CPUtime=140.77 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 7456 0 0 0 14070 7 0 0 25 0 4 0 641728271 265961472 55638 33554432000 134512640 135305190 4288611568 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=259728 CPUtime=140.78 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 5703 0 0 0 14074 4 0 0 18 0 4 0 641728271 265961472 55638 33554432000 134512640 135305190 4288611568 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 564.54
Current children cumulated vsize (KiB) 268428

[startup+142.7 s]
/proc/loadavg: 3.71 2.14 2.03 5/236 1931
/proc/meminfo: memFree=17341292/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=259728 CPUtime=565.28 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 55719 0 0 0 56501 27 0 0 19 0 4 0 641728212 265961472 55673 33554432000 134512640 135305190 4288611568 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1924/statm: 64932 55673 84 194 0 64736 0
[pid=1924/tid=1925] ppid=1921 vsize=259728 CPUtime=141.18 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 4604 0 0 0 14113 5 0 0 25 0 4 0 641728271 265961472 55673 33554432000 134512640 135305190 4288611568 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=259728 CPUtime=141.17 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 7458 0 0 0 14110 7 0 0 25 0 4 0 641728271 265961472 55673 33554432000 134512640 135305190 4288611568 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=259728 CPUtime=141.18 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 5712 0 0 0 14114 4 0 0 18 0 4 0 641728271 265961472 55673 33554432000 134512640 135305190 4288611568 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 566.14
Current children cumulated vsize (KiB) 268428

[startup+143.1 s]
/proc/loadavg: 3.73 2.17 2.04 5/236 1931
/proc/meminfo: memFree=17340920/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8700 CPUtime=0.86 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 357 14481 0 0 0 0 82 4 18 0 1 0 641728125 8908800 253 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1921/statm: 2175 253 209 178 0 68 0
[pid=1924] ppid=1921 vsize=259864 CPUtime=566.86 cores=0-7
/proc/1924/stat : 1924 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202496 55738 0 0 0 56659 27 0 0 18 0 4 0 641728212 266100736 55692 33554432000 134512640 135305190 4288611568 18446744073709551615 134557352 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/1924/statm: 64966 55692 84 194 0 64770 0
[pid=1924/tid=1925] ppid=1921 vsize=259864 CPUtime=141.58 cores=0-7
/proc/1924/task/1925/stat : 1925 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 4604 0 0 0 14153 5 0 0 25 0 4 0 641728271 266100736 55692 33554432000 134512640 135305190 4288611568 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1924/tid=1926] ppid=1921 vsize=259864 CPUtime=141.56 cores=0-7
/proc/1924/task/1926/stat : 1926 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 7468 0 0 0 14149 7 0 0 25 0 4 0 641728271 266100736 55692 33554432000 134512640 135305190 4288611568 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=1924/tid=1927] ppid=1921 vsize=259864 CPUtime=141.58 cores=0-7
/proc/1924/task/1927/stat : 1927 (manysat1.1_stat) R 1921 1921 1393 0 -1 4202560 5718 0 0 0 14154 4 0 0 19 0 4 0 641728271 266100736 55692 33554432000 134512640 135305190 4288611568 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 567.72
Current children cumulated vsize (KiB) 268564

[startup+143.2 s]
/proc/loadavg: 3.73 2.17 2.04 5/236 1931
/proc/meminfo: memFree=17340920/32951124 swapFree=66522240/67111528
[pid=1921] ppid=1919 vsize=8704 CPUtime=568.07 cores=0-7
/proc/1921/stat : 1921 (manysat.sh) S 1919 1921 1393 0 -1 4202496 387 70234 0 0 0 0 56775 32 17 0 1 0 641728125 8912896 258 33554432000 4194304 4922060 140736922562848 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1921/statm: 2176 258 213 178 0 69 0
Current children cumulated CPU time (s) 568.07
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 143.203
CPU time (s): 568.09
CPU user time (s): 567.756
CPU system time (s): 0.333949
CPU usage (%): 396.703
Max. virtual memory (cumulated for all children) (KiB): 268564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 567.756
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70803
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= 11080
involuntary context switches= 2144

runsolver used 0.314952 second user time and 0.733888 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-13 17:41:14
IDJOB=3362218
IDBENCH=82502
IDSOLVER=1839
FILE ID=node109/3362218-1305301273
RUNJOBID= node109-1305296396-1407
PBS_JOBID= 13321444
Free space on /tmp= 36484 MiB

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

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=564427481

node109.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17577224 kB
Buffers:        220552 kB
Cached:        4007732 kB
SwapCached:      19036 kB
Active:        6345644 kB
Inactive:      8769992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17577224 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:           14456 kB
Writeback:           0 kB
AnonPages:    10875348 kB
Mapped:          17936 kB
Slab:           164192 kB
PageTables:      30156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17848776 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 36480 MiB
End job on node109 at 2011-05-13 17:43:37