Trace number 1821211

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-25-s100.cnf
MD5SUMc4b5df05f50ec97b624a18161f6d43b5
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 variables31931
Number of clauses96111
Sum of the clauses size226723
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261482
Number of clauses of size 334565
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 |   95911   226247 |   28773       0        0     nan |  0.000 % |
1.23/1.28	c |         0 |   59414   177649 |      --       0       --      -- |     --   | -36157/-47622
1.23/1.28	c ==============================================================================
1.23/1.28	c Result  :   #vars: 14275   #clauses: 59414   #literals: 177649
1.23/1.28	c CPU time:   1.23 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:  14275                                                |
1.32/1.35	|  Number of clauses:    59414                                                |
1.32/1.39	|  Parsing time:         0.04         s                                       |
1200.02/1200.02	HOME/SatELiteGTI: line 36:  5341 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-1821211-1242518522/watcher-1821211-1242518522 -o /tmp/evaluation-result-1821211-1242518522/solver-1821211-1242518522 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821211-1242518522.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/97 5335
/proc/meminfo: memFree=1671992/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2416 CPUtime=0.01
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 365 645 0 0 0 0 1 0 18 0 1 0 1016353243 2473984 276 4294967295 134512640 135169312 3219132752 3219131288 3085180654 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5335/statm: 604 276 235 161 0 43 0
[pid=5339] ppid=5335 vsize=956 CPUtime=0
/proc/5339/stat : 5339 (SatELite_releas) R 5335 5335 16367 0 -1 4202496 127 0 0 0 0 0 0 0 20 0 1 0 1016353243 978944 63 4294967295 134512640 135223648 3213304752 3213303348 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5339/statm: 239 68 45 174 0 64 0

[startup+0.101752 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 5335
/proc/meminfo: memFree=1671992/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2416 CPUtime=0.01
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 365 645 0 0 0 0 1 0 18 0 1 0 1016353243 2473984 276 4294967295 134512640 135169312 3219132752 3219131288 3085180654 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5335/statm: 604 276 235 161 0 43 0
[pid=5339] ppid=5335 vsize=13508 CPUtime=0.1
/proc/5339/stat : 5339 (SatELite_releas) R 5335 5335 16367 0 -1 4202496 3330 0 0 0 6 4 0 0 21 0 1 0 1016353243 13832192 3130 4294967295 134512640 135223648 3213304752 3213301680 134576875 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5339/statm: 3377 3130 79 174 0 3202 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 15924

[startup+0.211745 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 5335
/proc/meminfo: memFree=1671992/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2416 CPUtime=0.01
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 365 645 0 0 0 0 1 0 18 0 1 0 1016353243 2473984 276 4294967295 134512640 135169312 3219132752 3219131288 3085180654 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5335/statm: 604 276 235 161 0 43 0
[pid=5339] ppid=5335 vsize=14684 CPUtime=0.21
/proc/5339/stat : 5339 (SatELite_releas) R 5335 5335 16367 0 -1 4202496 3608 0 0 0 17 4 0 0 21 0 1 0 1016353243 15036416 3367 4294967295 134512640 135223648 3213304752 3213302768 134587342 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5339/statm: 3671 3367 73 174 0 3496 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 17100

[startup+0.311739 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 5335
/proc/meminfo: memFree=1671992/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2416 CPUtime=0.01
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 365 645 0 0 0 0 1 0 18 0 1 0 1016353243 2473984 276 4294967295 134512640 135169312 3219132752 3219131288 3085180654 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5335/statm: 604 276 235 161 0 43 0
[pid=5339] ppid=5335 vsize=14940 CPUtime=0.31
/proc/5339/stat : 5339 (SatELite_releas) R 5335 5335 16367 0 -1 4202496 3665 0 0 0 26 5 0 0 21 0 1 0 1016353243 15298560 3424 4294967295 134512640 135223648 3213304752 3213302608 134578207 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5339/statm: 3735 3424 73 174 0 3560 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 17356

[startup+0.711717 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 5335
/proc/meminfo: memFree=1671992/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2416 CPUtime=0.01
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 365 645 0 0 0 0 1 0 18 0 1 0 1016353243 2473984 276 4294967295 134512640 135169312 3219132752 3219131288 3085180654 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/5335/statm: 604 276 235 161 0 43 0
[pid=5339] ppid=5335 vsize=15752 CPUtime=0.71
/proc/5339/stat : 5339 (SatELite_releas) R 5335 5335 16367 0 -1 4202496 3863 0 0 0 66 5 0 0 22 0 1 0 1016353243 16130048 3622 4294967295 134512640 135223648 3213304752 3213302832 134587078 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5339/statm: 3938 3622 73 174 0 3763 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 18168

[startup+1.51168 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 5340
/proc/meminfo: memFree=1653112/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 2420

[startup+3.11159 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 5341
/proc/meminfo: memFree=1661792/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=5828 CPUtime=1.77
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 1359 0 0 0 176 1 0 0 25 0 1 0 1016353378 5967872 1294 4294967295 134512640 135214715 3214185712 3214184176 134528509 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5341/statm: 1457 1294 73 172 0 1284 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 8248

[startup+6.31141 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 5341
/proc/meminfo: memFree=1661668/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=5964 CPUtime=4.93
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 1391 0 0 0 492 1 0 0 25 0 1 0 1016353378 6107136 1326 4294967295 134512640 135214715 3214185712 3214184176 134528509 0 0 0 3 0 0 0 17 1 0 0 0
/proc/5341/statm: 1491 1326 73 172 0 1318 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 8384

[startup+12.711 s]
/proc/loadavg: 1.08 1.02 1.01 2/99 5524
/proc/meminfo: memFree=1661060/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=6228 CPUtime=11.3
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 1452 0 0 0 1129 1 0 0 25 0 1 0 1016353378 6377472 1387 4294967295 134512640 135214715 3214185712 3214183920 134537308 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5341/statm: 1557 1387 73 172 0 1384 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 8648

[startup+25.5103 s]
/proc/loadavg: 1.06 1.02 1.00 2/99 5524
/proc/meminfo: memFree=1660848/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=6756 CPUtime=24.1
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 1569 0 0 0 2409 1 0 0 25 0 1 0 1016353378 6918144 1504 4294967295 134512640 135214715 3214185712 3214183920 134537101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5341/statm: 1689 1504 73 172 0 1516 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 9176

[startup+51.1189 s]
/proc/loadavg: 1.04 1.01 1.00 2/99 5526
/proc/meminfo: memFree=1660120/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=7560 CPUtime=49.71
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 1774 0 0 0 4970 1 0 0 25 0 1 0 1016353378 7741440 1709 4294967295 134512640 135214715 3214185712 3214184176 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5341/statm: 1890 1709 73 172 0 1717 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9980

[startup+102.316 s]
/proc/loadavg: 1.19 1.06 1.01 3/99 5713
/proc/meminfo: memFree=1658524/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=9060 CPUtime=100.91
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 2153 0 0 0 10078 13 0 0 25 0 1 0 1016353378 9277440 2088 4294967295 134512640 135214715 3214185712 3214184176 134528634 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5341/statm: 2265 2088 73 172 0 2092 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 11480

[startup+162.323 s]
/proc/loadavg: 1.12 1.06 1.01 2/99 5903
/proc/meminfo: memFree=1656540/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=10892 CPUtime=160.92
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 2609 0 0 0 16078 14 0 0 25 0 1 0 1016353378 11153408 2544 4294967295 134512640 135214715 3214185712 3214184176 134528539 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5341/statm: 2723 2544 73 172 0 2550 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 13312

[startup+222.319 s]
/proc/loadavg: 1.04 1.05 1.01 2/99 6095
/proc/meminfo: memFree=1654804/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=12624 CPUtime=220.92
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 3050 0 0 0 22076 16 0 0 25 0 1 0 1016353378 12926976 2985 4294967295 134512640 135214715 3214185712 3214183920 134537619 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5341/statm: 3156 2985 73 172 0 2983 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 15044

[startup+282.326 s]
/proc/loadavg: 1.01 1.03 1.00 2/99 6282
/proc/meminfo: memFree=1653100/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=14468 CPUtime=280.93
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 3473 0 0 0 28076 17 0 0 25 0 1 0 1016353378 14815232 3408 4294967295 134512640 135214715 3214185712 3214184176 134529225 0 0 0 3 0 0 0 17 0 0 0 0
/proc/5341/statm: 3617 3408 73 172 0 3444 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 16888

[startup+342.312 s]
/proc/loadavg: 1.00 1.03 1.00 2/99 6472
/proc/meminfo: memFree=1651828/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=16012 CPUtime=340.92
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 3877 0 0 0 34073 19 0 0 25 0 1 0 1016353378 16396288 3812 4294967295 134512640 135214715 3214185712 3214183920 134537101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 4003 3812 73 172 0 3830 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 18432

[startup+402.309 s]

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

/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=19760 CPUtime=520.93
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 4766 0 0 0 52071 22 0 0 25 0 1 0 1016353378 20234240 4701 4294967295 134512640 135214715 3214185712 3214184176 134528997 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 4940 4701 73 172 0 4767 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 22180

[startup+582.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 7230
/proc/meminfo: memFree=1647884/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=19912 CPUtime=580.94
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 4793 0 0 0 58072 22 0 0 25 0 1 0 1016353378 20389888 4728 4294967295 134512640 135214715 3214185712 3214184176 134528588 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 4978 4728 73 172 0 4805 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 22332

[startup+642.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 7418
/proc/meminfo: memFree=1647868/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=19912 CPUtime=640.94
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 4812 0 0 0 64072 22 0 0 25 0 1 0 1016353378 20389888 4747 4294967295 134512640 135214715 3214185712 3214183920 134538800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 4978 4747 73 172 0 4805 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 22332

[startup+702.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 7606
/proc/meminfo: memFree=1647744/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=20112 CPUtime=700.94
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 4854 0 0 0 70072 22 0 0 25 0 1 0 1016353378 20594688 4789 4294967295 134512640 135214715 3214185712 3214183920 134537813 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 5028 4789 73 172 0 4855 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 22532

[startup+762.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 7795
/proc/meminfo: memFree=1646272/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=21692 CPUtime=760.94
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 5205 0 0 0 76069 25 0 0 25 0 1 0 1016353378 22212608 5140 4294967295 134512640 135214715 3214185712 3214184176 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 5423 5140 73 172 0 5250 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 24112

[startup+822.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 7982
/proc/meminfo: memFree=1645984/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=21988 CPUtime=820.95
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 5274 0 0 0 82069 26 0 0 25 0 1 0 1016353378 22515712 5209 4294967295 134512640 135214715 3214185712 3214184176 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 5497 5209 73 172 0 5324 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 24408

[startup+882.322 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 8173
/proc/meminfo: memFree=1644272/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=23752 CPUtime=880.96
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 5685 0 0 0 88068 28 0 0 25 0 1 0 1016353378 24322048 5620 4294967295 134512640 135214715 3214185712 3214184176 134528749 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 5938 5620 73 172 0 5765 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 26172

[startup+942.319 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 8364
/proc/meminfo: memFree=1644024/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=23752 CPUtime=940.96
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 5685 0 0 0 94068 28 0 0 25 0 1 0 1016353378 24322048 5620 4294967295 134512640 135214715 3214185712 3214184176 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 5938 5620 73 172 0 5765 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 26172

[startup+1002.32 s]
/proc/loadavg: 1.10 1.03 1.01 3/99 8552
/proc/meminfo: memFree=1644156/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=23752 CPUtime=1000.96
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 5687 0 0 0 100068 28 0 0 25 0 1 0 1016353378 24322048 5622 4294967295 134512640 135214715 3214185712 3214184176 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 5938 5622 73 172 0 5765 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 26172

[startup+1062.31 s]
/proc/loadavg: 1.04 1.02 1.00 3/99 8741
/proc/meminfo: memFree=1644288/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=23928 CPUtime=1060.96
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 5725 0 0 0 106068 28 0 0 25 0 1 0 1016353378 24502272 5660 4294967295 134512640 135214715 3214185712 3214184176 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 5982 5660 73 172 0 5809 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 26348

[startup+1122.31 s]
/proc/loadavg: 1.01 1.02 1.00 2/99 8928
/proc/meminfo: memFree=1643660/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=24264 CPUtime=1120.96
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 5800 0 0 0 112068 28 0 0 25 0 1 0 1016353378 24846336 5735 4294967295 134512640 135214715 3214185712 3214184176 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 6066 5735 73 172 0 5893 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 26684

[startup+1182.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 9115
/proc/meminfo: memFree=1643264/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=24572 CPUtime=1180.97
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 5879 0 0 0 118068 29 0 0 25 0 1 0 1016353378 25161728 5814 4294967295 134512640 135214715 3214185712 3214184176 134528785 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 6143 5814 73 172 0 5970 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 26992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 9119
/proc/meminfo: memFree=1643264/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=24572 CPUtime=1198.67
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 5879 0 0 0 119838 29 0 0 25 0 1 0 1016353378 25161728 5814 4294967295 134512640 135214715 3214185712 3214184176 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 6143 5814 73 172 0 5970 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 26992

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

[startup+1200.01 s]
/proc/loadavg: 1.00 1.01 1.00 2/99 9119
/proc/meminfo: memFree=1643264/2074464 swapFree=1949244/1959888
[pid=5335] ppid=5333 vsize=2420 CPUtime=1.35
/proc/5335/stat : 5335 (SatELiteGTI) S 5333 5335 16367 0 -1 4194304 383 4750 0 0 0 0 130 5 18 0 1 0 1016353243 2478080 277 4294967295 134512640 135169312 3219132752 3219128968 3085180654 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/5335/statm: 605 277 235 161 0 44 0
[pid=5341] ppid=5335 vsize=24572 CPUtime=1198.67
/proc/5341/stat : 5341 (minisat_static) R 5335 5335 16367 0 -1 4202496 5879 0 0 0 119838 29 0 0 25 0 1 0 1016353378 25161728 5814 4294967295 134512640 135214715 3214185712 3214184176 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5341/statm: 6143 5814 73 172 0 5970 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 26992

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.03
CPU user time (s): 1199.68
CPU system time (s): 0.35
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 26992

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-17 02:02:02
IDJOB=1821211
IDBENCH=70878
IDSOLVER=660
FILE ID=tipi11/1821211-1242518522
PBS_JOBID=
Free space on /tmp= 9842 MiB

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

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

MD5SUM BENCH= c4b5df05f50ec97b624a18161f6d43b5
RANDOM SEED= 1481360781

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:       1672016 kB
Buffers:         27608 kB
Cached:         303872 kB
SwapCached:       5224 kB
Active:          78312 kB
Inactive:       265036 kB
HighTotal:     1178688 kB
HighFree:       894452 kB
LowTotal:       895776 kB
LowFree:        777564 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            2968 kB
Writeback:           0 kB
AnonPages:       11216 kB
Mapped:           5212 kB
Slab:            50076 kB
PageTables:        420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97128 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 02:22:03