Trace number 3362208

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 447.042 113.218

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.831
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
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 |  763101  2854525 |  228930       0        0     nan |  0.000 % |
0.00/0.42	c |         0 |  760817  2851295 |      --       0       --      -- |     --   | -2284/-3230
0.00/0.42	c ==============================================================================
0.00/0.42	c Result  :   #vars: 31632   #clauses: 760817   #literals: 2851295
0.00/0.42	c CPU time:   0.386941 s
0.00/0.42	c ==============================================================================
446.61/113.19	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
446.61/113.19	c ============================[ Problem Statistics ]=============================
446.61/113.19	c |                                                                             |
446.61/113.19	c threadId              : 1
446.61/113.19	c restarts              : 608
446.61/113.19	c conflicts             : 235665         (529 /sec)
446.61/113.19	c decisions             : 291869         (1.96 % random) (655 /sec)
446.61/113.19	c propagations          : 57320164       (128604 /sec)
446.61/113.19	c conflict literals     : 4192044        (53.13 % deleted)
446.61/113.19	c Memory used           : 294.34 MB
446.61/113.19	c CPU time              : 445.712 s
446.61/113.19	
446.61/113.19	c --->m=4, e=8, aimd=1, HOME/22199_many.cnf	time: 111.428	conflicts: 235665       
446.61/113.21	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-3362208-1305301058/watcher-3362208-1305301058 -o /tmp/evaluation-result-3362208-1305301058/solver-3362208-1305301058 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362208-1305301058.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.76 3.94 3.89 2/378 22199
/proc/meminfo: memFree=27221248/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641704532 8908800 250 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22199/statm: 2175 250 209 178 0 68 0

[startup+0.078395 s]
/proc/loadavg: 3.76 3.94 3.89 2/378 22199
/proc/meminfo: memFree=27221248/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641704532 8908800 250 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22199/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100391 s]
/proc/loadavg: 3.76 3.94 3.89 2/378 22199
/proc/meminfo: memFree=27221248/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641704532 8908800 250 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22199/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30036 s]
/proc/loadavg: 3.76 3.94 3.89 2/378 22199
/proc/meminfo: memFree=27221248/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641704532 8908800 250 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22199/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700291 s]
/proc/loadavg: 3.76 3.94 3.89 2/378 22199
/proc/meminfo: memFree=27221248/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 641704532 8908800 250 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22199/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50022 s]
/proc/loadavg: 3.76 3.94 3.89 2/380 22202
/proc/meminfo: memFree=27192340/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0.98 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 357 20728 0 0 0 0 92 6 18 0 1 0 641704532 8908800 253 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2175 253 209 178 0 68 0
[pid=22202] ppid=22199 vsize=131280 CPUtime=0.5 cores=0-7
/proc/22202/stat : 22202 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202496 31418 0 0 0 46 4 0 0 20 0 1 0 641704631 134430720 31353 33554432000 134512640 135305190 4293215024 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/22202/statm: 32820 31353 72 194 0 32624 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 139980

[startup+3.10089 s]
/proc/loadavg: 3.76 3.94 3.89 5/383 22205
/proc/meminfo: memFree=27006316/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0.98 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 357 20728 0 0 0 0 92 6 18 0 1 0 641704532 8908800 253 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2175 253 209 178 0 68 0
[pid=22202] ppid=22199 vsize=237024 CPUtime=5.75 cores=0-7
/proc/22202/stat : 22202 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202496 49367 0 0 0 556 19 0 0 18 0 4 0 641704631 242712576 49301 33554432000 134512640 135305190 4293215024 18446744073709551615 134528242 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/22202/statm: 59256 49301 84 194 0 59060 0
[pid=22202/tid=22203] ppid=22199 vsize=237024 CPUtime=1.22 cores=0-7
/proc/22202/task/22203/stat : 22203 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 1056 0 0 0 120 2 0 0 17 0 4 0 641704717 242712576 49301 33554432000 134512640 135305190 4293215024 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22202/tid=22204] ppid=22199 vsize=237024 CPUtime=1.2 cores=0-7
/proc/22202/task/22204/stat : 22204 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 1169 0 0 0 117 3 0 0 18 0 4 0 641704717 242712576 49301 33554432000 134512640 135305190 4293215024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=22202/tid=22205] ppid=22199 vsize=237024 CPUtime=1.21 cores=0-7
/proc/22202/task/22205/stat : 22205 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 1457 0 0 0 118 3 0 0 19 0 4 0 641704717 242712576 49301 33554432000 134512640 135305190 4293215024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 245724

[startup+6.30035 s]
/proc/loadavg: 3.94 3.97 3.90 5/383 22205
/proc/meminfo: memFree=26999856/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0.98 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 357 20728 0 0 0 0 92 6 18 0 1 0 641704532 8908800 253 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2175 253 209 178 0 68 0
[pid=22202] ppid=22199 vsize=241980 CPUtime=18.54 cores=0-7
/proc/22202/stat : 22202 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202496 50751 0 0 0 1835 19 0 0 19 0 4 0 641704631 247787520 50685 33554432000 134512640 135305190 4293215024 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/22202/statm: 60495 50685 84 194 0 60299 0
[pid=22202/tid=22203] ppid=22199 vsize=241980 CPUtime=4.42 cores=0-7
/proc/22202/task/22203/stat : 22203 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 1458 0 0 0 440 2 0 0 22 0 4 0 641704717 247787520 50685 33554432000 134512640 135305190 4293215024 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22202/tid=22204] ppid=22199 vsize=241980 CPUtime=4.4 cores=0-7
/proc/22202/task/22204/stat : 22204 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 1417 0 0 0 437 3 0 0 25 0 4 0 641704717 247787520 50685 33554432000 134512640 135305190 4293215024 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=22202/tid=22205] ppid=22199 vsize=241980 CPUtime=4.41 cores=0-7
/proc/22202/task/22205/stat : 22205 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 1796 0 0 0 438 3 0 0 19 0 4 0 641704717 247787520 50685 33554432000 134512640 135305190 4293215024 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19.52
Current children cumulated vsize (KiB) 250680

[startup+12.7003 s]
/proc/loadavg: 3.94 3.97 3.90 5/383 22206
/proc/meminfo: memFree=26990300/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0.98 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 357 20728 0 0 0 0 92 6 18 0 1 0 641704532 8908800 253 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2175 253 209 178 0 68 0
[pid=22202] ppid=22199 vsize=251104 CPUtime=44.14 cores=0-7
/proc/22202/stat : 22202 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202496 53057 0 0 0 4394 20 0 0 19 0 4 0 641704631 257130496 52991 33554432000 134512640 135305190 4293215024 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/22202/statm: 62776 52991 84 194 0 62580 0
[pid=22202/tid=22203] ppid=22199 vsize=251104 CPUtime=10.82 cores=0-7
/proc/22202/task/22203/stat : 22203 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 1941 0 0 0 1079 3 0 0 20 0 4 0 641704717 257130496 52991 33554432000 134512640 135305190 4293215024 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22202/tid=22204] ppid=22199 vsize=251104 CPUtime=10.8 cores=0-7
/proc/22202/task/22204/stat : 22204 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 1942 0 0 0 1077 3 0 0 21 0 4 0 641704717 257130496 52991 33554432000 134512640 135305190 4293215024 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=22202/tid=22205] ppid=22199 vsize=251104 CPUtime=10.81 cores=0-7
/proc/22202/task/22205/stat : 22205 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 2447 0 0 0 1078 3 0 0 22 0 4 0 641704717 257130496 52991 33554432000 134512640 135305190 4293215024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 45.12
Current children cumulated vsize (KiB) 259804

[startup+25.5011 s]
/proc/loadavg: 3.96 3.97 3.91 5/383 22206
/proc/meminfo: memFree=26979120/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0.98 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 357 20728 0 0 0 0 92 6 18 0 1 0 641704532 8908800 253 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2175 253 209 178 0 68 0
[pid=22202] ppid=22199 vsize=263540 CPUtime=95.34 cores=0-7
/proc/22202/stat : 22202 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202496 55986 0 0 0 9512 22 0 0 20 0 4 0 641704631 269864960 55911 33554432000 134512640 135305190 4293215024 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/22202/statm: 65885 55911 84 194 0 65689 0
[pid=22202/tid=22203] ppid=22199 vsize=263540 CPUtime=23.62 cores=0-7
/proc/22202/task/22203/stat : 22203 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 2438 0 0 0 2359 3 0 0 25 0 4 0 641704717 269864960 55911 33554432000 134512640 135305190 4293215024 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=22202/tid=22204] ppid=22199 vsize=263540 CPUtime=23.6 cores=0-7
/proc/22202/task/22204/stat : 22204 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 3095 0 0 0 2356 4 0 0 25 0 4 0 641704717 269864960 55911 33554432000 134512640 135305190 4293215024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=22202/tid=22205] ppid=22199 vsize=263540 CPUtime=23.61 cores=0-7
/proc/22202/task/22205/stat : 22205 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 3176 0 0 0 2357 4 0 0 25 0 4 0 641704717 269864960 55911 33554432000 134512640 135305190 4293215024 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 96.32
Current children cumulated vsize (KiB) 272240

[startup+51.1008 s]
/proc/loadavg: 3.97 3.97 3.91 5/383 22206
/proc/meminfo: memFree=26961100/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0.98 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 357 20728 0 0 0 0 92 6 18 0 1 0 641704532 8908800 253 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2175 253 209 178 0 68 0
[pid=22202] ppid=22199 vsize=280724 CPUtime=197.71 cores=0-7
/proc/22202/stat : 22202 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202496 60545 0 0 0 19746 25 0 0 25 0 4 0 641704631 287461376 60470 33554432000 134512640 135305190 4293215024 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/22202/statm: 70181 60470 84 194 0 69985 0
[pid=22202/tid=22203] ppid=22199 vsize=280724 CPUtime=49.21 cores=0-7
/proc/22202/task/22203/stat : 22203 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 3472 0 0 0 4918 3 0 0 25 0 4 0 641704717 287461376 60470 33554432000 134512640 135305190 4293215024 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=22202/tid=22204] ppid=22199 vsize=280724 CPUtime=49.2 cores=0-7
/proc/22202/task/22204/stat : 22204 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 4571 0 0 0 4915 5 0 0 21 0 4 0 641704717 287461376 60470 33554432000 134512640 135305190 4293215024 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=22202/tid=22205] ppid=22199 vsize=280724 CPUtime=49.2 cores=0-7
/proc/22202/task/22205/stat : 22205 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 4182 0 0 0 4915 5 0 0 21 0 4 0 641704717 287461376 60470 33554432000 134512640 135305190 4293215024 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 198.69
Current children cumulated vsize (KiB) 289424

[startup+102.314 s]
/proc/loadavg: 4.06 3.99 3.91 5/383 22208
/proc/meminfo: memFree=26942860/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0.98 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 357 20728 0 0 0 0 92 6 18 0 1 0 641704532 8908800 253 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2175 253 209 178 0 68 0
[pid=22202] ppid=22199 vsize=299092 CPUtime=402.5 cores=0-7
/proc/22202/stat : 22202 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202496 64866 0 0 0 40219 31 0 0 25 0 4 0 641704631 306270208 64791 33554432000 134512640 135305190 4293215024 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/22202/statm: 74773 64791 84 194 0 74577 0
[pid=22202/tid=22203] ppid=22199 vsize=299092 CPUtime=100.42 cores=0-7
/proc/22202/task/22203/stat : 22203 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 4325 0 0 0 10037 5 0 0 25 0 4 0 641704717 306270208 64791 33554432000 134512640 135305190 4293215024 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22202/tid=22204] ppid=22199 vsize=299092 CPUtime=100.39 cores=0-7
/proc/22202/task/22204/stat : 22204 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 6226 0 0 0 10032 7 0 0 25 0 4 0 641704717 306270208 64791 33554432000 134512640 135305190 4293215024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=22202/tid=22205] ppid=22199 vsize=299092 CPUtime=100.4 cores=0-7
/proc/22202/task/22205/stat : 22205 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 5107 0 0 0 10033 7 0 0 25 0 4 0 641704717 306270208 64791 33554432000 134512640 135305190 4293215024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 403.48
Current children cumulated vsize (KiB) 307792

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

[startup+108.701 s]
/proc/loadavg: 4.05 3.99 3.91 5/383 22208
/proc/meminfo: memFree=26941372/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0.98 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 357 20728 0 0 0 0 92 6 18 0 1 0 641704532 8908800 253 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2175 253 209 178 0 68 0
[pid=22202] ppid=22199 vsize=300456 CPUtime=428.05 cores=0-7
/proc/22202/stat : 22202 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202496 65265 0 0 0 42773 32 0 0 25 0 4 0 641704631 307666944 65190 33554432000 134512640 135305190 4293215024 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/22202/statm: 75114 65190 84 194 0 74918 0
[pid=22202/tid=22203] ppid=22199 vsize=300456 CPUtime=106.8 cores=0-7
/proc/22202/task/22203/stat : 22203 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 4451 0 0 0 10675 5 0 0 25 0 4 0 641704717 307666944 65190 33554432000 134512640 135305190 4293215024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22202/tid=22204] ppid=22199 vsize=300456 CPUtime=106.78 cores=0-7
/proc/22202/task/22204/stat : 22204 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 6318 0 0 0 10671 7 0 0 25 0 4 0 641704717 307666944 65190 33554432000 134512640 135305190 4293215024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=22202/tid=22205] ppid=22199 vsize=300456 CPUtime=106.78 cores=0-7
/proc/22202/task/22205/stat : 22205 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 5158 0 0 0 10671 7 0 0 25 0 4 0 641704717 307666944 65190 33554432000 134512640 135305190 4293215024 18446744073709551615 134551751 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 429.03
Current children cumulated vsize (KiB) 309156

[startup+110.301 s]
/proc/loadavg: 4.05 3.99 3.91 5/383 22208
/proc/meminfo: memFree=26940872/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0.98 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 357 20728 0 0 0 0 92 6 18 0 1 0 641704532 8908800 253 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2175 253 209 178 0 68 0
[pid=22202] ppid=22199 vsize=300860 CPUtime=434.45 cores=0-7
/proc/22202/stat : 22202 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202496 65360 0 0 0 43413 32 0 0 25 0 4 0 641704631 308080640 65285 33554432000 134512640 135305190 4293215024 18446744073709551615 134528327 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/22202/statm: 75215 65285 84 194 0 75019 0
[pid=22202/tid=22203] ppid=22199 vsize=300860 CPUtime=108.4 cores=0-7
/proc/22202/task/22203/stat : 22203 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 4476 0 0 0 10835 5 0 0 25 0 4 0 641704717 308080640 65285 33554432000 134512640 135305190 4293215024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22202/tid=22204] ppid=22199 vsize=300860 CPUtime=108.38 cores=0-7
/proc/22202/task/22204/stat : 22204 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 6373 0 0 0 10831 7 0 0 25 0 4 0 641704717 308080640 65285 33554432000 134512640 135305190 4293215024 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=22202/tid=22205] ppid=22199 vsize=300860 CPUtime=108.38 cores=0-7
/proc/22202/task/22205/stat : 22205 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 5165 0 0 0 10831 7 0 0 25 0 4 0 641704717 308080640 65285 33554432000 134512640 135305190 4293215024 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 435.43
Current children cumulated vsize (KiB) 309560

[startup+111.901 s]
/proc/loadavg: 4.05 3.99 3.91 5/383 22208
/proc/meminfo: memFree=26940872/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0.98 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 357 20728 0 0 0 0 92 6 18 0 1 0 641704532 8908800 253 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2175 253 209 178 0 68 0
[pid=22202] ppid=22199 vsize=301136 CPUtime=440.83 cores=0-7
/proc/22202/stat : 22202 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202496 65429 0 0 0 44051 32 0 0 25 0 4 0 641704631 308363264 65354 33554432000 134512640 135305190 4293215024 18446744073709551615 134541668 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/22202/statm: 75284 65354 84 194 0 75088 0
[pid=22202/tid=22203] ppid=22199 vsize=301136 CPUtime=110 cores=0-7
/proc/22202/task/22203/stat : 22203 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 4488 0 0 0 10995 5 0 0 25 0 4 0 641704717 308363264 65354 33554432000 134512640 135305190 4293215024 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22202/tid=22204] ppid=22199 vsize=301136 CPUtime=109.98 cores=0-7
/proc/22202/task/22204/stat : 22204 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 6408 0 0 0 10991 7 0 0 25 0 4 0 641704717 308363264 65354 33554432000 134512640 135305190 4293215024 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=22202/tid=22205] ppid=22199 vsize=301136 CPUtime=109.98 cores=0-7
/proc/22202/task/22205/stat : 22205 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 5172 0 0 0 10991 7 0 0 25 0 4 0 641704717 308363264 65354 33554432000 134512640 135305190 4293215024 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 441.81
Current children cumulated vsize (KiB) 309836

[startup+112.7 s]
/proc/loadavg: 4.05 3.99 3.91 5/383 22208
/proc/meminfo: memFree=26940624/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0.98 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 357 20728 0 0 0 0 92 6 18 0 1 0 641704532 8908800 253 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2175 253 209 178 0 68 0
[pid=22202] ppid=22199 vsize=301268 CPUtime=444.03 cores=0-7
/proc/22202/stat : 22202 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202496 65472 0 0 0 44371 32 0 0 25 0 4 0 641704631 308498432 65397 33554432000 134512640 135305190 4293215024 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/22202/statm: 75317 65397 84 194 0 75121 0
[pid=22202/tid=22203] ppid=22199 vsize=301268 CPUtime=110.8 cores=0-7
/proc/22202/task/22203/stat : 22203 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 4494 0 0 0 11075 5 0 0 25 0 4 0 641704717 308498432 65397 33554432000 134512640 135305190 4293215024 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22202/tid=22204] ppid=22199 vsize=301268 CPUtime=110.78 cores=0-7
/proc/22202/task/22204/stat : 22204 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 6434 0 0 0 11071 7 0 0 25 0 4 0 641704717 308498432 65397 33554432000 134512640 135305190 4293215024 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=22202/tid=22205] ppid=22199 vsize=301268 CPUtime=110.78 cores=0-7
/proc/22202/task/22205/stat : 22205 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 5172 0 0 0 11071 7 0 0 25 0 4 0 641704717 308498432 65397 33554432000 134512640 135305190 4293215024 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 445.01
Current children cumulated vsize (KiB) 309968

[startup+113.1 s]
/proc/loadavg: 4.05 3.99 3.91 5/383 22208
/proc/meminfo: memFree=26940624/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8700 CPUtime=0.98 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 357 20728 0 0 0 0 92 6 18 0 1 0 641704532 8908800 253 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2175 253 209 178 0 68 0
[pid=22202] ppid=22199 vsize=301400 CPUtime=445.63 cores=0-7
/proc/22202/stat : 22202 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202496 65485 0 0 0 44531 32 0 0 25 0 4 0 641704631 308633600 65410 33554432000 134512640 135305190 4293215024 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/22202/statm: 75350 65410 84 194 0 75154 0
[pid=22202/tid=22203] ppid=22199 vsize=301400 CPUtime=111.2 cores=0-7
/proc/22202/task/22203/stat : 22203 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 4498 0 0 0 11115 5 0 0 25 0 4 0 641704717 308633600 65410 33554432000 134512640 135305190 4293215024 18446744073709551615 134528600 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=22202/tid=22204] ppid=22199 vsize=301400 CPUtime=111.18 cores=0-7
/proc/22202/task/22204/stat : 22204 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 6437 0 0 0 11111 7 0 0 25 0 4 0 641704717 308633600 65410 33554432000 134512640 135305190 4293215024 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=22202/tid=22205] ppid=22199 vsize=301400 CPUtime=111.18 cores=0-7
/proc/22202/task/22205/stat : 22205 (manysat1.1_stat) R 22199 22199 21839 0 -1 4202560 5172 0 0 0 11111 7 0 0 25 0 4 0 641704717 308633600 65410 33554432000 134512640 135305190 4293215024 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 446.61
Current children cumulated vsize (KiB) 310100

[startup+113.2 s]
/proc/loadavg: 4.05 3.99 3.91 2/381 22208
/proc/meminfo: memFree=26955504/32950928 swapFree=44388876/67111528
[pid=22199] ppid=22197 vsize=8704 CPUtime=447.03 cores=0-7
/proc/22199/stat : 22199 (manysat.sh) S 22197 22199 21839 0 -1 4202496 386 86239 0 0 0 0 44663 40 17 0 1 0 641704532 8912896 258 33554432000 4194304 4922060 140736162879200 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/22199/statm: 2176 258 213 178 0 69 0
Current children cumulated CPU time (s) 447.03
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 113.218
CPU time (s): 447.042
CPU user time (s): 446.634
CPU system time (s): 0.407937
CPU usage (%): 394.851
Max. virtual memory (cumulated for all children) (KiB): 310100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 446.634
system time used= 0.407937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86807
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= 23761
involuntary context switches= 1641

runsolver used 0.45393 second user time and 0.993848 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-13 17:37:38
IDJOB=3362208
IDBENCH=82497
IDSOLVER=1839
FILE ID=node126/3362208-1305301058
RUNJOBID= node126-1305296393-21853
PBS_JOBID= 13321427
Free space on /tmp= 50520 MiB

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

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=1300814743

node126.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.783
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.56
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.783
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.783
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.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27221528 kB
Buffers:        206668 kB
Cached:        2318104 kB
SwapCached:      92524 kB
Active:         647916 kB
Inactive:      4837296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27221528 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           20292 kB
Writeback:           0 kB
AnonPages:     2881224 kB
Mapped:          15092 kB
Slab:           101640 kB
PageTables:      74876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88085516 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= 50516 MiB
End job on node126 at 2011-05-13 17:39:32