Trace number 1821217

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/crypto/
desgen/gss-19-s100.cnf
MD5SUMe2d18d9d1a45d63e75556fb963e4ae47
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark163.76
Satisfiable
(Un)Satisfiability was proved
Number of variables31435
Number of clauses94548
Sum of the clauses size222806
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260710
Number of clauses of size 333774
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.03/0.09	c ==============================================================================
0.03/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.09	c ==============================================================================
0.03/0.09	c |         0 |   94348   222330 |   28304       0        0     nan |  0.000 % |
1.22/1.24	c |         0 |   56829   169094 |      --       0       --      -- |     --   | -37179/-52260
1.22/1.24	c ==============================================================================
1.22/1.24	c Result  :   #vars: 13682   #clauses: 56829   #literals: 169094
1.22/1.24	c CPU time:   1.21 s
1.22/1.24	c ==============================================================================
1.22/1.30	This is MiniSat 2.0 beta with hacks by AVG
1.22/1.30	WARNING: for repeatability, setting FPU to use double precision
1.22/1.30	============================[ Problem Statistics ]=============================
1.22/1.30	|                                                                             |
1.22/1.31	|  Number of variables:  13682                                                |
1.22/1.31	|  Number of clauses:    56829                                                |
1.31/1.34	|  Parsing time:         0.03         s                                       |
1200.07/1200.02	HOME/SatELiteGTI: line 36:  3118 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-1821217-1242519643/watcher-1821217-1242519643 -o /tmp/evaluation-result-1821217-1242519643/solver-1821217-1242519643 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821217-1242519643.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 3112
/proc/meminfo: memFree=947836/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2416 CPUtime=0
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1016462636 2473984 277 4294967295 134512640 135169312 3213046656 3213045192 3085295342 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3112/statm: 604 277 235 161 0 43 0
[pid=3116] ppid=3112 vsize=952 CPUtime=0
/proc/3116/stat : 3116 (SatELite_releas) R 3112 3112 11066 0 -1 4202496 118 0 0 0 0 0 0 0 25 0 1 0 1016462636 974848 54 4294967295 134512640 135223648 3216527040 3216524456 134697236 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3116/statm: 238 56 45 174 0 63 0

[startup+0.025032 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 3112
/proc/meminfo: memFree=947836/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2416 CPUtime=0
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1016462636 2473984 277 4294967295 134512640 135169312 3213046656 3213045192 3085295342 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3112/statm: 604 277 235 161 0 43 0
[pid=3116] ppid=3112 vsize=5624 CPUtime=0.03
/proc/3116/stat : 3116 (SatELite_releas) R 3112 3112 11066 0 -1 4202496 1254 0 0 0 1 2 0 0 25 0 1 0 1016462636 5758976 1190 4294967295 134512640 135223648 3216527040 3216525992 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3116/statm: 1406 1190 47 174 0 1231 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8040

[startup+0.115027 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 3112
/proc/meminfo: memFree=947836/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2416 CPUtime=0
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1016462636 2473984 277 4294967295 134512640 135169312 3213046656 3213045192 3085295342 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3112/statm: 604 277 235 161 0 43 0
[pid=3116] ppid=3112 vsize=13840 CPUtime=0.12
/proc/3116/stat : 3116 (SatELite_releas) R 3112 3112 11066 0 -1 4202496 3417 0 0 0 10 2 0 0 25 0 1 0 1016462636 14172160 3216 4294967295 134512640 135223648 3216527040 3216524808 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3116/statm: 3460 3216 73 174 0 3285 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 16256

[startup+0.305016 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 3112
/proc/meminfo: memFree=947836/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2416 CPUtime=0
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1016462636 2473984 277 4294967295 134512640 135169312 3213046656 3213045192 3085295342 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3112/statm: 604 277 235 161 0 43 0
[pid=3116] ppid=3112 vsize=14440 CPUtime=0.31
/proc/3116/stat : 3116 (SatELite_releas) R 3112 3112 11066 0 -1 4202496 3581 0 0 0 29 2 0 0 25 0 1 0 1016462636 14786560 3380 4294967295 134512640 135223648 3216527040 3216524852 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3116/statm: 3610 3380 73 174 0 3435 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16856

[startup+0.704993 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 3112
/proc/meminfo: memFree=947836/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2416 CPUtime=0
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 367 645 0 0 0 0 0 0 25 0 1 0 1016462636 2473984 277 4294967295 134512640 135169312 3213046656 3213045192 3085295342 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/3112/statm: 604 277 235 161 0 43 0
[pid=3116] ppid=3112 vsize=15996 CPUtime=0.71
/proc/3116/stat : 3116 (SatELite_releas) R 3112 3112 11066 0 -1 4202496 3777 0 0 0 68 3 0 0 25 0 1 0 1016462636 16379904 3576 4294967295 134512640 135223648 3216527040 3216525056 134586754 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3116/statm: 3999 3576 73 174 0 3824 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 18412

[startup+1.51496 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 3117
/proc/meminfo: memFree=929716/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 2420

[startup+3.11486 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 3118
/proc/meminfo: memFree=938520/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=5788 CPUtime=1.79
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 1325 0 0 0 178 1 0 0 25 0 1 0 1016462766 5926912 1260 4294967295 134512640 135214715 3218002064 3218000528 134528691 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 1447 1260 73 172 0 1274 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 8208

[startup+6.31468 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 3119
/proc/meminfo: memFree=938304/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=5920 CPUtime=4.99
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 1362 0 0 0 498 1 0 0 25 0 1 0 1016462766 6062080 1297 4294967295 134512640 135214715 3218002064 3218000144 134536289 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 1480 1297 73 172 0 1307 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 8340

[startup+12.7143 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 3121
/proc/meminfo: memFree=938212/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=6184 CPUtime=11.39
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 1419 0 0 0 1138 1 0 0 25 0 1 0 1016462766 6332416 1354 4294967295 134512640 135214715 3218002064 3218000272 134537101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 1546 1354 73 172 0 1373 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 8604

[startup+25.5136 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 3305
/proc/meminfo: memFree=937544/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=6580 CPUtime=24.19
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 1525 0 0 0 2418 1 0 0 25 0 1 0 1016462766 6737920 1460 4294967295 134512640 135214715 3218002064 3218000528 134528785 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 1645 1460 73 172 0 1472 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 9000

[startup+51.1122 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 3305
/proc/meminfo: memFree=936780/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=7544 CPUtime=49.79
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 1756 0 0 0 4978 1 0 0 25 0 1 0 1016462766 7725056 1691 4294967295 134512640 135214715 3218002064 3218000272 134537892 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 1886 1691 73 172 0 1713 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 9964

[startup+102.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 3496
/proc/meminfo: memFree=935192/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=9024 CPUtime=101
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 2140 0 0 0 10098 2 0 0 25 0 1 0 1016462766 9240576 2075 4294967295 134512640 135214715 3218002064 3218000528 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 2256 2075 73 172 0 2083 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 11444

[startup+162.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 3697
/proc/meminfo: memFree=933448/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=10764 CPUtime=161
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 2538 0 0 0 16098 2 0 0 25 0 1 0 1016462766 11022336 2473 4294967295 134512640 135214715 3218002064 3218000528 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 2691 2473 73 172 0 2518 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 13184

[startup+222.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 3898
/proc/meminfo: memFree=931844/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=12464 CPUtime=221
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 2941 0 0 0 22098 2 0 0 25 0 1 0 1016462766 12763136 2876 4294967295 134512640 135214715 3218002064 3218000528 134528691 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 3116 2876 73 172 0 2943 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 14884

[startup+282.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 4084
/proc/meminfo: memFree=930728/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=13400 CPUtime=281
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 3210 0 0 0 28098 2 0 0 25 0 1 0 1016462766 13721600 3145 4294967295 134512640 135214715 3218002064 3218000528 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 3350 3145 73 172 0 3177 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 15820

[startup+342.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 4279
/proc/meminfo: memFree=929348/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=14892 CPUtime=341
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 3537 0 0 0 34096 4 0 0 25 0 1 0 1016462766 15249408 3472 4294967295 134512640 135214715 3218002064 3218000528 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 3723 3472 73 172 0 3550 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 17312

[startup+402.313 s]

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

[pid=3118] ppid=3112 vsize=15596 CPUtime=461.01
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 3695 0 0 0 46094 7 0 0 25 0 1 0 1016462766 15970304 3630 4294967295 134512640 135214715 3218002064 3218000528 134528763 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 3899 3630 73 172 0 3726 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 18016

[startup+522.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 4843
/proc/meminfo: memFree=928620/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=15596 CPUtime=521.02
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 3696 0 0 0 52092 10 0 0 25 0 1 0 1016462766 15970304 3631 4294967295 134512640 135214715 3218002064 3218000528 134528960 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 3899 3631 73 172 0 3726 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 18016

[startup+582.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 5029
/proc/meminfo: memFree=928488/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=15596 CPUtime=581.02
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 3716 0 0 0 58092 10 0 0 25 0 1 0 1016462766 15970304 3651 4294967295 134512640 135214715 3218002064 3218000528 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 3899 3651 73 172 0 3726 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 18016

[startup+642.319 s]
/proc/loadavg: 1.18 1.05 1.01 3/98 5218
/proc/meminfo: memFree=927916/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=16256 CPUtime=641.03
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 3873 0 0 0 64093 10 0 0 25 0 1 0 1016462766 16646144 3808 4294967295 134512640 135214715 3218002064 3218000528 134528766 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 4064 3808 73 172 0 3891 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 18676

[startup+702.316 s]
/proc/loadavg: 1.06 1.03 1.01 3/98 5411
/proc/meminfo: memFree=926032/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=17976 CPUtime=701.03
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 4286 0 0 0 70091 12 0 0 25 0 1 0 1016462766 18407424 4221 4294967295 134512640 135214715 3218002064 3218000528 134528560 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 4494 4221 73 172 0 4321 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 20396

[startup+762.323 s]
/proc/loadavg: 1.02 1.03 1.00 3/98 5600
/proc/meminfo: memFree=925048/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=18968 CPUtime=761.04
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 4548 0 0 0 76090 14 0 0 25 0 1 0 1016462766 19423232 4483 4294967295 134512640 135214715 3218002064 3218000528 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 4742 4483 73 172 0 4569 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 21388

[startup+822.319 s]
/proc/loadavg: 1.01 1.02 1.00 3/98 5787
/proc/meminfo: memFree=924908/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=18968 CPUtime=821.04
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 4553 0 0 0 82090 14 0 0 25 0 1 0 1016462766 19423232 4488 4294967295 134512640 135214715 3218002064 3218000528 134528579 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 4742 4488 73 172 0 4569 0
Current children cumulated CPU time (s) 822.35
Current children cumulated vsize (KiB) 21388

[startup+882.316 s]
/proc/loadavg: 1.00 1.01 1.00 3/98 5973
/proc/meminfo: memFree=924816/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=18968 CPUtime=881.04
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 4553 0 0 0 88089 15 0 0 25 0 1 0 1016462766 19423232 4488 4294967295 134512640 135214715 3218002064 3218000528 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 4742 4488 73 172 0 4569 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 21388

[startup+942.323 s]
/proc/loadavg: 1.00 1.01 1.00 3/98 6162
/proc/meminfo: memFree=924692/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=19264 CPUtime=941.05
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 4592 0 0 0 94090 15 0 0 25 0 1 0 1016462766 19726336 4527 4294967295 134512640 135214715 3218002064 3218000528 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 4816 4527 73 172 0 4643 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 21684

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/98 6351
/proc/meminfo: memFree=924560/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=19400 CPUtime=1001.04
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 4650 0 0 0 100089 15 0 0 25 0 1 0 1016462766 19865600 4576 4294967295 134512640 135214715 3218002064 3218000528 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 4850 4576 73 172 0 4677 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 21820

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/98 6542
/proc/meminfo: memFree=924660/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=19644 CPUtime=1061.05
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 4700 0 0 0 106083 22 0 0 25 0 1 0 1016462766 20115456 4626 4294967295 134512640 135214715 3218002064 3218000272 134537101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 4911 4626 73 172 0 4738 0
Current children cumulated CPU time (s) 1062.36
Current children cumulated vsize (KiB) 22064

[startup+1122.31 s]
/proc/loadavg: 1.06 1.03 1.01 3/98 6730
/proc/meminfo: memFree=924660/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=19908 CPUtime=1121.05
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 4760 0 0 0 112083 22 0 0 25 0 1 0 1016462766 20385792 4686 4294967295 134512640 135214715 3218002064 3218000528 134528800 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 4977 4686 73 172 0 4804 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 22328

[startup+1182.32 s]
/proc/loadavg: 1.02 1.02 1.00 2/98 6916
/proc/meminfo: memFree=924056/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=20796 CPUtime=1181.06
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 4943 0 0 0 118084 22 0 0 25 0 1 0 1016462766 21295104 4869 4294967295 134512640 135214715 3218002064 3218000528 134529085 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 5199 4869 73 172 0 5026 0
Current children cumulated CPU time (s) 1182.37
Current children cumulated vsize (KiB) 23216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.01 1.02 1.00 2/98 6919
/proc/meminfo: memFree=924080/2074464 swapFree=1950760/1959888
[pid=3112] ppid=3110 vsize=2420 CPUtime=1.31
/proc/3112/stat : 3112 (SatELiteGTI) S 3110 3112 11066 0 -1 4194304 386 4867 0 0 0 0 128 3 18 0 1 0 1016462636 2478080 278 4294967295 134512640 135169312 3213046656 3213042872 3085295342 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/3112/statm: 605 278 235 161 0 44 0
[pid=3118] ppid=3112 vsize=20796 CPUtime=1198.76
/proc/3118/stat : 3118 (minisat_static) R 3112 3112 11066 0 -1 4202496 4943 0 0 0 119852 24 0 0 25 0 1 0 1016462766 21295104 4869 4294967295 134512640 135214715 3218002064 3218000528 134528509 0 0 0 3 0 0 0 17 3 0 0 0
/proc/3118/statm: 5199 4869 73 172 0 5026 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 23216

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

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.8
CPU system time (s): 0.28
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 23216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.8
system time used= 0.28
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10475
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= 19
involuntary context switches= 764

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 02:20:43
IDJOB=1821217
IDBENCH=70880
IDSOLVER=660
FILE ID=tipi23/1821217-1242519643
PBS_JOBID=
Free space on /tmp= 8813 MiB

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

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

MD5SUM BENCH= e2d18d9d1a45d63e75556fb963e4ae47
RANDOM SEED= 581936104

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:        947860 kB
Buffers:         33696 kB
Cached:         991500 kB
SwapCached:       3660 kB
Active:         476484 kB
Inactive:       560440 kB
HighTotal:     1178688 kB
HighFree:       309932 kB
LowTotal:       895776 kB
LowFree:        637928 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:            3216 kB
Writeback:           0 kB
AnonPages:       11372 kB
Mapped:           4400 kB
Slab:            80884 kB
PageTables:        688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96896 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8813 MiB
End job on tipi23 at 2009-05-17 02:40:44