Trace number 1821979

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
MiniSat2hack 2009-03-23? (TO) 1200.08 1200.03

General information on the benchmark

Namesimon-s02b-k2f-gr-rcs-w8.cnf
MD5SUM5da8899feefc5a4bb9db99e983e30f52
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 variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.00/0.00	c Parsing...
0.11/0.20	c ==============================================================================
0.11/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.11/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.11/0.20	c ==============================================================================
0.11/0.20	c |         0 |  271393   550328 |   81417       0        0     nan |  0.000 % |
1.62/1.66	c |         0 |  269998   945031 |      --       0       --      -- |     --   | -1395/394703
1.62/1.66	c ==============================================================================
1.62/1.66	c Result  :   #vars: 8694   #clauses: 269998   #literals: 945031
1.62/1.66	c CPU time:   1.61 s
1.62/1.66	c ==============================================================================
1.92/1.97	This is MiniSat 2.0 beta with hacks by AVG
1.92/1.97	WARNING: for repeatability, setting FPU to use double precision
1.92/1.97	============================[ Problem Statistics ]=============================
1.92/1.97	|                                                                             |
1.92/1.97	|  Number of variables:  8694                                                 |
1.92/1.97	|  Number of clauses:    269998                                               |
1.97/2.19	|  Parsing time:         0.21         s                                       |
1200.07/1200.02	HOME/SatELiteGTI: line 36: 18483 Terminated              $MS $TMP.cnf $TMP.result

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-1821979-1242584987/watcher-1821979-1242584987 -o /tmp/evaluation-result-1821979-1242584987/solver-1821979-1242584987 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821979-1242584987.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 18476
/proc/meminfo: memFree=1157840/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2416 CPUtime=0.01
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 369 643 0 0 0 0 0 1 18 0 1 0 1022997023 2473984 277 4294967295 134512640 135169312 3216688896 3216687432 3085762286 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/18476/statm: 604 277 235 161 0 43 0
[pid=18480] ppid=18476 vsize=952 CPUtime=0
/proc/18480/stat : 18480 (SatELite_releas) R 18476 18476 11066 0 -1 4202496 127 0 0 0 0 0 0 0 20 0 1 0 1022997023 974848 62 4294967295 134512640 135223648 3220187712 3220186308 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18480/statm: 238 67 45 174 0 63 0

[startup+0.102929 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 18476
/proc/meminfo: memFree=1157840/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2416 CPUtime=0.01
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 369 643 0 0 0 0 0 1 18 0 1 0 1022997023 2473984 277 4294967295 134512640 135169312 3216688896 3216687432 3085762286 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/18476/statm: 604 277 235 161 0 43 0
[pid=18480] ppid=18476 vsize=9276 CPUtime=0.1
/proc/18480/stat : 18480 (SatELite_releas) R 18476 18476 11066 0 -1 4202496 2018 0 0 0 6 4 0 0 20 0 1 0 1022997023 9498624 1953 4294967295 134512640 135223648 3220187712 3220186664 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18480/statm: 2319 1953 46 174 0 2144 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 11692

[startup+0.212922 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 18476
/proc/meminfo: memFree=1157840/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2416 CPUtime=0.01
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 369 643 0 0 0 0 0 1 18 0 1 0 1022997023 2473984 277 4294967295 134512640 135169312 3216688896 3216687432 3085762286 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/18476/statm: 604 277 235 161 0 43 0
[pid=18480] ppid=18476 vsize=18116 CPUtime=0.21
/proc/18480/stat : 18480 (SatELite_releas) R 18476 18476 11066 0 -1 4202496 3938 0 0 0 17 4 0 0 21 0 1 0 1022997023 18550784 3873 4294967295 134512640 135223648 3220187712 3220185632 134576622 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18480/statm: 4529 3877 72 174 0 4354 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 20532

[startup+0.312916 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 18476
/proc/meminfo: memFree=1157840/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2416 CPUtime=0.01
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 369 643 0 0 0 0 0 1 18 0 1 0 1022997023 2473984 277 4294967295 134512640 135169312 3216688896 3216687432 3085762286 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/18476/statm: 604 277 235 161 0 43 0
[pid=18480] ppid=18476 vsize=20564 CPUtime=0.31
/proc/18480/stat : 18480 (SatELite_releas) R 18476 18476 11066 0 -1 4202496 4691 0 0 0 27 4 0 0 21 0 1 0 1022997023 21057536 4626 4294967295 134512640 135223648 3220187712 3220185568 134578212 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18480/statm: 5141 4627 73 174 0 4966 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 22980

[startup+0.712895 s]
/proc/loadavg: 0.92 0.98 0.99 2/96 18476
/proc/meminfo: memFree=1157840/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2416 CPUtime=0.01
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 369 643 0 0 0 0 0 1 18 0 1 0 1022997023 2473984 277 4294967295 134512640 135169312 3216688896 3216687432 3085762286 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/18476/statm: 604 277 235 161 0 43 0
[pid=18480] ppid=18476 vsize=29920 CPUtime=0.71
/proc/18480/stat : 18480 (SatELite_releas) R 18476 18476 11066 0 -1 4202496 6502 0 0 0 67 4 0 0 22 0 1 0 1022997023 30638080 6437 4294967295 134512640 135223648 3220187712 3220186064 134601703 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18480/statm: 7480 6437 73 174 0 7305 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 32336

[startup+1.51285 s]
/proc/loadavg: 0.92 0.98 0.99 3/98 18481
/proc/meminfo: memFree=1131892/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2416 CPUtime=0.01
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 369 643 0 0 0 0 0 1 18 0 1 0 1022997023 2473984 277 4294967295 134512640 135169312 3216688896 3216687432 3085762286 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/18476/statm: 604 277 235 161 0 43 0
[pid=18480] ppid=18476 vsize=29920 CPUtime=1.51
/proc/18480/stat : 18480 (SatELite_releas) R 18476 18476 11066 0 -1 4202496 6540 0 0 0 147 4 0 0 25 0 1 0 1022997023 30638080 6475 4294967295 134512640 135223648 3220187712 3220185888 134585461 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18480/statm: 7480 6475 73 174 0 7305 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 32336

[startup+3.11276 s]
/proc/loadavg: 0.93 0.98 0.99 3/98 18483
/proc/meminfo: memFree=1138216/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=15648 CPUtime=1.13
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 3794 0 0 0 111 2 0 0 25 0 1 0 1022997220 16023552 3729 4294967295 134512640 135214715 3217825888 3217824352 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 3912 3729 72 172 0 3739 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 18068

[startup+6.31258 s]
/proc/loadavg: 0.93 0.98 0.99 3/98 18484
/proc/meminfo: memFree=1136852/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=16572 CPUtime=4.33
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 4022 0 0 0 431 2 0 0 25 0 1 0 1022997220 16969728 3957 4294967295 134512640 135214715 3217825888 3217824096 134538702 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 4143 3957 72 172 0 3970 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 18992

[startup+12.7122 s]
/proc/loadavg: 0.94 0.98 0.99 4/98 18484
/proc/meminfo: memFree=1135304/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=18024 CPUtime=10.73
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 4381 0 0 0 1071 2 0 0 25 0 1 0 1022997220 18456576 4316 4294967295 134512640 135214715 3217825888 3217824352 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 4506 4316 72 172 0 4333 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 20444

[startup+25.5215 s]
/proc/loadavg: 0.95 0.98 0.99 3/98 18485
/proc/meminfo: memFree=1132300/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=20964 CPUtime=23.54
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 5137 0 0 0 2352 2 0 0 25 0 1 0 1022997220 21467136 5072 4294967295 134512640 135214715 3217825888 3217824352 134528749 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 5241 5072 72 172 0 5068 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 23384

[startup+51.1201 s]
/proc/loadavg: 0.96 0.98 0.99 2/98 18668
/proc/meminfo: memFree=1128460/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=24520 CPUtime=49.14
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 5999 0 0 0 4911 3 0 0 25 0 1 0 1022997220 25108480 5934 4294967295 134512640 135214715 3217825888 3217824352 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 6130 5934 72 172 0 5957 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 26940

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 3/98 18857
/proc/meminfo: memFree=1122748/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=30060 CPUtime=100.33
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 7381 0 0 0 10028 5 0 0 25 0 1 0 1022997220 30781440 7316 4294967295 134512640 135214715 3217825888 3217824352 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 7515 7316 72 172 0 7342 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 32480

[startup+162.314 s]
/proc/loadavg: 0.99 0.98 0.99 3/98 19045
/proc/meminfo: memFree=1116120/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=36724 CPUtime=160.34
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 9042 0 0 0 16023 11 0 0 25 0 1 0 1022997220 37605376 8977 4294967295 134512640 135214715 3217825888 3217824352 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 9181 8977 72 172 0 9008 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 39144

[startup+222.321 s]
/proc/loadavg: 0.99 0.98 0.99 3/98 19236
/proc/meminfo: memFree=1109612/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=42904 CPUtime=220.35
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 10550 0 0 0 22023 12 0 0 25 0 1 0 1022997220 43933696 10485 4294967295 134512640 135214715 3217825888 3217824352 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 10726 10485 72 172 0 10553 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 45324

[startup+282.317 s]
/proc/loadavg: 0.99 0.98 0.99 3/98 19424
/proc/meminfo: memFree=1104464/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=48228 CPUtime=280.35
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 11901 0 0 0 28023 12 0 0 25 0 1 0 1022997220 49385472 11836 4294967295 134512640 135214715 3217825888 3217824352 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 12057 11836 72 172 0 11884 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 50648

[startup+342.314 s]
/proc/loadavg: 1.14 1.02 1.00 3/98 19613
/proc/meminfo: memFree=1099436/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=53376 CPUtime=340.35
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 13117 0 0 0 34022 13 0 0 25 0 1 0 1022997220 54657024 13052 4294967295 134512640 135214715 3217825888 3217824352 134528749 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 13344 13052 72 172 0 13171 0
Current children cumulated CPU time (s) 342.32

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

[pid=18483] ppid=18476 vsize=66304 CPUtime=520.36
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 16402 0 0 0 52015 21 0 0 25 0 1 0 1022997220 67895296 16337 4294967295 134512640 135214715 3217825888 3217824352 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 16576 16337 72 172 0 16403 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 68724

[startup+582.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 20372
/proc/meminfo: memFree=1082616/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=70216 CPUtime=580.36
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 17355 0 0 0 58015 21 0 0 25 0 1 0 1022997220 71901184 17290 4294967295 134512640 135214715 3217825888 3217824352 134528620 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 17554 17290 72 172 0 17381 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 72636

[startup+642.307 s]
/proc/loadavg: 1.00 1.00 1.00 4/98 20559
/proc/meminfo: memFree=1079416/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=73780 CPUtime=640.36
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 18118 0 0 0 64014 22 0 0 25 0 1 0 1022997220 75550720 18053 4294967295 134512640 135214715 3217825888 3217824352 134528724 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 18445 18053 72 172 0 18272 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 76200

[startup+702.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 20748
/proc/meminfo: memFree=1076416/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=76916 CPUtime=700.37
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 18901 0 0 0 70013 24 0 0 25 0 1 0 1022997220 78761984 18836 4294967295 134512640 135214715 3217825888 3217824352 134528749 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 19229 18836 72 172 0 19056 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 79336

[startup+762.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 20936
/proc/meminfo: memFree=1073620/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=79668 CPUtime=760.37
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 19588 0 0 0 76011 26 0 0 25 0 1 0 1022997220 81580032 19523 4294967295 134512640 135214715 3217825888 3217824352 134528785 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 19917 19523 72 172 0 19744 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 82088

[startup+822.307 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 21123
/proc/meminfo: memFree=1070884/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=82200 CPUtime=820.37
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 20255 0 0 0 82011 26 0 0 25 0 1 0 1022997220 84172800 20190 4294967295 134512640 135214715 3217825888 3217824352 134528539 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 20550 20190 72 172 0 20377 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 84620

[startup+882.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 21312
/proc/meminfo: memFree=1068412/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=84892 CPUtime=880.38
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 20909 0 0 0 88012 26 0 0 25 0 1 0 1022997220 86929408 20844 4294967295 134512640 135214715 3217825888 3217824352 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 21223 20844 72 172 0 21050 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 87312

[startup+942.321 s]
/proc/loadavg: 1.06 1.01 1.00 3/98 21502
/proc/meminfo: memFree=1065272/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=87844 CPUtime=940.39
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 21664 0 0 0 94012 27 0 0 25 0 1 0 1022997220 89952256 21599 4294967295 134512640 135214715 3217825888 3217824352 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 21961 21599 72 172 0 21788 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 90264

[startup+1002.32 s]
/proc/loadavg: 1.02 1.01 1.00 2/98 21691
/proc/meminfo: memFree=1062848/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=90296 CPUtime=1000.39
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 22280 0 0 0 100012 27 0 0 25 0 1 0 1022997220 92463104 22215 4294967295 134512640 135214715 3217825888 3217824352 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 22574 22215 72 172 0 22401 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 92716

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 21879
/proc/meminfo: memFree=1060452/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=92984 CPUtime=1060.4
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 22928 0 0 0 106011 29 0 0 25 0 1 0 1022997220 95215616 22863 4294967295 134512640 135214715 3217825888 3217824352 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 23246 22863 72 172 0 23073 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 95404

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 22066
/proc/meminfo: memFree=1057408/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=95856 CPUtime=1120.4
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 23652 0 0 0 112007 33 0 0 25 0 1 0 1022997220 98156544 23587 4294967295 134512640 135214715 3217825888 3217824352 134528588 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 23964 23587 72 172 0 23791 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 98276

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 22254
/proc/meminfo: memFree=1054352/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=99732 CPUtime=1180.4
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 24388 0 0 0 118007 33 0 0 25 0 1 0 1022997220 102125568 24323 4294967295 134512640 135214715 3217825888 3217824352 134528688 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 24933 24323 72 172 0 24760 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 102152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 22255
/proc/meminfo: memFree=1053668/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=100552 CPUtime=1198.1
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 24584 0 0 0 119776 34 0 0 25 0 1 0 1022997220 102965248 24519 4294967295 134512640 135214715 3217825888 3217824352 134528702 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 25138 24519 72 172 0 24965 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 102972

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

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

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 22255
/proc/meminfo: memFree=1053668/2074464 swapFree=1950760/1959888
[pid=18476] ppid=18474 vsize=2420 CPUtime=1.97
/proc/18476/stat : 18476 (SatELiteGTI) S 18474 18476 11066 0 -1 4194304 387 7186 0 0 0 0 191 6 18 0 1 0 1022997023 2478080 278 4294967295 134512640 135169312 3216688896 3216685112 3085762286 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/18476/statm: 605 278 235 161 0 44 0
[pid=18483] ppid=18476 vsize=100552 CPUtime=1198.1
/proc/18483/stat : 18483 (minisat_static) R 18476 18476 11066 0 -1 4202496 24584 0 0 0 119776 34 0 0 25 0 1 0 1022997220 102965248 24519 4294967295 134512640 135214715 3217825888 3217824352 134528702 0 0 0 3 0 0 0 17 3 0 0 0
/proc/18483/statm: 25138 24519 72 172 0 24965 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 102972

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.08
CPU user time (s): 1199.67
CPU system time (s): 0.41
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 102972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.67
system time used= 0.41
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32432
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= 18
involuntary context switches= 979

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 20:29:47
IDJOB=1821979
IDBENCH=71764
IDSOLVER=660
FILE ID=tipi23/1821979-1242584987
PBS_JOBID=
Free space on /tmp= 8319 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT_RACE06/simon-s02b-k2f-gr-rcs-w8.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821979-1242584987/watcher-1821979-1242584987 -o /tmp/evaluation-result-1821979-1242584987/solver-1821979-1242584987 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821979-1242584987.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5da8899feefc5a4bb9db99e983e30f52
RANDOM SEED= 980404504

Linux tipi23 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 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	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 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	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
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	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
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	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1157980 kB
Buffers:         51836 kB
Cached:         761716 kB
SwapCached:       3584 kB
Active:         425552 kB
Inactive:       399640 kB
HighTotal:     1178688 kB
HighFree:       573908 kB
LowTotal:       895776 kB
LowFree:        584072 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            4996 kB
Writeback:           0 kB
AnonPages:       11148 kB
Mapped:           4496 kB
Slab:            82152 kB
PageTables:        416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96900 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8319 MiB
End job on tipi23 at 2009-05-17 20:49:47