Trace number 1775986

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) 3950.92 1000.04

General information on the benchmark

Nameindustrial/palacios/hard/
safe-30-h29-unsat.cnf
MD5SUM7cb48ce6f0320bc88623afd3c5af4aae
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables129128
Number of clauses437794
Sum of the clauses size1056806
Maximum clause length61
Minimum clause length1
Number of clauses of size 130
Number of clauses of size 2310376
Number of clauses of size 3124560
Number of clauses of size 4189
Number of clauses of size 583
Number of clauses of size over 52556

Solver Data

0.00/0.00	c Parsing...
0.31/0.34	c ==============================================================================
0.31/0.34	c |           |     ORIGINAL     |              LEARNT              |          |
0.31/0.34	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.31/0.34	c ==============================================================================
0.31/0.34	c |         0 |  437704  1056626 |  131311       0        0     nan |  0.000 % |
11.21/11.22	c |         0 |  164704  1115453 |      --       0       --      -- |     --   | -273000/58827
11.21/11.22	c ==============================================================================
11.21/11.22	c Result  :   #vars: 6952   #clauses: 164704   #literals: 1115453
11.21/11.22	c CPU time:   11.04 s
11.21/11.22	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-1775986-1243506304/watcher-1775986-1243506304 -o /tmp/evaluation-result-1775986-1243506304/solver-1775986-1243506304 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775986-1243506304.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.97 4.37 4.37 3/96 29443
/proc/meminfo: memFree=2989192/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2416 CPUtime=0
/proc/29443/stat : 29443 (manysat.sh) R 29441 29443 1628 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 1104731580 2473984 274 4294967295 134512640 135169312 3214986576 3214985052 3084916596 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/29443/statm: 604 274 231 161 0 43 0
[pid=29444] ppid=29443 vsize=1244 CPUtime=0
/proc/29444/stat : 29444 (SatElite) R 29443 29443 1628 0 -1 4202496 266 0 0 0 0 0 0 0 18 0 1 0 1104731580 1273856 203 4294967295 134512640 135034092 3214365824 3214362168 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29444/statm: 311 204 51 128 0 181 0

[startup+0.074198 s]
/proc/loadavg: 3.97 4.37 4.37 3/96 29443
/proc/meminfo: memFree=2989192/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2416 CPUtime=0
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1104731580 2473984 274 4294967295 134512640 135169312 3214986576 3214985112 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29443/statm: 604 274 231 161 0 43 0
[pid=29444] ppid=29443 vsize=12972 CPUtime=0.08
/proc/29444/stat : 29444 (SatElite) R 29443 29443 1628 0 -1 4202496 2986 0 0 0 5 3 0 0 20 0 1 0 1104731580 13283328 2924 4294967295 134512640 135034092 3214365824 3214361888 134675816 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29444/statm: 3243 2929 51 128 0 3113 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15388

[startup+0.104202 s]
/proc/loadavg: 3.97 4.37 4.37 3/96 29443
/proc/meminfo: memFree=2989192/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2416 CPUtime=0
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1104731580 2473984 274 4294967295 134512640 135169312 3214986576 3214985112 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29443/statm: 604 274 231 161 0 43 0
[pid=29444] ppid=29443 vsize=18564 CPUtime=0.11
/proc/29444/stat : 29444 (SatElite) R 29443 29443 1628 0 -1 4202496 4095 0 0 0 8 3 0 0 20 0 1 0 1104731580 19009536 4032 4294967295 134512640 135034092 3214365824 3214361784 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29444/statm: 4641 4032 51 128 0 4511 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 20980

[startup+0.30418 s]
/proc/loadavg: 3.97 4.37 4.37 3/96 29443
/proc/meminfo: memFree=2989192/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2416 CPUtime=0
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1104731580 2473984 274 4294967295 134512640 135169312 3214986576 3214985112 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29443/statm: 604 274 231 161 0 43 0
[pid=29444] ppid=29443 vsize=48432 CPUtime=0.31
/proc/29444/stat : 29444 (SatElite) R 29443 29443 1628 0 -1 4202496 11977 0 0 0 25 6 0 0 20 0 1 0 1104731580 49594368 11914 4294967295 134512640 135034092 3214365824 3214363064 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29444/statm: 12108 11915 51 128 0 11978 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 50848

[startup+0.704151 s]
/proc/loadavg: 3.97 4.37 4.37 3/96 29443
/proc/meminfo: memFree=2989192/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2416 CPUtime=0
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1104731580 2473984 274 4294967295 134512640 135169312 3214986576 3214985112 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29443/statm: 604 274 231 161 0 43 0
[pid=29444] ppid=29443 vsize=58528 CPUtime=0.71
/proc/29444/stat : 29444 (SatElite) R 29443 29443 1628 0 -1 4202496 14385 0 0 0 65 6 0 0 21 0 1 0 1104731580 59932672 14002 4294967295 134512640 135034092 3214365824 3214361820 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29444/statm: 14632 14002 67 128 0 14502 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 60944

[startup+1.5041 s]
/proc/loadavg: 3.97 4.37 4.37 2/98 29445
/proc/meminfo: memFree=2927592/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2416 CPUtime=0
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1104731580 2473984 274 4294967295 134512640 135169312 3214986576 3214985112 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29443/statm: 604 274 231 161 0 43 0
[pid=29444] ppid=29443 vsize=62068 CPUtime=1.51
/proc/29444/stat : 29444 (SatElite) R 29443 29443 1628 0 -1 4202496 15229 0 0 0 145 6 0 0 23 0 1 0 1104731580 63557632 14846 4294967295 134512640 135034092 3214365824 3214361820 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29444/statm: 15517 14846 67 128 0 15387 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 64484

[startup+3.104 s]
/proc/loadavg: 3.97 4.37 4.37 2/98 29445
/proc/meminfo: memFree=2916640/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2416 CPUtime=0
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1104731580 2473984 274 4294967295 134512640 135169312 3214986576 3214985112 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29443/statm: 604 274 231 161 0 43 0
[pid=29444] ppid=29443 vsize=67080 CPUtime=3.11
/proc/29444/stat : 29444 (SatElite) R 29443 29443 1628 0 -1 4202496 16432 0 0 0 297 14 0 0 25 0 1 0 1104731580 68689920 16049 4294967295 134512640 135034092 3214365824 3214361820 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29444/statm: 16770 16049 67 128 0 16640 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 69496

[startup+6.30377 s]
/proc/loadavg: 3.73 4.31 4.35 2/98 29445
/proc/meminfo: memFree=2898632/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2416 CPUtime=0
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1104731580 2473984 274 4294967295 134512640 135169312 3214986576 3214985112 3084914414 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/29443/statm: 604 274 231 161 0 43 0
[pid=29444] ppid=29443 vsize=73276 CPUtime=6.31
/proc/29444/stat : 29444 (SatElite) R 29443 29443 1628 0 -1 4202496 18002 0 0 0 614 17 0 0 25 0 1 0 1104731580 75034624 17365 4294967295 134512640 135034092 3214365824 3214362016 134540724 0 0 0 3 0 0 0 17 0 0 0 0
/proc/29444/statm: 18319 17365 67 128 0 18189 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 75692

[startup+12.7033 s]
/proc/loadavg: 3.51 4.26 4.33 2/98 29446
/proc/meminfo: memFree=2912648/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=100540 CPUtime=2.64
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 18377 0 0 0 233 31 0 0 16 0 4 0 1104732741 102952960 18311 4294967295 134512640 135305190 3215299984 3215298160 134528805 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29446/statm: 25135 18311 79 194 0 24939 0
Current children cumulated CPU time (s) 14.25
Current children cumulated vsize (KiB) 102960

[startup+25.5025 s]
/proc/loadavg: 4.09 4.35 4.36 6/101 29450
/proc/meminfo: memFree=2857312/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=133336 CPUtime=53.4
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 26459 0 0 0 5292 48 0 0 16 0 4 0 1104732741 136536064 26393 4294967295 134512640 135305190 3215299984 3215298160 134530636 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29446/statm: 33334 26393 79 194 0 33138 0
[pid=29446/tid=29447] ppid=29443 vsize=133336 CPUtime=13.19
/proc/29446/task/29447/stat : 29447 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 3079 0 0 0 1309 10 0 0 16 0 4 0 1104732787 136536064 26393 4294967295 134512640 135305190 3215299984 3080940480 134542034 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29446/tid=29448] ppid=29443 vsize=133336 CPUtime=13.25
/proc/29446/task/29448/stat : 29448 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 4016 0 0 0 1310 15 0 0 16 0 4 0 1104732787 136536064 26393 4294967295 134512640 135305190 3215299984 3072551976 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29446/tid=29449] ppid=29443 vsize=133336 CPUtime=13.27
/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 3740 0 0 0 1319 8 0 0 16 0 4 0 1104732787 136536064 26393 4294967295 134512640 135305190 3215299984 3064163520 134528523 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 65.01
Current children cumulated vsize (KiB) 135756

[startup+51.1107 s]
/proc/loadavg: 4.39 4.40 4.37 5/101 29453
/proc/meminfo: memFree=2829084/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=161240 CPUtime=155.57
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 33381 0 0 0 15491 66 0 0 25 0 4 0 1104732741 165109760 33315 4294967295 134512640 135305190 3215299984 3215298160 134528136 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29446/statm: 40310 33315 79 194 0 40114 0
[pid=29446/tid=29447] ppid=29443 vsize=161240 CPUtime=38.74
/proc/29446/task/29447/stat : 29447 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 4116 0 0 0 3862 12 0 0 25 0 4 0 1104732787 165109760 33315 4294967295 134512640 135305190 3215299984 3080940736 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29446/tid=29448] ppid=29443 vsize=161240 CPUtime=38.78
/proc/29446/task/29448/stat : 29448 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 6973 0 0 0 3857 21 0 0 25 0 4 0 1104732787 165109760 33315 4294967295 134512640 135305190 3215299984 3072551976 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29446/tid=29449] ppid=29443 vsize=161240 CPUtime=38.77
/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 5250 0 0 0 3861 16 0 0 25 0 4 0 1104732787 165109760 33315 4294967295 134512640 135305190 3215299984 3064163520 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 167.18
Current children cumulated vsize (KiB) 163660

[startup+102.317 s]
/proc/loadavg: 4.34 4.39 4.37 5/101 29639
/proc/meminfo: memFree=2784856/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=206408 CPUtime=359.62
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 44273 0 0 0 35858 104 0 0 25 0 4 0 1104732741 211361792 44207 4294967295 134512640 135305190 3215299984 3215297952 134547909 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29446/statm: 51602 44207 79 194 0 51406 0
[pid=29446/tid=29447] ppid=29443 vsize=206408 CPUtime=89.72
/proc/29446/task/29447/stat : 29447 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 5941 0 0 0 8946 26 0 0 25 0 4 0 1104732787 211361792 44207 4294967295 134512640 135305190 3215299984 3080940736 134528480 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29446/tid=29448] ppid=29443 vsize=206408 CPUtime=89.79
/proc/29446/task/29448/stat : 29448 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 11597 0 0 0 8950 29 0 0 25 0 4 0 1104732787 211361792 44207 4294967295 134512640 135305190 3215299984 3072552128 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29446/tid=29449] ppid=29443 vsize=206408 CPUtime=89.76
/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 7546 0 0 0 8952 24 0 0 25 0 4 0 1104732787 211361792 44207 4294967295 134512640 135305190 3215299984 3064163520 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 371.23
Current children cumulated vsize (KiB) 208828

[startup+162.313 s]
/proc/loadavg: 4.31 4.38 4.36 5/101 29831
/proc/meminfo: memFree=2735616/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=257736 CPUtime=598.61
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 56798 0 0 0 59724 137 0 0 25 0 4 0 1104732741 263921664 56732 4294967295 134512640 135305190 3215299984 3215298160 134530561 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/29446/statm: 64434 56732 79 194 0 64238 0
[pid=29446/tid=29447] ppid=29443 vsize=257736 CPUtime=149.61
/proc/29446/task/29447/stat : 29447 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 8289 0 0 0 14929 32 0 0 25 0 4 0 1104732787 263921664 56732 4294967295 134512640 135305190 3215299984 3080940736 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29446/tid=29448] ppid=29443 vsize=257736 CPUtime=149.63
/proc/29446/task/29448/stat : 29448 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 15559 0 0 0 14924 39 0 0 25 0 4 0 1104732787 263921664 56732 4294967295 134512640 135305190 3215299984 3072552128 134528245 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29446/tid=29449] ppid=29443 vsize=257736 CPUtime=149.61
/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 10683 0 0 0 14927 34 0 0 25 0 4 0 1104732787 263921664 56732 4294967295 134512640 135305190 3215299984 3064163060 134839991 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 610.22
Current children cumulated vsize (KiB) 260156

[startup+222.309 s]
/proc/loadavg: 4.30 4.37 4.36 6/101 30020
/proc/meminfo: memFree=2701840/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=292304 CPUtime=837.82
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 65055 0 0 0 83618 164 0 0 25 0 4 0 1104732741 299319296 64989 4294967295 134512640 135305190 3215299984 3215297952 134547909 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/29446/statm: 73076 64989 79 194 0 72880 0
[pid=29446/tid=29447] ppid=29443 vsize=292304 CPUtime=209.55

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

/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 18671 0 0 0 50794 78 0 0 25 0 4 0 1104732787 419205120 93062 4294967295 134512640 135305190 3215299984 3064163368 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2045.64
Current children cumulated vsize (KiB) 411800

[startup+582.305 s]
/proc/loadavg: 4.43 4.35 4.34 5/101 31153
/proc/meminfo: memFree=2577664/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=421000 CPUtime=2273.39
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 95931 0 0 0 227024 315 0 0 25 0 4 0 1104732741 431104000 95865 4294967295 134512640 135305190 3215299984 3215298160 134528548 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29446/statm: 105250 95865 79 194 0 105054 0
[pid=29446/tid=29447] ppid=29443 vsize=421000 CPUtime=568.46
/proc/29446/task/29447/stat : 29447 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 13782 0 0 0 56779 67 0 0 25 0 4 0 1104732787 431104000 95865 4294967295 134512640 135305190 3215299984 3080940736 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29446/tid=29448] ppid=29443 vsize=421000 CPUtime=568.48
/proc/29446/task/29448/stat : 29448 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 33368 0 0 0 56760 88 0 0 25 0 4 0 1104732787 431104000 95865 4294967295 134512640 135305190 3215299984 3072552128 134528263 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29446/tid=29449] ppid=29443 vsize=421000 CPUtime=568.68
/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 18865 0 0 0 56784 84 0 0 25 0 4 0 1104732787 431104000 95865 4294967295 134512640 135305190 3215299984 3064163248 134556927 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2285
Current children cumulated vsize (KiB) 423420

[startup+642.311 s]
/proc/loadavg: 4.29 4.33 4.33 5/101 31339
/proc/meminfo: memFree=2532016/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=470512 CPUtime=2512.84
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 107421 0 0 0 250939 345 0 0 25 0 4 0 1104732741 481804288 107355 4294967295 134512640 135305190 3215299984 3215298160 134528252 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29446/statm: 117628 107355 79 194 0 117432 0
[pid=29446/tid=29447] ppid=29443 vsize=470512 CPUtime=628.43
/proc/29446/task/29447/stat : 29447 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 16047 0 0 0 62771 72 0 0 25 0 4 0 1104732787 481804288 107355 4294967295 134512640 135305190 3215299984 3080940736 134528512 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29446/tid=29448] ppid=29443 vsize=470512 CPUtime=628.31
/proc/29446/task/29448/stat : 29448 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 37383 0 0 0 62737 94 0 0 25 0 4 0 1104732787 481804288 107355 4294967295 134512640 135305190 3215299984 3072552128 134528263 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29446/tid=29449] ppid=29443 vsize=470512 CPUtime=628.67
/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 21324 0 0 0 62780 87 0 0 25 0 4 0 1104732787 481804288 107355 4294967295 134512640 135305190 3215299984 3064163520 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2524.45
Current children cumulated vsize (KiB) 472932

[startup+702.317 s]
/proc/loadavg: 4.22 4.30 4.32 5/101 31527
/proc/meminfo: memFree=2521600/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=480856 CPUtime=2752.14
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 109944 0 0 0 274837 377 0 0 25 0 4 0 1104732741 492396544 109878 4294967295 134512640 135305190 3215299984 3215298160 134528562 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29446/statm: 120214 109878 79 194 0 120018 0
[pid=29446/tid=29447] ppid=29443 vsize=480856 CPUtime=688.18
/proc/29446/task/29447/stat : 29447 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 16475 0 0 0 68740 78 0 0 25 0 4 0 1104732787 492396544 109878 4294967295 134512640 135305190 3215299984 3080940736 134528548 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29446/tid=29448] ppid=29443 vsize=480856 CPUtime=688.26
/proc/29446/task/29448/stat : 29448 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 39072 0 0 0 68725 101 0 0 25 0 4 0 1104732787 492396544 109878 4294967295 134512640 135305190 3215299984 3072552128 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29446/tid=29449] ppid=29443 vsize=480856 CPUtime=688.58
/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 21710 0 0 0 68762 96 0 0 25 0 4 0 1104732787 492396544 109878 4294967295 134512640 135305190 3215299984 3064163520 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2763.75
Current children cumulated vsize (KiB) 483276

[startup+762.312 s]
/proc/loadavg: 4.24 4.29 4.31 7/101 31715
/proc/meminfo: memFree=2515424/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=487552 CPUtime=2991.48
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 111505 0 0 0 298758 390 0 0 25 0 4 0 1104732741 499253248 111439 4294967295 134512640 135305190 3215299984 3215298160 134528506 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29446/statm: 121888 111439 79 194 0 121692 0
[pid=29446/tid=29447] ppid=29443 vsize=487552 CPUtime=747.81
/proc/29446/task/29447/stat : 29447 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 16992 0 0 0 74697 84 0 0 25 0 4 0 1104732787 499253248 111439 4294967295 134512640 135305190 3215299984 3080940736 134528237 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29446/tid=29448] ppid=29443 vsize=487552 CPUtime=748.09
/proc/29446/task/29448/stat : 29448 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 39747 0 0 0 74705 104 0 0 25 0 4 0 1104732787 499253248 111439 4294967295 134512640 135305190 3215299984 3072552128 134528559 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29446/tid=29449] ppid=29443 vsize=487552 CPUtime=748.58
/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 21790 0 0 0 74758 100 0 0 25 0 4 0 1104732787 499253248 111439 4294967295 134512640 135305190 3215299984 3064163520 134528248 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3003.09
Current children cumulated vsize (KiB) 489972

[startup+822.308 s]
/proc/loadavg: 4.47 4.35 4.33 5/101 31904
/proc/meminfo: memFree=2475720/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=529212 CPUtime=3230.61
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 121396 0 0 0 322636 425 0 0 25 0 4 0 1104732741 541913088 121330 4294967295 134512640 135305190 3215299984 3215298048 134538311 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29446/statm: 132303 121330 79 194 0 132107 0
[pid=29446/tid=29447] ppid=29443 vsize=529212 CPUtime=807.3
/proc/29446/task/29447/stat : 29447 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 18359 0 0 0 80642 88 0 0 25 0 4 0 1104732787 541913088 121330 4294967295 134512640 135305190 3215299984 3080940736 134528559 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29446/tid=29448] ppid=29443 vsize=529212 CPUtime=807.91
/proc/29446/task/29448/stat : 29448 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 44035 0 0 0 80673 118 0 0 25 0 4 0 1104732787 541913088 121330 4294967295 134512640 135305190 3215299984 3072552128 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29446/tid=29449] ppid=29443 vsize=529212 CPUtime=808.43
/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 23519 0 0 0 80737 106 0 0 25 0 4 0 1104732787 541913088 121330 4294967295 134512640 135305190 3215299984 3064163520 134528548 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3242.22
Current children cumulated vsize (KiB) 531632

[startup+882.314 s]
/proc/loadavg: 4.45 4.37 4.34 5/101 32096
/proc/meminfo: memFree=2468768/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=534972 CPUtime=3469.85
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 122874 0 0 0 346539 446 0 0 25 0 4 0 1104732741 547811328 122808 4294967295 134512640 135305190 3215299984 3215298160 134528252 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29446/statm: 133743 122808 79 194 0 133547 0
[pid=29446/tid=29447] ppid=29443 vsize=534972 CPUtime=867.26
/proc/29446/task/29447/stat : 29447 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 18591 0 0 0 86633 93 0 0 25 0 4 0 1104732787 547811328 122808 4294967295 134512640 135305190 3215299984 3080940400 134551860 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29446/tid=29448] ppid=29443 vsize=534972 CPUtime=867.79
/proc/29446/task/29448/stat : 29448 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 44414 0 0 0 86658 121 0 0 25 0 4 0 1104732787 547811328 122808 4294967295 134512640 135305190 3215299984 3072552128 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29446/tid=29449] ppid=29443 vsize=534972 CPUtime=868.19
/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 24386 0 0 0 86707 112 0 0 25 0 4 0 1104732787 547811328 122808 4294967295 134512640 135305190 3215299984 3064163520 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3481.46
Current children cumulated vsize (KiB) 537392

[startup+942.31 s]
/proc/loadavg: 4.53 4.41 4.36 5/101 32283
/proc/meminfo: memFree=2464180/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=541600 CPUtime=3709.03
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 124157 0 0 0 370433 470 0 0 25 0 4 0 1104732741 554598400 124087 4294967295 134512640 135305190 3215299984 3215298160 134528310 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29446/statm: 135400 124087 79 194 0 135204 0
[pid=29446/tid=29447] ppid=29443 vsize=541600 CPUtime=926.84
/proc/29446/task/29447/stat : 29447 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 19453 0 0 0 92580 104 0 0 25 0 4 0 1104732787 554598400 124087 4294967295 134512640 135305190 3215299984 3080940736 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29446/tid=29448] ppid=29443 vsize=541600 CPUtime=927.67
/proc/29446/task/29448/stat : 29448 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 44827 0 0 0 92639 128 0 0 25 0 4 0 1104732787 554598400 124087 4294967295 134512640 135305190 3215299984 3072552016 134538170 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29446/tid=29449] ppid=29443 vsize=541600 CPUtime=928.02
/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 24386 0 0 0 92687 115 0 0 25 0 4 0 1104732787 554598400 124087 4294967295 134512640 135305190 3215299984 3064163520 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3720.64
Current children cumulated vsize (KiB) 544020



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.53 4.44 4.37 5/101 32471
/proc/meminfo: memFree=2460568/3368532 swapFree=1954076/1959888
[pid=29443] ppid=29441 vsize=2420 CPUtime=11.61
/proc/29443/stat : 29443 (manysat.sh) S 29441 29443 1628 0 -1 4194304 372 20021 0 0 0 0 1136 25 18 0 1 0 1104731580 2478080 275 4294967295 134512640 135169312 3214986576 3214982792 3084914414 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/29443/statm: 605 275 231 161 0 44 0
[pid=29446] ppid=29443 vsize=546816 CPUtime=3939.31
/proc/29446/stat : 29446 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202496 125292 0 0 0 393437 494 0 0 25 0 4 0 1104732741 559939584 125222 4294967295 134512640 135305190 3215299984 3215298160 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29446/statm: 136704 125222 79 194 0 136508 0
[pid=29446/tid=29447] ppid=29443 vsize=546816 CPUtime=984.54
/proc/29446/task/29447/stat : 29447 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 19453 0 0 0 98347 107 0 0 25 0 4 0 1104732787 559939584 125222 4294967295 134512640 135305190 3215299984 3080940736 134528536 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29446/tid=29448] ppid=29443 vsize=546816 CPUtime=985.03
/proc/29446/task/29448/stat : 29448 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 45414 0 0 0 98369 134 0 0 25 0 4 0 1104732787 559939584 125222 4294967295 134512640 135305190 3215299984 3072552128 134528548 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29446/tid=29449] ppid=29443 vsize=546816 CPUtime=985.55
/proc/29446/task/29449/stat : 29449 (manysat1.1_stat) R 29443 29443 1628 0 -1 4202560 24414 0 0 0 98436 119 0 0 25 0 4 0 1104732787 559939584 125222 4294967295 134512640 135305190 3215299984 3064163312 134547909 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3950.92
Current children cumulated vsize (KiB) 549236

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 29443 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=360000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=250000
# CPU time returned by wait4() is 11.61
# while last known CPU time is 3950.92
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.04
CPU time (s): 3950.92
CPU user time (s): 3945.73
CPU system time (s): 5.19
CPU usage (%): 395.078
Max. virtual memory (cumulated for all children) (KiB): 549236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.36
system time used= 0.25
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20393
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= 5
involuntary context switches= 260

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-28 12:25:04
IDJOB=1775986
IDBENCH=20409
IDSOLVER=620
FILE ID=tipi44/1775986-1243506304
PBS_JOBID=
Free space on /tmp= 15886 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/palacios/hard/safe-30-h29-unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775986-1243506304/watcher-1775986-1243506304 -o /tmp/evaluation-result-1775986-1243506304/solver-1775986-1243506304 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1775986-1243506304.cnf aimd 0

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

MD5SUM BENCH= 7cb48ce6f0320bc88623afd3c5af4aae
RANDOM SEED= 1838588572

Linux tipi44 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.116
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.42
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.116
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.10
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.116
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2989192 kB
Buffers:        134792 kB
Cached:         136912 kB
SwapCached:       2180 kB
Active:         101188 kB
Inactive:       180556 kB
HighTotal:     2489216 kB
HighFree:      2339964 kB
LowTotal:       879316 kB
LowFree:        649228 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            9044 kB
Writeback:           0 kB
AnonPages:        8848 kB
Mapped:           3432 kB
Slab:            87340 kB
SReclaimable:    76988 kB
SUnreclaim:      10352 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88080 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15858 MiB
End job on tipi44 at 2009-05-28 12:41:46