Trace number 1780459

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 1/2009-03-20 (4 threads)? (TO) 3956.18 1000.05

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-10p1.cnf
MD5SUM31a85166c16c74a5f2dcee32f2093a67
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 variables381708
Number of clauses1632906
Sum of the clauses size3841867
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 21226633
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.01	c Parsing...
1.41/1.48	c ==============================================================================
1.41/1.48	c |           |     ORIGINAL     |              LEARNT              |          |
1.41/1.48	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.41/1.48	c ==============================================================================
1.41/1.48	c |         0 | 1618887  3826978 |  485666       0        0     nan |  0.000 % |
8.01/8.09	c |         0 | 1199091  3186259 |      --       0       --      -- |     --   | -117869/45832
8.01/8.10	c ==============================================================================
8.01/8.10	c Result  :   #vars: 250809   #clauses: 1199091   #literals: 3186259
8.01/8.10	c CPU time:   7.83 s
8.01/8.10	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-1780459-1243531357/watcher-1780459-1243531357 -o /tmp/evaluation-result-1780459-1243531357/solver-1780459-1243531357 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780459-1243531357.cnf aimd 1 

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


[startup+0 s]
/proc/loadavg: 4.05 4.26 4.18 3/99 8177
/proc/meminfo: memFree=2783056/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2416 CPUtime=0
/proc/8176/stat : 8176 (manysat.sh) R 8174 8176 28360 0 -1 4194304 334 0 0 0 0 0 0 0 25 0 1 0 934712642 2473984 274 4294967295 134512640 135169312 3217401760 3217400236 3085080436 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/8176/statm: 604 274 231 161 0 43 0
[pid=8177] ppid=8176 vsize=13276 CPUtime=0.02
/proc/8177/stat : 8177 (SatElite) R 8176 8176 28360 0 -1 4202496 2158 0 0 0 0 2 0 0 25 0 1 0 934712642 13594624 1990 4294967295 134512640 135034092 3220058608 3220054896 134545186 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8177/statm: 3319 1992 49 128 0 3189 0

[startup+0.124262 s]
/proc/loadavg: 4.05 4.26 4.18 3/99 8177
/proc/meminfo: memFree=2783056/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2416 CPUtime=0
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 350 0 0 0 0 0 0 0 25 0 1 0 934712642 2473984 274 4294967295 134512640 135169312 3217401760 3217400296 3085078254 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/8176/statm: 604 274 231 161 0 43 0
[pid=8177] ppid=8176 vsize=34964 CPUtime=0.12
/proc/8177/stat : 8177 (SatElite) R 8176 8176 28360 0 -1 4202496 7718 0 0 0 8 4 0 0 25 0 1 0 934712642 35803136 7486 4294967295 134512640 135034092 3220058608 3220054568 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8177/statm: 8741 7488 49 128 0 8611 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 37380

[startup+0.214255 s]
/proc/loadavg: 4.05 4.26 4.18 3/99 8177
/proc/meminfo: memFree=2783056/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2416 CPUtime=0
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 350 0 0 0 0 0 0 0 25 0 1 0 934712642 2473984 274 4294967295 134512640 135169312 3217401760 3217400296 3085078254 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/8176/statm: 604 274 231 161 0 43 0
[pid=8177] ppid=8176 vsize=46976 CPUtime=0.21
/proc/8177/stat : 8177 (SatElite) R 8176 8176 28360 0 -1 4202496 10845 0 0 0 17 4 0 0 25 0 1 0 934712642 48103424 10613 4294967295 134512640 135034092 3220058608 3220054952 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8177/statm: 11744 10614 49 128 0 11614 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 49392

[startup+0.314247 s]
/proc/loadavg: 4.05 4.26 4.18 3/99 8177
/proc/meminfo: memFree=2783056/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2416 CPUtime=0
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 350 0 0 0 0 0 0 0 25 0 1 0 934712642 2473984 274 4294967295 134512640 135169312 3217401760 3217400296 3085078254 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/8176/statm: 604 274 231 161 0 43 0
[pid=8177] ppid=8176 vsize=53544 CPUtime=0.31
/proc/8177/stat : 8177 (SatElite) R 8176 8176 28360 0 -1 4202496 12379 0 0 0 27 4 0 0 25 0 1 0 934712642 54829056 12147 4294967295 134512640 135034092 3220058608 3220054600 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8177/statm: 13386 12147 49 128 0 13256 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 55960

[startup+0.714215 s]
/proc/loadavg: 4.05 4.26 4.18 3/99 8177
/proc/meminfo: memFree=2783056/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2416 CPUtime=0
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 350 0 0 0 0 0 0 0 25 0 1 0 934712642 2473984 274 4294967295 134512640 135169312 3217401760 3217400296 3085078254 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/8176/statm: 604 274 231 161 0 43 0
[pid=8177] ppid=8176 vsize=79484 CPUtime=0.71
/proc/8177/stat : 8177 (SatElite) R 8176 8176 28360 0 -1 4202496 18887 0 0 0 64 7 0 0 25 0 1 0 934712642 81391616 18655 4294967295 134512640 135034092 3220058608 3220054952 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8177/statm: 19904 18656 49 128 0 19774 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 81900

[startup+1.51415 s]
/proc/loadavg: 4.05 4.26 4.18 2/100 8178
/proc/meminfo: memFree=2662284/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2416 CPUtime=0
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 350 0 0 0 0 0 0 0 25 0 1 0 934712642 2473984 274 4294967295 134512640 135169312 3217401760 3217400296 3085078254 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/8176/statm: 604 274 231 161 0 43 0
[pid=8177] ppid=8176 vsize=177508 CPUtime=1.51
/proc/8177/stat : 8177 (SatElite) R 8176 8176 28360 0 -1 4202496 39772 0 0 0 135 16 0 0 25 0 1 0 934712642 181768192 39540 4294967295 134512640 135034092 3220058608 3220055408 134539694 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8177/statm: 44377 39540 63 128 0 44247 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 179924

[startup+3.11402 s]
/proc/loadavg: 4.05 4.26 4.18 2/100 8178
/proc/meminfo: memFree=2614184/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2416 CPUtime=0
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 350 0 0 0 0 0 0 0 25 0 1 0 934712642 2473984 274 4294967295 134512640 135169312 3217401760 3217400296 3085078254 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/8176/statm: 604 274 231 161 0 43 0
[pid=8177] ppid=8176 vsize=211232 CPUtime=3.11
/proc/8177/stat : 8177 (SatElite) R 8176 8176 28360 0 -1 4202496 51894 0 0 0 288 23 0 0 25 0 1 0 934712642 216301568 47567 4294967295 134512640 135034092 3220058608 3220054476 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8177/statm: 52808 47567 67 128 0 52678 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 213648

[startup+6.31376 s]
/proc/loadavg: 3.81 4.21 4.16 2/100 8179
/proc/meminfo: memFree=2589852/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2416 CPUtime=0
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 350 0 0 0 0 0 0 0 25 0 1 0 934712642 2473984 274 4294967295 134512640 135169312 3217401760 3217400296 3085078254 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/8176/statm: 604 274 231 161 0 43 0
[pid=8177] ppid=8176 vsize=213220 CPUtime=6.31
/proc/8177/stat : 8177 (SatElite) R 8176 8176 28360 0 -1 4202496 57618 0 0 0 605 26 0 0 25 0 1 0 934712642 218337280 48366 4294967295 134512640 135034092 3220058608 3220054848 134566546 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8177/statm: 53305 48366 67 128 0 53175 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 215636

[startup+12.7132 s]
/proc/loadavg: 3.58 4.15 4.15 5/103 8183
/proc/meminfo: memFree=2438360/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=387612 CPUtime=4.14
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 84196 0 0 0 340 74 0 0 21 0 4 0 934713593 396914688 84088 4294967295 134512640 135305190 3214732560 3214730608 134857151 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8180/statm: 96903 84088 78 194 0 96707 0
[pid=8180/tid=8181] ppid=8176 vsize=387612 CPUtime=0.46
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) S 8176 8176 28360 0 -1 4202560 1629 0 0 0 34 12 0 0 21 0 4 0 934713848 396914688 84088 4294967295 134512640 135305190 3214732560 2960092276 134694990 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=387612 CPUtime=0.5
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) S 8176 8176 28360 0 -1 4202560 1518 0 0 0 33 17 0 0 22 0 4 0 934713848 396914688 84088 4294967295 134512640 135305190 3214732560 2951703668 134694990 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=387612 CPUtime=0.08
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 347 0 0 0 6 2 0 0 24 0 4 0 934713848 396914688 84088 4294967295 134512640 135305190 3214732560 2943315060 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.65
Current children cumulated vsize (KiB) 390032

[startup+25.5122 s]
/proc/loadavg: 3.81 4.18 4.15 5/103 8184
/proc/meminfo: memFree=2406288/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=401396 CPUtime=54.96
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 87583 0 0 0 5408 88 0 0 25 0 4 0 934713593 411029504 87475 4294967295 134512640 135305190 3214732560 3214730736 134528520 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8180/statm: 100349 87475 79 194 0 100153 0
[pid=8180/tid=8181] ppid=8176 vsize=401396 CPUtime=13.13
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 2134 0 0 0 1296 17 0 0 19 0 4 0 934713848 411029504 87475 4294967295 134512640 135305190 3214732560 2960092352 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=401396 CPUtime=13.22
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 2071 0 0 0 1304 18 0 0 25 0 4 0 934713848 411029504 87475 4294967295 134512640 135305190 3214732560 2951703744 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=401396 CPUtime=12.77
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 2138 0 0 0 1269 8 0 0 23 0 4 0 934713848 411029504 87475 4294967295 134512640 135305190 3214732560 2943315136 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 64.47
Current children cumulated vsize (KiB) 403816

[startup+51.1101 s]
/proc/loadavg: 4.13 4.22 4.17 5/103 8186
/proc/meminfo: memFree=2393652/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=414148 CPUtime=157.21
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 90853 0 0 0 15617 104 0 0 25 0 4 0 934713593 424087552 90745 4294967295 134512640 135305190 3214732560 3214730736 134528341 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8180/statm: 103537 90745 79 194 0 103341 0
[pid=8180/tid=8181] ppid=8176 vsize=414148 CPUtime=38.69
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 2828 0 0 0 3849 20 0 0 25 0 4 0 934713848 424087552 90745 4294967295 134512640 135305190 3214732560 2960092352 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=414148 CPUtime=38.72
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 3091 0 0 0 3847 25 0 0 25 0 4 0 934713848 424087552 90745 4294967295 134512640 135305190 3214732560 2951703360 134551653 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=414148 CPUtime=38.37
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 2810 0 0 0 3826 11 0 0 25 0 4 0 934713848 424087552 90745 4294967295 134512640 135305190 3214732560 2943314852 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 166.72
Current children cumulated vsize (KiB) 416568

[startup+102.316 s]
/proc/loadavg: 4.20 4.23 4.18 5/103 8375
/proc/meminfo: memFree=2361840/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=445256 CPUtime=361.49
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 98595 0 0 0 36031 118 0 0 25 0 4 0 934713593 455942144 98469 4294967295 134512640 135305190 3214732560 3214730624 134529062 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8180/statm: 111314 98469 79 194 0 111118 0
[pid=8180/tid=8181] ppid=8176 vsize=445256 CPUtime=89.67
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 4451 0 0 0 8944 23 0 0 25 0 4 0 934713848 455942144 98469 4294967295 134512640 135305190 3214732560 2960092352 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=445256 CPUtime=89.71
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 5313 0 0 0 8945 26 0 0 25 0 4 0 934713848 455942144 98469 4294967295 134512640 135305190 3214732560 2951703492 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=445256 CPUtime=89.52
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 4509 0 0 0 8935 17 0 0 25 0 4 0 934713848 455942144 98469 4294967295 134512640 135305190 3214732560 2943314800 134551720 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 371
Current children cumulated vsize (KiB) 447676

[startup+162.311 s]
/proc/loadavg: 4.12 4.20 4.17 5/103 8563
/proc/meminfo: memFree=2329380/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=477868 CPUtime=600.94
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 106618 0 0 0 59950 144 0 0 25 0 4 0 934713593 489336832 106492 4294967295 134512640 135305190 3214732560 3214730736 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/8180/statm: 119467 106492 79 194 0 119271 0
[pid=8180/tid=8181] ppid=8176 vsize=477868 CPUtime=149.37
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 5928 0 0 0 14905 32 0 0 25 0 4 0 934713848 489336832 106492 4294967295 134512640 135305190 3214732560 2960092352 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=477868 CPUtime=149.66
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 7481 0 0 0 14935 31 0 0 25 0 4 0 934713848 489336832 106492 4294967295 134512640 135305190 3214732560 2951703744 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=477868 CPUtime=149.37
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 6616 0 0 0 14914 23 0 0 25 0 4 0 934713848 489336832 106492 4294967295 134512640 135305190 3214732560 2943314864 134557133 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 610.45
Current children cumulated vsize (KiB) 480288

[startup+222.316 s]
/proc/loadavg: 4.41 4.27 4.19 6/103 8750
/proc/meminfo: memFree=2299720/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51

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

/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 14415 0 0 0 56814 55 0 0 25 0 4 0 934713848 589017088 130795 4294967295 134512640 135305190 3214732560 2943315136 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2287.56
Current children cumulated vsize (KiB) 577632

[startup+642.302 s]
/proc/loadavg: 4.66 4.52 4.33 5/103 10070
/proc/meminfo: memFree=2213928/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=594060 CPUtime=2517.59
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 135601 0 0 0 251466 293 0 0 25 0 4 0 934713593 608317440 135475 4294967295 134512640 135305190 3214732560 3214730736 134528600 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8180/statm: 148515 135475 79 194 0 148319 0
[pid=8180/tid=8181] ppid=8176 vsize=594060 CPUtime=627.93
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 10475 0 0 0 62729 64 0 0 25 0 4 0 934713848 608317440 135475 4294967295 134512640 135305190 3214732560 2960092352 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=594060 CPUtime=629.42
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 17516 0 0 0 62872 70 0 0 25 0 4 0 934713848 608317440 135475 4294967295 134512640 135305190 3214732560 2951703360 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=594060 CPUtime=628.46
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 16021 0 0 0 62780 66 0 0 25 0 4 0 934713848 608317440 135475 4294967295 134512640 135305190 3214732560 2943315248 134565634 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2527.1
Current children cumulated vsize (KiB) 596480

[startup+702.318 s]
/proc/loadavg: 4.85 4.62 4.37 5/103 10257
/proc/meminfo: memFree=2207060/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=599892 CPUtime=2757.25
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 137140 0 0 0 275415 310 0 0 25 0 4 0 934713593 614289408 137014 4294967295 134512640 135305190 3214732560 3214730736 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8180/statm: 149973 137014 79 194 0 149777 0
[pid=8180/tid=8181] ppid=8176 vsize=599892 CPUtime=687.8
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 10619 0 0 0 68709 71 0 0 25 0 4 0 934713848 614289408 137014 4294967295 134512640 135305190 3214732560 2960092352 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=599892 CPUtime=689.43
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 18161 0 0 0 68870 73 0 0 25 0 4 0 934713848 614289408 137014 4294967295 134512640 135305190 3214732560 2951703744 134528834 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=599892 CPUtime=688.22
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 16580 0 0 0 68751 71 0 0 25 0 4 0 934713848 614289408 137014 4294967295 134512640 135305190 3214732560 2943315136 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2766.76
Current children cumulated vsize (KiB) 602312

[startup+762.313 s]
/proc/loadavg: 4.51 4.56 4.36 5/103 10449
/proc/meminfo: memFree=2206860/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=600160 CPUtime=2996.84
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 137158 0 0 0 299361 323 0 0 25 0 4 0 934713593 614563840 137032 4294967295 134512640 135305190 3214732560 3214730736 134528315 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8180/statm: 150040 137032 79 194 0 149844 0
[pid=8180/tid=8181] ppid=8176 vsize=600160 CPUtime=747.78
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 10620 0 0 0 74703 75 0 0 25 0 4 0 934713848 614563840 137032 4294967295 134512640 135305190 3214732560 2960092352 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=600160 CPUtime=749.37
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 18173 0 0 0 74862 75 0 0 25 0 4 0 934713848 614563840 137032 4294967295 134512640 135305190 3214732560 2951703744 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=600160 CPUtime=748.1
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 16581 0 0 0 74735 75 0 0 25 0 4 0 934713848 614563840 137032 4294967295 134512640 135305190 3214732560 2943315136 134530552 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3006.35
Current children cumulated vsize (KiB) 602580

[startup+822.308 s]
/proc/loadavg: 4.56 4.56 4.37 6/103 10636
/proc/meminfo: memFree=2205752/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=600660 CPUtime=3236.56
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 137314 0 0 0 323320 336 0 0 25 0 4 0 934713593 615075840 137188 4294967295 134512640 135305190 3214732560 3214730736 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8180/statm: 150165 137188 79 194 0 149969 0
[pid=8180/tid=8181] ppid=8176 vsize=600660 CPUtime=807.73
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 10687 0 0 0 80695 78 0 0 25 0 4 0 934713848 615075840 137188 4294967295 134512640 135305190 3214732560 2960092352 134528195 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=600660 CPUtime=809.34
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 18229 0 0 0 80855 79 0 0 25 0 4 0 934713848 615075840 137188 4294967295 134512640 135305190 3214732560 2951703744 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=600660 CPUtime=808.09
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 16597 0 0 0 80732 77 0 0 25 0 4 0 934713848 615075840 137188 4294967295 134512640 135305190 3214732560 2943314800 134551729 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3246.07
Current children cumulated vsize (KiB) 603080

[startup+882.313 s]
/proc/loadavg: 4.40 4.52 4.37 6/103 10824
/proc/meminfo: memFree=2204140/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=602044 CPUtime=3476.15
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 137512 0 0 0 347263 352 0 0 25 0 4 0 934713593 616493056 137386 4294967295 134512640 135305190 3214732560 3214730400 134551697 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8180/statm: 150511 137386 79 194 0 150315 0
[pid=8180/tid=8181] ppid=8176 vsize=602044 CPUtime=867.66
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 10727 0 0 0 86682 84 0 0 25 0 4 0 934713848 616493056 137386 4294967295 134512640 135305190 3214732560 2960092352 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=602044 CPUtime=869.28
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 18259 0 0 0 86848 80 0 0 25 0 4 0 934713848 616493056 137386 4294967295 134512640 135305190 3214732560 2951703744 134530561 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=602044 CPUtime=868.01
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 16673 0 0 0 86721 80 0 0 25 0 4 0 934713848 616493056 137386 4294967295 134512640 135305190 3214732560 2943315136 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3485.66
Current children cumulated vsize (KiB) 604464

[startup+942.308 s]
/proc/loadavg: 4.46 4.50 4.37 5/103 11013
/proc/meminfo: memFree=2198844/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=609096 CPUtime=3715.94
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 139252 0 0 0 371226 368 0 0 25 0 4 0 934713593 623714304 139126 4294967295 134512640 135305190 3214732560 3214730400 134551726 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8180/statm: 152274 139126 79 194 0 152078 0
[pid=8180/tid=8181] ppid=8176 vsize=609096 CPUtime=927.66
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 10879 0 0 0 92679 87 0 0 25 0 4 0 934713848 623714304 139126 4294967295 134512640 135305190 3214732560 2960092352 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=609096 CPUtime=929.27
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 18905 0 0 0 92845 82 0 0 25 0 4 0 934713848 623714304 139126 4294967295 134512640 135305190 3214732560 2951703744 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=609096 CPUtime=927.98
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 17400 0 0 0 92716 82 0 0 25 0 4 0 934713848 623714304 139126 4294967295 134512640 135305190 3214732560 2943315136 134528562 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3725.45
Current children cumulated vsize (KiB) 611516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.75 4.57 4.40 5/103 11200
/proc/meminfo: memFree=2182912/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=623996 CPUtime=3946.67
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 143119 0 0 0 394278 389 0 0 25 0 4 0 934713593 638971904 142993 4294967295 134512640 135305190 3214732560 3214730736 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8180/statm: 155999 142993 79 194 0 155803 0
[pid=8180/tid=8181] ppid=8176 vsize=623996 CPUtime=985.38
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 11156 0 0 0 98444 94 0 0 25 0 4 0 934713848 638971904 142993 4294967295 134512640 135305190 3214732560 2960092352 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=623996 CPUtime=986.98
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 20273 0 0 0 98614 84 0 0 25 0 4 0 934713848 638971904 142993 4294967295 134512640 135305190 3214732560 2951703744 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=623996 CPUtime=985.67
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 19388 0 0 0 98478 89 0 0 25 0 4 0 934713848 638971904 142993 4294967295 134512640 135305190 3214732560 2943315104 134570402 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3956.18
Current children cumulated vsize (KiB) 626416

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

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

[startup+1000.01 s]
/proc/loadavg: 4.75 4.57 4.40 5/103 11200
/proc/meminfo: memFree=2182912/3368532 swapFree=1959840/1959888
[pid=8176] ppid=8174 vsize=2420 CPUtime=9.51
/proc/8176/stat : 8176 (manysat.sh) S 8174 8176 28360 0 -1 4194304 369 64979 0 0 0 0 915 36 18 0 1 0 934712642 2478080 275 4294967295 134512640 135169312 3217401760 3217397976 3085078254 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8176/statm: 605 275 231 161 0 44 0
[pid=8180] ppid=8176 vsize=623996 CPUtime=3946.67
/proc/8180/stat : 8180 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202496 143119 0 0 0 394278 389 0 0 25 0 4 0 934713593 638971904 142993 4294967295 134512640 135305190 3214732560 3214730736 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8180/statm: 155999 142993 79 194 0 155803 0
[pid=8180/tid=8181] ppid=8176 vsize=623996 CPUtime=985.38
/proc/8180/task/8181/stat : 8181 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 11156 0 0 0 98444 94 0 0 25 0 4 0 934713848 638971904 142993 4294967295 134512640 135305190 3214732560 2960092352 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8180/tid=8182] ppid=8176 vsize=623996 CPUtime=986.98
/proc/8180/task/8182/stat : 8182 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 20273 0 0 0 98614 84 0 0 25 0 4 0 934713848 638971904 142993 4294967295 134512640 135305190 3214732560 2951703744 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8180/tid=8183] ppid=8176 vsize=623996 CPUtime=985.67
/proc/8180/task/8183/stat : 8183 (manysat1.1_stat) R 8176 8176 28360 0 -1 4202560 19388 0 0 0 98478 89 0 0 25 0 4 0 934713848 638971904 142993 4294967295 134512640 135305190 3214732560 2943315104 134570402 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3956.18
Current children cumulated vsize (KiB) 626416

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8176 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=150000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=370000
# CPU time returned by wait4() is 9.52
# while last known CPU time is 3956.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.05
CPU time (s): 3956.18
CPU user time (s): 3951.93
CPU system time (s): 4.25
CPU usage (%): 395.599
Max. virtual memory (cumulated for all children) (KiB): 626416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.15
system time used= 0.37
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65348
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= 20

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-28 19:22:37
IDJOB=1780459
IDBENCH=71009
IDSOLVER=623
FILE ID=tipi39/1780459-1243531357
PBS_JOBID=
Free space on /tmp= 5714 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-20-10p1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780459-1243531357/watcher-1780459-1243531357 -o /tmp/evaluation-result-1780459-1243531357/solver-1780459-1243531357 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1780459-1243531357.cnf aimd 1

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

MD5SUM BENCH= 31a85166c16c74a5f2dcee32f2093a67
RANDOM SEED= 86317353

Linux tipi39 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.067
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.067
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.067
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.067
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:       2789272 kB
Buffers:         50604 kB
Cached:         422584 kB
SwapCached:          0 kB
Active:          69664 kB
Inactive:       420280 kB
HighTotal:     2489216 kB
HighFree:      2052280 kB
LowTotal:       879316 kB
LowFree:        736992 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           32268 kB
Writeback:           0 kB
AnonPages:       16344 kB
Mapped:           6056 kB
Slab:            79472 kB
SReclaimable:    68028 kB
SUnreclaim:      11444 kB
PageTables:        528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    95164 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5680 MiB
End job on tipi39 at 2009-05-28 19:39:21