Trace number 1780330

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
satake 2009-03-22 (4 threads)UNSAT 162.49 95.4011

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.86
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

162.36/95.39	c Benchmark name    : HOME/instance-1780330-1243647138.cnf
162.36/95.39	c Thread Num        :            4
162.36/95.39	c restarts          :           12
162.36/95.39	c conflicts         :        20645
162.36/95.39	c decisions         :       164938           (     1736 / sec      )
162.36/95.39	c propagations      :     75794715           (   797833 / sec      )
162.36/95.39	c inspects          :    201915826           (  2125414 / sec      )
162.36/95.39	c conflict literals :      3834942           (    27.19 % deleted  )
162.36/95.39	c cpu time          :        95.00           
162.36/95.39	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-1780330-1243647138/watcher-1780330-1243647138 -o /tmp/evaluation-result-1780330-1243647138/solver-1780330-1243647138 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1780330-1243647138.cnf 4 10000 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 6.22 6.47 6.47 6/112 8553
/proc/meminfo: memFree=3066848/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=968 CPUtime=0
/proc/8552/stat : 8552 (satake) R 8550 8552 23155 0 -1 4202496 109 0 0 0 0 0 0 0 25 0 2 0 1129377940 991232 65 4294967295 134512640 135180984 3218497728 3218497072 134705812 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 242 65 54 164 0 77 0
[pid=8552/tid=8553] ppid=8550 vsize=968 CPUtime=0
/proc/8552/task/8553/stat : 8553 (satake) R 8550 8552 23155 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 1129377940 991232 65 4294967295 134512640 135180984 3218497728 3086496580 134705812 0 0 0 0 0 0 0 -1 0 0 0 0

[startup+0.093491 s]
/proc/loadavg: 6.22 6.47 6.47 6/112 8553
/proc/meminfo: memFree=3066848/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=48028 CPUtime=0.09
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 9936 0 0 0 4 5 0 0 25 0 5 0 1129377940 49180672 9876 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 12007 9876 63 164 0 11842 0
[pid=8552/tid=8553] ppid=8550 vsize=48028 CPUtime=0
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129377940 49180672 9876 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48028

[startup+0.233685 s]
/proc/loadavg: 6.22 6.47 6.47 6/112 8553
/proc/meminfo: memFree=3066848/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=59704 CPUtime=0.23
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 12405 0 0 0 18 5 0 0 25 0 5 0 1129377940 61136896 12345 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 14926 12346 63 164 0 14761 0
[pid=8552/tid=8553] ppid=8550 vsize=59704 CPUtime=0
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129377940 61136896 12346 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 59704

[startup+0.303681 s]
/proc/loadavg: 6.22 6.47 6.47 6/112 8553
/proc/meminfo: memFree=3066848/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=69960 CPUtime=0.29
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 13542 0 0 0 24 5 0 0 25 0 5 0 1129377940 71639040 13482 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 17490 13482 63 164 0 17325 0
[pid=8552/tid=8553] ppid=8550 vsize=69960 CPUtime=0
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129377940 71639040 13482 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 69960

[startup+0.703649 s]
/proc/loadavg: 6.22 6.47 6.47 6/112 8553
/proc/meminfo: memFree=3066848/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=90296 CPUtime=0.68
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 19173 0 0 0 58 10 0 0 25 0 5 0 1129377940 92463104 19105 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 22574 19105 63 164 0 22409 0
[pid=8552/tid=8553] ppid=8550 vsize=90296 CPUtime=0
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129377940 92463104 19105 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 90296

[startup+1.50358 s]
/proc/loadavg: 6.22 6.47 6.47 7/116 8557
/proc/meminfo: memFree=2982340/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=110004 CPUtime=1.78
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 26648 0 0 0 164 14 0 0 25 0 5 0 1129377940 112644096 24459 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 27501 24459 68 164 0 27336 0
[pid=8552/tid=8553] ppid=8550 vsize=110004 CPUtime=0.03
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1298 0 0 0 3 0 0 0 15 0 5 0 1129377940 112644096 24460 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=110004 CPUtime=0.85
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 8923 0 0 0 80 5 0 0 25 0 5 0 1129377940 112644096 24460 4294967295 134512640 135180984 3218497728 3086429920 134564373 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=110004 CPUtime=0.44
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 7862 0 0 0 40 4 0 0 21 0 5 0 1129377941 112644096 24461 4294967295 134512640 135180984 3218497728 3086364820 134579745 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=110004 CPUtime=0.47
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 8456 0 0 0 42 5 0 0 24 0 5 0 1129377941 112644096 24462 4294967295 134512640 135180984 3218497728 3086299284 134579745 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 110004

[startup+3.10345 s]
/proc/loadavg: 6.22 6.47 6.47 7/116 8557
/proc/meminfo: memFree=2980848/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=96396 CPUtime=4.18
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 27852 0 0 0 401 17 0 0 25 0 5 0 1129377940 98709504 21421 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 24099 21421 68 164 0 23934 0
[pid=8552/tid=8553] ppid=8550 vsize=96396 CPUtime=0.06
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1298 0 0 0 5 1 0 0 15 0 5 0 1129377940 98709504 21422 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=96396 CPUtime=1.65
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 8933 0 0 0 159 6 0 0 25 0 5 0 1129377940 98709504 21422 4294967295 134512640 135180984 3218497728 3086430056 134518255 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=96396 CPUtime=1.24
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 8751 0 0 0 119 5 0 0 21 0 5 0 1129377941 98709504 21422 4294967295 134512640 135180984 3218497728 3086364520 134520863 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=96396 CPUtime=1.24
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 8759 0 0 0 119 5 0 0 20 0 5 0 1129377941 98709504 21422 4294967295 134512640 135180984 3218497728 3086298928 134523663 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 96396

[startup+6.30318 s]
/proc/loadavg: 6.20 6.46 6.46 7/116 8558
/proc/meminfo: memFree=2980740/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=97452 CPUtime=8.83
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 28142 0 0 0 862 21 0 0 25 0 5 0 1129377940 99790848 21711 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 24363 21711 68 164 0 24198 0
[pid=8552/tid=8553] ppid=8550 vsize=97452 CPUtime=0.09
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1298 0 0 0 5 4 0 0 15 0 5 0 1129377940 99790848 21711 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=97452 CPUtime=3.2
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 9006 0 0 0 314 6 0 0 25 0 5 0 1129377940 99790848 21711 4294967295 134512640 135180984 3218497728 3086430060 134520865 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=97452 CPUtime=2.73
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 8837 0 0 0 268 5 0 0 25 0 5 0 1129377941 99790848 21711 4294967295 134512640 135180984 3218497728 3086364428 134522603 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=97452 CPUtime=2.81
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 8889 0 0 0 275 6 0 0 24 0 5 0 1129377941 99790848 21711 4294967295 134512640 135180984 3218497728 3086298896 134524861 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.83
Current children cumulated vsize (KiB) 97452

[startup+12.7127 s]
/proc/loadavg: 6.18 6.45 6.46 7/116 8558
/proc/meminfo: memFree=2978020/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=100100 CPUtime=17.17
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 28816 0 0 0 1694 23 0 0 25 0 5 0 1129377940 102502400 22385 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 25025 22385 68 164 0 24860 0
[pid=8552/tid=8553] ppid=8550 vsize=100100 CPUtime=0.1
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1301 0 0 0 5 5 0 0 15 0 5 0 1129377940 102502400 22385 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=100100 CPUtime=5.85
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 9168 0 0 0 578 7 0 0 24 0 5 0 1129377940 102502400 22385 4294967295 134512640 135180984 3218497728 3086430064 134526118 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=100100 CPUtime=5.53
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 9095 0 0 0 548 5 0 0 25 0 5 0 1129377941 102502400 22385 4294967295 134512640 135180984 3218497728 3086364528 134528576 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=100100 CPUtime=5.69
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 9140 0 0 0 563 6 0 0 25 0 5 0 1129377941 102502400 22385 4294967295 134512640 135180984 3218497728 3086299008 134532700 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.17
Current children cumulated vsize (KiB) 100100

[startup+25.5116 s]
/proc/loadavg: 6.06 6.41 6.45 8/116 8561
/proc/meminfo: memFree=2970512/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=107652 CPUtime=35.65
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 30691 0 0 0 3537 28 0 0 25 0 5 0 1129377940 110235648 24260 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 26913 24260 68 164 0 26748 0
[pid=8552/tid=8553] ppid=8550 vsize=107652 CPUtime=0.15
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1305 0 0 0 7 8 0 0 16 0 5 0 1129377940 110235648 24260 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=107652 CPUtime=12.51
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 9755 0 0 0 1242 9 0 0 16 0 5 0 1129377940 110235648 24260 4294967295 134512640 135180984 3218497728 3086430000 134523856 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=107652 CPUtime=11.63
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 9733 0 0 0 1158 5 0 0 25 0 5 0 1129377941 110235648 24260 4294967295 134512640 135180984 3218497728 3086364428 134519071 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=107652 CPUtime=11.37
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 9786 0 0 0 1131 6 0 0 24 0 5 0 1129377941 110235648 24260 4294967295 134512640 135180984 3218497728 3086299032 134518214 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.65
Current children cumulated vsize (KiB) 107652

[startup+51.1095 s]
/proc/loadavg: 6.21 6.41 6.45 7/116 8745
/proc/meminfo: memFree=2954372/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=123244 CPUtime=77.2
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 34564 0 0 0 7672 48 0 0 25 0 5 0 1129377940 126201856 28133 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 30811 28133 68 164 0 30646 0
[pid=8552/tid=8553] ppid=8550 vsize=123244 CPUtime=0.26
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1322 0 0 0 11 15 0 0 15 0 5 0 1129377940 126201856 28133 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=123244 CPUtime=28.41
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 11362 0 0 0 2824 17 0 0 25 0 5 0 1129377940 126201856 28133 4294967295 134512640 135180984 3218497728 3086429868 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=123244 CPUtime=24.77
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 10988 0 0 0 2471 6 0 0 25 0 5 0 1129377941 126201856 28133 4294967295 134512640 135180984 3218497728 3086364528 134528211 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=123244 CPUtime=23.76
/proc/8552/task/8557/stat : 8557 (satake) S 8550 8552 23155 0 -1 4202560 10780 0 0 0 2366 10 0 0 25 0 5 0 1129377941 126201856 28133 4294967295 134512640 135180984 3218497728 3086298784 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.2
Current children cumulated vsize (KiB) 123244

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

[startup+51.2095 s]
/proc/loadavg: 6.21 6.41 6.45 7/116 8745
/proc/meminfo: memFree=2954372/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=123244 CPUtime=77.3
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 34571 0 0 0 7682 48 0 0 25 0 5 0 1129377940 126201856 28140 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 30811 28140 68 164 0 30646 0
[pid=8552/tid=8553] ppid=8550 vsize=123244 CPUtime=0.26
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1322 0 0 0 11 15 0 0 15 0 5 0 1129377940 126201856 28140 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=123244 CPUtime=28.41
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 11362 0 0 0 2824 17 0 0 25 0 5 0 1129377940 126201856 28140 4294967295 134512640 135180984 3218497728 3086429868 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=123244 CPUtime=24.87
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 10995 0 0 0 2481 6 0 0 25 0 5 0 1129377941 126201856 28140 4294967295 134512640 135180984 3218497728 3086364520 134520863 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=123244 CPUtime=23.76
/proc/8552/task/8557/stat : 8557 (satake) S 8550 8552 23155 0 -1 4202560 10780 0 0 0 2366 10 0 0 25 0 5 0 1129377941 126201856 28140 4294967295 134512640 135180984 3218497728 3086298784 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 77.3
Current children cumulated vsize (KiB) 123244

[startup+76.8073 s]
/proc/loadavg: 6.13 6.38 6.43 7/116 8746
/proc/meminfo: memFree=2948008/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=129716 CPUtime=125.7
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 36211 0 0 0 12514 56 0 0 25 0 5 0 1129377940 132829184 29780 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 32429 29780 68 164 0 32264 0
[pid=8552/tid=8553] ppid=8550 vsize=129716 CPUtime=0.36
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1345 0 0 0 15 21 0 0 15 0 5 0 1129377940 132829184 29780 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=129716 CPUtime=42.97
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 11961 0 0 0 4280 17 0 0 25 0 5 0 1129377940 132829184 29780 4294967295 134512640 135180984 3218497728 3086430056 134520863 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=129716 CPUtime=43.56
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 11669 0 0 0 4350 6 0 0 25 0 5 0 1129377941 132829184 29780 4294967295 134512640 135180984 3218497728 3086364528 134528680 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=129716 CPUtime=38.81
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 11124 0 0 0 3869 12 0 0 25 0 5 0 1129377941 132829184 29780 4294967295 134512640 135180984 3218497728 3086298796 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 125.7
Current children cumulated vsize (KiB) 129716

[startup+83.2068 s]
/proc/loadavg: 6.12 6.37 6.43 7/116 8747
/proc/meminfo: memFree=2947760/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=129716 CPUtime=138.37
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 36213 0 0 0 13780 57 0 0 25 0 5 0 1129377940 132829184 29782 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 32429 29782 68 164 0 32264 0
[pid=8552/tid=8553] ppid=8550 vsize=129716 CPUtime=0.38
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1345 0 0 0 16 22 0 0 15 0 5 0 1129377940 132829184 29782 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=129716 CPUtime=46.97
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 11961 0 0 0 4680 17 0 0 25 0 5 0 1129377940 132829184 29782 4294967295 134512640 135180984 3218497728 3086429868 134706407 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=129716 CPUtime=47.26
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 11670 0 0 0 4720 6 0 0 25 0 5 0 1129377941 132829184 29782 4294967295 134512640 135180984 3218497728 3086364464 134523641 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=129716 CPUtime=43.76
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 11125 0 0 0 4364 12 0 0 25 0 5 0 1129377941 132829184 29782 4294967295 134512640 135180984 3218497728 3086298984 134520863 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 138.37
Current children cumulated vsize (KiB) 129716

[startup+89.6063 s]
/proc/loadavg: 6.11 6.36 6.43 7/116 8747
/proc/meminfo: memFree=2947396/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=130376 CPUtime=151.06
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 36376 0 0 0 15045 61 0 0 25 0 5 0 1129377940 133505024 29945 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 32594 29945 68 164 0 32429 0
[pid=8552/tid=8553] ppid=8550 vsize=130376 CPUtime=0.41
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1346 0 0 0 18 23 0 0 15 0 5 0 1129377940 133505024 29945 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=130376 CPUtime=51.85
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 12039 0 0 0 5167 18 0 0 25 0 5 0 1129377940 133505024 29945 4294967295 134512640 135180984 3218497728 3086430016 134527257 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=130376 CPUtime=51.43
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 11718 0 0 0 5136 7 0 0 25 0 5 0 1129377941 133505024 29945 4294967295 134512640 135180984 3218497728 3086364432 134524611 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=130376 CPUtime=47.37
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 11161 0 0 0 4724 13 0 0 25 0 5 0 1129377941 133505024 29945 4294967295 134512640 135180984 3218497728 3086298992 134528267 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 151.06
Current children cumulated vsize (KiB) 130376

[startup+92.806 s]
/proc/loadavg: 6.10 6.36 6.43 7/116 8752
/proc/meminfo: memFree=2946604/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=130904 CPUtime=157.42
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 36484 0 0 0 15681 61 0 0 25 0 5 0 1129377940 134045696 30053 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 32726 30053 68 164 0 32561 0
[pid=8552/tid=8553] ppid=8550 vsize=130904 CPUtime=0.41
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1346 0 0 0 18 23 0 0 15 0 5 0 1129377940 134045696 30053 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=130904 CPUtime=54.15
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 12076 0 0 0 5397 18 0 0 25 0 5 0 1129377940 134045696 30053 4294967295 134512640 135180984 3218497728 3086430056 134520863 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=130904 CPUtime=53.53
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 11749 0 0 0 5346 7 0 0 25 0 5 0 1129377941 134045696 30053 4294967295 134512640 135180984 3218497728 3086364520 134520863 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=130904 CPUtime=49.33
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 11201 0 0 0 4920 13 0 0 25 0 5 0 1129377941 134045696 30053 4294967295 134512640 135180984 3218497728 3086299040 134535625 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 157.42
Current children cumulated vsize (KiB) 130904

[startup+94.4059 s]
/proc/loadavg: 6.10 6.36 6.43 7/116 8752
/proc/meminfo: memFree=2946372/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=131036 CPUtime=160.61
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 36548 0 0 0 16000 61 0 0 25 0 5 0 1129377940 134180864 30117 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 32759 30117 68 164 0 32594 0
[pid=8552/tid=8553] ppid=8550 vsize=131036 CPUtime=0.41
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1347 0 0 0 18 23 0 0 15 0 5 0 1129377940 134180864 30117 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=131036 CPUtime=55.33
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 12097 0 0 0 5515 18 0 0 25 0 5 0 1129377940 134180864 30117 4294967295 134512640 135180984 3218497728 3086430000 134523759 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=131036 CPUtime=54.76
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 11782 0 0 0 5469 7 0 0 25 0 5 0 1129377941 134180864 30117 4294967295 134512640 135180984 3218497728 3086364456 134520860 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=131036 CPUtime=50.11
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 11210 0 0 0 4998 13 0 0 25 0 5 0 1129377941 134180864 30117 4294967295 134512640 135180984 3218497728 3086298992 134528536 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 131036

[startup+94.8058 s]
/proc/loadavg: 6.10 6.35 6.42 7/116 8753
/proc/meminfo: memFree=2946372/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=131168 CPUtime=161.38
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 36559 0 0 0 16076 62 0 0 25 0 5 0 1129377940 134316032 30128 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 32792 30128 68 164 0 32627 0
[pid=8552/tid=8553] ppid=8550 vsize=131168 CPUtime=0.41
/proc/8552/task/8553/stat : 8553 (satake) S 8550 8552 23155 0 -1 4202560 1347 0 0 0 18 23 0 0 15 0 5 0 1129377940 134316032 30128 4294967295 134512640 135180984 3218497728 3086495760 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=8552/tid=8555] ppid=8550 vsize=131168 CPUtime=55.7
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 12106 0 0 0 5552 18 0 0 25 0 5 0 1129377940 134316032 30128 4294967295 134512640 135180984 3218497728 3086430000 134523821 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=131168 CPUtime=54.97
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 11783 0 0 0 5489 8 0 0 25 0 5 0 1129377941 134316032 30128 4294967295 134512640 135180984 3218497728 3086364528 134528401 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=131168 CPUtime=50.3
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 11211 0 0 0 5017 13 0 0 25 0 5 0 1129377941 134316032 30128 4294967295 134512640 135180984 3218497728 3086298796 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.38
Current children cumulated vsize (KiB) 131168

[startup+95.2058 s]
/proc/loadavg: 6.10 6.35 6.42 7/116 8753
/proc/meminfo: memFree=2946372/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=125508 CPUtime=162.18
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 36569 0 0 0 16156 62 0 0 21 0 4 0 1129377940 128520192 28938 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 31377 28938 77 164 0 31212 0
[pid=8552/tid=8555] ppid=8550 vsize=125508 CPUtime=55.9
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 12115 0 0 0 5572 18 0 0 25 0 4 0 1129377940 128520192 28938 4294967295 134512640 135180984 3218497728 3086430600 134579486 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=8552/tid=8556] ppid=8550 vsize=125508 CPUtime=55.35
/proc/8552/task/8556/stat : 8556 (satake) R 8550 8552 23155 0 -1 4202560 11784 0 0 0 5527 8 0 0 25 0 4 0 1129377941 128520192 28938 4294967295 134512640 135180984 3218497728 3086364972 134670131 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=125508 CPUtime=50.5
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 11211 0 0 0 5037 13 0 0 25 0 4 0 1129377941 128520192 28938 4294967295 134512640 135180984 3218497728 3086299056 134532445 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 125508

[startup+95.3058 s]
/proc/loadavg: 6.10 6.35 6.42 7/116 8753
/proc/meminfo: memFree=2946372/3368532 swapFree=1953788/1959888
[pid=8552] ppid=8550 vsize=113824 CPUtime=162.36
/proc/8552/stat : 8552 (satake) S 8550 8552 23155 0 -1 4202496 36569 0 0 0 16168 68 0 0 21 0 3 0 1129377940 116555776 26669 4294967295 134512640 135180984 3218497728 3218497164 134573496 0 0 0 0 4294967295 0 0 17 0 0 0 0
/proc/8552/statm: 28456 26669 77 164 0 28291 0
[pid=8552/tid=8555] ppid=8550 vsize=113824 CPUtime=55.97
/proc/8552/task/8555/stat : 8555 (satake) R 8550 8552 23155 0 -1 4202560 12115 0 0 0 5577 20 0 0 25 0 3 0 1129377940 116555776 26669 4294967295 134512640 135180984 3218497728 3086430584 134579745 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=8552/tid=8557] ppid=8550 vsize=113824 CPUtime=50.59
/proc/8552/task/8557/stat : 8557 (satake) R 8550 8552 23155 0 -1 4202560 11211 0 0 0 5042 17 0 0 15 0 3 0 1129377941 116555776 26669 4294967295 134512640 135180984 3218497728 3086299528 134579745 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 113824

Child status: 4
Real time (s): 95.4011
CPU time (s): 162.49
CPU user time (s): 161.78
CPU system time (s): 0.71
CPU usage (%): 170.323
Max. virtual memory (cumulated for all children) (KiB): 131168


getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.78
system time used= 0.71
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36570
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= 60756
involuntary context switches= 50506

runsolver used 0.02 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 03:32:18
IDJOB=1780330
IDBENCH=70974
IDSOLVER=629
FILE ID=/1780330-1243647138
PBS_JOBID=
Free space on /tmp= 6468 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780330-1243647138/watcher-1780330-1243647138 -o /tmp/evaluation-result-1780330-1243647138/solver-1780330-1243647138 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1780330-1243647138.cnf 4 10000

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

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED= 1273168244

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:       3066848 kB
Buffers:         71648 kB
Cached:         122612 kB
SwapCached:       2256 kB
Active:         114616 kB
Inactive:        96516 kB
HighTotal:     2489216 kB
HighFree:      2348604 kB
LowTotal:       879316 kB
LowFree:        718244 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:            9264 kB
Writeback:           0 kB
AnonPages:       15940 kB
Mapped:           5260 kB
Slab:            80760 kB
SReclaimable:    66916 kB
SUnreclaim:      13844 kB
PageTables:        680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   112672 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6468 MiB
End job on  at 2009-05-30 03:33:54