Trace number 1821181

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.01 1199.94

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-23-s100.cnf
MD5SUMaa3fff3e05d3f50a3d088c22afa455ea
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 variables31711
Number of clauses95400
Sum of the clauses size224926
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261146
Number of clauses of size 334190
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.09/0.09	c ==============================================================================
0.09/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.09	c ==============================================================================
0.09/0.09	c |         0 |   95200   224450 |   28559       0        0     nan |  0.000 % |
1.21/1.27	c |         0 |   58435   174205 |      --       0       --      -- |     --   | -36425/-49269
1.21/1.27	c ==============================================================================
1.21/1.27	c Result  :   #vars: 14053   #clauses: 58435   #literals: 174205
1.21/1.27	c CPU time:   1.24 s
1.21/1.27	c ==============================================================================
1.31/1.34	This is MiniSat 2.0 beta with hacks by AVG
1.31/1.34	WARNING: for repeatability, setting FPU to use double precision
1.31/1.34	============================[ Problem Statistics ]=============================
1.31/1.34	|                                                                             |
1.31/1.34	|  Number of variables:  14053                                                |
1.31/1.34	|  Number of clauses:    58435                                                |
1.31/1.38	|  Parsing time:         0.03         s                                       |
1200.00/1199.93	HOME/SatELiteGTI: line 36: 20448 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-1821181-1242514935/watcher-1821181-1242514935 -o /tmp/evaluation-result-1821181-1242514935/solver-1821181-1242514935 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821181-1242514935.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 20442
/proc/meminfo: memFree=1304068/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2416 CPUtime=0.01
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 367 643 0 0 0 0 0 1 25 0 1 0 1015994016 2473984 277 4294967295 134512640 135169312 3217623008 3217621544 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 604 277 235 161 0 43 0
[pid=20446] ppid=20442 vsize=952 CPUtime=0
/proc/20446/stat : 20446 (SatELite_releas) R 20442 20442 10436 0 -1 4202496 149 0 0 0 0 0 0 0 25 0 1 0 1015994017 974848 84 4294967295 134512640 135223648 3215959600 3215958480 134542968 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20446/statm: 238 85 45 174 0 63 0

[startup+0.082286 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 20442
/proc/meminfo: memFree=1304068/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2416 CPUtime=0.01
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 367 643 0 0 0 0 0 1 25 0 1 0 1015994016 2473984 277 4294967295 134512640 135169312 3217623008 3217621544 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 604 277 235 161 0 43 0
[pid=20446] ppid=20442 vsize=12076 CPUtime=0.08
/proc/20446/stat : 20446 (SatELite_releas) R 20442 20442 10436 0 -1 4202496 2856 0 0 0 8 0 0 0 25 0 1 0 1015994017 12365824 2791 4294967295 134512640 135223648 3215959600 3215958440 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20446/statm: 3019 2792 47 174 0 2844 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14492

[startup+0.112235 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 20442
/proc/meminfo: memFree=1304068/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2416 CPUtime=0.01
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 367 643 0 0 0 0 0 1 25 0 1 0 1015994016 2473984 277 4294967295 134512640 135169312 3217623008 3217621544 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 604 277 235 161 0 43 0
[pid=20446] ppid=20442 vsize=13816 CPUtime=0.11
/proc/20446/stat : 20446 (SatELite_releas) R 20442 20442 10436 0 -1 4202496 3381 0 0 0 11 0 0 0 25 0 1 0 1015994017 14147584 3205 4294967295 134512640 135223648 3215959600 3215957696 134596092 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20446/statm: 3454 3205 73 174 0 3279 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 16232

[startup+0.312218 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 20442
/proc/meminfo: memFree=1304068/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2416 CPUtime=0.01
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 367 643 0 0 0 0 0 1 25 0 1 0 1015994016 2473984 277 4294967295 134512640 135169312 3217623008 3217621544 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 604 277 235 161 0 43 0
[pid=20446] ppid=20442 vsize=14552 CPUtime=0.31
/proc/20446/stat : 20446 (SatELite_releas) R 20442 20442 10436 0 -1 4202496 3577 0 0 0 30 1 0 0 25 0 1 0 1015994017 14901248 3401 4294967295 134512640 135223648 3215959600 3215957696 134597863 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20446/statm: 3638 3401 73 174 0 3463 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 16968

[startup+0.712185 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 20442
/proc/meminfo: memFree=1304068/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2416 CPUtime=0.01
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 367 643 0 0 0 0 0 1 25 0 1 0 1015994016 2473984 277 4294967295 134512640 135169312 3217623008 3217621544 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 604 277 235 161 0 43 0
[pid=20446] ppid=20442 vsize=15744 CPUtime=0.71
/proc/20446/stat : 20446 (SatELite_releas) R 20442 20442 10436 0 -1 4202496 3769 0 0 0 69 2 0 0 25 0 1 0 1015994017 16121856 3593 4294967295 134512640 135223648 3215959600 3215957616 134586691 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20446/statm: 3936 3593 73 174 0 3761 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 18160

[startup+1.51212 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20447
/proc/meminfo: memFree=1285468/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 2420

[startup+3.11199 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20448
/proc/meminfo: memFree=1294272/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=5816 CPUtime=1.77
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 1346 0 0 0 176 1 0 0 25 0 1 0 1015994151 5955584 1281 4294967295 134512640 135214715 3214906784 3214905344 134540461 0 0 0 3 0 0 0 17 1 0 0 0
/proc/20448/statm: 1454 1281 73 172 0 1281 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 8236

[startup+6.31173 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20448
/proc/meminfo: memFree=1294352/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=6080 CPUtime=4.96
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 1394 0 0 0 495 1 0 0 25 0 1 0 1015994151 6225920 1329 4294967295 134512640 135214715 3214906784 3214904736 134536289 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20448/statm: 1520 1329 73 172 0 1347 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 8500

[startup+12.7112 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20449
/proc/meminfo: memFree=1294340/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=6212 CPUtime=11.36
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 1436 0 0 0 1135 1 0 0 25 0 1 0 1015994151 6361088 1371 4294967295 134512640 135214715 3214906784 3214905248 134528800 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20448/statm: 1553 1371 73 172 0 1380 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 8632

[startup+25.5102 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20451
/proc/meminfo: memFree=1294124/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=6608 CPUtime=24.16
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 1529 0 0 0 2415 1 0 0 25 0 1 0 1015994151 6766592 1464 4294967295 134512640 135214715 3214906784 3214905248 134528995 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20448/statm: 1652 1464 73 172 0 1479 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 9028

[startup+51.1081 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 20453
/proc/meminfo: memFree=1293560/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=7140 CPUtime=49.76
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 1678 0 0 0 4975 1 0 0 25 0 1 0 1015994151 7311360 1613 4294967295 134512640 135214715 3214906784 3214905248 134528509 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20448/statm: 1785 1613 73 172 0 1612 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 9560

[startup+102.324 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20640
/proc/meminfo: memFree=1291832/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=8644 CPUtime=100.98
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 2053 0 0 0 10097 1 0 0 25 0 1 0 1015994151 8851456 1988 4294967295 134512640 135214715 3214906784 3214905248 134528672 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20448/statm: 2161 1988 73 172 0 1988 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 11064

[startup+162.319 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 20827
/proc/meminfo: memFree=1290468/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=10192 CPUtime=160.98
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 2411 0 0 0 16095 3 0 0 25 0 1 0 1015994151 10436608 2346 4294967295 134512640 135214715 3214906784 3214905248 134528688 0 0 0 3 0 0 0 17 0 0 0 0
/proc/20448/statm: 2548 2346 73 172 0 2375 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 12612

[startup+222.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 21014
/proc/meminfo: memFree=1289112/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=11256 CPUtime=220.97
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 2697 0 0 0 22091 6 0 0 25 0 1 0 1015994151 11526144 2632 4294967295 134512640 135214715 3214906784 3214905248 134528749 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 2814 2632 73 172 0 2641 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 13676

[startup+282.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 21203
/proc/meminfo: memFree=1287004/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=13608 CPUtime=280.97
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 3240 0 0 0 28091 6 0 0 25 0 1 0 1015994151 13934592 3175 4294967295 134512640 135214715 3214906784 3214904992 134537270 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 3402 3175 73 172 0 3229 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 16028

[startup+342.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 21392
/proc/meminfo: memFree=1285516/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=15160 CPUtime=340.98
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 3626 0 0 0 34092 6 0 0 25 0 1 0 1015994151 15523840 3561 4294967295 134512640 135214715 3214906784 3214904992 134537270 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 3790 3561 73 172 0 3617 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 17580

[startup+402.309 s]

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

[pid=20448] ppid=20442 vsize=19068 CPUtime=521
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 4571 0 0 0 52094 6 0 0 25 0 1 0 1015994151 19525632 4506 4294967295 134512640 135214715 3214906784 3214905344 134540425 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 4767 4506 73 172 0 4594 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 21488

[startup+582.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22148
/proc/meminfo: memFree=1281672/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=19068 CPUtime=581
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 4583 0 0 0 58094 6 0 0 25 0 1 0 1015994151 19525632 4518 4294967295 134512640 135214715 3214906784 3214904992 134537215 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 4767 4518 73 172 0 4594 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 21488

[startup+642.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22335
/proc/meminfo: memFree=1281548/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=19208 CPUtime=641.01
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 4611 0 0 0 64095 6 0 0 25 0 1 0 1015994151 19668992 4546 4294967295 134512640 135214715 3214906784 3214905248 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 4802 4546 73 172 0 4629 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 21628

[startup+702.315 s]
/proc/loadavg: 1.04 1.01 1.00 3/95 22524
/proc/meminfo: memFree=1281168/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=19208 CPUtime=701.01
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 4612 0 0 0 70095 6 0 0 25 0 1 0 1015994151 19668992 4547 4294967295 134512640 135214715 3214906784 3214905248 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 4802 4547 73 172 0 4629 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 21628

[startup+762.32 s]
/proc/loadavg: 1.06 1.02 1.00 2/95 22715
/proc/meminfo: memFree=1280424/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=20040 CPUtime=761.02
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 4808 0 0 0 76096 6 0 0 25 0 1 0 1015994151 20520960 4743 4294967295 134512640 135214715 3214906784 3214905248 134528539 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 5010 4743 73 172 0 4837 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 22460

[startup+822.315 s]
/proc/loadavg: 1.02 1.02 1.00 2/95 22902
/proc/meminfo: memFree=1279068/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=21356 CPUtime=821.02
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 5127 0 0 0 82094 8 0 0 25 0 1 0 1015994151 21868544 5062 4294967295 134512640 135214715 3214906784 3214904992 134537641 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 5339 5062 73 172 0 5166 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 23776

[startup+882.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 23091
/proc/meminfo: memFree=1277952/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=22640 CPUtime=881.03
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 5451 0 0 0 88094 9 0 0 25 0 1 0 1015994151 23183360 5386 4294967295 134512640 135214715 3214906784 3214905184 134534716 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 5660 5386 73 172 0 5487 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 25060

[startup+942.305 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 23281
/proc/meminfo: memFree=1277704/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=22640 CPUtime=941.02
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 5451 0 0 0 94093 9 0 0 25 0 1 0 1015994151 23183360 5386 4294967295 134512640 135214715 3214906784 3214904864 134536289 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 5660 5386 73 172 0 5487 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 25060

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23470
/proc/meminfo: memFree=1277696/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=22640 CPUtime=1001.03
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 5451 0 0 0 100094 9 0 0 25 0 1 0 1015994151 23183360 5386 4294967295 134512640 135214715 3214906784 3214905248 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 5660 5386 73 172 0 5487 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 25060

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 23657
/proc/meminfo: memFree=1277572/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=22804 CPUtime=1061.03
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 5504 0 0 0 106094 9 0 0 25 0 1 0 1015994151 23351296 5439 4294967295 134512640 135214715 3214906784 3214905248 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 5701 5439 73 172 0 5528 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 25224

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 23844
/proc/meminfo: memFree=1277580/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=22804 CPUtime=1121.05
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 5505 0 0 0 112096 9 0 0 25 0 1 0 1015994151 23351296 5440 4294967295 134512640 135214715 3214906784 3214905248 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 5701 5440 73 172 0 5528 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 25224

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 24037
/proc/meminfo: memFree=1276960/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=23540 CPUtime=1181.05
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 5656 0 0 0 118096 9 0 0 25 0 1 0 1015994151 24104960 5591 4294967295 134512640 135214715 3214906784 3214904992 134537664 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 5885 5591 73 172 0 5712 0
Current children cumulated CPU time (s) 1182.39
Current children cumulated vsize (KiB) 25960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 24038
/proc/meminfo: memFree=1276952/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=23540 CPUtime=1198.66
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 5656 0 0 0 119857 9 0 0 25 0 1 0 1015994151 24104960 5591 4294967295 134512640 135214715 3214906784 3214905248 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 5885 5591 73 172 0 5712 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 25960

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

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

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 24038
/proc/meminfo: memFree=1276952/2074464 swapFree=1948616/1959888
[pid=20442] ppid=20440 vsize=2420 CPUtime=1.34
/proc/20442/stat : 20442 (SatELiteGTI) S 20440 20442 10436 0 -1 4194304 386 4785 0 0 0 0 130 4 18 0 1 0 1015994016 2478080 278 4294967295 134512640 135169312 3217623008 3217619224 3085246190 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/20442/statm: 605 278 235 161 0 44 0
[pid=20448] ppid=20442 vsize=23540 CPUtime=1198.66
/proc/20448/stat : 20448 (minisat_static) R 20442 20442 10436 0 -1 4202496 5656 0 0 0 119857 9 0 0 25 0 1 0 1015994151 24104960 5591 4294967295 134512640 135214715 3214906784 3214905248 134528800 0 0 0 3 0 0 0 17 2 0 0 0
/proc/20448/statm: 5885 5591 73 172 0 5712 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 25960

Child status: 143
Real time (s): 1199.94
CPU time (s): 1200.01
CPU user time (s): 1199.87
CPU system time (s): 0.14
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 25960

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-17 01:02:15
IDJOB=1821181
IDBENCH=70868
IDSOLVER=660
FILE ID=tipi16/1821181-1242514935
PBS_JOBID=
Free space on /tmp= 4941 MiB

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

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

MD5SUM BENCH= aa3fff3e05d3f50a3d088c22afa455ea
RANDOM SEED= 2070823022

Linux tipi16 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.457
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.457
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.457
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.78

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.457
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:       1304564 kB
Buffers:         38376 kB
Cached:         651692 kB
SwapCached:       5940 kB
Active:          90128 kB
Inactive:       609988 kB
HighTotal:     1178688 kB
HighFree:       563900 kB
LowTotal:       895776 kB
LowFree:        740664 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:            3184 kB
Writeback:           0 kB
AnonPages:        9060 kB
Mapped:           3236 kB
Slab:            61772 kB
PageTables:        516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90764 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4941 MiB
End job on tipi16 at 2009-05-17 01:22:15