Trace number 1776736

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 1223.24 317.529

General information on the benchmark

Nameschup-l2s-bc56s-1-k391.cnf
MD5SUM1f1dd0782ec95ee5e6d7a06f92fc0f12
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1223.24
Satisfiable
(Un)Satisfiability was proved
Number of variables561371
Number of clauses1778987
Sum of the clauses size4570195
Maximum clause length392
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2843213
Number of clauses of size 3908640
Number of clauses of size 416428
Number of clauses of size 56651
Number of clauses of size over 53913

Solver Data

0.00/0.00	c Parsing...
1.41/1.46	c ==============================================================================
1.41/1.46	c |           |     ORIGINAL     |              LEARNT              |          |
1.41/1.46	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.41/1.46	c ==============================================================================
1.41/1.46	c |         0 | 1777028  4564454 |  533108       0        0     nan |  0.000 % |
11.41/11.44	c |         0 |  813247  2716333 |      --       0       --      -- |     --   | -937144/-1778230
11.41/11.45	c ==============================================================================
11.41/11.45	c Result  :   #vars: 151801   #clauses: 813247   #literals: 2716333
11.41/11.45	c CPU time:   11.11 s
11.41/11.45	c ==============================================================================
1222.92/317.48	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
1222.92/317.48	c ============================[ Problem Statistics ]=============================
1222.92/317.48	c |                                                                             |
1222.92/317.48	c threadId              : 3
1222.92/317.48	c restarts              : 229
1222.92/317.48	c conflicts             : 111008         (92 /sec)
1222.92/317.48	c decisions             : 286179         (1.98 % random) (237 /sec)
1222.92/317.48	c propagations          : 394958512      (326768 /sec)
1222.92/317.48	c conflict literals     : 6355525        (40.63 % deleted)
1222.92/317.48	c Memory used           : 357.72 MB
1222.92/317.48	c CPU time              : 1208.68 s
1222.92/317.48	
1222.92/317.48	c --->m=4, e=8, aimd=0, HOME/13545_many.cnf	time: 302.17	conflicts: 111008       
1222.92/317.50	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-1776736-1243512960/watcher-1776736-1243512960 -o /tmp/evaluation-result-1776736-1243512960/solver-1776736-1243512960 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1776736-1243512960.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.22 4.38 4.36 3/96 13545
/proc/meminfo: memFree=3024144/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2416 CPUtime=0
/proc/13545/stat : 13545 (manysat.sh) R 13543 13545 27966 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 1115960357 2473984 274 4294967295 134512640 135169312 3218085952 3218084428 3084965748 0 65538 4 65536 0 0 0 17 3 0 0 0
/proc/13545/statm: 604 274 231 161 0 43 0
[pid=13546] ppid=13545 vsize=1172 CPUtime=0
/proc/13546/stat : 13546 (SatElite) R 13545 13545 27966 0 -1 4202496 228 0 0 0 0 0 0 0 18 0 1 0 1115960357 1200128 165 4294967295 134512640 135034092 3215703504 3215699496 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/13546/statm: 293 166 50 128 0 163 0

[startup+0.065832 s]
/proc/loadavg: 4.22 4.38 4.36 3/96 13545
/proc/meminfo: memFree=3024144/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2416 CPUtime=0
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1115960357 2473984 274 4294967295 134512640 135169312 3218085952 3218084488 3084963566 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/13545/statm: 604 274 231 161 0 43 0
[pid=13546] ppid=13545 vsize=13944 CPUtime=0.06
/proc/13546/stat : 13546 (SatElite) R 13545 13545 27966 0 -1 4202496 2808 0 0 0 6 0 0 0 19 0 1 0 1115960357 14278656 2745 4294967295 134512640 135034092 3215703504 3215699496 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/13546/statm: 3486 2746 50 128 0 3356 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16360

[startup+0.115829 s]
/proc/loadavg: 4.22 4.38 4.36 3/96 13545
/proc/meminfo: memFree=3024144/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2416 CPUtime=0
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1115960357 2473984 274 4294967295 134512640 135169312 3218085952 3218084488 3084963566 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/13545/statm: 604 274 231 161 0 43 0
[pid=13546] ppid=13545 vsize=19604 CPUtime=0.11
/proc/13546/stat : 13546 (SatElite) R 13545 13545 27966 0 -1 4202496 4633 0 0 0 10 1 0 0 19 0 1 0 1115960357 20074496 4570 4294967295 134512640 135034092 3215703504 3215699464 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/13546/statm: 4901 4572 50 128 0 4771 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 22020

[startup+0.315812 s]
/proc/loadavg: 4.22 4.38 4.36 3/96 13545
/proc/meminfo: memFree=3024144/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2416 CPUtime=0
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1115960357 2473984 274 4294967295 134512640 135169312 3218085952 3218084488 3084963566 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/13545/statm: 604 274 231 161 0 43 0
[pid=13546] ppid=13545 vsize=58500 CPUtime=0.31
/proc/13546/stat : 13546 (SatElite) R 13545 13545 27966 0 -1 4202496 11977 0 0 0 29 2 0 0 20 0 1 0 1115960357 59904000 11914 4294967295 134512640 135034092 3215703504 3215699496 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/13546/statm: 14625 11915 50 128 0 14495 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 60916

[startup+0.715779 s]
/proc/loadavg: 4.22 4.38 4.36 3/96 13545
/proc/meminfo: memFree=3024144/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2416 CPUtime=0
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1115960357 2473984 274 4294967295 134512640 135169312 3218085952 3218084488 3084963566 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/13545/statm: 604 274 231 161 0 43 0
[pid=13546] ppid=13545 vsize=124064 CPUtime=0.71
/proc/13546/stat : 13546 (SatElite) R 13545 13545 27966 0 -1 4202496 26547 0 0 0 65 6 0 0 21 0 1 0 1115960357 127041536 26484 4294967295 134512640 135034092 3215703504 3215699848 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/13546/statm: 31016 26485 50 128 0 30886 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 126480

[startup+1.51571 s]
/proc/loadavg: 4.22 4.38 4.36 2/98 13547
/proc/meminfo: memFree=2874736/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2416 CPUtime=0
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1115960357 2473984 274 4294967295 134512640 135169312 3218085952 3218084488 3084963566 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/13545/statm: 604 274 231 161 0 43 0
[pid=13546] ppid=13545 vsize=261600 CPUtime=1.51
/proc/13546/stat : 13546 (SatElite) R 13545 13545 27966 0 -1 4202496 56988 0 0 0 134 17 0 0 23 0 1 0 1115960357 267878400 53146 4294967295 134512640 135034092 3215703504 3215699952 134572530 0 0 0 3 0 0 0 17 3 0 0 0
/proc/13546/statm: 65400 53149 66 128 0 65270 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 264016

[startup+3.11558 s]
/proc/loadavg: 3.96 4.32 4.34 5/99 13630
/proc/meminfo: memFree=2788772/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2416 CPUtime=0
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1115960357 2473984 274 4294967295 134512640 135169312 3218085952 3218084488 3084963566 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/13545/statm: 604 274 231 161 0 43 0
[pid=13546] ppid=13545 vsize=297172 CPUtime=3.11
/proc/13546/stat : 13546 (SatElite) R 13545 13545 27966 0 -1 4202496 64779 0 0 0 289 22 0 0 25 0 1 0 1115960357 304304128 59840 4294967295 134512640 135034092 3215703504 3215699500 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/13546/statm: 74293 59840 67 128 0 74163 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 299588

[startup+6.31531 s]
/proc/loadavg: 3.96 4.32 4.34 2/98 13731
/proc/meminfo: memFree=2740144/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2416 CPUtime=0
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1115960357 2473984 274 4294967295 134512640 135169312 3218085952 3218084488 3084963566 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/13545/statm: 604 274 231 161 0 43 0
[pid=13546] ppid=13545 vsize=311188 CPUtime=6.31
/proc/13546/stat : 13546 (SatElite) R 13545 13545 27966 0 -1 4202496 68350 0 0 0 606 25 0 0 25 0 1 0 1115960357 318656512 62870 4294967295 134512640 135034092 3215703504 3215699500 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/13546/statm: 77797 62870 67 128 0 77667 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 313604

[startup+12.7148 s]
/proc/loadavg: 3.51 4.21 4.30 2/98 13731
/proc/meminfo: memFree=2725304/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 2420

[startup+25.5139 s]
/proc/loadavg: 3.89 4.27 4.32 9/101 13736
/proc/meminfo: memFree=2707664/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
[pid=13732] ppid=13545 vsize=299536 CPUtime=45.56
/proc/13732/stat : 13732 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202496 65224 0 0 0 4470 86 0 0 17 0 4 0 1115961618 306724864 65083 4294967295 134512640 135305190 3214605536 3214603712 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13732/statm: 74884 65083 79 194 0 74688 0
[pid=13732/tid=13733] ppid=13545 vsize=299536 CPUtime=11.01
/proc/13732/task/13733/stat : 13733 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 2412 0 0 0 1087 14 0 0 17 0 4 0 1115961791 306724864 65083 4294967295 134512640 135305190 3214605536 3011402944 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13732/tid=13734] ppid=13545 vsize=299536 CPUtime=10.97
/proc/13732/task/13734/stat : 13734 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 2012 0 0 0 1085 12 0 0 17 0 4 0 1115961791 306724864 65083 4294967295 134512640 135305190 3214605536 3003013952 134551808 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13732/tid=13735] ppid=13545 vsize=299536 CPUtime=10.9
/proc/13732/task/13735/stat : 13735 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 2462 0 0 0 1075 15 0 0 17 0 4 0 1115961791 306724864 65083 4294967295 134512640 135305190 3214605536 2994625728 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 58.16
Current children cumulated vsize (KiB) 301956

[startup+51.1118 s]
/proc/loadavg: 4.17 4.31 4.33 5/101 13738
/proc/meminfo: memFree=2691716/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
[pid=13732] ppid=13545 vsize=316056 CPUtime=147.78
/proc/13732/stat : 13732 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202496 69114 0 0 0 14675 103 0 0 25 0 4 0 1115961618 323641344 68973 4294967295 134512640 135305190 3214605536 3214603604 134695249 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13732/statm: 79014 68973 79 194 0 78818 0
[pid=13732/tid=13733] ppid=13545 vsize=316056 CPUtime=36.55
/proc/13732/task/13733/stat : 13733 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 3202 0 0 0 3632 23 0 0 25 0 4 0 1115961791 323641344 68973 4294967295 134512640 135305190 3214605536 3011402832 134529062 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13732/tid=13734] ppid=13545 vsize=316056 CPUtime=36.54
/proc/13732/task/13734/stat : 13734 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 3391 0 0 0 3640 14 0 0 25 0 4 0 1115961791 323641344 68973 4294967295 134512640 135305190 3214605536 3003014260 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13732/tid=13735] ppid=13545 vsize=316056 CPUtime=36.47
/proc/13732/task/13735/stat : 13735 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 3117 0 0 0 3629 18 0 0 25 0 4 0 1115961791 323641344 68973 4294967295 134512640 135305190 3214605536 2994625616 134529062 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 160.38
Current children cumulated vsize (KiB) 318476

[startup+102.318 s]
/proc/loadavg: 4.34 4.32 4.33 6/101 13928
/proc/meminfo: memFree=2674932/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
[pid=13732] ppid=13545 vsize=333172 CPUtime=352.27
/proc/13732/stat : 13732 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202496 73310 0 0 0 35102 125 0 0 25 0 4 0 1115961618 341168128 73169 4294967295 134512640 135305190 3214605536 3214603376 134551945 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13732/statm: 83293 73169 79 194 0 83097 0
[pid=13732/tid=13733] ppid=13545 vsize=333172 CPUtime=87.67
/proc/13732/task/13733/stat : 13733 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 3983 0 0 0 8739 28 0 0 25 0 4 0 1115961791 341168128 73169 4294967295 134512640 135305190 3214605536 3011402944 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13732/tid=13734] ppid=13545 vsize=333172 CPUtime=87.7
/proc/13732/task/13734/stat : 13734 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 4661 0 0 0 8752 18 0 0 25 0 4 0 1115961791 341168128 73169 4294967295 134512640 135305190 3214605536 3003014336 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13732/tid=13735] ppid=13545 vsize=333172 CPUtime=87.65
/proc/13732/task/13735/stat : 13735 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 3911 0 0 0 8743 22 0 0 25 0 4 0 1115961791 341168128 73169 4294967295 134512640 135305190 3214605536 2994625392 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 364.87
Current children cumulated vsize (KiB) 335592

[startup+162.313 s]
/proc/loadavg: 4.57 4.38 4.35 5/101 14120
/proc/meminfo: memFree=2656276/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
[pid=13732] ppid=13545 vsize=351264 CPUtime=591.46
/proc/13732/stat : 13732 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202496 77997 0 0 0 58999 147 0 0 25 0 4 0 1115961618 359694336 77856 4294967295 134512640 135305190 3214605536 3214603376 134551651 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/13732/statm: 87816 77856 79 194 0 87620 0
[pid=13732/tid=13733] ppid=13545 vsize=351264 CPUtime=147.28
/proc/13732/task/13733/stat : 13733 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 4862 0 0 0 14695 33 0 0 25 0 4 0 1115961791 359694336 77856 4294967295 134512640 135305190 3214605536 3011402944 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13732/tid=13734] ppid=13545 vsize=351264 CPUtime=147.56
/proc/13732/task/13734/stat : 13734 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 5947 0 0 0 14737 19 0 0 25 0 4 0 1115961791 359694336 77856 4294967295 134512640 135305190 3214605536 3003013952 134551729 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13732/tid=13735] ppid=13545 vsize=351264 CPUtime=147.47
/proc/13732/task/13735/stat : 13735 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 5261 0 0 0 14720 27 0 0 25 0 4 0 1115961791 359694336 77856 4294967295 134512640 135305190 3214605536 2994625728 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 604.06
Current children cumulated vsize (KiB) 353684

[startup+222.308 s]
/proc/loadavg: 4.35 4.35 4.35 5/101 14307
/proc/meminfo: memFree=2646180/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
[pid=13732] ppid=13545 vsize=360780 CPUtime=830.84
/proc/13732/stat : 13732 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202496 80311 0 0 0 82921 163 0 0 25 0 4 0 1115961618 369438720 80170 4294967295 134512640 135305190 3214605536 3214603712 134528195 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/13732/statm: 90195 80170 79 194 0 89999 0
[pid=13732/tid=13733] ppid=13545 vsize=360780 CPUtime=207.1
/proc/13732/task/13733/stat : 13733 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 5441 0 0 0 20672 38 0 0 25 0 4 0 1115961791 369438720 80170 4294967295 134512640 135305190 3214605536 3011402944 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13732/tid=13734] ppid=13545 vsize=360780 CPUtime=207.48
/proc/13732/task/13734/stat : 13734 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6451 0 0 0 20726 22 0 0 25 0 4 0 1115961791 369438720 80170 4294967295 134512640 135305190 3214605536 3003014336 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13732/tid=13735] ppid=13545 vsize=360780 CPUtime=207.35
/proc/13732/task/13735/stat : 13735 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 5831 0 0 0 20704 31 0 0 25 0 4 0 1115961791 369438720 80170 4294967295 134512640 135305190 3214605536 2994625728 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 843.44
Current children cumulated vsize (KiB) 363200

[startup+282.313 s]
/proc/loadavg: 4.56 4.41 4.36 5/101 14496
/proc/meminfo: memFree=2639660/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
[pid=13732] ppid=13545 vsize=366304 CPUtime=1070.43
/proc/13732/stat : 13732 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202496 81713 0 0 0 106863 180 0 0 25 0 4 0 1115961618 375095296 81572 4294967295 134512640 135305190 3214605536 3214603376 134551729 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/13732/statm: 91576 81572 79 194 0 91380 0
[pid=13732/tid=13733] ppid=13545 vsize=366304 CPUtime=267.03
/proc/13732/task/13733/stat : 13733 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 5704 0 0 0 26660 43 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3011402944 134528559 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13732/tid=13734] ppid=13545 vsize=366304 CPUtime=267.27
/proc/13732/task/13734/stat : 13734 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6663 0 0 0 26702 25 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3003013952 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13732/tid=13735] ppid=13545 vsize=366304 CPUtime=267.35
/proc/13732/task/13735/stat : 13735 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6293 0 0 0 26700 35 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 2994625728 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1083.03
Current children cumulated vsize (KiB) 368724

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

[startup+294.312 s]
/proc/loadavg: 4.48 4.40 4.36 5/101 14496
/proc/meminfo: memFree=2639732/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
[pid=13732] ppid=13545 vsize=366304 CPUtime=1118.41
/proc/13732/stat : 13732 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202496 81713 0 0 0 111660 181 0 0 25 0 4 0 1115961618 375095296 81572 4294967295 134512640 135305190 3214605536 3214603712 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/13732/statm: 91576 81572 79 194 0 91380 0
[pid=13732/tid=13733] ppid=13545 vsize=366304 CPUtime=279.03
/proc/13732/task/13733/stat : 13733 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 5704 0 0 0 27860 43 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3011402608 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13732/tid=13734] ppid=13545 vsize=366304 CPUtime=279.25
/proc/13732/task/13734/stat : 13734 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6663 0 0 0 27900 25 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3003014336 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13732/tid=13735] ppid=13545 vsize=366304 CPUtime=279.35
/proc/13732/task/13735/stat : 13735 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6293 0 0 0 27900 35 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 2994625728 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1131.01
Current children cumulated vsize (KiB) 368724

[startup+307.111 s]
/proc/loadavg: 4.45 4.39 4.36 6/102 14563
/proc/meminfo: memFree=2639184/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
[pid=13732] ppid=13545 vsize=366304 CPUtime=1169.49
/proc/13732/stat : 13732 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202496 81713 0 0 0 116763 186 0 0 25 0 4 0 1115961618 375095296 81572 4294967295 134512640 135305190 3214605536 3214603712 134528379 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/13732/statm: 91576 81572 79 194 0 91380 0
[pid=13732/tid=13733] ppid=13545 vsize=366304 CPUtime=291.77
/proc/13732/task/13733/stat : 13733 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 5704 0 0 0 29133 44 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3011402944 134528344 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13732/tid=13734] ppid=13545 vsize=366304 CPUtime=292.04
/proc/13732/task/13734/stat : 13734 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6663 0 0 0 29179 25 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3003014336 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13732/tid=13735] ppid=13545 vsize=366304 CPUtime=292.14
/proc/13732/task/13735/stat : 13735 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6293 0 0 0 29178 36 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 2994625728 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.09
Current children cumulated vsize (KiB) 368724

[startup+313.51 s]
/proc/loadavg: 4.41 4.39 4.36 5/101 14681
/proc/meminfo: memFree=2639424/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
[pid=13732] ppid=13545 vsize=366304 CPUtime=1194.79
/proc/13732/stat : 13732 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202496 81713 0 0 0 119289 190 0 0 25 0 4 0 1115961618 375095296 81572 4294967295 134512640 135305190 3214605536 3214603712 134528256 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/13732/statm: 91576 81572 79 194 0 91380 0
[pid=13732/tid=13733] ppid=13545 vsize=366304 CPUtime=298.08
/proc/13732/task/13733/stat : 13733 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 5704 0 0 0 29764 44 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3011402944 134528184 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13732/tid=13734] ppid=13545 vsize=366304 CPUtime=298.4
/proc/13732/task/13734/stat : 13734 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6663 0 0 0 29811 29 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3003014336 134528410 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13732/tid=13735] ppid=13545 vsize=366304 CPUtime=298.44
/proc/13732/task/13735/stat : 13735 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6293 0 0 0 29808 36 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 2994625728 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1207.39
Current children cumulated vsize (KiB) 368724

[startup+315.11 s]
/proc/loadavg: 4.41 4.39 4.36 5/101 14681
/proc/meminfo: memFree=2639448/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
[pid=13732] ppid=13545 vsize=366304 CPUtime=1201.16
/proc/13732/stat : 13732 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202496 81713 0 0 0 119925 191 0 0 25 0 4 0 1115961618 375095296 81572 4294967295 134512640 135305190 3214605536 3214603712 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/13732/statm: 91576 81572 79 194 0 91380 0
[pid=13732/tid=13733] ppid=13545 vsize=366304 CPUtime=299.68
/proc/13732/task/13733/stat : 13733 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 5704 0 0 0 29924 44 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3011402944 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13732/tid=13734] ppid=13545 vsize=366304 CPUtime=299.97
/proc/13732/task/13734/stat : 13734 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6663 0 0 0 29967 30 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3003014336 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13732/tid=13735] ppid=13545 vsize=366304 CPUtime=300.04
/proc/13732/task/13735/stat : 13735 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6293 0 0 0 29968 36 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 2994625728 134528265 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1213.76
Current children cumulated vsize (KiB) 368724

[startup+316.71 s]
/proc/loadavg: 4.38 4.38 4.36 5/101 14682
/proc/meminfo: memFree=2639504/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
[pid=13732] ppid=13545 vsize=366304 CPUtime=1207.52
/proc/13732/stat : 13732 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202496 81713 0 0 0 120560 192 0 0 25 0 4 0 1115961618 375095296 81572 4294967295 134512640 135305190 3214605536 3214603712 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/13732/statm: 91576 81572 79 194 0 91380 0
[pid=13732/tid=13733] ppid=13545 vsize=366304 CPUtime=301.25
/proc/13732/task/13733/stat : 13733 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 5704 0 0 0 30081 44 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3011402944 134528545 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13732/tid=13734] ppid=13545 vsize=366304 CPUtime=301.56
/proc/13732/task/13734/stat : 13734 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6663 0 0 0 30125 31 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3003014336 134528554 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13732/tid=13735] ppid=13545 vsize=366304 CPUtime=301.64
/proc/13732/task/13735/stat : 13735 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6293 0 0 0 30128 36 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 2994625728 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1220.12
Current children cumulated vsize (KiB) 368724

[startup+317.11 s]
/proc/loadavg: 4.38 4.38 4.36 5/101 14682
/proc/meminfo: memFree=2639504/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2420 CPUtime=12.6
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 370 86489 0 0 0 0 1222 38 18 0 1 0 1115960357 2478080 275 4294967295 134512640 135169312 3218085952 3218082168 3084963566 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/13545/statm: 605 275 231 161 0 44 0
[pid=13732] ppid=13545 vsize=366304 CPUtime=1209.12
/proc/13732/stat : 13732 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202496 81713 0 0 0 120720 192 0 0 25 0 4 0 1115961618 375095296 81572 4294967295 134512640 135305190 3214605536 3214603712 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/13732/statm: 91576 81572 79 194 0 91380 0
[pid=13732/tid=13733] ppid=13545 vsize=366304 CPUtime=301.65
/proc/13732/task/13733/stat : 13733 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 5704 0 0 0 30121 44 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3011402944 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=13732/tid=13734] ppid=13545 vsize=366304 CPUtime=301.96
/proc/13732/task/13734/stat : 13734 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6663 0 0 0 30165 31 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 3003014336 134528851 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13732/tid=13735] ppid=13545 vsize=366304 CPUtime=302.04
/proc/13732/task/13735/stat : 13735 (manysat1.1_stat) R 13545 13545 27966 0 -1 4202560 6293 0 0 0 30168 36 0 0 25 0 4 0 1115961791 375095296 81572 4294967295 134512640 135305190 3214605536 2994625728 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1221.72
Current children cumulated vsize (KiB) 368724

[startup+317.51 s]
/proc/loadavg: 4.38 4.38 4.36 5/101 14682
/proc/meminfo: memFree=2639504/3368532 swapFree=1953788/1959888
[pid=13545] ppid=13543 vsize=2936 CPUtime=1223.22
/proc/13545/stat : 13545 (manysat.sh) S 13543 13545 27966 0 -1 4194304 458 168219 0 0 0 0 122090 232 21 0 1 0 1115960357 3006464 343 4294967295 134512640 135169312 3218085952 3218081336 3084963566 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13545/statm: 734 343 233 161 0 173 0
Current children cumulated CPU time (s) 1223.22
Current children cumulated vsize (KiB) 2936

Child status: 20
Real time (s): 317.529
CPU time (s): 1223.24
CPU user time (s): 1220.9
CPU system time (s): 2.34
CPU usage (%): 385.238
Max. virtual memory (cumulated for all children) (KiB): 368724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1220.9
system time used= 2.34
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168861
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= 50097
involuntary context switches= 66755

runsolver used 0.02 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 14:16:00
IDJOB=1776736
IDBENCH=69581
IDSOLVER=620
FILE ID=/1776736-1243512960
PBS_JOBID=
Free space on /tmp= 6441 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT_RACE08/cnf/schup-l2s-bc56s-1-k391.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1776736-1243512960/watcher-1776736-1243512960 -o /tmp/evaluation-result-1776736-1243512960/solver-1776736-1243512960 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1776736-1243512960.cnf aimd 0

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

MD5SUM BENCH= 1f1dd0782ec95ee5e6d7a06f92fc0f12
RANDOM SEED= 409604870

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:       3024244 kB
Buffers:         46028 kB
Cached:         197580 kB
SwapCached:       2256 kB
Active:         137060 kB
Inactive:       116168 kB
HighTotal:     2489216 kB
HighFree:      2279688 kB
LowTotal:       879316 kB
LowFree:        744556 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:           37732 kB
Writeback:           0 kB
AnonPages:        8928 kB
Mapped:           3140 kB
Slab:            81144 kB
SReclaimable:    67336 kB
SUnreclaim:      13808 kB
PageTables:        492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88684 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6441 MiB
End job on  at 2009-05-28 14:21:20