Trace number 3362213

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 452.664 114.919

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.579
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.34	c ==============================================================================
0.00/0.34	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.34	c ==============================================================================
0.00/0.34	c |         0 |  766757  2858079 |  230027       0        0     nan |  0.000 % |
0.00/0.40	c |         0 |  765832  2856495 |      --       0       --      -- |     --   | -925/-1584
0.00/0.40	c ==============================================================================
0.00/0.40	c Result  :   #vars: 32389   #clauses: 765832   #literals: 2856495
0.00/0.40	c CPU time:   0.348946 s
0.00/0.40	c ==============================================================================
452.24/114.90	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
452.24/114.90	c ============================[ Problem Statistics ]=============================
452.24/114.90	c |                                                                             |
452.24/114.90	c threadId              : 3
452.24/114.90	c restarts              : 236
452.24/114.90	c conflicts             : 245078         (543 /sec)
452.24/114.90	c decisions             : 294788         (2.92 % random) (653 /sec)
452.24/114.90	c propagations          : 57137225       (126604 /sec)
452.24/114.90	c conflict literals     : 4951059        (46.39 % deleted)
452.24/114.90	c Memory used           : 295.09 MB
452.24/114.90	c CPU time              : 451.308 s
452.24/114.90	
452.24/114.90	c --->m=4, e=8, aimd=1, HOME/11511_many.cnf	time: 112.827	conflicts: 245078       
452.63/114.91	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-3362213-1305299794/watcher-3362213-1305299794 -o /tmp/evaluation-result-3362213-1305299794/solver-3362213-1305299794 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362213-1305299794.cnf aimd 1 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.41 7.41 7.33 6/356 11511
/proc/meminfo: memFree=4304536/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641576552 8908800 249 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11511/statm: 2175 249 209 178 0 68 0

[startup+0.0171669 s]
/proc/loadavg: 7.41 7.41 7.33 6/356 11511
/proc/meminfo: memFree=4304536/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641576552 8908800 249 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11511/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101168 s]
/proc/loadavg: 7.41 7.41 7.33 6/356 11511
/proc/meminfo: memFree=4304536/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641576552 8908800 249 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11511/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301147 s]
/proc/loadavg: 7.41 7.41 7.33 6/356 11511
/proc/meminfo: memFree=4304536/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641576552 8908800 249 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11511/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701052 s]
/proc/loadavg: 7.41 7.41 7.33 6/356 11511
/proc/meminfo: memFree=4304536/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641576552 8908800 249 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/11511/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50091 s]
/proc/loadavg: 7.41 7.41 7.33 6/358 11514
/proc/meminfo: memFree=4266328/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=136196 CPUtime=0.52 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202496 32757 0 0 0 48 4 0 0 20 0 1 0 641576649 139464704 32712 33554432000 134512640 135305190 4294929824 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/11514/statm: 34049 32713 72 194 0 33853 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 144896

[startup+3.10053 s]
/proc/loadavg: 7.41 7.41 7.33 9/361 11517
/proc/meminfo: memFree=4088632/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=237808 CPUtime=5.87 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202496 49599 0 0 0 568 19 0 0 19 0 4 0 641576649 243515392 49552 33554432000 134512640 135305190 4294929824 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11514/statm: 59452 49552 84 194 0 59256 0
[pid=11514/tid=11515] ppid=11511 vsize=237808 CPUtime=1.25 cores=1,3,5,7
/proc/11514/task/11515/stat : 11515 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 1265 0 0 0 122 3 0 0 19 0 4 0 641576735 243515392 49552 33554432000 134512640 135305190 4294929824 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11514/tid=11516] ppid=11511 vsize=237808 CPUtime=1.24 cores=1,3,5,7
/proc/11514/task/11516/stat : 11516 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 1125 0 0 0 122 2 0 0 19 0 4 0 641576735 243515392 49552 33554432000 134512640 135305190 4294929824 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11514/tid=11517] ppid=11511 vsize=237808 CPUtime=1.23 cores=1,3,5,7
/proc/11514/task/11517/stat : 11517 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 1416 0 0 0 119 4 0 0 19 0 4 0 641576735 243515392 49552 33554432000 134512640 135305190 4294929824 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 246508

[startup+6.30092 s]
/proc/loadavg: 7.46 7.42 7.33 9/361 11517
/proc/meminfo: memFree=4080292/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=243432 CPUtime=18.64 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202496 51146 0 0 0 1843 21 0 0 25 0 4 0 641576649 249274368 51099 33554432000 134512640 135305190 4294929824 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11514/statm: 60858 51099 84 194 0 60662 0
[pid=11514/tid=11515] ppid=11511 vsize=243432 CPUtime=4.45 cores=1,3,5,7
/proc/11514/task/11515/stat : 11515 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 1710 0 0 0 442 3 0 0 25 0 4 0 641576735 249274368 51099 33554432000 134512640 135305190 4294929824 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11514/tid=11516] ppid=11511 vsize=243432 CPUtime=4.45 cores=1,3,5,7
/proc/11514/task/11516/stat : 11516 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 1417 0 0 0 442 3 0 0 25 0 4 0 641576735 249274368 51099 33554432000 134512640 135305190 4294929824 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11514/tid=11517] ppid=11511 vsize=243432 CPUtime=4.4 cores=1,3,5,7
/proc/11514/task/11517/stat : 11517 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 1823 0 0 0 435 5 0 0 25 0 4 0 641576735 249274368 51099 33554432000 134512640 135305190 4294929824 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.6
Current children cumulated vsize (KiB) 252132

[startup+12.7007 s]
/proc/loadavg: 7.50 7.43 7.34 9/361 11518
/proc/meminfo: memFree=4068560/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=252776 CPUtime=44.15 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202496 53475 0 0 0 4392 23 0 0 25 0 4 0 641576649 258842624 53407 33554432000 134512640 135305190 4294929824 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11514/statm: 63194 53407 84 194 0 62998 0
[pid=11514/tid=11515] ppid=11511 vsize=252776 CPUtime=10.84 cores=1,3,5,7
/proc/11514/task/11515/stat : 11515 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 2278 0 0 0 1081 3 0 0 25 0 4 0 641576735 258842624 53407 33554432000 134512640 135305190 4294929824 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11514/tid=11516] ppid=11511 vsize=252776 CPUtime=10.85 cores=1,3,5,7
/proc/11514/task/11516/stat : 11516 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 1918 0 0 0 1081 4 0 0 25 0 4 0 641576735 258842624 53407 33554432000 134512640 135305190 4294929824 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11514/tid=11517] ppid=11511 vsize=252776 CPUtime=10.72 cores=1,3,5,7
/proc/11514/task/11517/stat : 11517 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 2385 0 0 0 1067 5 0 0 25 0 4 0 641576735 258842624 53407 33554432000 134512640 135305190 4294929824 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 45.11
Current children cumulated vsize (KiB) 261476

[startup+25.5012 s]
/proc/loadavg: 7.61 7.46 7.35 9/361 11518
/proc/meminfo: memFree=4058196/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=261324 CPUtime=95.2 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202496 55659 0 0 0 9494 26 0 0 25 0 4 0 641576649 267595776 55591 33554432000 134512640 135305190 4294929824 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11514/statm: 65331 55591 84 194 0 65135 0
[pid=11514/tid=11515] ppid=11511 vsize=261324 CPUtime=23.65 cores=1,3,5,7
/proc/11514/task/11515/stat : 11515 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 2769 0 0 0 2361 4 0 0 25 0 4 0 641576735 267595776 55591 33554432000 134512640 135305190 4294929824 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11514/tid=11516] ppid=11511 vsize=261324 CPUtime=23.64 cores=1,3,5,7
/proc/11514/task/11516/stat : 11516 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 2540 0 0 0 2360 4 0 0 25 0 4 0 641576735 267595776 55591 33554432000 134512640 135305190 4294929824 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11514/tid=11517] ppid=11511 vsize=261324 CPUtime=23.36 cores=1,3,5,7
/proc/11514/task/11517/stat : 11517 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 2879 0 0 0 2330 6 0 0 25 0 4 0 641576735 267595776 55591 33554432000 134512640 135305190 4294929824 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 96.16
Current children cumulated vsize (KiB) 270024

[startup+51.1003 s]
/proc/loadavg: 7.74 7.50 7.37 9/361 11518
/proc/meminfo: memFree=4040544/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=275944 CPUtime=197.28 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202496 58946 0 0 0 19699 29 0 0 25 0 4 0 641576649 282566656 58878 33554432000 134512640 135305190 4294929824 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11514/statm: 68986 58878 84 194 0 68790 0
[pid=11514/tid=11515] ppid=11511 vsize=275944 CPUtime=49.24 cores=1,3,5,7
/proc/11514/task/11515/stat : 11515 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 3484 0 0 0 4919 5 0 0 25 0 4 0 641576735 282566656 58878 33554432000 134512640 135305190 4294929824 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11514/tid=11516] ppid=11511 vsize=275944 CPUtime=49.24 cores=1,3,5,7
/proc/11514/task/11516/stat : 11516 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 3432 0 0 0 4919 5 0 0 25 0 4 0 641576735 282566656 58878 33554432000 134512640 135305190 4294929824 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11514/tid=11517] ppid=11511 vsize=275944 CPUtime=48.66 cores=1,3,5,7
/proc/11514/task/11517/stat : 11517 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 3761 0 0 0 4859 7 0 0 25 0 4 0 641576735 282566656 58878 33554432000 134512640 135305190 4294929824 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 198.24
Current children cumulated vsize (KiB) 284644

[startup+102.313 s]
/proc/loadavg: 7.94 7.59 7.40 9/361 11520
/proc/meminfo: memFree=3992008/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=298000 CPUtime=401.5 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202496 64584 0 0 0 40115 35 0 0 25 0 4 0 641576649 305152000 64516 33554432000 134512640 135305190 4294929824 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/11514/statm: 74500 64516 84 194 0 74304 0
[pid=11514/tid=11515] ppid=11511 vsize=298000 CPUtime=100.44 cores=1,3,5,7
/proc/11514/task/11515/stat : 11515 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 4706 0 0 0 10038 6 0 0 25 0 4 0 641576735 305152000 64516 33554432000 134512640 135305190 4294929824 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11514/tid=11516] ppid=11511 vsize=298000 CPUtime=100.45 cores=1,3,5,7
/proc/11514/task/11516/stat : 11516 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 5230 0 0 0 10039 6 0 0 25 0 4 0 641576735 305152000 64516 33554432000 134512640 135305190 4294929824 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=11514/tid=11517] ppid=11511 vsize=298000 CPUtime=99.26 cores=1,3,5,7
/proc/11514/task/11517/stat : 11517 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 4980 0 0 0 9917 9 0 0 25 0 4 0 641576735 305152000 64516 33554432000 134512640 135305190 4294929824 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 402.46
Current children cumulated vsize (KiB) 306700

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

[startup+108.7 s]
/proc/loadavg: 7.95 7.60 7.41 9/361 11520
/proc/meminfo: memFree=3988764/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=301472 CPUtime=426.96 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202496 65311 0 0 0 42660 36 0 0 25 0 4 0 641576649 308707328 65243 33554432000 134512640 135305190 4294929824 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11514/statm: 75368 65243 84 194 0 75172 0
[pid=11514/tid=11515] ppid=11511 vsize=301472 CPUtime=106.83 cores=1,3,5,7
/proc/11514/task/11515/stat : 11515 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 4882 0 0 0 10677 6 0 0 25 0 4 0 641576735 308707328 65243 33554432000 134512640 135305190 4294929824 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11514/tid=11516] ppid=11511 vsize=301472 CPUtime=106.82 cores=1,3,5,7
/proc/11514/task/11516/stat : 11516 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 5383 0 0 0 10675 7 0 0 25 0 4 0 641576735 308707328 65243 33554432000 134512640 135305190 4294929824 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11514/tid=11517] ppid=11511 vsize=301472 CPUtime=105.62 cores=1,3,5,7
/proc/11514/task/11517/stat : 11517 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 5228 0 0 0 10553 9 0 0 25 0 4 0 641576735 308707328 65243 33554432000 134512640 135305190 4294929824 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 427.92
Current children cumulated vsize (KiB) 310172

[startup+111.901 s]
/proc/loadavg: 7.95 7.60 7.41 9/361 11520
/proc/meminfo: memFree=3988144/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=301900 CPUtime=439.72 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202496 65395 0 0 0 43935 37 0 0 25 0 4 0 641576649 309145600 65327 33554432000 134512640 135305190 4294929824 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11514/statm: 75475 65327 84 194 0 75279 0
[pid=11514/tid=11515] ppid=11511 vsize=301900 CPUtime=110.03 cores=1,3,5,7
/proc/11514/task/11515/stat : 11515 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 4903 0 0 0 10997 6 0 0 25 0 4 0 641576735 309145600 65327 33554432000 134512640 135305190 4294929824 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11514/tid=11516] ppid=11511 vsize=301900 CPUtime=109.97 cores=1,3,5,7
/proc/11514/task/11516/stat : 11516 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 5410 0 0 0 10990 7 0 0 25 0 4 0 641576735 309145600 65327 33554432000 134512640 135305190 4294929824 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11514/tid=11517] ppid=11511 vsize=301900 CPUtime=108.82 cores=1,3,5,7
/proc/11514/task/11517/stat : 11517 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 5243 0 0 0 10872 10 0 0 25 0 4 0 641576735 309145600 65327 33554432000 134512640 135305190 4294929824 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 440.68
Current children cumulated vsize (KiB) 310600

[startup+113.5 s]
/proc/loadavg: 7.95 7.61 7.41 9/361 11520
/proc/meminfo: memFree=3988020/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=302036 CPUtime=446.09 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202496 65427 0 0 0 44572 37 0 0 25 0 4 0 641576649 309284864 65359 33554432000 134512640 135305190 4294929824 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11514/statm: 75509 65359 84 194 0 75313 0
[pid=11514/tid=11515] ppid=11511 vsize=302036 CPUtime=111.63 cores=1,3,5,7
/proc/11514/task/11515/stat : 11515 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 4909 0 0 0 11157 6 0 0 25 0 4 0 641576735 309284864 65359 33554432000 134512640 135305190 4294929824 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11514/tid=11516] ppid=11511 vsize=302036 CPUtime=111.55 cores=1,3,5,7
/proc/11514/task/11516/stat : 11516 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 5425 0 0 0 11148 7 0 0 25 0 4 0 641576735 309284864 65359 33554432000 134512640 135305190 4294929824 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11514/tid=11517] ppid=11511 vsize=302036 CPUtime=110.42 cores=1,3,5,7
/proc/11514/task/11517/stat : 11517 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 5248 0 0 0 11032 10 0 0 25 0 4 0 641576735 309284864 65359 33554432000 134512640 135305190 4294929824 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 447.05
Current children cumulated vsize (KiB) 310736

[startup+114.301 s]
/proc/loadavg: 7.95 7.61 7.41 9/361 11520
/proc/meminfo: memFree=3986532/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=302036 CPUtime=449.31 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202496 65455 0 0 0 44894 37 0 0 25 0 4 0 641576649 309284864 65387 33554432000 134512640 135305190 4294929824 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11514/statm: 75509 65387 84 194 0 75313 0
[pid=11514/tid=11515] ppid=11511 vsize=302036 CPUtime=112.44 cores=1,3,5,7
/proc/11514/task/11515/stat : 11515 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 4913 0 0 0 11238 6 0 0 25 0 4 0 641576735 309284864 65387 33554432000 134512640 135305190 4294929824 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11514/tid=11516] ppid=11511 vsize=302036 CPUtime=112.35 cores=1,3,5,7
/proc/11514/task/11516/stat : 11516 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 5429 0 0 0 11228 7 0 0 25 0 4 0 641576735 309284864 65387 33554432000 134512640 135305190 4294929824 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11514/tid=11517] ppid=11511 vsize=302036 CPUtime=111.23 cores=1,3,5,7
/proc/11514/task/11517/stat : 11517 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 5250 0 0 0 11113 10 0 0 25 0 4 0 641576735 309284864 65387 33554432000 134512640 135305190 4294929824 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 450.27
Current children cumulated vsize (KiB) 310736

[startup+114.701 s]
/proc/loadavg: 7.95 7.61 7.41 9/361 11520
/proc/meminfo: memFree=3986532/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=302168 CPUtime=450.88 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202496 65477 0 0 0 45051 37 0 0 25 0 4 0 641576649 309420032 65409 33554432000 134512640 135305190 4294929824 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11514/statm: 75542 65409 84 194 0 75346 0
[pid=11514/tid=11515] ppid=11511 vsize=302168 CPUtime=112.83 cores=1,3,5,7
/proc/11514/task/11515/stat : 11515 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 4921 0 0 0 11277 6 0 0 25 0 4 0 641576735 309420032 65409 33554432000 134512640 135305190 4294929824 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=11514/tid=11516] ppid=11511 vsize=302168 CPUtime=112.73 cores=1,3,5,7
/proc/11514/task/11516/stat : 11516 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 5438 0 0 0 11266 7 0 0 25 0 4 0 641576735 309420032 65409 33554432000 134512640 135305190 4294929824 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=11514/tid=11517] ppid=11511 vsize=302168 CPUtime=111.62 cores=1,3,5,7
/proc/11514/task/11517/stat : 11517 (manysat1.1_stat) R 11511 11511 10773 0 -1 4202560 5250 0 0 0 11152 10 0 0 25 0 4 0 641576735 309420032 65409 33554432000 134512640 135305190 4294929824 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 451.84
Current children cumulated vsize (KiB) 310868

[startup+114.901 s]
/proc/loadavg: 7.95 7.61 7.41 9/361 11520
/proc/meminfo: memFree=3986532/32950928 swapFree=67056568/67111528
[pid=11511] ppid=11509 vsize=8700 CPUtime=0.96 cores=1,3,5,7
/proc/11511/stat : 11511 (manysat.sh) S 11509 11511 10773 0 -1 4202496 357 16837 0 0 0 0 88 8 18 0 1 0 641576552 8908800 252 33554432000 4194304 4922060 140736011383664 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/11511/statm: 2175 252 209 178 0 68 0
[pid=11514] ppid=11511 vsize=0 CPUtime=451.67 cores=1,3,5,7
/proc/11514/stat : 11514 (manysat1.1_stat) Z 11511 11511 10773 0 -1 4202524 65500 0 0 0 45130 37 0 0 25 0 2 0 641576649 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/11514/statm: 0 0 0 0 0 0 0
[pid=11514/tid=11515] ppid=11511 vsize=0 CPUtime=113.02 cores=1,3,5,7
/proc/11514/task/11515/stat : 11515 (manysat1.1_stat) R 11511 11511 10773 0 -1 4203588 4921 0 0 0 11296 6 0 0 25 0 2 0 641576735 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 452.63
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 114.919
CPU time (s): 452.664
CPU user time (s): 452.194
CPU system time (s): 0.469928
CPU usage (%): 393.897
Max. virtual memory (cumulated for all children) (KiB): 310868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 452.194
system time used= 0.469928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82906
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= 17667
involuntary context switches= 3060

runsolver used 0.360945 second user time and 1.00285 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-13 17:16:35
IDJOB=3362213
IDBENCH=82500
IDSOLVER=1838
FILE ID=node148/3362213-1305299794
RUNJOBID= node148-1305296390-10792
PBS_JOBID= 13321405
Free space on /tmp= 30244 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/manthey/traffic/traffic_pcb_unknown.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362213-1305299794/watcher-3362213-1305299794 -o /tmp/evaluation-result-3362213-1305299794/solver-3362213-1305299794 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362213-1305299794.cnf aimd 1

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=937803829

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.854
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.854
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.854
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:       4304560 kB
Buffers:        271052 kB
Cached:       24354396 kB
SwapCached:       8488 kB
Active:       11160924 kB
Inactive:     16692780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       4304560 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           20244 kB
Writeback:           0 kB
AnonPages:     3226260 kB
Mapped:          27808 kB
Slab:           698716 kB
PageTables:      29512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 85005308 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= 30240 MiB
End job on node148 at 2011-05-13 17:18:30