Trace number 1821151

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 1199.92

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-20-s100.cnf
MD5SUM5d7745a7593199a47cd1accba5810ed0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1105.71
Satisfiable
(Un)Satisfiability was proved
Number of variables31503
Number of clauses94748
Sum of the clauses size223300
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260816
Number of clauses of size 333868
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.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |   94548   222824 |   28364       0        0     nan |  0.000 % |
1.21/1.24	c |         0 |   56930   168628 |      --       0       --      -- |     --   | -37278/-53220
1.21/1.24	c ==============================================================================
1.21/1.24	c Result  :   #vars: 13726   #clauses: 56930   #literals: 168628
1.21/1.24	c CPU time:   1.2 s
1.21/1.24	c ==============================================================================
1.21/1.30	This is MiniSat 2.0 beta with hacks by AVG
1.21/1.30	WARNING: for repeatability, setting FPU to use double precision
1.21/1.30	============================[ Problem Statistics ]=============================
1.21/1.30	|                                                                             |
1.30/1.31	|  Number of variables:  13726                                                |
1.30/1.31	|  Number of clauses:    56930                                                |
1.30/1.34	|  Parsing time:         0.04         s                                       |
1200.03/1199.91	HOME/SatELiteGTI: line 36: 23190 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-1821151-1242512331/watcher-1821151-1242512331 -o /tmp/evaluation-result-1821151-1242512331/solver-1821151-1242512331 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821151-1242512331.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/93 23184
/proc/meminfo: memFree=944272/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2412 CPUtime=0
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1015734174 2469888 276 4294967295 134512640 135169312 3219835392 3219833928 3085815534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/23184/statm: 603 276 235 161 0 42 0
[pid=23188] ppid=23184 vsize=952 CPUtime=0
/proc/23188/stat : 23188 (SatELite_releas) R 23184 23184 20977 0 -1 4202496 120 0 0 0 0 0 0 0 25 0 1 0 1015734174 974848 56 4294967295 134512640 135223648 3219917312 3219915908 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23188/statm: 238 59 45 174 0 63 0

[startup+0.099672 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 23184
/proc/meminfo: memFree=944272/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2412 CPUtime=0
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1015734174 2469888 276 4294967295 134512640 135169312 3219835392 3219833928 3085815534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/23184/statm: 603 276 235 161 0 42 0
[pid=23188] ppid=23184 vsize=13732 CPUtime=0.1
/proc/23188/stat : 23188 (SatELite_releas) R 23184 23184 20977 0 -1 4202496 3377 0 0 0 9 1 0 0 25 0 1 0 1015734174 14061568 3181 4294967295 134512640 135223648 3219917312 3219915312 134547927 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23188/statm: 3433 3181 79 174 0 3258 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16144

[startup+0.109671 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 23184
/proc/meminfo: memFree=944272/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2412 CPUtime=0
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1015734174 2469888 276 4294967295 134512640 135169312 3219835392 3219833928 3085815534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/23184/statm: 603 276 235 161 0 42 0
[pid=23188] ppid=23184 vsize=13732 CPUtime=0.11
/proc/23188/stat : 23188 (SatELite_releas) R 23184 23184 20977 0 -1 4202496 3397 0 0 0 10 1 0 0 25 0 1 0 1015734174 14061568 3195 4294967295 134512640 135223648 3219917312 3219914980 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23188/statm: 3433 3195 73 174 0 3258 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 16144

[startup+0.309651 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 23184
/proc/meminfo: memFree=944272/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2412 CPUtime=0
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1015734174 2469888 276 4294967295 134512640 135169312 3219835392 3219833928 3085815534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/23184/statm: 603 276 235 161 0 42 0
[pid=23188] ppid=23184 vsize=14460 CPUtime=0.31
/proc/23188/stat : 23188 (SatELite_releas) R 23184 23184 20977 0 -1 4202496 3589 0 0 0 27 4 0 0 25 0 1 0 1015734174 14807040 3387 4294967295 134512640 135223648 3219917312 3219915080 134737406 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23188/statm: 3615 3387 73 174 0 3440 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16872

[startup+0.709611 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 23184
/proc/meminfo: memFree=944272/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2412 CPUtime=0
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 366 647 0 0 0 0 0 0 25 0 1 0 1015734174 2469888 276 4294967295 134512640 135169312 3219835392 3219833928 3085815534 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/23184/statm: 603 276 235 161 0 42 0
[pid=23188] ppid=23184 vsize=16024 CPUtime=0.71
/proc/23188/stat : 23188 (SatELite_releas) R 23184 23184 20977 0 -1 4202496 3782 0 0 0 67 4 0 0 25 0 1 0 1015734174 16408576 3580 4294967295 134512640 135223648 3219917312 3219915408 134598316 0 0 0 3 0 0 0 17 3 0 0 0
/proc/23188/statm: 4006 3580 73 174 0 3831 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 18436

[startup+1.50954 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23189
/proc/meminfo: memFree=926012/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 2416

[startup+3.10938 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23190
/proc/meminfo: memFree=935064/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=5784 CPUtime=1.81
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 1320 0 0 0 180 1 0 0 25 0 1 0 1015734305 5922816 1255 4294967295 134512640 135214715 3221121920 3221120384 134528579 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 1446 1255 73 172 0 1273 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 8200

[startup+6.30906 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23190
/proc/meminfo: memFree=934972/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=5916 CPUtime=5.01
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 1348 0 0 0 500 1 0 0 25 0 1 0 1015734305 6057984 1283 4294967295 134512640 135214715 3221121920 3221120384 134528539 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 1479 1283 73 172 0 1306 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 8332

[startup+12.7084 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23192
/proc/meminfo: memFree=934632/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=6048 CPUtime=11.41
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 1388 0 0 0 1140 1 0 0 25 0 1 0 1015734305 6193152 1323 4294967295 134512640 135214715 3221121920 3221120128 134537678 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 1512 1323 73 172 0 1339 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 8464

[startup+25.5072 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23193
/proc/meminfo: memFree=934332/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=6448 CPUtime=24.21
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 1487 0 0 0 2420 1 0 0 25 0 1 0 1015734305 6602752 1422 4294967295 134512640 135214715 3221121920 3221120128 134537099 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 1612 1422 73 172 0 1439 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 8864

[startup+51.1147 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23377
/proc/meminfo: memFree=933316/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=7136 CPUtime=49.82
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 1670 0 0 0 4980 2 0 0 25 0 1 0 1015734305 7307264 1605 4294967295 134512640 135214715 3221121920 3221120384 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 1784 1605 73 172 0 1611 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 9552

[startup+102.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23566
/proc/meminfo: memFree=931608/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=8624 CPUtime=101.03
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 2021 0 0 0 10101 2 0 0 25 0 1 0 1015734305 8830976 1956 4294967295 134512640 135214715 3221121920 3221119488 134536368 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 2156 1956 73 172 0 1983 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 11040

[startup+162.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23752
/proc/meminfo: memFree=930176/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=10072 CPUtime=161.03
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 2383 0 0 0 16100 3 0 0 25 0 1 0 1015734305 10313728 2318 4294967295 134512640 135214715 3221121920 3221120384 134528634 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 2518 2318 73 172 0 2345 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 12488

[startup+222.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23940
/proc/meminfo: memFree=929680/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=11148 CPUtime=221.04
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 2668 0 0 0 22100 4 0 0 25 0 1 0 1015734305 11415552 2603 4294967295 134512640 135214715 3221121920 3221120384 134528749 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 2787 2603 73 172 0 2614 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 13564

[startup+282.312 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 24128
/proc/meminfo: memFree=928696/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=12244 CPUtime=281.04
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 2909 0 0 0 28099 5 0 0 25 0 1 0 1015734305 12537856 2844 4294967295 134512640 135214715 3221121920 3221120384 134529050 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 3061 2844 73 172 0 2888 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 14660

[startup+342.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 24322
/proc/meminfo: memFree=927208/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=13432 CPUtime=341.04
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 3208 0 0 0 34099 5 0 0 25 0 1 0 1015734305 13754368 3143 4294967295 134512640 135214715 3221121920 3221120384 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 3358 3143 73 172 0 3185 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 15848

[startup+402.31 s]

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

/proc/23190/statm: 4095 3847 73 172 0 3922 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 18796

[startup+642.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 25261
/proc/meminfo: memFree=924340/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=16516 CPUtime=641.08
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 3920 0 0 0 64097 11 0 0 25 0 1 0 1015734305 16912384 3855 4294967295 134512640 135214715 3221121920 3221120384 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 4129 3855 73 172 0 3956 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 18932

[startup+702.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 25453
/proc/meminfo: memFree=924100/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=16660 CPUtime=701.08
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 3956 0 0 0 70097 11 0 0 25 0 1 0 1015734305 17059840 3891 4294967295 134512640 135214715 3221121920 3221120384 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 4165 3891 73 172 0 3992 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 19076

[startup+762.325 s]
/proc/loadavg: 1.07 1.02 1.00 3/95 25641
/proc/meminfo: memFree=923884/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=16660 CPUtime=761.1
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 3958 0 0 0 76099 11 0 0 25 0 1 0 1015734305 17059840 3893 4294967295 134512640 135214715 3221121920 3221120480 134540473 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 4165 3893 73 172 0 3992 0
Current children cumulated CPU time (s) 762.4
Current children cumulated vsize (KiB) 19076

[startup+822.319 s]
/proc/loadavg: 1.02 1.01 1.00 2/95 25828
/proc/meminfo: memFree=923504/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=17088 CPUtime=821.1
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 4080 0 0 0 82099 11 0 0 25 0 1 0 1015734305 17498112 4015 4294967295 134512640 135214715 3221121920 3221120384 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 4272 4015 73 172 0 4099 0
Current children cumulated CPU time (s) 822.4
Current children cumulated vsize (KiB) 19504

[startup+882.323 s]
/proc/loadavg: 1.01 1.00 1.00 2/95 26017
/proc/meminfo: memFree=922000/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=18372 CPUtime=881.11
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 4382 0 0 0 88098 13 0 0 25 0 1 0 1015734305 18812928 4317 4294967295 134512640 135214715 3221121920 3221120384 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 4593 4317 73 172 0 4420 0
Current children cumulated CPU time (s) 882.41
Current children cumulated vsize (KiB) 20788

[startup+942.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 26204
/proc/meminfo: memFree=921040/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=19304 CPUtime=941.11
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 4615 0 0 0 94094 17 0 0 25 0 1 0 1015734305 19767296 4550 4294967295 134512640 135214715 3221121920 3221120384 134528509 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 4826 4550 73 172 0 4653 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 21720

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 26393
/proc/meminfo: memFree=920264/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=19964 CPUtime=1001.12
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 4791 0 0 0 100090 22 0 0 25 0 1 0 1015734305 20443136 4726 4294967295 134512640 135214715 3221121920 3221120384 134528539 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 4991 4726 73 172 0 4818 0
Current children cumulated CPU time (s) 1002.42
Current children cumulated vsize (KiB) 22380

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 26584
/proc/meminfo: memFree=919660/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=20420 CPUtime=1061.12
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 4877 0 0 0 106089 23 0 0 25 0 1 0 1015734305 20910080 4812 4294967295 134512640 135214715 3221121920 3221120384 134528763 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 5105 4812 73 172 0 4932 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 22836

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 26772
/proc/meminfo: memFree=919792/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=20420 CPUtime=1121.13
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 4890 0 0 0 112090 23 0 0 25 0 1 0 1015734305 20910080 4825 4294967295 134512640 135214715 3221121920 3221120128 134537549 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 5105 4825 73 172 0 4932 0
Current children cumulated CPU time (s) 1122.43
Current children cumulated vsize (KiB) 22836

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 26959
/proc/meminfo: memFree=919700/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=20420 CPUtime=1181.13
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 4890 0 0 0 118088 25 0 0 25 0 1 0 1015734305 20910080 4825 4294967295 134512640 135214715 3221121920 3221120384 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 5105 4825 73 172 0 4932 0
Current children cumulated CPU time (s) 1182.43
Current children cumulated vsize (KiB) 22836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 26961
/proc/meminfo: memFree=919788/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=20420 CPUtime=1198.73
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 4890 0 0 0 119848 25 0 0 25 0 1 0 1015734305 20910080 4825 4294967295 134512640 135214715 3221121920 3221120384 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 5105 4825 73 172 0 4932 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 22836

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

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

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 26961
/proc/meminfo: memFree=919788/2074464 swapFree=1951864/1959888
[pid=23184] ppid=23182 vsize=2416 CPUtime=1.3
/proc/23184/stat : 23184 (SatELiteGTI) S 23182 23184 20977 0 -1 4194304 385 4873 0 0 0 0 126 4 18 0 1 0 1015734174 2473984 277 4294967295 134512640 135169312 3219835392 3219831608 3085815534 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/23184/statm: 604 277 235 161 0 43 0
[pid=23190] ppid=23184 vsize=20420 CPUtime=1198.73
/proc/23190/stat : 23190 (minisat_static) R 23184 23184 20977 0 -1 4202496 4890 0 0 0 119848 25 0 0 25 0 1 0 1015734305 20910080 4825 4294967295 134512640 135214715 3221121920 3221120384 134528560 0 0 0 3 0 0 0 17 0 0 0 0
/proc/23190/statm: 5105 4825 73 172 0 4932 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 22836

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23184 and gives
#  childrusage.ru_utime.tv_sec=1199
#  childrusage.ru_utime.tv_usec=740000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=290000
# CPU time returned by wait4() is 1200.03
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.92
CPU time (s): 1200.03
CPU user time (s): 1199.74
CPU system time (s): 0.29
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 22836

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-17 00:18:51
IDJOB=1821151
IDBENCH=70853
IDSOLVER=660
FILE ID=tipi10/1821151-1242512331
PBS_JOBID=
Free space on /tmp= 4167 MiB

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

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

MD5SUM BENCH= 5d7745a7593199a47cd1accba5810ed0
RANDOM SEED= 267735227

Linux tipi10 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.367
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.37

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.367
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:        944644 kB
Buffers:         25160 kB
Cached:         991440 kB
SwapCached:       2732 kB
Active:         467132 kB
Inactive:       559344 kB
HighTotal:     1178688 kB
HighFree:       332384 kB
LowTotal:       895776 kB
LowFree:        612260 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            3180 kB
Writeback:           0 kB
AnonPages:        9052 kB
Mapped:           3324 kB
Slab:            94596 kB
PageTables:        608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90588 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4167 MiB
End job on tipi10 at 2009-05-17 00:38:51