Trace number 1780171

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)? (TO) 2879.52 1000.06

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r3-noholes.cnf
MD5SUM91d125ee3007575f40ddeef126d7f80f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2834.97
Satisfiable
(Un)Satisfiability was proved
Number of variables498723
Number of clauses2928183
Sum of the clauses size7885040
Maximum clause length33
Minimum clause length1
Number of clauses of size 170035
Number of clauses of size 22107033
Number of clauses of size 3609981
Number of clauses of size 419805
Number of clauses of size 50
Number of clauses of size over 5121329

Solver Data

0.00/0.01	c Parsing...
1.92/2.17	c ==============================================================================
1.92/2.17	c |           |     ORIGINAL     |              LEARNT              |          |
1.92/2.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.92/2.17	c ==============================================================================
1.92/2.17	c |         0 | 2445459  6687382 |  733637       0        0     nan |  0.000 % |
54.61/55.89	c |         0 |  459462  3264797 |      --       0       --      -- |     --   | -1360719/-1657359
54.61/55.90	c ==============================================================================
54.61/55.90	c Result  :   #vars: 7950   #clauses: 459462   #literals: 3264797
54.61/55.90	c CPU time:   54.3 s
54.61/55.90	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1780171-1243529010/watcher-1780171-1243529010 -o /tmp/evaluation-result-1780171-1243529010/solver-1780171-1243529010 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780171-1243529010.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: 3.43 4.82 5.38 3/124 24055
/proc/meminfo: memFree=2489548/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2412 CPUtime=0
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117565336 2469888 273 4294967295 134512640 135169312 3218565312 3218563848 3085237998 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/24055/statm: 603 273 231 161 0 42 0
[pid=24056] ppid=24055 vsize=760 CPUtime=0
/proc/24056/stat : 24056 (SatElite) D 24055 24055 21334 0 -1 4202496 110 0 0 0 0 0 0 0 18 0 1 0 1117565336 778240 47 4294967295 134512640 135034092 3212903200 3212900344 134690685 0 0 0 3 3222693324 0 0 17 1 0 0 0
/proc/24056/statm: 190 47 38 128 0 60 0

[startup+0.035899 s]
/proc/loadavg: 3.43 4.82 5.38 3/124 24055
/proc/meminfo: memFree=2489548/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2412 CPUtime=0
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117565336 2469888 273 4294967295 134512640 135169312 3218565312 3218563848 3085237998 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/24055/statm: 603 273 231 161 0 42 0
[pid=24056] ppid=24055 vsize=3784 CPUtime=0.03
/proc/24056/stat : 24056 (SatElite) R 24055 24055 21334 0 -1 4202496 856 0 0 0 2 1 0 0 19 0 1 0 1117565336 3874816 793 4294967295 134512640 135034092 3212903200 3212899192 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24056/statm: 946 793 50 128 0 816 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6196

[startup+0.105863 s]
/proc/loadavg: 3.43 4.82 5.38 3/124 24055
/proc/meminfo: memFree=2489548/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2412 CPUtime=0
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117565336 2469888 273 4294967295 134512640 135169312 3218565312 3218563848 3085237998 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/24055/statm: 603 273 231 161 0 42 0
[pid=24056] ppid=24055 vsize=12136 CPUtime=0.1
/proc/24056/stat : 24056 (SatElite) R 24055 24055 21334 0 -1 4202496 2601 0 0 0 9 1 0 0 19 0 1 0 1117565336 12427264 2538 4294967295 134512640 135034092 3212903200 3212899192 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24056/statm: 3034 2539 51 128 0 2904 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14548

[startup+0.305846 s]
/proc/loadavg: 3.43 4.82 5.38 3/124 24055
/proc/meminfo: memFree=2489548/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2412 CPUtime=0
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117565336 2469888 273 4294967295 134512640 135169312 3218565312 3218563848 3085237998 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/24055/statm: 603 273 231 161 0 42 0
[pid=24056] ppid=24055 vsize=30988 CPUtime=0.3
/proc/24056/stat : 24056 (SatElite) R 24055 24055 21334 0 -1 4202496 7249 0 0 0 27 3 0 0 20 0 1 0 1117565336 31731712 7186 4294967295 134512640 135034092 3212903200 3212899544 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24056/statm: 7747 7187 51 128 0 7617 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 33400

[startup+0.705811 s]
/proc/loadavg: 3.43 4.82 5.38 3/124 24055
/proc/meminfo: memFree=2489548/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2412 CPUtime=0
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117565336 2469888 273 4294967295 134512640 135169312 3218565312 3218563848 3085237998 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/24055/statm: 603 273 231 161 0 42 0
[pid=24056] ppid=24055 vsize=80644 CPUtime=0.7
/proc/24056/stat : 24056 (SatElite) R 24055 24055 21334 0 -1 4202496 17786 0 0 0 64 6 0 0 21 0 1 0 1117565336 82579456 17723 4294967295 134512640 135034092 3212903200 3212899544 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24056/statm: 20161 17725 51 128 0 20031 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 83056

[startup+1.50574 s]
/proc/loadavg: 3.43 4.82 5.38 3/126 24058
/proc/meminfo: memFree=2457776/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2412 CPUtime=0
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117565336 2469888 273 4294967295 134512640 135169312 3218565312 3218563848 3085237998 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/24055/statm: 603 273 231 161 0 42 0
[pid=24056] ppid=24055 vsize=156788 CPUtime=1.32
/proc/24056/stat : 24056 (SatElite) R 24055 24055 21334 0 -1 4202496 35087 0 0 0 121 11 0 0 23 0 1 0 1117565336 160550912 35024 4294967295 134512640 135034092 3212903200 3212899544 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24056/statm: 39197 35025 51 128 0 39067 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 159200

[startup+3.10561 s]
/proc/loadavg: 3.43 4.82 5.38 3/126 24058
/proc/meminfo: memFree=2316896/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2412 CPUtime=0
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117565336 2469888 273 4294967295 134512640 135169312 3218565312 3218563848 3085237998 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/24055/statm: 603 273 231 161 0 42 0
[pid=24056] ppid=24055 vsize=251588 CPUtime=2.91
/proc/24056/stat : 24056 (SatElite) R 24055 24055 21334 0 -1 4202496 58114 0 0 0 271 20 0 0 25 0 1 0 1117565336 257626112 58029 4294967295 134512640 135034092 3212903200 3212900160 134541726 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24056/statm: 62897 58029 63 128 0 62767 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 254000

[startup+6.31533 s]
/proc/loadavg: 3.32 4.77 5.36 4/126 24058
/proc/meminfo: memFree=2153488/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2412 CPUtime=0
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117565336 2469888 273 4294967295 134512640 135169312 3218565312 3218563848 3085237998 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/24055/statm: 603 273 231 161 0 42 0
[pid=24056] ppid=24055 vsize=254660 CPUtime=5.82
/proc/24056/stat : 24056 (SatElite) R 24055 24055 21334 0 -1 4202496 58473 0 0 0 562 20 0 0 25 0 1 0 1117565336 260771840 58388 4294967295 134512640 135034092 3212903200 3212900080 134540734 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24056/statm: 63665 58388 63 128 0 63535 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 257072

[startup+12.7148 s]
/proc/loadavg: 3.21 4.72 5.34 3/126 24059
/proc/meminfo: memFree=2174784/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2412 CPUtime=0
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117565336 2469888 273 4294967295 134512640 135169312 3218565312 3218563848 3085237998 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/24055/statm: 603 273 231 161 0 42 0
[pid=24056] ppid=24055 vsize=313148 CPUtime=11.92
/proc/24056/stat : 24056 (SatElite) R 24055 24055 21334 0 -1 4202496 78473 0 0 0 1159 33 0 0 25 0 1 0 1117565336 320663552 72109 4294967295 134512640 135034092 3212903200 3212899360 134548072 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24056/statm: 78287 72109 67 128 0 78157 0
Current children cumulated CPU time (s) 11.92
Current children cumulated vsize (KiB) 315560

[startup+25.5141 s]
/proc/loadavg: 3.09 4.62 5.30 3/126 24061
/proc/meminfo: memFree=2233892/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2412 CPUtime=0
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117565336 2469888 273 4294967295 134512640 135169312 3218565312 3218563848 3085237998 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/24055/statm: 603 273 231 161 0 42 0
[pid=24056] ppid=24055 vsize=324648 CPUtime=24.31
/proc/24056/stat : 24056 (SatElite) R 24055 24055 21334 0 -1 4202496 82345 0 0 0 2394 37 0 0 25 0 1 0 1117565336 332439552 75405 4294967295 134512640 135034092 3212903200 3212899392 134540704 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24056/statm: 81162 75405 67 128 0 81032 0
Current children cumulated CPU time (s) 24.31
Current children cumulated vsize (KiB) 327060

[startup+51.1115 s]
/proc/loadavg: 2.71 4.41 5.21 3/126 24245
/proc/meminfo: memFree=2113568/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2412 CPUtime=0
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117565336 2469888 273 4294967295 134512640 135169312 3218565312 3218563848 3085237998 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/24055/statm: 603 273 231 161 0 42 0
[pid=24056] ppid=24055 vsize=344940 CPUtime=49.91
/proc/24056/stat : 24056 (SatElite) R 24055 24055 21334 0 -1 4202496 85774 0 0 0 4953 38 0 0 25 0 1 0 1117565336 353218560 78802 4294967295 134512640 135034092 3212903200 3212899504 134569526 0 0 0 3 0 0 0 17 0 0 0 0
/proc/24056/statm: 86235 78802 67 128 0 86105 0
Current children cumulated CPU time (s) 49.91
Current children cumulated vsize (KiB) 347352

[startup+102.307 s]
/proc/loadavg: 4.28 4.57 5.21 12/130 24311
/proc/meminfo: memFree=2235488/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2416 CPUtime=55.94
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 369 91411 0 0 0 0 5549 45 18 0 1 0 1117565336 2473984 274 4294967295 134512640 135169312 3218565312 3218561528 3085237998 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24055/statm: 604 274 231 161 0 43 0
[pid=24246] ppid=24055 vsize=268288 CPUtime=132.88
/proc/24246/stat : 24246 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202496 60111 0 0 0 13231 57 0 0 25 0 4 0 1117571059 274726912 60045 4294967295 134512640 135305190 3218274400 3218272576 134528301 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/24246/statm: 67072 60045 79 194 0 66876 0
[pid=24246/tid=24247] ppid=24055 vsize=268288 CPUtime=30.33
/proc/24246/task/24247/stat : 24247 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 6676 0 0 0 3020 13 0 0 25 0 4 0 1117571183 274726912 60045 4294967295 134512640 135305190 3218274400 3073019072 134528341 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=24246/tid=24248] ppid=24055 vsize=268288 CPUtime=31.56
/proc/24246/task/24248/stat : 24248 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 7072 0 0 0 3150 6 0 0 25 0 4 0 1117571183 274726912 60045 4294967295 134512640 135305190 3218274400 3064630216 134839991 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=24246/tid=24249] ppid=24055 vsize=268288 CPUtime=37.75
/proc/24246/task/24249/stat : 24249 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 6753 0 0 0 3759 16 0 0 25 0 4 0 1117571184 274726912 60045 4294967295 134512640 135305190 3218274400 3056241856 134528503 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 188.82
Current children cumulated vsize (KiB) 270704

[startup+162.312 s]
/proc/loadavg: 4.94 4.71 5.22 9/130 24481
/proc/meminfo: memFree=2237468/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2416 CPUtime=55.94
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 369 91411 0 0 0 0 5549 45 18 0 1 0 1117565336 2473984 274 4294967295 134512640 135169312 3218565312 3218561528 3085237998 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24055/statm: 604 274 231 161 0 43 0
[pid=24246] ppid=24055 vsize=313560 CPUtime=311.26
/proc/24246/stat : 24246 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202496 71419 0 0 0 31043 83 0 0 25 0 4 0 1117571059 321085440 71353 4294967295 134512640 135305190 3218274400 3218272576 134528503 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/24246/statm: 78390 71353 79 194 0 78194 0
[pid=24246/tid=24247] ppid=24055 vsize=313560 CPUtime=63.21
/proc/24246/task/24247/stat : 24247 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 8594 0 0 0 6305 16 0 0 25 0 4 0 1117571183 321085440 71353 4294967295 134512640 135305190 3218274400 3073019072 134528539 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=24246/tid=24248] ppid=24055 vsize=313560 CPUtime=77.47
/proc/24246/task/24248/stat : 24248 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 11170 0 0 0 7733 14 0 0 25 0 4 0 1117571183 321085440 71353 4294967295 134512640 135305190 3218274400 3064630080 134551729 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24246/tid=24249] ppid=24055 vsize=313560 CPUtime=85.51
/proc/24246/task/24249/stat : 24249 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 9272 0 0 0 8529 22 0 0 25 0 4 0 1117571184 321085440 71353 4294967295 134512640 135305190 3218274400 3056241856 134528289 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 367.2
Current children cumulated vsize (KiB) 315976

[startup+222.317 s]
/proc/loadavg: 5.17 4.82 5.23 8/130 24751
/proc/meminfo: memFree=2188372/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2416 CPUtime=55.94
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 369 91411 0 0 0 0 5549 45 18 0 1 0 1117565336 2473984 274 4294967295 134512640 135169312 3218565312 3218561528 3085237998 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24055/statm: 604 274 231 161 0 43 0
[pid=24246] ppid=24055 vsize=355780 CPUtime=490.44
/proc/24246/stat : 24246 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202496 81176 0 0 0 48941 103 0 0 25 0 4 0 1117571059 364318720 81110 4294967295 134512640 135305190 3218274400 3218272292 134694990 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/24246/statm: 88945 81110 79 194 0 88749 0
[pid=24246/tid=24247] ppid=24055 vsize=355780 CPUtime=119.75
/proc/24246/task/24247/stat : 24247 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 10551 0 0 0 11952 23 0 0 25 0 4 0 1117571183 364318720 81110 4294967295 134512640 135305190 3218274400 3073019072 134528512 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=24246/tid=24248] ppid=24055 vsize=355780 CPUtime=117.45
/proc/24246/task/24248/stat : 24248 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 15606 0 0 0 11726 19 0 0 25 0 4 0 1117571183 364318720 81110 4294967295 134512640 135305190 3218274400 3064630464 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24246/tid=24249] ppid=24055 vsize=355780 CPUtime=112.84
/proc/24246/task/24249/stat : 24249 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 10819 0 0 0 11259 25 0 0 25 0 4 0 1117571184 364318720 81110 4294967295 134512640 135305190 3218274400 3056241856 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 546.38
Current children cumulated vsize (KiB) 358196

[startup+282.312 s]
/proc/loadavg: 5.53 5.00 5.26 7/130 24872
/proc/meminfo: memFree=2171860/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2416 CPUtime=55.94

################
# More data... #
################

/proc/24246/task/24249/stat : 24249 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 14478 0 0 0 32351 54 0 0 25 0 4 0 1117571184 452096000 102493 4294967295 134512640 135305190 3218274400 3056241648 134550995 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1444.14
Current children cumulated vsize (KiB) 443916

[startup+582.305 s]
/proc/loadavg: 5.60 5.37 5.35 6/129 25771
/proc/meminfo: memFree=1847852/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2416 CPUtime=55.94
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 369 91411 0 0 0 0 5549 45 18 0 1 0 1117565336 2473984 274 4294967295 134512640 135169312 3218565312 3218561528 3085237998 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24055/statm: 604 274 231 161 0 43 0
[pid=24246] ppid=24055 vsize=454232 CPUtime=1567.66
/proc/24246/stat : 24246 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202496 105457 0 0 0 156529 237 0 0 25 0 4 0 1117571059 465133568 105391 4294967295 134512640 135305190 3218274400 3218272576 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/24246/statm: 113558 105391 79 194 0 113362 0
[pid=24246/tid=24247] ppid=24055 vsize=454232 CPUtime=427.8
/proc/24246/task/24247/stat : 24247 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 16122 0 0 0 42720 60 0 0 25 0 4 0 1117571183 465133568 105391 4294967295 134512640 135305190 3218274400 3073019072 134530624 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=24246/tid=24248] ppid=24055 vsize=454232 CPUtime=370.17
/proc/24246/task/24248/stat : 24248 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 25335 0 0 0 36975 42 0 0 25 0 4 0 1117571183 465133568 105391 4294967295 134512640 135305190 3218274400 3064630464 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24246/tid=24249] ppid=24055 vsize=454232 CPUtime=369.65
/proc/24246/task/24249/stat : 24249 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 15197 0 0 0 36903 62 0 0 25 0 4 0 1117571184 465133568 105391 4294967295 134512640 135305190 3218274400 3056241856 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1623.6
Current children cumulated vsize (KiB) 456648

[startup+642.31 s]
/proc/loadavg: 5.52 5.39 5.35 6/129 25960
/proc/meminfo: memFree=2062700/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2416 CPUtime=55.94
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 369 91411 0 0 0 0 5549 45 18 0 1 0 1117565336 2473984 274 4294967295 134512640 135169312 3218565312 3218561528 3085237998 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24055/statm: 604 274 231 161 0 43 0
[pid=24246] ppid=24055 vsize=463112 CPUtime=1747.15
/proc/24246/stat : 24246 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202496 107210 0 0 0 174465 250 0 0 25 0 4 0 1117571059 474226688 107144 4294967295 134512640 135305190 3218274400 3218272116 134839991 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/24246/statm: 115778 107144 79 194 0 115582 0
[pid=24246/tid=24247] ppid=24055 vsize=463112 CPUtime=461.81
/proc/24246/task/24247/stat : 24247 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 16370 0 0 0 46120 61 0 0 25 0 4 0 1117571183 474226688 107144 4294967295 134512640 135305190 3218274400 3073019072 134528771 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=24246/tid=24248] ppid=24055 vsize=463112 CPUtime=403.35
/proc/24246/task/24248/stat : 24248 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 25910 0 0 0 40291 44 0 0 25 0 4 0 1117571183 474226688 107144 4294967295 134512640 135305190 3218274400 3064630464 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24246/tid=24249] ppid=24055 vsize=463112 CPUtime=425.28
/proc/24246/task/24249/stat : 24249 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 15661 0 0 0 42460 68 0 0 25 0 4 0 1117571184 474226688 107144 4294967295 134512640 135305190 3218274400 3056241856 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1803.09
Current children cumulated vsize (KiB) 465528

[startup+702.315 s]
/proc/loadavg: 5.62 5.45 5.37 6/129 26148
/proc/meminfo: memFree=2080292/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2416 CPUtime=55.94
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 369 91411 0 0 0 0 5549 45 18 0 1 0 1117565336 2473984 274 4294967295 134512640 135169312 3218565312 3218561528 3085237998 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24055/statm: 604 274 231 161 0 43 0
[pid=24246] ppid=24055 vsize=477696 CPUtime=1926.74
/proc/24246/stat : 24246 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202496 110671 0 0 0 192406 268 0 0 25 0 4 0 1117571059 489160704 110605 4294967295 134512640 135305190 3218274400 3218272244 134695249 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/24246/statm: 119424 110605 79 194 0 119228 0
[pid=24246/tid=24247] ppid=24055 vsize=477696 CPUtime=518.76
/proc/24246/task/24247/stat : 24247 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 17770 0 0 0 51805 71 0 0 25 0 4 0 1117571183 489160704 110605 4294967295 134512640 135305190 3218274400 3073019072 134528501 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=24246/tid=24248] ppid=24055 vsize=477696 CPUtime=451.31
/proc/24246/task/24248/stat : 24248 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 26602 0 0 0 45086 45 0 0 25 0 4 0 1117571183 489160704 110605 4294967295 134512640 135305190 3218274400 3064630464 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24246/tid=24249] ppid=24055 vsize=477696 CPUtime=462.45
/proc/24246/task/24249/stat : 24249 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 16492 0 0 0 46173 72 0 0 25 0 4 0 1117571184 489160704 110605 4294967295 134512640 135305190 3218274400 3056241856 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1982.68
Current children cumulated vsize (KiB) 480112

[startup+762.32 s]
/proc/loadavg: 5.52 5.46 5.38 7/129 26336
/proc/meminfo: memFree=2080316/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2416 CPUtime=55.94
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 369 91411 0 0 0 0 5549 45 18 0 1 0 1117565336 2473984 274 4294967295 134512640 135169312 3218565312 3218561528 3085237998 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24055/statm: 604 274 231 161 0 43 0
[pid=24246] ppid=24055 vsize=491260 CPUtime=2105.54
/proc/24246/stat : 24246 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202496 114018 0 0 0 210263 291 0 0 25 0 4 0 1117571059 503050240 113952 4294967295 134512640 135305190 3218274400 3218272576 134528341 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/24246/statm: 122815 113952 79 194 0 122619 0
[pid=24246/tid=24247] ppid=24055 vsize=491260 CPUtime=554.12
/proc/24246/task/24247/stat : 24247 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 18302 0 0 0 55336 76 0 0 25 0 4 0 1117571183 503050240 113952 4294967295 134512640 135305190 3218274400 3073019072 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24246/tid=24248] ppid=24055 vsize=491260 CPUtime=499.39
/proc/24246/task/24248/stat : 24248 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 27435 0 0 0 49889 50 0 0 25 0 4 0 1117571183 503050240 113952 4294967295 134512640 135305190 3218274400 3064630464 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=24246/tid=24249] ppid=24055 vsize=491260 CPUtime=503.06
/proc/24246/task/24249/stat : 24249 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 17101 0 0 0 50230 76 0 0 25 0 4 0 1117571184 503050240 113952 4294967295 134512640 135305190 3218274400 3056241856 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2161.48
Current children cumulated vsize (KiB) 493676

[startup+822.315 s]
/proc/loadavg: 5.57 5.48 5.39 6/129 26522
/proc/meminfo: memFree=1913484/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2416 CPUtime=55.94
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 369 91411 0 0 0 0 5549 45 18 0 1 0 1117565336 2473984 274 4294967295 134512640 135169312 3218565312 3218561528 3085237998 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24055/statm: 604 274 231 161 0 43 0
[pid=24246] ppid=24055 vsize=516716 CPUtime=2281.77
/proc/24246/stat : 24246 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202496 120017 0 0 0 227865 312 0 0 25 0 4 0 1117571059 529117184 119951 4294967295 134512640 135305190 3218274400 3218272576 134528263 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/24246/statm: 129179 119951 79 194 0 128983 0
[pid=24246/tid=24247] ppid=24055 vsize=516716 CPUtime=603.11
/proc/24246/task/24247/stat : 24247 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 20286 0 0 0 60230 81 0 0 25 0 4 0 1117571183 529117184 119951 4294967295 134512640 135305190 3218274400 3073019072 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24246/tid=24248] ppid=24055 vsize=516716 CPUtime=531.12
/proc/24246/task/24248/stat : 24248 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 28384 0 0 0 53058 54 0 0 25 0 4 0 1117571183 529117184 119951 4294967295 134512640 135305190 3218274400 3064630464 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=24246/tid=24249] ppid=24055 vsize=516716 CPUtime=555.06
/proc/24246/task/24249/stat : 24249 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 18658 0 0 0 55421 85 0 0 25 0 4 0 1117571184 529117184 119951 4294967295 134512640 135305190 3218274400 3056241856 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2337.71
Current children cumulated vsize (KiB) 519132

[startup+882.31 s]
/proc/loadavg: 5.43 5.47 5.39 8/129 26714
/proc/meminfo: memFree=1988040/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2416 CPUtime=55.94
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 369 91411 0 0 0 0 5549 45 18 0 1 0 1117565336 2473984 274 4294967295 134512640 135169312 3218565312 3218561528 3085237998 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24055/statm: 604 274 231 161 0 43 0
[pid=24246] ppid=24055 vsize=542012 CPUtime=2461.02
/proc/24246/stat : 24246 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202496 126417 0 0 0 245762 340 0 0 25 0 4 0 1117571059 555020288 126351 4294967295 134512640 135305190 3218274400 3218272304 134558570 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/24246/statm: 135503 126351 79 194 0 135307 0
[pid=24246/tid=24247] ppid=24055 vsize=542012 CPUtime=651.8
/proc/24246/task/24247/stat : 24247 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 21761 0 0 0 65088 92 0 0 25 0 4 0 1117571183 555020288 126351 4294967295 134512640 135305190 3218274400 3073019072 134528489 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24246/tid=24248] ppid=24055 vsize=542012 CPUtime=576.72
/proc/24246/task/24248/stat : 24248 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 29957 0 0 0 57614 58 0 0 25 0 4 0 1117571183 555020288 126351 4294967295 134512640 135305190 3218274400 3064630312 134694990 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24246/tid=24249] ppid=24055 vsize=542012 CPUtime=598.35
/proc/24246/task/24249/stat : 24249 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 20375 0 0 0 59747 88 0 0 25 0 4 0 1117571184 555020288 126351 4294967295 134512640 135305190 3218274400 3056241856 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2516.96
Current children cumulated vsize (KiB) 544428

[startup+942.304 s]
/proc/loadavg: 5.54 5.48 5.39 6/129 26903
/proc/meminfo: memFree=1961940/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2416 CPUtime=55.94
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 369 91411 0 0 0 0 5549 45 18 0 1 0 1117565336 2473984 274 4294967295 134512640 135169312 3218565312 3218561528 3085237998 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24055/statm: 604 274 231 161 0 43 0
[pid=24246] ppid=24055 vsize=544688 CPUtime=2651.53
/proc/24246/stat : 24246 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202496 127098 0 0 0 264797 356 0 0 25 0 4 0 1117571059 557760512 127032 4294967295 134512640 135305190 3218274400 3218272576 134528376 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/24246/statm: 136172 127032 79 194 0 135976 0
[pid=24246/tid=24247] ppid=24055 vsize=544688 CPUtime=698.47
/proc/24246/task/24247/stat : 24247 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 22222 0 0 0 69753 94 0 0 25 0 4 0 1117571183 557760512 127032 4294967295 134512640 135305190 3218274400 3073019072 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=24246/tid=24248] ppid=24055 vsize=544688 CPUtime=604.91
/proc/24246/task/24248/stat : 24248 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 29958 0 0 0 60431 60 0 0 25 0 4 0 1117571183 557760512 127032 4294967295 134512640 135305190 3218274400 3064630464 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=24246/tid=24249] ppid=24055 vsize=544688 CPUtime=656.7
/proc/24246/task/24249/stat : 24249 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 20412 0 0 0 65578 92 0 0 25 0 4 0 1117571184 557760512 127032 4294967295 134512640 135305190 3218274400 3056241856 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2707.47
Current children cumulated vsize (KiB) 547104



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 5.75 5.55 5.42 7/129 27091
/proc/meminfo: memFree=1787704/3368532 swapFree=1957708/1959888
[pid=24055] ppid=24053 vsize=2416 CPUtime=55.94
/proc/24055/stat : 24055 (manysat.sh) S 24053 24055 21334 0 -1 4194304 369 91411 0 0 0 0 5549 45 18 0 1 0 1117565336 2473984 274 4294967295 134512640 135169312 3218565312 3218561528 3085237998 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/24055/statm: 604 274 231 161 0 43 0
[pid=24246] ppid=24055 vsize=548224 CPUtime=2823.58
/proc/24246/stat : 24246 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202496 128043 0 0 0 281992 366 0 0 25 0 4 0 1117571059 561381376 127977 4294967295 134512640 135305190 3218274400 3218272576 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/24246/statm: 137056 127977 79 194 0 136860 0
[pid=24246/tid=24247] ppid=24055 vsize=548224 CPUtime=728.97
/proc/24246/task/24247/stat : 24247 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 22629 0 0 0 72803 94 0 0 25 0 4 0 1117571183 561381376 127977 4294967295 134512640 135305190 3218274400 3073019072 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=24246/tid=24248] ppid=24055 vsize=548224 CPUtime=633.81
/proc/24246/task/24248/stat : 24248 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 29977 0 0 0 63321 60 0 0 25 0 4 0 1117571183 561381376 127977 4294967295 134512640 135305190 3218274400 3064630464 134528559 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=24246/tid=24249] ppid=24055 vsize=548224 CPUtime=712.41
/proc/24246/task/24249/stat : 24249 (manysat1.1_stat) R 24055 24055 21334 0 -1 4202560 20633 0 0 0 71143 98 0 0 25 0 4 0 1117571184 561381376 127977 4294967295 134512640 135305190 3218274400 3056241856 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2879.52
Current children cumulated vsize (KiB) 550640

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24055 and gives
#  childrusage.ru_utime.tv_sec=55
#  childrusage.ru_utime.tv_usec=490000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=450000
# CPU time returned by wait4() is 55.94
# while last known CPU time is 2879.52
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.06
CPU time (s): 2879.52
CPU user time (s): 2875.41
CPU system time (s): 4.11
CPU usage (%): 287.935
Max. virtual memory (cumulated for all children) (KiB): 550640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.49
system time used= 0.45
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91780
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= 10
involuntary context switches= 794

runsolver used 0.08 second user time and 0.05 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 18:43:30
IDJOB=1780171
IDBENCH=70959
IDSOLVER=620
FILE ID=/1780171-1243529010
PBS_JOBID=
Free space on /tmp= 15824 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-r3-noholes.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780171-1243529010/watcher-1780171-1243529010 -o /tmp/evaluation-result-1780171-1243529010/solver-1780171-1243529010 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1780171-1243529010.cnf aimd 0

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

MD5SUM BENCH= 91d125ee3007575f40ddeef126d7f80f
RANDOM SEED= 710064080

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.105
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.43
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.105
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.11
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.105
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.16
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.105
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.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2504940 kB
Buffers:         14992 kB
Cached:         116080 kB
SwapCached:         44 kB
Active:         771056 kB
Inactive:        48324 kB
HighTotal:     2489216 kB
HighFree:      1682072 kB
LowTotal:       879316 kB
LowFree:        822868 kB
SwapTotal:     1959888 kB
SwapFree:      1957708 kB
Dirty:           64464 kB
Writeback:           0 kB
AnonPages:      688364 kB
Mapped:          35476 kB
Slab:            34412 kB
SReclaimable:    25644 kB
SUnreclaim:       8768 kB
PageTables:       1516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   941204 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15775 MiB
End job on  at 2009-05-28 19:00:16