Trace number 1820929

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

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
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 variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   25482    59458 |    7644       0        0     nan |  0.000 % |
0.12/0.17	c |         0 |   19097    53996 |      --       0       --      -- |     --   | -6383/-5457
0.12/0.17	c ==============================================================================
0.12/0.17	c Result  :   #vars: 4641   #clauses: 19097   #literals: 53996
0.12/0.17	c CPU time:   0.15 s
0.12/0.17	c ==============================================================================
0.12/0.20	This is MiniSat 2.0 beta with hacks by AVG
0.12/0.20	WARNING: for repeatability, setting FPU to use double precision
0.12/0.20	============================[ Problem Statistics ]=============================
0.12/0.20	|                                                                             |
0.12/0.20	|  Number of variables:  4641                                                 |
0.12/0.20	|  Number of clauses:    19097                                                |
0.12/0.20	|  Parsing time:         0.01         s                                       |
1200.07/1200.02	HOME/SatELiteGTI: line 36:  1104 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-1820929-1242488593/watcher-1820929-1242488593 -o /tmp/evaluation-result-1820929-1242488593/solver-1820929-1242488593 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820929-1242488593.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: 1.00 1.00 1.00 2/96 1098
/proc/meminfo: memFree=998988/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2412 CPUtime=0.01
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 367 643 0 0 1 0 0 0 18 0 1 0 1013357570 2469888 276 4294967295 134512640 135169312 3215562208 3215560744 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1098/statm: 603 276 235 161 0 42 0
[pid=1102] ppid=1098 vsize=948 CPUtime=0
/proc/1102/stat : 1102 (SatELite_releas) R 1098 1098 11066 0 -1 4202496 114 0 0 0 0 0 0 0 20 0 1 0 1013357570 970752 50 4294967295 134512640 135223648 3215078752 3215077656 134736942 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1102/statm: 238 54 44 174 0 63 0

[startup+0.074287 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 1098
/proc/meminfo: memFree=998988/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2412 CPUtime=0.01
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 367 643 0 0 1 0 0 0 18 0 1 0 1013357570 2469888 276 4294967295 134512640 135169312 3215562208 3215560744 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1098/statm: 603 276 235 161 0 42 0
[pid=1102] ppid=1098 vsize=5892 CPUtime=0.05
/proc/1102/stat : 1102 (SatELite_releas) D 1098 1098 11066 0 -1 4202496 1226 0 0 0 5 0 0 0 21 0 1 0 1013357570 6033408 1139 4294967295 134512640 135223648 3215078752 3215076520 134737406 0 0 0 3 3222585681 0 0 17 0 0 0 0
/proc/1102/statm: 1473 1139 73 174 0 1298 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8304

[startup+0.13429 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 1098
/proc/meminfo: memFree=998988/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2412 CPUtime=0.01
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 367 643 0 0 1 0 0 0 18 0 1 0 1013357570 2469888 276 4294967295 134512640 135169312 3215562208 3215560744 3085201134 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1098/statm: 603 276 235 161 0 42 0
[pid=1102] ppid=1098 vsize=6024 CPUtime=0.11
/proc/1102/stat : 1102 (SatELite_releas) R 1098 1098 11066 0 -1 4202496 1281 0 0 0 11 0 0 0 20 0 1 0 1013357570 6168576 1194 4294967295 134512640 135223648 3215078752 3215076768 134586816 0 0 0 3 0 0 0 17 1 0 0 0
/proc/1102/statm: 1506 1194 73 174 0 1331 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 8436

[startup+0.324273 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 1098
/proc/meminfo: memFree=998988/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 2416

[startup+0.72425 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 1098
/proc/meminfo: memFree=998988/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 2416

[startup+1.52421 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 1104
/proc/meminfo: memFree=996840/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=3312 CPUtime=1.33
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 580 0 0 0 133 0 0 0 23 0 1 0 1013357589 3391488 515 4294967295 134512640 135214715 3218940272 3218938480 134537631 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 828 515 73 172 0 655 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 5728

[startup+3.12412 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 1105
/proc/meminfo: memFree=996592/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=3708 CPUtime=2.93
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 667 0 0 0 293 0 0 0 25 0 1 0 1013357589 3796992 602 4294967295 134512640 135214715 3218940272 3218938736 134528579 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 927 602 73 172 0 754 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 6124

[startup+6.32394 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 1105
/proc/meminfo: memFree=995732/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=4400 CPUtime=6.13
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 866 0 0 0 613 0 0 0 25 0 1 0 1013357589 4505600 801 4294967295 134512640 135214715 3218940272 3218938288 134536242 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 1100 801 73 172 0 927 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 6816

[startup+12.7236 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 1105
/proc/meminfo: memFree=994960/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=5480 CPUtime=12.53
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 1101 0 0 0 1253 0 0 0 25 0 1 0 1013357589 5611520 1036 4294967295 134512640 135214715 3218940272 3218938736 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 1370 1036 73 172 0 1197 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 7896

[startup+25.5229 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 1105
/proc/meminfo: memFree=993800/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=6704 CPUtime=25.33
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 1405 0 0 0 2532 1 0 0 25 0 1 0 1013357589 6864896 1340 4294967295 134512640 135214715 3218940272 3218938736 134528749 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 1676 1340 73 172 0 1503 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 9120

[startup+51.1215 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 1288
/proc/meminfo: memFree=993044/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=7000 CPUtime=50.93
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 1470 0 0 0 5092 1 0 0 25 0 1 0 1013357589 7168000 1405 4294967295 134512640 135214715 3218940272 3218938480 134537101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 1750 1405 73 172 0 1577 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 9416

[startup+102.329 s]
/proc/loadavg: 1.07 1.03 1.01 2/98 1477
/proc/meminfo: memFree=991972/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=7972 CPUtime=102.14
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 1713 0 0 0 10212 2 0 0 25 0 1 0 1013357589 8163328 1648 4294967295 134512640 135214715 3218940272 3218938736 134529050 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 1993 1648 73 172 0 1820 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 10388

[startup+162.325 s]
/proc/loadavg: 1.18 1.08 1.02 3/98 1670
/proc/meminfo: memFree=990360/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=9160 CPUtime=162.14
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2011 0 0 0 16212 2 0 0 25 0 1 0 1013357589 9379840 1946 4294967295 134512640 135214715 3218940272 3218938736 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 2290 1946 73 172 0 2117 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 11576

[startup+222.312 s]
/proc/loadavg: 1.06 1.06 1.02 3/98 1859
/proc/meminfo: memFree=989832/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=9996 CPUtime=222.13
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2199 0 0 0 22211 2 0 0 25 0 1 0 1013357589 10235904 2134 4294967295 134512640 135214715 3218940272 3218938736 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 2499 2134 73 172 0 2326 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 12412

[startup+282.319 s]
/proc/loadavg: 1.12 1.08 1.02 3/98 2046
/proc/meminfo: memFree=989460/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=10392 CPUtime=282.14
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2301 0 0 0 28211 3 0 0 25 0 1 0 1013357589 10641408 2236 4294967295 134512640 135214715 3218940272 3218938480 134537329 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 2598 2236 73 172 0 2425 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 12808

[startup+342.315 s]
/proc/loadavg: 1.21 1.12 1.04 4/98 2233
/proc/meminfo: memFree=989452/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=10392 CPUtime=342.14
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2302 0 0 0 34211 3 0 0 25 0 1 0 1013357589 10641408 2237 4294967295 134512640 135214715 3218940272 3218938480 134537701 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 2598 2237 73 172 0 2425 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 12808

[startup+402.322 s]
/proc/loadavg: 1.16 1.12 1.04 3/98 2422
/proc/meminfo: memFree=988452/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18

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

/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=11204 CPUtime=462.15
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2512 0 0 0 46210 5 0 0 25 0 1 0 1013357589 11472896 2447 4294967295 134512640 135214715 3218940272 3218938480 134537712 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 2801 2447 73 172 0 2628 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 13620

[startup+522.325 s]
/proc/loadavg: 1.02 1.08 1.03 3/98 2805
/proc/meminfo: memFree=988096/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=11600 CPUtime=522.16
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2589 0 0 0 52210 6 0 0 25 0 1 0 1013357589 11878400 2524 4294967295 134512640 135214715 3218940272 3218938480 134537353 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 2900 2524 73 172 0 2727 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 14016

[startup+582.312 s]
/proc/loadavg: 1.00 1.06 1.02 3/98 3004
/proc/meminfo: memFree=988096/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=11576 CPUtime=582.15
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2610 0 0 0 58209 6 0 0 25 0 1 0 1013357589 11853824 2545 4294967295 134512640 135214715 3218940272 3218938736 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 2894 2545 73 172 0 2721 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 13992

[startup+642.319 s]
/proc/loadavg: 1.00 1.05 1.02 3/98 3192
/proc/meminfo: memFree=987724/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=11752 CPUtime=642.16
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2649 0 0 0 64210 6 0 0 25 0 1 0 1013357589 12034048 2584 4294967295 134512640 135214715 3218940272 3218938736 134528791 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 2938 2584 73 172 0 2765 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 14168

[startup+702.315 s]
/proc/loadavg: 1.08 1.05 1.02 3/98 3381
/proc/meminfo: memFree=987320/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=12016 CPUtime=702.16
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2709 0 0 0 70210 6 0 0 25 0 1 0 1013357589 12304384 2644 4294967295 134512640 135214715 3218940272 3218938736 134528827 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 3004 2644 73 172 0 2831 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 14432

[startup+762.322 s]
/proc/loadavg: 1.03 1.04 1.01 3/98 3573
/proc/meminfo: memFree=987360/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=12156 CPUtime=762.17
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2730 0 0 0 76211 6 0 0 25 0 1 0 1013357589 12447744 2665 4294967295 134512640 135214715 3218940272 3218938480 134537852 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 3039 2665 73 172 0 2866 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 14572

[startup+822.319 s]
/proc/loadavg: 1.01 1.03 1.01 2/98 3779
/proc/meminfo: memFree=986600/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=12940 CPUtime=822.17
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2917 0 0 0 82211 6 0 0 25 0 1 0 1013357589 13250560 2852 4294967295 134512640 135214715 3218940272 3218938736 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 3235 2852 73 172 0 3062 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 15356

[startup+882.315 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 3974
/proc/meminfo: memFree=986608/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=13100 CPUtime=882.17
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2953 0 0 0 88211 6 0 0 25 0 1 0 1013357589 13414400 2888 4294967295 134512640 135214715 3218940272 3218938736 134528791 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 3275 2888 73 172 0 3102 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 15516

[startup+942.312 s]
/proc/loadavg: 1.00 1.02 1.00 2/98 3981
/proc/meminfo: memFree=986972/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=13100 CPUtime=942.17
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 2953 0 0 0 94210 7 0 0 25 0 1 0 1013357589 13414400 2888 4294967295 134512640 135214715 3218940272 3218938480 134537486 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 3275 2888 73 172 0 3102 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 15516

[startup+1002.31 s]
/proc/loadavg: 1.00 1.01 1.00 3/98 4170
/proc/meminfo: memFree=986468/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=13632 CPUtime=1002.17
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 3069 0 0 0 100210 7 0 0 25 0 1 0 1013357589 13959168 3004 4294967295 134512640 135214715 3218940272 3218938736 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 3408 3004 73 172 0 3235 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 16048

[startup+1062.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/98 4359
/proc/meminfo: memFree=986344/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=13764 CPUtime=1062.18
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 3111 0 0 0 106211 7 0 0 25 0 1 0 1013357589 14094336 3046 4294967295 134512640 135214715 3218940272 3218938736 134528509 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 3441 3046 73 172 0 3268 0
Current children cumulated CPU time (s) 1062.36
Current children cumulated vsize (KiB) 16180

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 4546
/proc/meminfo: memFree=985964/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=13896 CPUtime=1122.18
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 3151 0 0 0 112210 8 0 0 25 0 1 0 1013357589 14229504 3086 4294967295 134512640 135214715 3218940272 3218938736 134528791 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 3474 3086 73 172 0 3301 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 16312

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 4/98 4733
/proc/meminfo: memFree=985964/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=13896 CPUtime=1182.19
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 3163 0 0 0 118209 10 0 0 25 0 1 0 1013357589 14229504 3098 4294967295 134512640 135214715 3218940272 3218938480 134537189 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 3474 3098 73 172 0 3301 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 16312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 4919
/proc/meminfo: memFree=985924/2074464 swapFree=1950760/1959888
[pid=1098] ppid=1096 vsize=2416 CPUtime=0.18
/proc/1098/stat : 1098 (SatELiteGTI) S 1096 1098 11066 0 -1 4194304 385 1953 0 0 2 0 16 0 18 0 1 0 1013357570 2473984 277 4294967295 134512640 135169312 3215562208 3215558424 3085201134 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/1098/statm: 604 277 235 161 0 43 0
[pid=1104] ppid=1098 vsize=13896 CPUtime=1199.89
/proc/1104/stat : 1104 (minisat_static) R 1098 1098 11066 0 -1 4202496 3163 0 0 0 119978 11 0 0 25 0 1 0 1013357589 14229504 3098 4294967295 134512640 135214715 3218940272 3218938736 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/1104/statm: 3474 3098 73 172 0 3301 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 16312

Sending SIGTERM to process tree (bottom up)

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.96
system time used= 0.12
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5778
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= 20
involuntary context switches= 644

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-16 17:43:13
IDJOB=1820929
IDBENCH=70775
IDSOLVER=660
FILE ID=tipi23/1820929-1242488593
PBS_JOBID=
Free space on /tmp= 8840 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate032.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820929-1242488593/watcher-1820929-1242488593 -o /tmp/evaluation-result-1820929-1242488593/solver-1820929-1242488593 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820929-1242488593.cnf

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED= 1509650622

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:        998996 kB
Buffers:         31976 kB
Cached:         943848 kB
SwapCached:       3660 kB
Active:         461596 kB
Inactive:       526036 kB
HighTotal:     1178688 kB
HighFree:       357736 kB
LowTotal:       895776 kB
LowFree:        641260 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            1904 kB
Writeback:           0 kB
AnonPages:       10968 kB
Mapped:           4328 kB
Slab:            78784 kB
PageTables:        588 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= 8840 MiB
End job on tipi23 at 2009-05-16 18:03:13