Trace number 1821145

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.1 1200.03

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-26-s100.cnf
MD5SUMa2be03cdc152990d030fb3c2aea1f730
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 variables31942
Number of clauses96138
Sum of the clauses size226784
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261502
Number of clauses of size 334572
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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |   95938   226308 |   28781       0        0     nan |  0.000 % |
1.23/1.28	c |         0 |   59390   177244 |      --       0       --      -- |     --   | -36208/-48088
1.23/1.28	c ==============================================================================
1.23/1.28	c Result  :   #vars: 14277   #clauses: 59390   #literals: 177244
1.23/1.28	c CPU time:   1.26 s
1.23/1.28	c ==============================================================================
1.32/1.35	This is MiniSat 2.0 beta with hacks by AVG
1.32/1.35	WARNING: for repeatability, setting FPU to use double precision
1.32/1.35	============================[ Problem Statistics ]=============================
1.32/1.35	|                                                                             |
1.32/1.35	|  Number of variables:  14277                                                |
1.32/1.35	|  Number of clauses:    59390                                                |
1.32/1.39	|  Parsing time:         0.03         s                                       |
1200.09/1200.02	HOME/SatELiteGTI: line 36: 14979 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-1821145-1242511314/watcher-1821145-1242511314 -o /tmp/evaluation-result-1821145-1242511314/solver-1821145-1242511314 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821145-1242511314.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.16 1.11 1.04 2/97 14973
/proc/meminfo: memFree=1675056/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2412 CPUtime=0.01
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 364 649 0 0 1 0 0 0 18 0 1 0 1015632384 2469888 275 4294967295 134512640 135169312 3217629152 3217627688 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14973/statm: 603 275 235 161 0 42 0
[pid=14977] ppid=14973 vsize=1088 CPUtime=0
/proc/14977/stat : 14977 (SatELite_releas) R 14973 14973 16367 0 -1 4202496 153 0 0 0 0 0 0 0 20 0 1 0 1015632385 1114112 89 4294967295 134512640 135223648 3213011824 3213010544 134734703 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14977/statm: 272 94 45 174 0 97 0

[startup+0.114098 s]
/proc/loadavg: 1.16 1.11 1.04 2/97 14973
/proc/meminfo: memFree=1675056/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2412 CPUtime=0.01
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 364 649 0 0 1 0 0 0 18 0 1 0 1015632384 2469888 275 4294967295 134512640 135169312 3217629152 3217627688 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14973/statm: 603 275 235 161 0 42 0
[pid=14977] ppid=14973 vsize=14556 CPUtime=0.11
/proc/14977/stat : 14977 (SatELite_releas) R 14973 14973 16367 0 -1 4202496 3486 0 0 0 10 1 0 0 21 0 1 0 1015632385 14905344 3279 4294967295 134512640 135223648 3213011824 3213009492 134718038 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14977/statm: 3639 3279 108 174 0 3464 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 16968

[startup+0.214092 s]
/proc/loadavg: 1.16 1.11 1.04 2/97 14973
/proc/meminfo: memFree=1675056/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2412 CPUtime=0.01
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 364 649 0 0 1 0 0 0 18 0 1 0 1015632384 2469888 275 4294967295 134512640 135169312 3217629152 3217627688 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14973/statm: 603 275 235 161 0 42 0
[pid=14977] ppid=14973 vsize=14688 CPUtime=0.21
/proc/14977/stat : 14977 (SatELite_releas) R 14973 14973 16367 0 -1 4202496 3609 0 0 0 20 1 0 0 21 0 1 0 1015632385 15040512 3367 4294967295 134512640 135223648 3213011824 3213009680 134578385 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14977/statm: 3672 3368 73 174 0 3497 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 17100

[startup+0.314086 s]
/proc/loadavg: 1.16 1.11 1.04 2/97 14973
/proc/meminfo: memFree=1675056/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2412 CPUtime=0.01
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 364 649 0 0 1 0 0 0 18 0 1 0 1015632384 2469888 275 4294967295 134512640 135169312 3217629152 3217627688 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14973/statm: 603 275 235 161 0 42 0
[pid=14977] ppid=14973 vsize=14936 CPUtime=0.31
/proc/14977/stat : 14977 (SatELite_releas) R 14973 14973 16367 0 -1 4202496 3666 0 0 0 29 2 0 0 21 0 1 0 1015632385 15294464 3424 4294967295 134512640 135223648 3213011824 3213009840 134586827 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14977/statm: 3734 3424 73 174 0 3559 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 17348

[startup+0.714064 s]
/proc/loadavg: 1.16 1.11 1.04 2/97 14973
/proc/meminfo: memFree=1675056/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2412 CPUtime=0.01
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 364 649 0 0 1 0 0 0 18 0 1 0 1015632384 2469888 275 4294967295 134512640 135169312 3217629152 3217627688 3084930798 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/14973/statm: 603 275 235 161 0 42 0
[pid=14977] ppid=14973 vsize=15748 CPUtime=0.71
/proc/14977/stat : 14977 (SatELite_releas) R 14973 14973 16367 0 -1 4202496 3864 0 0 0 69 2 0 0 22 0 1 0 1015632385 16125952 3622 4294967295 134512640 135223648 3213011824 3213009840 134587025 0 0 0 3 0 0 0 17 0 0 0 0
/proc/14977/statm: 3937 3622 73 174 0 3762 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 18160

[startup+1.51403 s]
/proc/loadavg: 1.16 1.11 1.04 2/99 14978
/proc/meminfo: memFree=1656456/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 2416

[startup+3.11393 s]
/proc/loadavg: 1.15 1.11 1.04 2/99 14979
/proc/meminfo: memFree=1665260/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=5788 CPUtime=1.76
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 1351 0 0 0 175 1 0 0 25 0 1 0 1015632520 5926912 1285 4294967295 134512640 135214715 3216072368 3216070576 134537834 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 1447 1285 73 172 0 1274 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 8204

[startup+6.31375 s]
/proc/loadavg: 1.15 1.11 1.04 2/99 14979
/proc/meminfo: memFree=1665292/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=6052 CPUtime=4.96
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 1389 0 0 0 495 1 0 0 25 0 1 0 1015632520 6197248 1323 4294967295 134512640 135214715 3216072368 3216070576 134537740 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 1513 1323 73 172 0 1340 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 8468

[startup+12.7134 s]
/proc/loadavg: 1.13 1.11 1.04 2/99 14981
/proc/meminfo: memFree=1665108/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=6316 CPUtime=11.36
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 1453 0 0 0 1135 1 0 0 25 0 1 0 1015632520 6467584 1387 4294967295 134512640 135214715 3216072368 3216070576 134537641 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 1579 1387 73 172 0 1406 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 8732

[startup+25.5127 s]
/proc/loadavg: 1.11 1.10 1.04 3/99 14981
/proc/meminfo: memFree=1664732/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=6844 CPUtime=24.16
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 1585 0 0 0 2415 1 0 0 25 0 1 0 1015632520 7008256 1519 4294967295 134512640 135214715 3216072368 3216070576 134538690 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 1711 1519 73 172 0 1538 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 9260

[startup+51.1112 s]
/proc/loadavg: 1.07 1.09 1.04 2/99 14982
/proc/meminfo: memFree=1663492/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=7920 CPUtime=49.76
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 1852 0 0 0 4975 1 0 0 25 0 1 0 1015632520 8110080 1786 4294967295 134512640 135214715 3216072368 3216070832 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 1980 1786 73 172 0 1807 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 10336

[startup+102.318 s]
/proc/loadavg: 1.03 1.08 1.03 2/99 15174
/proc/meminfo: memFree=1660880/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=10184 CPUtime=100.97
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 2438 0 0 0 10096 1 0 0 25 0 1 0 1015632520 10428416 2372 4294967295 134512640 135214715 3216072368 3216070832 134528560 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 2546 2372 73 172 0 2373 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 12600

[startup+162.315 s]
/proc/loadavg: 1.01 1.06 1.03 2/99 15363
/proc/meminfo: memFree=1658896/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=12172 CPUtime=160.97
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 2901 0 0 0 16096 1 0 0 25 0 1 0 1015632520 12464128 2835 4294967295 134512640 135214715 3216072368 3216070832 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 3043 2835 73 172 0 2870 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 14588

[startup+222.322 s]
/proc/loadavg: 1.00 1.05 1.02 2/99 15550
/proc/meminfo: memFree=1657384/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=13720 CPUtime=220.98
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 3292 0 0 0 22097 1 0 0 25 0 1 0 1015632520 14049280 3226 4294967295 134512640 135214715 3216072368 3216070832 134528509 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 3430 3226 73 172 0 3257 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 16136

[startup+282.318 s]
/proc/loadavg: 1.00 1.04 1.01 3/99 15737
/proc/meminfo: memFree=1655540/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=15636 CPUtime=280.98
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 3754 0 0 0 28097 1 0 0 25 0 1 0 1015632520 16011264 3688 4294967295 134512640 135214715 3216072368 3216070832 134528634 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 3909 3688 73 172 0 3736 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 18052

[startup+342.325 s]
/proc/loadavg: 1.00 1.03 1.01 3/99 15926
/proc/meminfo: memFree=1654036/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=17396 CPUtime=340.99
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 4165 0 0 0 34096 3 0 0 25 0 1 0 1015632520 17813504 4099 4294967295 134512640 135214715 3216072368 3216070832 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 4349 4099 73 172 0 4176 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 19812

[startup+402.312 s]

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

/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=19312 CPUtime=520.99
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 4673 0 0 0 52095 4 0 0 25 0 1 0 1015632520 19775488 4607 4294967295 134512640 135214715 3216072368 3216070832 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 4828 4607 73 172 0 4655 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 21728

[startup+582.321 s]
/proc/loadavg: 1.09 1.03 1.01 3/99 16685
/proc/meminfo: memFree=1651936/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=19672 CPUtime=581
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 4736 0 0 0 58096 4 0 0 25 0 1 0 1015632520 20144128 4670 4294967295 134512640 135214715 3216072368 3216070832 134528560 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 4918 4670 73 172 0 4745 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 22088

[startup+642.318 s]
/proc/loadavg: 1.09 1.05 1.01 2/99 16872
/proc/meminfo: memFree=1651828/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=19672 CPUtime=641
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 4746 0 0 0 64096 4 0 0 25 0 1 0 1015632520 20144128 4680 4294967295 134512640 135214715 3216072368 3216070832 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 4918 4680 73 172 0 4745 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 22088

[startup+702.325 s]
/proc/loadavg: 1.03 1.04 1.01 3/99 17061
/proc/meminfo: memFree=1651564/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=19824 CPUtime=701.01
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 4772 0 0 0 70097 4 0 0 25 0 1 0 1015632520 20299776 4706 4294967295 134512640 135214715 3216072368 3216070832 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 4956 4706 73 172 0 4783 0
Current children cumulated CPU time (s) 702.37
Current children cumulated vsize (KiB) 22240

[startup+762.311 s]
/proc/loadavg: 1.01 1.03 1.00 3/99 17250
/proc/meminfo: memFree=1650812/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=20508 CPUtime=761
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 4961 0 0 0 76096 4 0 0 25 0 1 0 1015632520 21000192 4895 4294967295 134512640 135214715 3216072368 3216069872 134536289 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 5127 4895 73 172 0 4954 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 22924

[startup+822.318 s]
/proc/loadavg: 1.00 1.02 1.00 2/99 17441
/proc/meminfo: memFree=1650680/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=20640 CPUtime=821.01
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 4995 0 0 0 82096 5 0 0 25 0 1 0 1015632520 21135360 4929 4294967295 134512640 135214715 3216072368 3216070832 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 5160 4929 73 172 0 4987 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 23056

[startup+882.325 s]
/proc/loadavg: 1.00 1.02 1.00 3/99 17628
/proc/meminfo: memFree=1649200/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=21900 CPUtime=881.02
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 5313 0 0 0 88097 5 0 0 25 0 1 0 1015632520 22425600 5247 4294967295 134512640 135214715 3216072368 3216070576 134537101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 5475 5247 73 172 0 5302 0
Current children cumulated CPU time (s) 882.38
Current children cumulated vsize (KiB) 24316

[startup+942.321 s]
/proc/loadavg: 1.00 1.01 1.00 3/99 17818
/proc/meminfo: memFree=1648852/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=22528 CPUtime=941.02
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 5426 0 0 0 94097 5 0 0 25 0 1 0 1015632520 23068672 5360 4294967295 134512640 135214715 3216072368 3216070832 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 5632 5360 73 172 0 5459 0
Current children cumulated CPU time (s) 942.38
Current children cumulated vsize (KiB) 24944

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 18007
/proc/meminfo: memFree=1648704/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=22720 CPUtime=1001.02
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 5445 0 0 0 100097 5 0 0 25 0 1 0 1015632520 23265280 5379 4294967295 134512640 135214715 3216072368 3216070832 134528749 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 5680 5379 73 172 0 5507 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 25136

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 18196
/proc/meminfo: memFree=1648596/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=22720 CPUtime=1061.03
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 5452 0 0 0 106098 5 0 0 25 0 1 0 1015632520 23265280 5386 4294967295 134512640 135214715 3216072368 3216070832 134528783 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 5680 5386 73 172 0 5507 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 25136

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 18383
/proc/meminfo: memFree=1648596/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=22720 CPUtime=1121.02
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 5469 0 0 0 112097 5 0 0 25 0 1 0 1015632520 23265280 5403 4294967295 134512640 135214715 3216072368 3216070832 134528688 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 5680 5403 73 172 0 5507 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 25136

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 18574
/proc/meminfo: memFree=1647960/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=23084 CPUtime=1181.02
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 5547 0 0 0 118097 5 0 0 25 0 1 0 1015632520 23638016 5481 4294967295 134512640 135214715 3216072368 3216070832 134528695 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 5771 5481 73 172 0 5598 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 25500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 18576
/proc/meminfo: memFree=1647968/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=23084 CPUtime=1198.73
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 5547 0 0 0 119868 5 0 0 25 0 1 0 1015632520 23638016 5481 4294967295 134512640 135214715 3216072368 3216070832 134528509 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 5771 5481 73 172 0 5598 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 25500

Sending SIGTERM to process tree (bottom up)
SSolver just ended. Dumping a history of the last processes samples

[startup+1200.02 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 18576
/proc/meminfo: memFree=1647968/2074464 swapFree=1949244/1959888
[pid=14973] ppid=14971 vsize=2416 CPUtime=1.36
/proc/14973/stat : 14973 (SatELiteGTI) S 14971 14973 16367 0 -1 4194304 384 4820 0 0 1 1 132 2 18 0 1 0 1015632384 2473984 277 4294967295 134512640 135169312 3217629152 3217625368 3084930798 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/14973/statm: 604 277 235 161 0 43 0
[pid=14979] ppid=14973 vsize=23084 CPUtime=1198.73
/proc/14979/stat : 14979 (minisat_static) R 14973 14973 16367 0 -1 4202496 5547 0 0 0 119868 5 0 0 25 0 1 0 1015632520 23638016 5481 4294967295 134512640 135214715 3216072368 3216070832 134528509 0 0 0 3 0 0 0 17 2 0 0 0
/proc/14979/statm: 5771 5481 73 172 0 5598 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 25500

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.1
CPU user time (s): 1200.01
CPU system time (s): 0.09
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 25500

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 00:01:54
IDJOB=1821145
IDBENCH=70850
IDSOLVER=660
FILE ID=tipi11/1821145-1242511314
PBS_JOBID=
Free space on /tmp= 9842 MiB

SOLVER NAME= MiniSat2hack 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-26-s100.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821145-1242511314/watcher-1821145-1242511314 -o /tmp/evaluation-result-1821145-1242511314/solver-1821145-1242511314 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821145-1242511314.cnf

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

MD5SUM BENCH= a2be03cdc152990d030fb3c2aea1f730
RANDOM SEED= 773648837

Linux tipi11 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.431
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.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
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.431
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.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1675056 kB
Buffers:         27452 kB
Cached:         301060 kB
SwapCached:       5224 kB
Active:          78132 kB
Inactive:       262192 kB
HighTotal:     1178688 kB
HighFree:       897024 kB
LowTotal:       895776 kB
LowFree:        778032 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            3124 kB
Writeback:           0 kB
AnonPages:       11180 kB
Mapped:           5028 kB
Slab:            50324 kB
PageTables:        480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97132 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9842 MiB
End job on tipi11 at 2009-05-17 00:21:54