Trace number 1775731

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
ManySAT 1.1 aimd 0/2009-03-20 (4 threads)UNSAT 1337.8 348.961

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-17-u.cnf
MD5SUM83ece6745238c422c7e68e5a07fc7f73
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark830.37
Satisfiable
(Un)Satisfiability was proved
Number of variables183464
Number of clauses855717
Sum of the clauses size1974802
Maximum clause length10
Minimum clause length1
Number of clauses of size 115316
Number of clauses of size 2664917
Number of clauses of size 3141084
Number of clauses of size 43820
Number of clauses of size 515280
Number of clauses of size over 515300

Solver Data

0.00/0.00	c Parsing...
0.61/0.64	c ==============================================================================
0.61/0.64	c |           |     ORIGINAL     |              LEARNT              |          |
0.61/0.64	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.61/0.64	c ==============================================================================
0.61/0.64	c |         0 |  840401  1959486 |  252120       0        0     nan |  0.000 % |
4.51/4.56	c |         0 |  357793   957950 |      --       0       --      -- |     --   | -306964/-605014
4.51/4.56	c ==============================================================================
4.51/4.56	c Result  :   #vars: 59617   #clauses: 357793   #literals: 957950
4.51/4.56	c CPU time:   4.38 s
4.51/4.56	c ==============================================================================
1337.75/348.94	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
1337.75/348.94	c ============================[ Problem Statistics ]=============================
1337.75/348.94	c |                                                                             |
1337.75/348.94	c threadId              : 0
1337.75/348.94	c restarts              : 443
1337.75/348.94	c conflicts             : 448888         (337 /sec)
1337.75/348.94	c decisions             : 557099         (0.81 % random) (418 /sec)
1337.75/348.94	c propagations          : 432663722      (324986 /sec)
1337.75/348.94	c conflict literals     : 10839858       (37.94 % deleted)
1337.75/348.94	c Memory used           : 215.39 MB
1337.75/348.94	c CPU time              : 1331.33 s
1337.75/348.94	
1337.75/348.94	c --->m=4, e=8, aimd=0, HOME/6226_many.cnf	time: 332.832	conflicts: 448888       
1337.75/348.95	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1775731-1243500748/watcher-1775731-1243500748 -o /tmp/evaluation-result-1775731-1243500748/solver-1775731-1243500748 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775731-1243500748.cnf aimd 0 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.37 4.32 4.19 2/97 6227
/proc/meminfo: memFree=3167024/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2412 CPUtime=0.01
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 347 0 0 0 1 0 0 0 19 0 1 0 1114739027 2469888 272 4294967295 134512640 135169312 3219771872 3219770408 3085205230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/6226/statm: 603 272 231 161 0 42 0
[pid=6227] ppid=6226 vsize=2684 CPUtime=0
/proc/6227/stat : 6227 (SatElite) R 6226 6226 27966 0 -1 4202496 465 0 0 0 0 0 0 0 18 0 1 0 1114739027 2748416 402 4294967295 134512640 135034092 3216137776 3216134064 134544849 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6227/statm: 671 402 49 128 0 541 0

[startup+0.060616 s]
/proc/loadavg: 4.37 4.32 4.19 2/97 6227
/proc/meminfo: memFree=3167024/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2412 CPUtime=0.01
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 347 0 0 0 1 0 0 0 19 0 1 0 1114739027 2469888 272 4294967295 134512640 135169312 3219771872 3219770408 3085205230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/6226/statm: 603 272 231 161 0 42 0
[pid=6227] ppid=6226 vsize=13536 CPUtime=0.05
/proc/6227/stat : 6227 (SatElite) R 6226 6226 27966 0 -1 4202496 3281 0 0 0 5 0 0 0 18 0 1 0 1114739027 13860864 3218 4294967295 134512640 135034092 3216137776 3216133736 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6227/statm: 3384 3219 49 128 0 3254 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15948

[startup+0.110611 s]
/proc/loadavg: 4.37 4.32 4.19 2/97 6227
/proc/meminfo: memFree=3167024/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2412 CPUtime=0.01
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 347 0 0 0 1 0 0 0 19 0 1 0 1114739027 2469888 272 4294967295 134512640 135169312 3219771872 3219770408 3085205230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/6226/statm: 603 272 231 161 0 42 0
[pid=6227] ppid=6226 vsize=37524 CPUtime=0.1
/proc/6227/stat : 6227 (SatElite) R 6226 6226 27966 0 -1 4202496 6646 0 0 0 9 1 0 0 18 0 1 0 1114739027 38424576 6583 4294967295 134512640 135034092 3216137776 3216133736 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6227/statm: 9381 6584 49 128 0 9251 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 39936

[startup+0.310595 s]
/proc/loadavg: 4.37 4.32 4.19 2/97 6227
/proc/meminfo: memFree=3167024/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2412 CPUtime=0.01
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 347 0 0 0 1 0 0 0 19 0 1 0 1114739027 2469888 272 4294967295 134512640 135169312 3219771872 3219770408 3085205230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/6226/statm: 603 272 231 161 0 42 0
[pid=6227] ppid=6226 vsize=58480 CPUtime=0.3
/proc/6227/stat : 6227 (SatElite) R 6226 6226 27966 0 -1 4202496 12275 0 0 0 27 3 0 0 18 0 1 0 1114739027 59883520 12212 4294967295 134512640 135034092 3216137776 3216134120 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6227/statm: 14620 12212 49 128 0 14490 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 60892

[startup+0.710562 s]
/proc/loadavg: 4.37 4.32 4.19 2/97 6227
/proc/meminfo: memFree=3167024/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2412 CPUtime=0.01
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 347 0 0 0 1 0 0 0 19 0 1 0 1114739027 2469888 272 4294967295 134512640 135169312 3219771872 3219770408 3085205230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/6226/statm: 603 272 231 161 0 42 0
[pid=6227] ppid=6226 vsize=87916 CPUtime=0.7
/proc/6227/stat : 6227 (SatElite) R 6226 6226 27966 0 -1 4202496 19827 0 0 0 60 10 0 0 19 0 1 0 1114739027 90025984 19764 4294967295 134512640 135034092 3216137776 3216134816 134536786 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6227/statm: 21979 19764 63 128 0 21849 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 90328

[startup+1.5105 s]
/proc/loadavg: 4.10 4.27 4.17 3/98 6228
/proc/meminfo: memFree=3082116/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2412 CPUtime=0.01
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 347 0 0 0 1 0 0 0 19 0 1 0 1114739027 2469888 272 4294967295 134512640 135169312 3219771872 3219770408 3085205230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/6226/statm: 603 272 231 161 0 42 0
[pid=6227] ppid=6226 vsize=102008 CPUtime=1.5
/proc/6227/stat : 6227 (SatElite) R 6226 6226 27966 0 -1 4202496 24232 0 0 0 136 14 0 0 20 0 1 0 1114739027 104456192 22385 4294967295 134512640 135034092 3216137776 3216133644 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6227/statm: 25502 22385 67 128 0 25372 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 104420

[startup+3.11036 s]
/proc/loadavg: 4.10 4.27 4.17 2/98 6228
/proc/meminfo: memFree=3075160/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2412 CPUtime=0.01
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 347 0 0 0 1 0 0 0 19 0 1 0 1114739027 2469888 272 4294967295 134512640 135169312 3219771872 3219770408 3085205230 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/6226/statm: 603 272 231 161 0 42 0
[pid=6227] ppid=6226 vsize=106820 CPUtime=3.1
/proc/6227/stat : 6227 (SatElite) R 6226 6226 27966 0 -1 4202496 27350 0 0 0 295 15 0 0 25 0 1 0 1114739027 109383680 22969 4294967295 134512640 135034092 3216137776 3216132464 134562058 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6227/statm: 26705 22969 67 128 0 26575 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 109232

[startup+6.31011 s]
/proc/loadavg: 4.10 4.27 4.17 2/98 6230
/proc/meminfo: memFree=3090000/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=129204 CPUtime=2.85
/proc/6230/stat : 6230 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202496 24983 0 0 0 267 18 0 0 17 0 4 0 1114739526 132304896 24911 4294967295 134512640 135305190 3215218048 3215216068 134695249 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/6230/statm: 32301 24911 79 194 0 32105 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 131620

[startup+12.7096 s]
/proc/loadavg: 4.03 4.24 4.16 6/101 6233
/proc/meminfo: memFree=3055824/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=130620 CPUtime=27.62
/proc/6230/stat : 6230 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202496 25293 0 0 0 2736 26 0 0 20 0 4 0 1114739526 133754880 25221 4294967295 134512640 135305190 3215218048 3215216224 134528189 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/6230/statm: 32655 25221 79 194 0 32459 0
[pid=6230/tid=6231] ppid=6226 vsize=130620 CPUtime=6.71
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 537 0 0 0 667 4 0 0 19 0 4 0 1114739600 133754880 25221 4294967295 134512640 135305190 3215218048 3058695360 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=130620 CPUtime=6.68
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 615 0 0 0 661 7 0 0 22 0 4 0 1114739600 133754880 25221 4294967295 134512640 135305190 3215218048 3050306752 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=130620 CPUtime=6.74
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 601 0 0 0 666 8 0 0 20 0 4 0 1114739600 133754880 25221 4294967295 134512640 135305190 3215218048 3041918144 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 32.62
Current children cumulated vsize (KiB) 133036

[startup+25.5085 s]
/proc/loadavg: 4.02 4.23 4.16 5/101 6233
/proc/meminfo: memFree=3052820/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=133796 CPUtime=78.7
/proc/6230/stat : 6230 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202496 26109 0 0 0 7840 30 0 0 25 0 4 0 1114739526 137007104 26037 4294967295 134512640 135305190 3215218048 3215216016 134549147 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/6230/statm: 33449 26037 79 194 0 33253 0
[pid=6230/tid=6231] ppid=6226 vsize=133796 CPUtime=19.43
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 702 0 0 0 1938 5 0 0 25 0 4 0 1114739600 137007104 26037 4294967295 134512640 135305190 3215218048 3058695088 134556770 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=133796 CPUtime=19.47
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 873 0 0 0 1940 7 0 0 25 0 4 0 1114739600 137007104 26037 4294967295 134512640 135305190 3215218048 3050306752 134528480 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=133796 CPUtime=19.54
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 808 0 0 0 1943 11 0 0 25 0 4 0 1114739600 137007104 26037 4294967295 134512640 135305190 3215218048 3041918144 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 83.7
Current children cumulated vsize (KiB) 136212

[startup+51.1064 s]
/proc/loadavg: 4.16 4.24 4.17 5/101 6423
/proc/meminfo: memFree=3042588/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=142048 CPUtime=180.59
/proc/6230/stat : 6230 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202496 28205 0 0 0 18019 40 0 0 25 0 4 0 1114739526 145457152 28133 4294967295 134512640 135305190 3215218048 3215216224 134528289 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6230/statm: 35512 28133 79 194 0 35316 0
[pid=6230/tid=6231] ppid=6226 vsize=142048 CPUtime=44.85
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 1076 0 0 0 4476 9 0 0 25 0 4 0 1114739600 145457152 28133 4294967295 134512640 135305190 3215218048 3058695360 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=142048 CPUtime=45.04
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 1720 0 0 0 4497 7 0 0 25 0 4 0 1114739600 145457152 28133 4294967295 134512640 135305190 3215218048 3050306752 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=142048 CPUtime=45.07
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 1319 0 0 0 4491 16 0 0 25 0 4 0 1114739600 145457152 28133 4294967295 134512640 135305190 3215218048 3041918144 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 185.59
Current children cumulated vsize (KiB) 144464

[startup+102.312 s]
/proc/loadavg: 4.23 4.25 4.17 7/102 6436
/proc/meminfo: memFree=3029344/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=158100 CPUtime=385.02
/proc/6230/stat : 6230 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202496 31791 0 0 0 38446 56 0 0 25 0 4 0 1114739526 161894400 31719 4294967295 134512640 135305190 3215218048 3215216224 134528268 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6230/statm: 39525 31719 79 194 0 39329 0
[pid=6230/tid=6231] ppid=6226 vsize=158100 CPUtime=95.67
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 1705 0 0 0 9554 13 0 0 25 0 4 0 1114739600 161894400 31719 4294967295 134512640 135305190 3215218048 3058695360 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=158100 CPUtime=96.24
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 3164 0 0 0 9615 9 0 0 25 0 4 0 1114739600 161894400 31719 4294967295 134512640 135305190 3215218048 3050306752 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=158100 CPUtime=96.28
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 2024 0 0 0 9606 22 0 0 25 0 4 0 1114739600 161894400 31719 4294967295 134512640 135305190 3215218048 3041918144 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 390.02
Current children cumulated vsize (KiB) 160516

[startup+162.307 s]
/proc/loadavg: 4.50 4.32 4.20 5/101 6615
/proc/meminfo: memFree=3011908/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=175620 CPUtime=624.61
/proc/6230/stat : 6230 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202496 36194 0 0 0 62390 71 0 0 25 0 4 0 1114739526 179834880 36122 4294967295 134512640 135305190 3215218048 3215216224 134528189 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6230/statm: 43905 36122 79 194 0 43709 0
[pid=6230/tid=6231] ppid=6226 vsize=175620 CPUtime=155.41
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 2500 0 0 0 15521 20 0 0 25 0 4 0 1114739600 179834880 36122 4294967295 134512640 135305190 3215218048 3058695360 134530561 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=175620 CPUtime=156.23
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 4623 0 0 0 15611 12 0 0 25 0 4 0 1114739600 179834880 36122 4294967295 134512640 135305190 3215218048 3050306752 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=175620 CPUtime=156.25
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 3142 0 0 0 15601 24 0 0 25 0 4 0 1114739600 179834880 36122 4294967295 134512640 135305190 3215218048 3041918144 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 629.61
Current children cumulated vsize (KiB) 178036

[startup+222.312 s]
/proc/loadavg: 4.48 4.36 4.22 6/101 6803
/proc/meminfo: memFree=2996824/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=193256 CPUtime=864.05
/proc/6230/stat : 6230 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202496 40089 0 0 0 86313 92 0 0 25 0 4 0 1114739526 197894144 39996 4294967295 134512640 135305190 3215218048 3215216224 134528455 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6230/statm: 48314 39996 79 194 0 48118 0
[pid=6230/tid=6231] ppid=6226 vsize=193256 CPUtime=215.27
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 3417 0 0 0 21501 26 0 0 25 0 4 0 1114739600 197894144 39996 4294967295 134512640 135305190 3215218048 3058695360 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=193256 CPUtime=216.07
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 6175 0 0 0 21587 20 0 0 25 0 4 0 1114739600 197894144 39996 4294967295 134512640 135305190 3215218048 3050306752 134528248 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=193256 CPUtime=216.15
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 3733 0 0 0 21586 29 0 0 25 0 4 0 1114739600 197894144 39996 4294967295 134512640 135305190 3215218048 3041918144 134528277 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 869.05
Current children cumulated vsize (KiB) 195672

[startup+282.317 s]
/proc/loadavg: 4.35 4.35 4.22 5/101 6990
/proc/meminfo: memFree=2981900/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=209072 CPUtime=1103.22
/proc/6230/stat : 6230 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202496 43761 0 0 0 110207 115 0 0 25 0 4 0 1114739526 214089728 43668 4294967295 134512640 135305190 3215218048 3215216224 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6230/statm: 52268 43668 79 194 0 52072 0
[pid=6230/tid=6231] ppid=6226 vsize=209072 CPUtime=275.19
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 4237 0 0 0 27491 28 0 0 25 0 4 0 1114739600 214089728 43668 4294967295 134512640 135305190 3215218048 3058695024 134551729 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=209072 CPUtime=275.95
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 7307 0 0 0 27565 30 0 0 25 0 4 0 1114739600 214089728 43668 4294967295 134512640 135305190 3215218048 3050306752 134528523 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=209072 CPUtime=275.7
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 4587 0 0 0 27537 33 0 0 25 0 4 0 1114739600 214089728 43668 4294967295 134512640 135305190 3215218048 3041918144 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1108.22
Current children cumulated vsize (KiB) 211488

[startup+342.312 s]
/proc/loadavg: 4.27 4.35 4.23 2/101 7181
/proc/meminfo: memFree=2969848/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=220556 CPUtime=1326.15
/proc/6230/stat : 6230 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202496 46629 0 0 0 132469 146 0 0 25 0 4 0 1114739526 225849344 46536 4294967295 134512640 135305190 3215218048 3215217456 134657474 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6230/statm: 55139 46536 79 194 0 54943 0
[pid=6230/tid=6231] ppid=6226 vsize=220556 CPUtime=329.54
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202560 4969 0 0 0 32922 32 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3058696624 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=220556 CPUtime=335.77
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 8025 0 0 0 33541 36 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3050306640 134529371 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=220556 CPUtime=330.18
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202560 5264 0 0 0 32975 43 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3041919408 134657474 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1331.15
Current children cumulated vsize (KiB) 222972

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

[startup+345.512 s]
/proc/loadavg: 4.27 4.35 4.23 2/101 7364
/proc/meminfo: memFree=2969028/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=220556 CPUtime=1329.35
/proc/6230/stat : 6230 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202496 46629 0 0 0 132789 146 0 0 25 0 4 0 1114739526 225849344 46536 4294967295 134512640 135305190 3215218048 3215217456 134657474 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6230/statm: 55139 46536 79 194 0 54943 0
[pid=6230/tid=6231] ppid=6226 vsize=220556 CPUtime=329.54
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202560 4969 0 0 0 32922 32 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3058696624 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=220556 CPUtime=338.97
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 8025 0 0 0 33861 36 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3050306640 134529572 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=220556 CPUtime=330.18
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202560 5264 0 0 0 32975 43 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3041919408 134657474 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1334.35
Current children cumulated vsize (KiB) 222972

[startup+347.112 s]
/proc/loadavg: 4.01 4.30 4.22 2/101 7364
/proc/meminfo: memFree=2969028/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=220556 CPUtime=1330.95
/proc/6230/stat : 6230 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202496 46629 0 0 0 132949 146 0 0 25 0 4 0 1114739526 225849344 46536 4294967295 134512640 135305190 3215218048 3215217456 134657474 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6230/statm: 55139 46536 79 194 0 54943 0
[pid=6230/tid=6231] ppid=6226 vsize=220556 CPUtime=329.54
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202560 4969 0 0 0 32922 32 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3058696624 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=220556 CPUtime=340.57
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 8025 0 0 0 34021 36 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3050306640 134529244 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=220556 CPUtime=330.18
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202560 5264 0 0 0 32975 43 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3041919408 134657474 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1335.95
Current children cumulated vsize (KiB) 222972

[startup+347.912 s]
/proc/loadavg: 4.01 4.30 4.22 2/101 7364
/proc/meminfo: memFree=2969108/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=220556 CPUtime=1331.75
/proc/6230/stat : 6230 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202496 46629 0 0 0 133029 146 0 0 25 0 4 0 1114739526 225849344 46536 4294967295 134512640 135305190 3215218048 3215217456 134657474 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6230/statm: 55139 46536 79 194 0 54943 0
[pid=6230/tid=6231] ppid=6226 vsize=220556 CPUtime=329.54
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202560 4969 0 0 0 32922 32 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3058696624 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=220556 CPUtime=341.37
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 8025 0 0 0 34101 36 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3050306640 134529630 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=220556 CPUtime=330.18
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202560 5264 0 0 0 32975 43 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3041919408 134657474 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1336.75
Current children cumulated vsize (KiB) 222972

[startup+348.712 s]
/proc/loadavg: 4.01 4.30 4.22 2/101 7364
/proc/meminfo: memFree=2969108/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=220556 CPUtime=1332.55
/proc/6230/stat : 6230 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202496 46629 0 0 0 133109 146 0 0 25 0 4 0 1114739526 225849344 46536 4294967295 134512640 135305190 3215218048 3215217456 134657474 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6230/statm: 55139 46536 79 194 0 54943 0
[pid=6230/tid=6231] ppid=6226 vsize=220556 CPUtime=329.54
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202560 4969 0 0 0 32922 32 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3058696624 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=220556 CPUtime=342.17
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 8025 0 0 0 34181 36 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3050306640 134529255 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=220556 CPUtime=330.18
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202560 5264 0 0 0 32975 43 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3041919408 134657474 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1337.55
Current children cumulated vsize (KiB) 222972

[startup+348.912 s]
/proc/loadavg: 4.01 4.30 4.22 2/101 7364
/proc/meminfo: memFree=2969108/3368532 swapFree=1953788/1959888
[pid=6226] ppid=6224 vsize=2416 CPUtime=5
/proc/6226/stat : 6226 (manysat.sh) S 6224 6226 27966 0 -1 4194304 367 36940 0 0 1 0 475 24 15 0 1 0 1114739027 2473984 274 4294967295 134512640 135169312 3219771872 3219768088 3085205230 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/6226/statm: 604 274 231 161 0 43 0
[pid=6230] ppid=6226 vsize=220556 CPUtime=1332.75
/proc/6230/stat : 6230 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202496 46629 0 0 0 133129 146 0 0 25 0 4 0 1114739526 225849344 46536 4294967295 134512640 135305190 3215218048 3215217456 134657474 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/6230/statm: 55139 46536 79 194 0 54943 0
[pid=6230/tid=6231] ppid=6226 vsize=220556 CPUtime=329.54
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202560 4969 0 0 0 32922 32 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3058696624 134657474 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=6230/tid=6232] ppid=6226 vsize=220556 CPUtime=342.37
/proc/6230/task/6232/stat : 6232 (manysat1.1_stat) R 6226 6226 27966 0 -1 4202560 8025 0 0 0 34201 36 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3050306640 134529244 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=6230/tid=6233] ppid=6226 vsize=220556 CPUtime=330.18
/proc/6230/task/6233/stat : 6233 (manysat1.1_stat) S 6226 6226 27966 0 -1 4202560 5264 0 0 0 32975 43 0 0 25 0 4 0 1114739600 225849344 46536 4294967295 134512640 135305190 3215218048 3041919408 134657474 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1337.75
Current children cumulated vsize (KiB) 222972

Child status: 20
Real time (s): 348.961
CPU time (s): 1337.8
CPU user time (s): 1336.09
CPU system time (s): 1.71
CPU usage (%): 383.367
Max. virtual memory (cumulated for all children) (KiB): 222972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1336.09
system time used= 1.71
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84228
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= 16519
involuntary context switches= 75795

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 10:52:28
IDJOB=1775731
IDBENCH=20379
IDSOLVER=620
FILE ID=/1775731-1243500748
PBS_JOBID=
Free space on /tmp= 6461 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-17-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775731-1243500748/watcher-1775731-1243500748 -o /tmp/evaluation-result-1775731-1243500748/solver-1775731-1243500748 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1775731-1243500748.cnf aimd 0

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 83ece6745238c422c7e68e5a07fc7f73
RANDOM SEED= 2090784665

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3167024 kB
Buffers:         32504 kB
Cached:          68224 kB
SwapCached:       2256 kB
Active:          73944 kB
Inactive:        36812 kB
HighTotal:     2489216 kB
HighFree:      2409324 kB
LowTotal:       879316 kB
LowFree:        757700 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:           17104 kB
Writeback:           0 kB
AnonPages:        8620 kB
Mapped:           3232 kB
Slab:            80800 kB
SReclaimable:    67192 kB
SUnreclaim:      13608 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88676 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6461 MiB
End job on  at 2009-05-28 10:58:18