Trace number 1821140

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
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 variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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.05/0.09	c ==============================================================================
0.05/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.05/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.05/0.09	c ==============================================================================
0.05/0.09	c |         0 |   95961   226361 |   28788       0        0     nan |  0.000 % |
1.22/1.26	c |         0 |   59330   176425 |      --       0       --      -- |     --   | -36291/-48960
1.22/1.26	c ==============================================================================
1.22/1.26	c Result  :   #vars: 14275   #clauses: 59330   #literals: 176425
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:  14275                                                |
1.32/1.33	|  Number of clauses:    59330                                                |
1.32/1.37	|  Parsing time:         0.03         s                                       |
1.32/1.37	============================[ Search Statistics ]==============================
1.32/1.37	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.32/1.37	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.32/1.37	===============================================================================
1.32/1.38	|         0 |   14275    59330   176425 |    19776        0    nan |  0.000 % |
1.33/1.56	|       100 |   14244    59330   176425 |    21754       93     41 |  1.828 % |
2.12/2.19	|       250 |   14014    57917   172831 |    23929      242     46 |  1.828 % |
3.22/3.25	|       475 |   14014    57917   172831 |    26322      467     36 |  1.828 % |
4.42/4.50	|       813 |   13963    57704   172320 |    28955      801     39 |  2.186 % |
6.82/6.82	|      1319 |   13963    57704   172320 |    31850     1307     36 |  2.186 % |
10.72/10.79	|      2079 |   13963    57704   172320 |    35035     2067     32 |  2.186 % |
16.72/16.72	|      3219 |   13963    57704   172320 |    38539     3207     31 |  2.186 % |
24.42/24.41	|      4927 |   13917    57492   171839 |    42393     4914     33 |  2.508 % |
33.12/33.15	|      7489 |   13917    57492   171839 |    46632     7476     41 |  2.508 % |
53.32/53.32	|     11333 |   13917    57492   171839 |    51295    11320     42 |  2.508 % |
85.33/85.33	|     17100 |   13917    57492   171839 |    56425    17087     40 |  2.508 % |
133.53/133.58	|     25750 |   13917    57492   171839 |    62067    25737     37 |  2.508 % |
204.64/204.66	|     38724 |   13917    57492   171839 |    68274    38711     36 |  2.508 % |
323.14/323.18	|     58186 |   13917    57492   171839 |    75101    58173     36 |  2.508 % |
486.35/486.33	|     87378 |   13917    57492   171839 |    82612    24828     40 |  2.508 % |
732.25/732.28	|    131167 |   13917    57492   171839 |    90873    68617     38 |  2.508 % |
1145.38/1145.41	|    196851 |   13917    57492   171839 |    99960    57639     41 |  2.508 % |
1200.08/1200.02	HOME/SatELiteGTI: line 36:  6300 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-1821140-1242511009/watcher-1821140-1242511009 -o /tmp/evaluation-result-1821140-1242511009/solver-1821140-1242511009 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821140-1242511009.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: 0.92 0.98 0.99 2/93 6294
/proc/meminfo: memFree=1192304/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2416 CPUtime=0.01
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 368 643 0 0 0 1 0 0 25 0 1 0 1015601722 2473984 277 4294967295 134512640 135169312 3218770160 3218768696 3085737710 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/6294/statm: 604 277 235 161 0 43 0
[pid=6298] ppid=6294 vsize=952 CPUtime=0
/proc/6298/stat : 6298 (SatELite_releas) R 6294 6294 10114 0 -1 4202496 119 0 0 0 0 0 0 0 25 0 1 0 1015601722 974848 55 4294967295 134512640 135223648 3217799168 3217798044 134576032 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6298/statm: 238 57 45 174 0 63 0

[startup+0.0443 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 6294
/proc/meminfo: memFree=1192304/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2416 CPUtime=0.01
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 368 643 0 0 0 1 0 0 25 0 1 0 1015601722 2473984 277 4294967295 134512640 135169312 3218770160 3218768696 3085737710 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/6294/statm: 604 277 235 161 0 43 0
[pid=6298] ppid=6294 vsize=7464 CPUtime=0.04
/proc/6298/stat : 6298 (SatELite_releas) R 6294 6294 10114 0 -1 4202496 1732 0 0 0 4 0 0 0 25 0 1 0 1015601722 7643136 1668 4294967295 134512640 135223648 3217799168 3217798120 134737310 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6298/statm: 1866 1669 47 174 0 1691 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9880

[startup+0.114297 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 6294
/proc/meminfo: memFree=1192304/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2416 CPUtime=0.01
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 368 643 0 0 0 1 0 0 25 0 1 0 1015601722 2473984 277 4294967295 134512640 135169312 3218770160 3218768696 3085737710 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/6294/statm: 604 277 235 161 0 43 0
[pid=6298] ppid=6294 vsize=13884 CPUtime=0.11
/proc/6298/stat : 6298 (SatELite_releas) R 6294 6294 10114 0 -1 4202496 3451 0 0 0 9 2 0 0 25 0 1 0 1015601722 14217216 3244 4294967295 134512640 135223648 3217799168 3217797072 134541178 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6298/statm: 3471 3244 73 174 0 3296 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 16300

[startup+0.314286 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 6294
/proc/meminfo: memFree=1192304/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2416 CPUtime=0.01
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 368 643 0 0 0 1 0 0 25 0 1 0 1015601722 2473984 277 4294967295 134512640 135169312 3218770160 3218768696 3085737710 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/6294/statm: 604 277 235 161 0 43 0
[pid=6298] ppid=6294 vsize=14624 CPUtime=0.31
/proc/6298/stat : 6298 (SatELite_releas) R 6294 6294 10114 0 -1 4202496 3637 0 0 0 29 2 0 0 25 0 1 0 1015601722 14974976 3430 4294967295 134512640 135223648 3217799168 3217797184 134586877 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6298/statm: 3656 3430 73 174 0 3481 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 17040

[startup+0.714267 s]
/proc/loadavg: 0.92 0.98 0.99 2/93 6294
/proc/meminfo: memFree=1192304/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2416 CPUtime=0.01
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 368 643 0 0 0 1 0 0 25 0 1 0 1015601722 2473984 277 4294967295 134512640 135169312 3218770160 3218768696 3085737710 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/6294/statm: 604 277 235 161 0 43 0
[pid=6298] ppid=6294 vsize=15764 CPUtime=0.71
/proc/6298/stat : 6298 (SatELite_releas) R 6294 6294 10114 0 -1 4202496 3863 0 0 0 68 3 0 0 25 0 1 0 1015601722 16142336 3656 4294967295 134512640 135223648 3217799168 3217797264 134596447 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6298/statm: 3941 3656 73 174 0 3766 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 18180

[startup+1.51423 s]
/proc/loadavg: 0.92 0.98 0.99 3/95 6299
/proc/meminfo: memFree=1173928/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 2420

[startup+3.11416 s]
/proc/loadavg: 0.92 0.98 0.99 2/95 6300
/proc/meminfo: memFree=1182236/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=6016 CPUtime=1.79
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 1382 0 0 0 177 2 0 0 25 0 1 0 1015601855 6160384 1317 4294967295 134512640 135216011 3220785968 3220784320 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6300/statm: 1504 1317 71 172 0 1331 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 8436

[startup+6.314 s]
/proc/loadavg: 0.93 0.98 0.99 2/95 6300
/proc/meminfo: memFree=1181988/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=6148 CPUtime=4.99
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 1421 0 0 0 497 2 0 0 25 0 1 0 1015601855 6295552 1356 4294967295 134512640 135216011 3220785968 3220784432 134540671 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6300/statm: 1537 1356 71 172 0 1364 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 8568

[startup+12.7137 s]
/proc/loadavg: 0.93 0.98 0.99 2/95 6300
/proc/meminfo: memFree=1181688/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=6284 CPUtime=11.39
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 1464 0 0 0 1137 2 0 0 25 0 1 0 1015601855 6434816 1399 4294967295 134512640 135216011 3220785968 3220784320 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6300/statm: 1571 1399 71 172 0 1398 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 8704

[startup+25.5131 s]
/proc/loadavg: 0.95 0.98 0.99 3/95 6475
/proc/meminfo: memFree=1180792/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=6812 CPUtime=24.19
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 1586 0 0 0 2417 2 0 0 25 0 1 0 1015601855 6975488 1521 4294967295 134512640 135216011 3220785968 3220784320 134527243 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6300/statm: 1703 1521 71 172 0 1530 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 9232

[startup+51.1118 s]
/proc/loadavg: 0.96 0.98 0.99 2/95 6485
/proc/meminfo: memFree=1179760/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=8140 CPUtime=49.79
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 1929 0 0 0 4976 3 0 0 25 0 1 0 1015601855 8335360 1864 4294967295 134512640 135216011 3220785968 3220784112 134535994 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6300/statm: 2035 1864 71 172 0 1862 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 10560

[startup+102.319 s]
/proc/loadavg: 0.98 0.98 0.99 2/95 6678
/proc/meminfo: memFree=1178068/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=9892 CPUtime=101
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 2338 0 0 0 10097 3 0 0 25 0 1 0 1015601855 10129408 2273 4294967295 134512640 135216011 3220785968 3220784112 134535661 0 0 0 3 0 0 0 17 0 0 0 0
/proc/6300/statm: 2473 2273 71 172 0 2300 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 12312

[startup+162.316 s]
/proc/loadavg: 0.99 0.98 0.99 2/95 6865
/proc/meminfo: memFree=1175992/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=11780 CPUtime=161
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 2827 0 0 0 16097 3 0 0 25 0 1 0 1015601855 12062720 2762 4294967295 134512640 135216011 3220785968 3220784112 134536563 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 2945 2762 71 172 0 2772 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 14200

[startup+222.314 s]
/proc/loadavg: 1.15 1.02 1.01 2/95 7054
/proc/meminfo: memFree=1173968/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=13736 CPUtime=221
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 3298 0 0 0 22096 4 0 0 25 0 1 0 1015601855 14065664 3233 4294967295 134512640 135216011 3220785968 3220784320 134527419 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 3434 3233 71 172 0 3261 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 16156

[startup+282.311 s]
/proc/loadavg: 1.06 1.01 1.00 3/95 7242
/proc/meminfo: memFree=1172240/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=15608 CPUtime=281
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 3774 0 0 0 28093 7 0 0 25 0 1 0 1015601855 15982592 3709 4294967295 134512640 135216011 3220785968 3220784320 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 3902 3709 71 172 0 3729 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 18028

[startup+342.318 s]
/proc/loadavg: 1.02 1.00 1.00 2/95 7428
/proc/meminfo: memFree=1170892/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=17124 CPUtime=341.01
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 4149 0 0 0 34093 8 0 0 25 0 1 0 1015601855 17534976 4084 4294967295 134512640 135216011 3220785968 3220784320 134527760 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 4281 4084 71 172 0 4108 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 19544

[startup+402.315 s]

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

/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=20172 CPUtime=461.02
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 4894 0 0 0 46093 9 0 0 25 0 1 0 1015601855 20656128 4829 4294967295 134512640 135216011 3220785968 3220784320 134527755 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 5043 4829 71 172 0 4870 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 22592

[startup+522.319 s]
/proc/loadavg: 1.10 1.04 1.01 2/95 7999
/proc/meminfo: memFree=1167868/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=20316 CPUtime=521.02
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 4909 0 0 0 52093 9 0 0 25 0 1 0 1015601855 20803584 4844 4294967295 134512640 135216011 3220785968 3220784432 134540639 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 5079 4844 71 172 0 4906 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 22736

[startup+582.306 s]
/proc/loadavg: 1.07 1.04 1.01 3/95 8187
/proc/meminfo: memFree=1168072/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=20316 CPUtime=581.01
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 4909 0 0 0 58092 9 0 0 25 0 1 0 1015601855 20803584 4844 4294967295 134512640 135216011 3220785968 3220784112 134536542 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 5079 4844 71 172 0 4906 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 22736

[startup+642.313 s]
/proc/loadavg: 1.02 1.03 1.00 2/95 8373
/proc/meminfo: memFree=1167848/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=20316 CPUtime=641.02
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 4922 0 0 0 64093 9 0 0 25 0 1 0 1015601855 20803584 4857 4294967295 134512640 135216011 3220785968 3220784320 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 5079 4857 71 172 0 4906 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 22736

[startup+702.31 s]
/proc/loadavg: 1.01 1.02 1.00 2/95 8562
/proc/meminfo: memFree=1167428/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=20456 CPUtime=701.02
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 4939 0 0 0 70093 9 0 0 25 0 1 0 1015601855 20946944 4874 4294967295 134512640 135216011 3220785968 3220784112 134536015 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 5114 4874 71 172 0 4941 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 22876

[startup+762.317 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 8749
/proc/meminfo: memFree=1166468/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=21340 CPUtime=761.03
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 5145 0 0 0 76094 9 0 0 25 0 1 0 1015601855 21852160 5080 4294967295 134512640 135216011 3220785968 3220784112 134536495 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 5335 5080 71 172 0 5162 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 23760

[startup+822.314 s]
/proc/loadavg: 1.00 1.01 1.00 2/95 8942
/proc/meminfo: memFree=1164824/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=23092 CPUtime=821.03
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 5588 0 0 0 82094 9 0 0 25 0 1 0 1015601855 23646208 5523 4294967295 134512640 135216011 3220785968 3220784432 134540569 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 5773 5523 71 172 0 5600 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 25512

[startup+882.322 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 9130
/proc/meminfo: memFree=1163328/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=24696 CPUtime=881.04
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 6019 0 0 0 88094 10 0 0 25 0 1 0 1015601855 25288704 5954 4294967295 134512640 135216011 3220785968 3220784320 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 6174 5954 71 172 0 6001 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 27116

[startup+942.309 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 9316
/proc/meminfo: memFree=1162864/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=25404 CPUtime=941.03
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 6137 0 0 0 94092 11 0 0 25 0 1 0 1015601855 26013696 6072 4294967295 134512640 135216011 3220785968 3220784320 134527457 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 6351 6072 71 172 0 6178 0
Current children cumulated CPU time (s) 942.36
Current children cumulated vsize (KiB) 27824

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 9505
/proc/meminfo: memFree=1162832/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=25404 CPUtime=1001.04
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 6148 0 0 0 100091 13 0 0 25 0 1 0 1015601855 26013696 6083 4294967295 134512640 135216011 3220785968 3220784112 134536586 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 6351 6083 71 172 0 6178 0
Current children cumulated CPU time (s) 1002.37
Current children cumulated vsize (KiB) 27824

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 9692
/proc/meminfo: memFree=1162756/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=25568 CPUtime=1061.04
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 6169 0 0 0 106091 13 0 0 25 0 1 0 1015601855 26181632 6104 4294967295 134512640 135216011 3220785968 3220784320 134527395 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 6392 6104 71 172 0 6219 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 27988

[startup+1122.32 s]
/proc/loadavg: 1.04 1.01 1.00 3/95 9881
/proc/meminfo: memFree=1162584/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=25568 CPUtime=1121.05
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 6171 0 0 0 112092 13 0 0 25 0 1 0 1015601855 26181632 6106 4294967295 134512640 135216011 3220785968 3220784320 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 6392 6106 71 172 0 6219 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 27988

[startup+1182.32 s]
/proc/loadavg: 1.01 1.01 1.00 2/95 10073
/proc/meminfo: memFree=1162436/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=25888 CPUtime=1181.05
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 6248 0 0 0 118092 13 0 0 25 0 1 0 1015601855 26509312 6183 4294967295 134512640 135216011 3220785968 3220784112 134536566 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 6472 6183 71 172 0 6299 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 28308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.01 1.00 1.00 3/95 10074
/proc/meminfo: memFree=1162688/2074464 swapFree=1950884/1959888
[pid=6294] ppid=6292 vsize=2420 CPUtime=1.33
/proc/6294/stat : 6294 (SatELiteGTI) S 6292 6294 10114 0 -1 4194304 387 4982 0 0 0 1 129 3 18 0 1 0 1015601722 2478080 278 4294967295 134512640 135169312 3218770160 3218766376 3085737710 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/6294/statm: 605 278 235 161 0 44 0
[pid=6300] ppid=6294 vsize=25888 CPUtime=1198.75
/proc/6300/stat : 6300 (minisat_static) R 6294 6294 10114 0 -1 4202496 6249 0 0 0 119862 13 0 0 25 0 1 0 1015601855 26509312 6184 4294967295 134512640 135216011 3220785968 3220784112 134535661 0 0 0 3 0 0 0 17 3 0 0 0
/proc/6300/statm: 6472 6184 71 172 0 6299 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 28308

Sending SIGTERM to process tree (bottom up)

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

Child status: 143
Real time (s): 1200.03
CPU time (s): 1200.09
CPU user time (s): 1199.91
CPU system time (s): 0.18
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 28308

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-16 23:56:49
IDJOB=1821140
IDBENCH=70849
IDSOLVER=661
FILE ID=tipi13/1821140-1242511009
PBS_JOBID=
Free space on /tmp= 7059 MiB

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

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED= 1666844463

Linux tipi13 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.475
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.475
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.475
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.475
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:       1192312 kB
Buffers:         44060 kB
Cached:         745264 kB
SwapCached:       3516 kB
Active:         349900 kB
Inactive:       448968 kB
HighTotal:     1178688 kB
HighFree:       456832 kB
LowTotal:       895776 kB
LowFree:        735480 kB
SwapTotal:     1959888 kB
SwapFree:      1950884 kB
Dirty:            3028 kB
Writeback:           0 kB
AnonPages:        8624 kB
Mapped:           2960 kB
Slab:            74604 kB
PageTables:        608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90596 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 7059 MiB
End job on tipi13 at 2009-05-17 00:16:49