Trace number 1821176

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
BinMiniSat 2009-03-21? (TO) 1200.03 1199.92

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-33-s100.cnf
MD5SUMabeb2c5a0bb0ad39fbdbdbc07efbecf7
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 variables32402
Number of clauses97556
Sum of the clauses size230290
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262250
Number of clauses of size 335242
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |   97364   229838 |   29209       0        0     nan |  0.000 % |
1.22/1.26	c |         0 |   60515   180710 |      --       0       --      -- |     --   | -36729/-48704
1.22/1.26	c ==============================================================================
1.22/1.26	c Result  :   #vars: 14564   #clauses: 60515   #literals: 180710
1.22/1.26	c CPU time:   1.23 s
1.22/1.26	c ==============================================================================
1.32/1.33	This is MiniSat 2.0 beta
1.32/1.33	WARNING: for repeatability, setting FPU to use double precision
1.32/1.33	============================[ Problem Statistics ]=============================
1.32/1.33	|                                                                             |
1.32/1.33	|  Number of variables:  14564                                                |
1.32/1.33	|  Number of clauses:    60515                                                |
1.32/1.37	|  Parsing time:         0.03         s                                       |
1.32/1.38	============================[ Search Statistics ]==============================
1.32/1.38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.32/1.38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.32/1.38	===============================================================================
1.32/1.38	|         0 |   14564    60515   180710 |    20171        0    nan |  0.000 % |
1.32/1.41	|       101 |   14560    60515   180710 |    22188       99     57 |  1.167 % |
1.33/1.94	|       252 |   14559    60515   180710 |    24407      249     59 |  1.600 % |
2.42/2.43	|       478 |   14327    59263   177416 |    26848      469     55 |  1.833 % |
3.72/3.75	|       816 |   14297    59087   177001 |    29533      806     49 |  1.833 % |
5.52/5.61	|      1323 |   14274    58960   176694 |    32486     1312     48 |  1.991 % |
8.81/8.82	|      2083 |   14274    58960   176694 |    35735     2072     46 |  1.991 % |
13.51/13.55	|      3223 |   14274    58960   176694 |    39308     3212     50 |  1.991 % |
20.81/20.85	|      4931 |   14274    58960   176694 |    43239     4920     45 |  1.991 % |
31.91/32.01	|      7493 |   14274    58960   176694 |    47563     7482     45 |  1.991 % |
46.21/46.29	|     11338 |   14274    58960   176694 |    52320    11327     46 |  1.991 % |
58.61/58.68	|     17104 |   14274    58960   176694 |    57552    17093     46 |  1.991 % |
95.11/95.13	|     25754 |   14274    58960   176694 |    63307    25743     47 |  1.991 % |
161.62/161.68	|     38729 |   14274    58960   176694 |    69638    38718     46 |  1.991 % |
240.33/240.41	|     58190 |   14274    58960   176694 |    76601    58179     52 |  1.991 % |
407.55/407.51	|     87383 |   14274    58960   176694 |    84262    23653     39 |  1.991 % |
600.37/600.35	|    131173 |   14274    58960   176694 |    92688    67443     53 |  1.991 % |
968.50/968.43	|    196858 |   14274    58960   176694 |   101957    54443     66 |  1.991 % |
1200.02/1199.91	HOME/SatELiteGTI: line 36: 30835 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-1821176-1242514734/watcher-1821176-1242514734 -o /tmp/evaluation-result-1821176-1242514734/solver-1821176-1242514734 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821176-1242514734.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 30829
/proc/meminfo: memFree=942692/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2416 CPUtime=0
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 365 647 0 0 0 0 0 0 25 0 1 0 1015974434 2473984 276 4294967295 134512640 135169312 3218239600 3218238136 3084885742 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30829/statm: 604 276 235 161 0 43 0
[pid=30833] ppid=30829 vsize=956 CPUtime=0
/proc/30833/stat : 30833 (SatELite_releas) R 30829 30829 20977 0 -1 4202496 123 0 0 0 0 0 0 0 25 0 1 0 1015974435 978944 59 4294967295 134512640 135223648 3214150784 3214149380 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30833/statm: 239 62 45 174 0 64 0

[startup+0.109392 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30829
/proc/meminfo: memFree=942692/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2416 CPUtime=0
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 365 647 0 0 0 0 0 0 25 0 1 0 1015974434 2473984 276 4294967295 134512640 135169312 3218239600 3218238136 3084885742 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30829/statm: 604 276 235 161 0 43 0
[pid=30833] ppid=30829 vsize=14012 CPUtime=0.11
/proc/30833/stat : 30833 (SatELite_releas) R 30829 30829 20977 0 -1 4202496 3339 0 0 0 10 1 0 0 25 0 1 0 1015974435 14348288 3250 4294967295 134512640 135223648 3214150784 3214148452 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30833/statm: 3503 3250 73 174 0 3328 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 16428

[startup+0.219381 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30829
/proc/meminfo: memFree=942692/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2416 CPUtime=0
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 365 647 0 0 0 0 0 0 25 0 1 0 1015974434 2473984 276 4294967295 134512640 135169312 3218239600 3218238136 3084885742 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30829/statm: 604 276 235 161 0 43 0
[pid=30833] ppid=30829 vsize=14544 CPUtime=0.22
/proc/30833/stat : 30833 (SatELite_releas) R 30829 30829 20977 0 -1 4202496 3488 0 0 0 21 1 0 0 25 0 1 0 1015974435 14893056 3399 4294967295 134512640 135223648 3214150784 3214148880 134595980 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30833/statm: 3636 3399 73 174 0 3461 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 16960

[startup+0.319371 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30829
/proc/meminfo: memFree=942692/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2416 CPUtime=0
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 365 647 0 0 0 0 0 0 25 0 1 0 1015974434 2473984 276 4294967295 134512640 135169312 3218239600 3218238136 3084885742 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30829/statm: 604 276 235 161 0 43 0
[pid=30833] ppid=30829 vsize=14776 CPUtime=0.32
/proc/30833/stat : 30833 (SatELite_releas) R 30829 30829 20977 0 -1 4202496 3541 0 0 0 30 2 0 0 25 0 1 0 1015974435 15130624 3452 4294967295 134512640 135223648 3214150784 3214148784 134549027 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30833/statm: 3694 3452 73 174 0 3519 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 17192

[startup+0.719331 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 30829
/proc/meminfo: memFree=942692/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2416 CPUtime=0
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 365 647 0 0 0 0 0 0 25 0 1 0 1015974434 2473984 276 4294967295 134512640 135169312 3218239600 3218238136 3084885742 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/30829/statm: 604 276 235 161 0 43 0
[pid=30833] ppid=30829 vsize=15796 CPUtime=0.72
/proc/30833/stat : 30833 (SatELite_releas) R 30829 30829 20977 0 -1 4202496 3774 0 0 0 70 2 0 0 25 0 1 0 1015974435 16175104 3685 4294967295 134512640 135223648 3214150784 3214148880 134596353 0 0 0 3 0 0 0 17 2 0 0 0
/proc/30833/statm: 3949 3685 96 174 0 3774 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 18212

[startup+1.51925 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30834
/proc/meminfo: memFree=924308/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2420

[startup+3.1191 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30835
/proc/meminfo: memFree=932988/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=6220 CPUtime=1.79
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 1429 0 0 0 178 1 0 0 25 0 1 0 1015974568 6369280 1363 4294967295 134512640 135216011 3215185376 3215183728 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 1555 1363 71 172 0 1382 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 8640

[startup+6.31878 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30838
/proc/meminfo: memFree=932772/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=6352 CPUtime=4.98
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 1477 0 0 0 495 3 0 0 25 0 1 0 1015974568 6504448 1411 4294967295 134512640 135216011 3215185376 3215183728 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 1588 1411 71 172 0 1415 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 8772

[startup+12.7182 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30841
/proc/meminfo: memFree=932432/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=6756 CPUtime=11.38
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 1571 0 0 0 1135 3 0 0 25 0 1 0 1015974568 6918144 1505 4294967295 134512640 135216011 3215185376 3215183728 134527533 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 1689 1505 71 172 0 1516 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 9176

[startup+25.5169 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 30843
/proc/meminfo: memFree=931752/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=7284 CPUtime=24.18
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 1715 0 0 0 2415 3 0 0 25 0 1 0 1015974568 7458816 1649 4294967295 134512640 135216011 3215185376 3215183728 134527466 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 1821 1649 71 172 0 1648 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 9704

[startup+51.1144 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 31026
/proc/meminfo: memFree=930024/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=8784 CPUtime=49.78
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 2086 0 0 0 4975 3 0 0 25 0 1 0 1015974568 8994816 2020 4294967295 134512640 135216011 3215185376 3215183520 134536369 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 2196 2020 71 172 0 2023 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 11204

[startup+102.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 31215
/proc/meminfo: memFree=926548/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=12060 CPUtime=100.98
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 2897 0 0 0 10093 5 0 0 25 0 1 0 1015974568 12349440 2831 4294967295 134512640 135216011 3215185376 3215183728 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 3015 2831 71 172 0 2842 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 14480

[startup+162.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 31402
/proc/meminfo: memFree=924132/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=14468 CPUtime=160.99
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 3497 0 0 0 16085 14 0 0 25 0 1 0 1015974568 14815232 3431 4294967295 134512640 135216011 3215185376 3215183456 134524304 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 3617 3431 71 172 0 3444 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 16888

[startup+222.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 31589
/proc/meminfo: memFree=919032/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=19564 CPUtime=221
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 4777 0 0 0 22082 18 0 0 25 0 1 0 1015974568 20033536 4711 4294967295 134512640 135216011 3215185376 3215183728 134527474 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 4891 4711 71 172 0 4718 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 21984

[startup+282.312 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 31778
/proc/meminfo: memFree=916684/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=21676 CPUtime=281
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 5291 0 0 0 28082 18 0 0 25 0 1 0 1015974568 22196224 5225 4294967295 134512640 135216011 3215185376 3215183728 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 5419 5225 71 172 0 5246 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 24096

[startup+342.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 31967
/proc/meminfo: memFree=914708/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=23800 CPUtime=341.01
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 5815 0 0 0 34080 21 0 0 25 0 1 0 1015974568 24371200 5749 4294967295 134512640 135216011 3215185376 3215183728 134527531 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 5950 5749 71 172 0 5777 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 26220

[startup+402.31 s]

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

/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=24484 CPUtime=461.01
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 5970 0 0 0 46069 32 0 0 25 0 1 0 1015974568 25071616 5904 4294967295 134512640 135216011 3215185376 3215183728 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 6121 5904 71 172 0 5948 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 26904

[startup+522.308 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 32534
/proc/meminfo: memFree=914236/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=24484 CPUtime=521.02
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 5988 0 0 0 52070 32 0 0 25 0 1 0 1015974568 25071616 5922 4294967295 134512640 135216011 3215185376 3215183520 134536015 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 6121 5922 71 172 0 5948 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 26904

[startup+582.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 32723
/proc/meminfo: memFree=914008/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=24636 CPUtime=581.04
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 6006 0 0 0 58072 32 0 0 25 0 1 0 1015974568 25227264 5940 4294967295 134512640 135216011 3215185376 3215183456 134524258 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 6159 5940 71 172 0 5986 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 27056

[startup+642.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 442
/proc/meminfo: memFree=912544/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=26508 CPUtime=641.04
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 6482 0 0 0 64071 33 0 0 25 0 1 0 1015974568 27144192 6416 4294967295 134512640 135216011 3215185376 3215183728 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 6627 6416 71 172 0 6454 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 28928

[startup+702.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 631
/proc/meminfo: memFree=909304/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=29544 CPUtime=701.05
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 7239 0 0 0 70071 34 0 0 25 0 1 0 1015974568 30253056 7173 4294967295 134512640 135216011 3215185376 3215183728 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 7386 7173 71 172 0 7213 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 31964

[startup+762.325 s]
/proc/loadavg: 1.08 1.02 1.01 3/95 822
/proc/meminfo: memFree=906476/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=32260 CPUtime=761.06
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 7887 0 0 0 76070 36 0 0 25 0 1 0 1015974568 33034240 7821 4294967295 134512640 135216011 3215185376 3215183728 134527760 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 8065 7821 71 172 0 7892 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 34680

[startup+822.319 s]
/proc/loadavg: 1.03 1.01 1.00 3/95 1022
/proc/meminfo: memFree=906384/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=32392 CPUtime=821.06
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 7922 0 0 0 82070 36 0 0 25 0 1 0 1015974568 33169408 7856 4294967295 134512640 135216011 3215185376 3215183728 134527283 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 8098 7856 71 172 0 7925 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 34812

[startup+882.323 s]
/proc/loadavg: 1.01 1.00 1.00 3/95 1212
/proc/meminfo: memFree=906188/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=32552 CPUtime=881.07
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 7936 0 0 0 88071 36 0 0 25 0 1 0 1015974568 33333248 7870 4294967295 134512640 135216011 3215185376 3215183728 134527269 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 8138 7870 71 172 0 7965 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 34972

[startup+942.317 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 1399
/proc/meminfo: memFree=906252/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=32552 CPUtime=941.07
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 7952 0 0 0 94071 36 0 0 25 0 1 0 1015974568 33333248 7886 4294967295 134512640 135216011 3215185376 3215183728 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 8138 7886 71 172 0 7965 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 34972

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 1588
/proc/meminfo: memFree=905932/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=32552 CPUtime=1001.08
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 7957 0 0 0 100072 36 0 0 25 0 1 0 1015974568 33333248 7891 4294967295 134512640 135216011 3215185376 3215183840 134540639 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 8138 7891 71 172 0 7965 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 34972

[startup+1062.33 s]
/proc/loadavg: 1.03 1.01 1.00 3/95 1775
/proc/meminfo: memFree=906484/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=32552 CPUtime=1061.09
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 7959 0 0 0 106073 36 0 0 25 0 1 0 1015974568 33333248 7893 4294967295 134512640 135216011 3215185376 3215183728 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 8138 7893 71 172 0 7965 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 34972

[startup+1122.32 s]
/proc/loadavg: 1.15 1.04 1.01 2/95 1965
/proc/meminfo: memFree=906468/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=32704 CPUtime=1121.09
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 7981 0 0 0 112071 38 0 0 25 0 1 0 1015974568 33488896 7915 4294967295 134512640 135216011 3215185376 3215183728 134527824 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 8176 7915 71 172 0 8003 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 35124

[startup+1182.31 s]
/proc/loadavg: 1.18 1.06 1.01 3/95 2158
/proc/meminfo: memFree=906328/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=32704 CPUtime=1181.09
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 8002 0 0 0 118071 38 0 0 25 0 1 0 1015974568 33488896 7936 4294967295 134512640 135216011 3215185376 3215183728 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 8176 7936 71 172 0 8003 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 35124



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.14 1.06 1.01 3/95 2158
/proc/meminfo: memFree=906448/2074464 swapFree=1951864/1959888
[pid=30829] ppid=30827 vsize=2420 CPUtime=1.33
/proc/30829/stat : 30829 (SatELiteGTI) S 30827 30829 20977 0 -1 4194304 385 4621 0 0 0 0 129 4 18 0 1 0 1015974434 2478080 278 4294967295 134512640 135169312 3218239600 3218235816 3084885742 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/30829/statm: 605 278 235 161 0 44 0
[pid=30835] ppid=30829 vsize=32704 CPUtime=1198.69
/proc/30835/stat : 30835 (minisat_static) R 30829 30829 20977 0 -1 4202496 8003 0 0 0 119831 38 0 0 25 0 1 0 1015974568 33488896 7937 4294967295 134512640 135216011 3215185376 3215183728 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/30835/statm: 8176 7937 71 172 0 8003 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 35124

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

Child status: 143
Real time (s): 1199.92
CPU time (s): 1200.03
CPU user time (s): 1199.6
CPU system time (s): 0.43
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 35124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.6
system time used= 0.43
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13285
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 1419

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi10 at 2009-05-17 00:58:54
IDJOB=1821176
IDBENCH=70865
IDSOLVER=661
FILE ID=tipi10/1821176-1242514734
PBS_JOBID=
Free space on /tmp= 4167 MiB

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

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

MD5SUM BENCH= abeb2c5a0bb0ad39fbdbdbc07efbecf7
RANDOM SEED= 1701489337

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:        942940 kB
Buffers:         25168 kB
Cached:         992352 kB
SwapCached:       2732 kB
Active:         467204 kB
Inactive:       560308 kB
HighTotal:     1178688 kB
HighFree:       331300 kB
LowTotal:       895776 kB
LowFree:        611640 kB
SwapTotal:     1959888 kB
SwapFree:      1951864 kB
Dirty:            3208 kB
Writeback:           0 kB
AnonPages:        9240 kB
Mapped:           3188 kB
Slab:            94748 kB
PageTables:        416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90592 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 01:18:54