Trace number 1780699

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) 3959.59 1000.06

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
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 variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
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.00	c Parsing...
1.22/1.27	c ==============================================================================
1.22/1.27	c |           |     ORIGINAL     |              LEARNT              |          |
1.22/1.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.22/1.27	c ==============================================================================
1.22/1.27	c |         0 | 1377238  3343680 |  413171       0        0     nan |  0.000 % |
6.92/6.96	c |         0 |  958485  2693825 |      --       0       --      -- |     --   | -116636/37456
6.92/6.96	c ==============================================================================
6.92/6.96	c Result  :   #vars: 138674   #clauses: 958485   #literals: 2693825
6.92/6.96	c CPU time:   6.77 s
6.92/6.96	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-1780699-1243534179/watcher-1780699-1243534179 -o /tmp/evaluation-result-1780699-1243534179/solver-1780699-1243534179 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780699-1243534179.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.14 4.21 4.31 3/99 9024
/proc/meminfo: memFree=2933084/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2416 CPUtime=0
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118082477 2473984 273 4294967295 134512640 135169312 3220632240 3220630776 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 604 273 231 161 0 43 0
[pid=9025] ppid=9024 vsize=2424 CPUtime=0.01
/proc/9025/stat : 9025 (SatElite) R 9024 9024 19648 0 -1 4202496 406 0 0 0 1 0 0 0 19 0 1 0 1118082477 2482176 343 4294967295 134512640 135034092 3214527664 3214523952 134544897 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9025/statm: 606 348 49 128 0 476 0

[startup+0.073476 s]
/proc/loadavg: 4.14 4.21 4.31 3/99 9024
/proc/meminfo: memFree=2933084/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2416 CPUtime=0
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118082477 2473984 273 4294967295 134512640 135169312 3220632240 3220630776 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 604 273 231 161 0 43 0
[pid=9025] ppid=9024 vsize=27860 CPUtime=0.08
/proc/9025/stat : 9025 (SatElite) R 9024 9024 19648 0 -1 4202496 6061 0 0 0 8 0 0 0 19 0 1 0 1118082477 28528640 5830 4294967295 134512640 135034092 3214527664 3214524008 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9025/statm: 6965 5831 49 128 0 6835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30276

[startup+0.113471 s]
/proc/loadavg: 4.14 4.21 4.31 3/99 9024
/proc/meminfo: memFree=2933084/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2416 CPUtime=0
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118082477 2473984 273 4294967295 134512640 135169312 3220632240 3220630776 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 604 273 231 161 0 43 0
[pid=9025] ppid=9024 vsize=32736 CPUtime=0.12
/proc/9025/stat : 9025 (SatElite) R 9024 9024 19648 0 -1 4202496 7299 0 0 0 11 1 0 0 20 0 1 0 1118082477 33521664 7068 4294967295 134512640 135034092 3214527664 3214523624 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9025/statm: 8184 7069 49 128 0 8054 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 35152

[startup+0.313452 s]
/proc/loadavg: 4.14 4.21 4.31 3/99 9024
/proc/meminfo: memFree=2933084/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2416 CPUtime=0
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118082477 2473984 273 4294967295 134512640 135169312 3220632240 3220630776 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 604 273 231 161 0 43 0
[pid=9025] ppid=9024 vsize=53676 CPUtime=0.32
/proc/9025/stat : 9025 (SatElite) R 9024 9024 19648 0 -1 4202496 12388 0 0 0 29 3 0 0 20 0 1 0 1118082477 54964224 12157 4294967295 134512640 135034092 3214527664 3214524008 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9025/statm: 13419 12157 49 128 0 13289 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 56092

[startup+0.713414 s]
/proc/loadavg: 4.14 4.21 4.31 3/99 9024
/proc/meminfo: memFree=2933084/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2416 CPUtime=0
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118082477 2473984 273 4294967295 134512640 135169312 3220632240 3220630776 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 604 273 231 161 0 43 0
[pid=9025] ppid=9024 vsize=79220 CPUtime=0.72
/proc/9025/stat : 9025 (SatElite) R 9024 9024 19648 0 -1 4202496 18806 0 0 0 68 4 0 0 21 0 1 0 1118082477 81121280 18575 4294967295 134512640 135034092 3214527664 3214524008 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9025/statm: 19805 18576 49 128 0 19675 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 81636

[startup+1.51334 s]
/proc/loadavg: 3.89 4.16 4.30 2/101 9026
/proc/meminfo: memFree=2826524/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2416 CPUtime=0
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118082477 2473984 273 4294967295 134512640 135169312 3220632240 3220630776 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 604 273 231 161 0 43 0
[pid=9025] ppid=9024 vsize=129000 CPUtime=1.52
/proc/9025/stat : 9025 (SatElite) R 9024 9024 19648 0 -1 4202496 30858 0 0 0 144 8 0 0 24 0 1 0 1118082477 132096000 30627 4294967295 134512640 135034092 3214527664 3214524624 134540931 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9025/statm: 32250 30628 63 128 0 32120 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 131416

[startup+3.11318 s]
/proc/loadavg: 3.89 4.16 4.30 2/101 9026
/proc/meminfo: memFree=2792816/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2416 CPUtime=0
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118082477 2473984 273 4294967295 134512640 135169312 3220632240 3220630776 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 604 273 231 161 0 43 0
[pid=9025] ppid=9024 vsize=155528 CPUtime=3.12
/proc/9025/stat : 9025 (SatElite) R 9024 9024 19648 0 -1 4202496 40071 0 0 0 297 15 0 0 25 0 1 0 1118082477 159260672 36289 4294967295 134512640 135034092 3214527664 3214523968 134577075 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9025/statm: 38882 36289 67 128 0 38752 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 157944

[startup+6.31288 s]
/proc/loadavg: 3.89 4.16 4.30 2/101 9026
/proc/meminfo: memFree=2780144/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2416 CPUtime=0
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118082477 2473984 273 4294967295 134512640 135169312 3220632240 3220630776 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 604 273 231 161 0 43 0
[pid=9025] ppid=9024 vsize=156164 CPUtime=6.32
/proc/9025/stat : 9025 (SatElite) R 9024 9024 19648 0 -1 4202496 47118 0 0 0 614 18 0 0 25 0 1 0 1118082477 159911936 36468 4294967295 134512640 135034092 3214527664 3214522912 134562177 0 0 0 3 0 0 0 17 2 0 0 0
/proc/9025/statm: 39041 36468 67 128 0 38911 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 158580

[startup+12.7223 s]
/proc/loadavg: 3.60 4.09 4.27 6/104 9213
/proc/meminfo: memFree=2643440/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=301808 CPUtime=11.65
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 65524 0 0 0 1089 76 0 0 16 0 4 0 1118083289 309051392 65408 4294967295 134512640 135305190 3220925168 3220923268 134695249 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/9027/statm: 75452 65408 79 194 0 75256 0
[pid=9027/tid=9211] ppid=9024 vsize=301808 CPUtime=2.44
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 1268 0 0 0 234 10 0 0 16 0 4 0 1118083496 309051392 65408 4294967295 134512640 135305190 3220925168 3011980480 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=301808 CPUtime=2.43
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 1368 0 0 0 231 12 0 0 15 0 4 0 1118083496 309051392 65408 4294967295 134512640 135305190 3220925168 3003591796 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=301808 CPUtime=2.29
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 1510 0 0 0 215 14 0 0 16 0 4 0 1118083496 309051392 65408 4294967295 134512640 135305190 3220925168 2995203188 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.77
Current children cumulated vsize (KiB) 304228

[startup+25.5111 s]
/proc/loadavg: 4.28 4.22 4.31 6/104 9213
/proc/meminfo: memFree=2637348/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=306936 CPUtime=62.52
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 67058 0 0 0 6171 81 0 0 20 0 4 0 1118083289 314302464 66942 4294967295 134512640 135305190 3220925168 3220923344 134530997 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9027/statm: 76734 66942 79 194 0 76538 0
[pid=9027/tid=9211] ppid=9024 vsize=306936 CPUtime=15.14
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 1483 0 0 0 1504 10 0 0 18 0 4 0 1118083496 314302464 66942 4294967295 134512640 135305190 3220925168 3011980208 134556831 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=306936 CPUtime=15.19
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 2224 0 0 0 1505 14 0 0 18 0 4 0 1118083496 314302464 66942 4294967295 134512640 135305190 3220925168 3003591872 134528458 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=306936 CPUtime=15
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 1690 0 0 0 1485 15 0 0 17 0 4 0 1118083496 314302464 66942 4294967295 134512640 135305190 3220925168 2995203152 134529062 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.64
Current children cumulated vsize (KiB) 309356

[startup+51.1086 s]
/proc/loadavg: 4.34 4.24 4.31 5/104 9216
/proc/meminfo: memFree=2611752/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=333100 CPUtime=164.7
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 73698 0 0 0 16373 97 0 0 25 0 4 0 1118083289 341094400 73572 4294967295 134512640 135305190 3220925168 3220923344 134528579 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/9027/statm: 83275 73572 79 194 0 83079 0
[pid=9027/tid=9211] ppid=9024 vsize=333100 CPUtime=40.6
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 2657 0 0 0 4042 18 0 0 25 0 4 0 1118083496 341094400 73572 4294967295 134512640 135305190 3220925168 3011980144 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=333100 CPUtime=40.76
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 5109 0 0 0 4059 17 0 0 25 0 4 0 1118083496 341094400 73572 4294967295 134512640 135305190 3220925168 3003591488 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=333100 CPUtime=40.56
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 2647 0 0 0 4039 17 0 0 25 0 4 0 1118083496 341094400 73572 4294967295 134512640 135305190 3220925168 2995203264 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 172.82
Current children cumulated vsize (KiB) 335520

[startup+102.314 s]
/proc/loadavg: 4.18 4.22 4.30 5/104 9402
/proc/meminfo: memFree=2549896/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=393872 CPUtime=368.88
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 88749 0 0 0 36764 124 0 0 25 0 4 0 1118083289 403324928 88623 4294967295 134512640 135305190 3220925168 3220923344 134530685 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/9027/statm: 98468 88623 79 194 0 98272 0
[pid=9027/tid=9211] ppid=9024 vsize=393872 CPUtime=91.72
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 5711 0 0 0 9146 26 0 0 25 0 4 0 1118083496 403324928 88623 4294967295 134512640 135305190 3220925168 3011980480 134528568 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=393872 CPUtime=91.9
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 10004 0 0 0 9170 20 0 0 25 0 4 0 1118083496 403324928 88623 4294967295 134512640 135305190 3220925168 3003591488 134551697 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=393872 CPUtime=91.54
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 5595 0 0 0 9123 31 0 0 25 0 4 0 1118083496 403324928 88623 4294967295 134512640 135305190 3220925168 2995203264 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 377
Current children cumulated vsize (KiB) 396292

[startup+162.318 s]
/proc/loadavg: 4.22 4.21 4.29 6/104 9591
/proc/meminfo: memFree=2493724/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=451420 CPUtime=608.44
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 103040 0 0 0 60697 147 0 0 25 0 4 0 1118083289 462254080 102914 4294967295 134512640 135305190 3220925168 3220923344 134528189 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/9027/statm: 112855 102914 79 194 0 112659 0
[pid=9027/tid=9211] ppid=9024 vsize=451420 CPUtime=151.67
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 8367 0 0 0 15139 28 0 0 25 0 4 0 1118083496 462254080 102914 4294967295 134512640 135305190 3220925168 3011980480 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=451420 CPUtime=151.86
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 14328 0 0 0 15160 26 0 0 25 0 4 0 1118083496 462254080 102914 4294967295 134512640 135305190 3220925168 3003591872 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=451420 CPUtime=151.42
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 8977 0 0 0 15103 39 0 0 25 0 4 0 1118083496 462254080 102914 4294967295 134512640 135305190 3220925168 2995203264 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 616.56
Current children cumulated vsize (KiB) 453840

[startup+222.312 s]
/proc/loadavg: 4.28 4.24 4.29 5/104 9779
/proc/meminfo: memFree=2432260/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12

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

/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 26062 0 0 0 50945 77 0 0 25 0 4 0 1118083496 764141568 176484 4294967295 134512640 135305190 3220925168 2995203264 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2053.01
Current children cumulated vsize (KiB) 748652

[startup+582.308 s]
/proc/loadavg: 4.56 4.38 4.32 5/104 10914
/proc/meminfo: memFree=2185272/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=759520 CPUtime=2284.32
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 179981 0 0 0 228101 331 0 0 25 0 4 0 1118083289 777748480 179855 4294967295 134512640 135305190 3220925168 3220923008 134551729 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9027/statm: 189880 179855 79 194 0 189684 0
[pid=9027/tid=9211] ppid=9024 vsize=759520 CPUtime=570.4
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 25863 0 0 0 56977 63 0 0 25 0 4 0 1118083496 777748480 179855 4294967295 134512640 135305190 3220925168 3011980144 134551808 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=759520 CPUtime=570.94
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 34087 0 0 0 57022 72 0 0 25 0 4 0 1118083496 777748480 179855 4294967295 134512640 135305190 3220925168 3003591872 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=759520 CPUtime=570.15
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 26712 0 0 0 56935 80 0 0 25 0 4 0 1118083496 777748480 179855 4294967295 134512640 135305190 3220925168 2995203264 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2292.44
Current children cumulated vsize (KiB) 761940

[startup+642.312 s]
/proc/loadavg: 4.41 4.37 4.31 5/104 11107
/proc/meminfo: memFree=2171928/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=772532 CPUtime=2523.94
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 183156 0 0 0 252050 344 0 0 25 0 4 0 1118083289 791072768 183030 4294967295 134512640 135305190 3220925168 3220923344 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9027/statm: 193133 183030 79 194 0 192937 0
[pid=9027/tid=9211] ppid=9024 vsize=772532 CPUtime=630.38
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 26705 0 0 0 62973 65 0 0 25 0 4 0 1118083496 791072768 183030 4294967295 134512640 135305190 3220925168 3011980480 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=772532 CPUtime=630.74
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 34707 0 0 0 62995 79 0 0 25 0 4 0 1118083496 791072768 183030 4294967295 134512640 135305190 3220925168 3003591872 134528503 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=772532 CPUtime=630.07
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 27783 0 0 0 62925 82 0 0 25 0 4 0 1118083496 791072768 183030 4294967295 134512640 135305190 3220925168 2995203264 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2532.06
Current children cumulated vsize (KiB) 774952

[startup+702.307 s]
/proc/loadavg: 4.28 4.34 4.31 5/104 11293
/proc/meminfo: memFree=2117616/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=826620 CPUtime=2763.43
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 196830 0 0 0 275977 366 0 0 25 0 4 0 1118083289 846458880 196704 4294967295 134512640 135305190 3220925168 3220923344 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9027/statm: 206655 196704 79 194 0 206459 0
[pid=9027/tid=9211] ppid=9024 vsize=826620 CPUtime=690.3
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 29873 0 0 0 68957 73 0 0 25 0 4 0 1118083496 846458880 196704 4294967295 134512640 135305190 3220925168 3011980480 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=826620 CPUtime=690.53
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 38706 0 0 0 68969 84 0 0 25 0 4 0 1118083496 846458880 196704 4294967295 134512640 135305190 3220925168 3003591872 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=826620 CPUtime=690
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 30408 0 0 0 68913 87 0 0 25 0 4 0 1118083496 846458880 196704 4294967295 134512640 135305190 3220925168 2995202928 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2771.55
Current children cumulated vsize (KiB) 829040

[startup+762.321 s]
/proc/loadavg: 4.46 4.38 4.32 5/104 11482
/proc/meminfo: memFree=2072552/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=871612 CPUtime=3003.05
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 208106 0 0 0 299916 389 0 0 25 0 4 0 1118083289 892530688 207980 4294967295 134512640 135305190 3220925168 3220923344 134528536 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9027/statm: 217903 207980 79 194 0 217707 0
[pid=9027/tid=9211] ppid=9024 vsize=871612 CPUtime=750.32
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 32632 0 0 0 74953 79 0 0 25 0 4 0 1118083496 892530688 207980 4294967295 134512640 135305190 3220925168 3011980480 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=871612 CPUtime=750.4
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 41461 0 0 0 74954 86 0 0 25 0 4 0 1118083496 892530688 207980 4294967295 134512640 135305190 3220925168 3003591488 134551927 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=871612 CPUtime=749.94
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 32909 0 0 0 74901 93 0 0 25 0 4 0 1118083496 892530688 207980 4294967295 134512640 135305190 3220925168 2995202928 134551729 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3011.17
Current children cumulated vsize (KiB) 874032

[startup+822.315 s]
/proc/loadavg: 4.31 4.36 4.31 5/104 11669
/proc/meminfo: memFree=2061824/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=883160 CPUtime=3242.37
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 210640 0 0 0 323830 407 0 0 25 0 4 0 1118083289 904355840 210514 4294967295 134512640 135305190 3220925168 3220923312 134570412 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/9027/statm: 220790 210514 79 194 0 220594 0
[pid=9027/tid=9211] ppid=9024 vsize=883160 CPUtime=810.29
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 33278 0 0 0 80945 84 0 0 25 0 4 0 1118083496 904355840 210514 4294967295 134512640 135305190 3220925168 3011980480 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=883160 CPUtime=810.37
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 42208 0 0 0 80949 88 0 0 25 0 4 0 1118083496 904355840 210514 4294967295 134512640 135305190 3220925168 3003591872 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=883160 CPUtime=809.54
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 33379 0 0 0 80853 101 0 0 25 0 4 0 1118083496 904355840 210514 4294967295 134512640 135305190 3220925168 2995202928 134551848 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3250.49
Current children cumulated vsize (KiB) 885580

[startup+882.309 s]
/proc/loadavg: 4.43 4.38 4.32 5/104 11857
/proc/meminfo: memFree=2024528/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=920472 CPUtime=3481.88
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 220198 0 0 0 347745 443 0 0 25 0 4 0 1118083289 942563328 220072 4294967295 134512640 135305190 3220925168 3220923344 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9027/statm: 230118 220072 79 194 0 229922 0
[pid=9027/tid=9211] ppid=9024 vsize=920472 CPUtime=870.29
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 35458 0 0 0 86935 94 0 0 25 0 4 0 1118083496 942563328 220072 4294967295 134512640 135305190 3220925168 3011980208 134557163 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=920472 CPUtime=870.25
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 44953 0 0 0 86932 93 0 0 25 0 4 0 1118083496 942563328 220072 4294967295 134512640 135305190 3220925168 3003591488 134551919 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=920472 CPUtime=869.3
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 35369 0 0 0 86815 115 0 0 25 0 4 0 1118083496 942563328 220072 4294967295 134512640 135305190 3220925168 2995203264 134528492 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3490
Current children cumulated vsize (KiB) 922892

[startup+942.304 s]
/proc/loadavg: 4.42 4.38 4.33 5/104 12046
/proc/meminfo: memFree=1959924/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=984208 CPUtime=3721.27
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 235980 0 0 0 371648 479 0 0 25 0 4 0 1118083289 1007828992 235854 4294967295 134512640 135305190 3220925168 3220923344 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9027/statm: 246052 235854 79 194 0 245856 0
[pid=9027/tid=9211] ppid=9024 vsize=984208 CPUtime=930.17
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 39011 0 0 0 92910 107 0 0 25 0 4 0 1118083496 1007828992 235854 4294967295 134512640 135305190 3220925168 3011980480 134528503 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=984208 CPUtime=930.1
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 49271 0 0 0 92910 100 0 0 25 0 4 0 1118083496 1007828992 235854 4294967295 134512640 135305190 3220925168 3003591816 134838924 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=984208 CPUtime=928.98
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 39274 0 0 0 92773 125 0 0 25 0 4 0 1118083496 1007828992 235854 4294967295 134512640 135305190 3220925168 2995203056 134547313 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3729.39
Current children cumulated vsize (KiB) 986628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 4.39 4.38 4.33 6/104 12236
/proc/meminfo: memFree=1959260/3368532 swapFree=1953580/1959888
[pid=9024] ppid=9022 vsize=2420 CPUtime=8.12
/proc/9024/stat : 9024 (manysat.sh) S 9022 9024 19648 0 -1 4194304 369 50005 0 0 0 0 787 25 18 0 1 0 1118082477 2478080 274 4294967295 134512640 135169312 3220632240 3220628456 3085913838 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/9024/statm: 605 274 231 161 0 44 0
[pid=9027] ppid=9024 vsize=985676 CPUtime=3951.47
/proc/9027/stat : 9027 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202496 236369 0 0 0 394659 488 0 0 25 0 4 0 1118083289 1009332224 236243 4294967295 134512640 135305190 3220925168 3220923344 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/9027/statm: 246419 236243 79 194 0 246223 0
[pid=9027/tid=9211] ppid=9024 vsize=985676 CPUtime=987.84
/proc/9027/task/9211/stat : 9211 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 39086 0 0 0 98675 109 0 0 25 0 4 0 1118083496 1009332224 236243 4294967295 134512640 135305190 3220925168 3011980480 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=9027/tid=9212] ppid=9024 vsize=985676 CPUtime=987.8
/proc/9027/task/9212/stat : 9212 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 49445 0 0 0 98678 102 0 0 25 0 4 0 1118083496 1009332224 236243 4294967295 134512640 135305190 3220925168 3003591872 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=9027/tid=9213] ppid=9024 vsize=985676 CPUtime=986.21
/proc/9027/task/9213/stat : 9213 (manysat1.1_stat) R 9024 9024 19648 0 -1 4202560 39351 0 0 0 98494 127 0 0 25 0 4 0 1118083496 1009332224 236243 4294967295 134512640 135305190 3220925168 2995203264 134528277 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3959.59
Current children cumulated vsize (KiB) 988096

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 9024 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=870000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=250000
# CPU time returned by wait4() is 8.12
# while last known CPU time is 3959.59
#
# 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): 3959.59
CPU user time (s): 3954.46
CPU system time (s): 5.13
CPU usage (%): 395.936
Max. virtual memory (cumulated for all children) (KiB): 988096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.87
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= 50374
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= 8

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 20:09:39
IDJOB=1780699
IDBENCH=71050
IDSOLVER=623
FILE ID=/1780699-1243534179
PBS_JOBID=
Free space on /tmp= 15859 MiB

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

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED= 785026556

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.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.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:       2933084 kB
Buffers:         35184 kB
Cached:         321384 kB
SwapCached:       2424 kB
Active:         136732 kB
Inactive:       230376 kB
HighTotal:     2489216 kB
HighFree:      2154260 kB
LowTotal:       879316 kB
LowFree:        778824 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:           28400 kB
Writeback:           0 kB
AnonPages:       10100 kB
Mapped:           4940 kB
Slab:            58420 kB
SReclaimable:    50372 kB
SUnreclaim:       8048 kB
PageTables:        536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93920 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15831 MiB
End job on  at 2009-05-28 20:26:23