Trace number 1820403

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
APTUSAT 2009-03-22? (TO) 1200.09 1200.04

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-09.cnf
MD5SUM50ed98553825ac1825482c1496260592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1083.49
Satisfiable
(Un)Satisfiability was proved
Number of variables33582
Number of clauses160817
Sum of the clauses size423605
Maximum clause length4200
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2136464
Number of clauses of size 36536
Number of clauses of size 46374
Number of clauses of size 52328
Number of clauses of size over 59114

Solver Data

0.00/0.00	c Parsing...
0.12/0.12	c ==============================================================================
0.12/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.12/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.12/0.12	c ==============================================================================
0.12/0.12	c |         0 |  135474   356036 |   40642       0        0     nan |  0.000 % |
1.22/1.31	c |         0 |  114078   411814 |      --       0       --      -- |     --   | -21277/56123
1.32/1.31	c ==============================================================================
1.32/1.31	c Result  :   #vars: 18800   #clauses: 114078   #literals: 411814
1.32/1.31	c CPU time:   1.29 s
1.32/1.31	c ==============================================================================
1.42/1.45	This is MiniSat 2.0 beta
1.42/1.45	WARNING: for repeatability, setting FPU to use double precision
1.42/1.45	============================[ Problem Statistics ]=============================
1.42/1.45	|                                                                             |
1.42/1.45	|  Number of variables:  18800                                                |
1.42/1.45	|  Number of clauses:    114078                                               |
1.46/1.53	|  Parsing time:         0.06         s                                       |
1.46/1.54	============================[ Search Statistics ]==============================
1.46/1.54	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.46/1.54	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.46/1.54	===============================================================================
1.46/1.54	|         0 |   18800   114078   411814 |    38026        0    nan |  0.000 % |
1.46/1.58	|       101 |   18793   114078   411814 |    41828       99     21 |  0.532 % |
1.46/1.62	|       253 |   18778   114078   411814 |    46011      250     21 |  0.633 % |
1.46/1.73	|       478 |   18778   114078   411814 |    50612      475     46 |  0.633 % |
1.46/1.82	|       815 |   18778   114078   411814 |    55673      812     38 |  0.633 % |
1.46/2.00	|      1322 |   18681   113111   409182 |    61241     1319     39 |  0.633 % |
2.23/2.30	|      2081 |   18681   113111   409182 |    67365     2078     41 |  0.633 % |
2.62/2.64	|      3220 |   18681   113111   409182 |    74101     3217     44 |  0.633 % |
3.02/3.04	|      4928 |   18681   113111   409182 |    81512     4925     40 |  0.633 % |
3.72/3.77	|      7490 |   18681   113111   409182 |    89663     7487     40 |  0.633 % |
4.72/4.80	|     11334 |   18681   113111   409182 |    98629    11331     44 |  0.633 % |
6.82/6.89	|     17100 |   18584   112494   407552 |   108492    17069     46 |  1.149 % |
10.32/10.38	|     25749 |   18584   112494   407552 |   119341    25718     46 |  1.149 % |
17.92/17.93	|     38723 |   18575   112444   407406 |   131276    38691     54 |  1.197 % |
30.63/30.64	|     58185 |   18575   112444   407406 |   144403    58153     52 |  1.197 % |
52.33/52.36	|     87378 |   18575   112444   407406 |   158844    87346     55 |  1.197 % |
98.02/98.04	|    131168 |   18556   112313   407060 |   174728   131135     57 |  1.298 % |
169.63/169.62	|    196852 |   18542   112190   406659 |   192201    39841     44 |  1.373 % |
259.54/259.55	|    295380 |   18542   112167   406596 |   211421   138367     56 |  1.372 % |
455.34/455.40	|    443169 |   18531   112061   406269 |   232563    92041     47 |  1.431 % |
776.16/776.12	|    664854 |   18451   110229   400814 |   255819    67684     60 |  1.857 % |
1200.08/1200.03	HOME/SatELiteGTI: line 36:  4463 Terminated              $MS $2 $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-1820403-1242439363/watcher-1820403-1242439363 -o /tmp/evaluation-result-1820403-1242439363/solver-1820403-1242439363 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820403-1242439363.cnf -restarts=1 

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.94 0.99 0.99 3/93 4457
/proc/meminfo: memFree=1493212/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2416 CPUtime=0.01
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 367 647 0 0 0 1 0 0 19 0 1 0 1008437141 2473984 277 4294967295 134512640 135169312 3213163408 3213161944 3085246190 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4457/statm: 604 277 235 161 0 43 0
[pid=4461] ppid=4457 vsize=816 CPUtime=0
/proc/4461/stat : 4461 (SatELite_releas) R 4457 4457 10114 0 -1 4202496 81 0 0 0 0 0 0 0 20 0 1 0 1008437141 835584 17 4294967295 134512640 135223648 3220122160 3220121976 134744192 0 0 0 0 0 0 0 17 2 0 0 0
/proc/4461/statm: 237 31 25 174 0 62 0

[startup+0.034083 s]
/proc/loadavg: 0.94 0.99 0.99 3/93 4457
/proc/meminfo: memFree=1493212/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2416 CPUtime=0.01
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 367 647 0 0 0 1 0 0 19 0 1 0 1008437141 2473984 277 4294967295 134512640 135169312 3213163408 3213161944 3085246190 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4457/statm: 604 277 235 161 0 43 0
[pid=4461] ppid=4457 vsize=8396 CPUtime=0.03
/proc/4461/stat : 4461 (SatELite_releas) R 4457 4457 10114 0 -1 4202496 1392 0 0 0 3 0 0 0 21 0 1 0 1008437141 8597504 1281 4294967295 134512640 135223648 3220122160 3220120744 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/4461/statm: 2099 1281 47 174 0 1924 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10812

[startup+0.114078 s]
/proc/loadavg: 0.94 0.99 0.99 3/93 4457
/proc/meminfo: memFree=1493212/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2416 CPUtime=0.01
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 367 647 0 0 0 1 0 0 19 0 1 0 1008437141 2473984 277 4294967295 134512640 135169312 3213163408 3213161944 3085246190 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4457/statm: 604 277 235 161 0 43 0
[pid=4461] ppid=4457 vsize=16416 CPUtime=0.11
/proc/4461/stat : 4461 (SatELite_releas) R 4457 4457 10114 0 -1 4202496 3268 0 0 0 10 1 0 0 21 0 1 0 1008437141 16809984 3157 4294967295 134512640 135223648 3220122160 3220121000 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/4461/statm: 4104 3158 47 174 0 3929 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 18832

[startup+0.314076 s]
/proc/loadavg: 0.94 0.99 0.99 3/93 4457
/proc/meminfo: memFree=1493212/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2416 CPUtime=0.01
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 367 647 0 0 0 1 0 0 19 0 1 0 1008437141 2473984 277 4294967295 134512640 135169312 3213163408 3213161944 3085246190 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4457/statm: 604 277 235 161 0 43 0
[pid=4461] ppid=4457 vsize=20772 CPUtime=0.31
/proc/4461/stat : 4461 (SatELite_releas) R 4457 4457 10114 0 -1 4202496 4556 0 0 0 29 2 0 0 21 0 1 0 1008437141 21270528 4068 4294967295 134512640 135223648 3220122160 3220120176 134586905 0 0 0 3 0 0 0 17 0 0 0 0
/proc/4461/statm: 5193 4068 73 174 0 5018 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 23188

[startup+0.714054 s]
/proc/loadavg: 0.94 0.99 0.99 3/93 4457
/proc/meminfo: memFree=1493212/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2416 CPUtime=0.01
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 367 647 0 0 0 1 0 0 19 0 1 0 1008437141 2473984 277 4294967295 134512640 135169312 3213163408 3213161944 3085246190 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/4457/statm: 604 277 235 161 0 43 0
[pid=4461] ppid=4457 vsize=23316 CPUtime=0.71
/proc/4461/stat : 4461 (SatELite_releas) R 4457 4457 10114 0 -1 4202496 5104 0 0 0 69 2 0 0 22 0 1 0 1008437141 23875584 4616 4294967295 134512640 135223648 3220122160 3220120512 134601981 0 0 0 3 0 0 0 17 0 0 0 0
/proc/4461/statm: 5829 4616 73 174 0 5654 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 25732

[startup+1.51402 s]
/proc/loadavg: 0.94 0.99 0.99 2/95 4462
/proc/meminfo: memFree=1474116/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 2420

[startup+3.11393 s]
/proc/loadavg: 0.94 0.99 0.99 2/95 4463
/proc/meminfo: memFree=1481928/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=9672 CPUtime=1.66
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 2283 0 0 0 164 2 0 0 25 0 1 0 1008437286 9904128 2218 4294967295 134512640 135213731 3219268032 3219266512 134529929 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 2418 2218 74 172 0 2244 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 12092

[startup+6.31378 s]
/proc/loadavg: 0.95 0.99 0.99 2/95 4463
/proc/meminfo: memFree=1479984/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=12056 CPUtime=4.86
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 2892 0 0 0 484 2 0 0 25 0 1 0 1008437286 12345344 2827 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 3014 2827 74 172 0 2840 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 14476

[startup+12.7135 s]
/proc/loadavg: 0.95 0.99 0.99 2/95 4463
/proc/meminfo: memFree=1475748/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=15876 CPUtime=11.26
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 3839 0 0 0 1122 4 0 0 25 0 1 0 1008437286 16257024 3774 4294967295 134512640 135213731 3219268032 3219266496 134524035 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 3969 3774 74 172 0 3795 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 18296

[startup+25.5128 s]
/proc/loadavg: 0.96 0.99 0.99 2/95 4463
/proc/meminfo: memFree=1470148/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=21244 CPUtime=24.06
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 5169 0 0 0 2401 5 0 0 25 0 1 0 1008437286 21753856 5104 4294967295 134512640 135213731 3219268032 3219266352 134528755 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 5311 5104 74 172 0 5137 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 23664

[startup+51.1216 s]
/proc/loadavg: 0.97 0.99 0.99 2/95 4466
/proc/meminfo: memFree=1460716/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=30480 CPUtime=49.67
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 7476 0 0 0 4962 5 0 0 25 0 1 0 1008437286 31211520 7411 4294967295 134512640 135213731 3219268032 3219266512 134530034 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 7620 7411 74 172 0 7446 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 32900

[startup+102.319 s]
/proc/loadavg: 0.99 0.99 0.99 2/95 4652
/proc/meminfo: memFree=1446216/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=44500 CPUtime=100.87
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 10971 0 0 0 10077 10 0 0 25 0 1 0 1008437286 45568000 10906 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 11125 10906 74 172 0 10951 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 46920

[startup+162.316 s]
/proc/loadavg: 0.99 0.99 0.99 3/95 4845
/proc/meminfo: memFree=1431956/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=58604 CPUtime=160.87
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 14445 0 0 0 16073 14 0 0 25 0 1 0 1008437286 60010496 14380 4294967295 134512640 135213731 3219268032 3219266512 134529947 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 14651 14380 74 172 0 14477 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 61024

[startup+222.313 s]
/proc/loadavg: 0.99 0.99 0.99 3/95 5033
/proc/meminfo: memFree=1431832/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=58604 CPUtime=220.87
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 14445 0 0 0 22073 14 0 0 25 0 1 0 1008437286 60010496 14380 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 14651 14380 74 172 0 14477 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 61024

[startup+282.31 s]
/proc/loadavg: 0.99 0.99 0.99 3/95 5221
/proc/meminfo: memFree=1431576/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=58768 CPUtime=280.87
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 14478 0 0 0 28073 14 0 0 25 0 1 0 1008437286 60178432 14413 4294967295 134512640 135213731 3219268032 3219266512 134529947 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 14692 14413 74 172 0 14518 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 61188

[startup+342.307 s]
/proc/loadavg: 0.99 0.99 0.99 2/95 5408
/proc/meminfo: memFree=1431460/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=58768 CPUtime=340.87
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 14503 0 0 0 34073 14 0 0 25 0 1 0 1008437286 60178432 14438 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 14692 14438 74 172 0 14518 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 61188

[startup+402.315 s]

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

/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=64464 CPUtime=460.88
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 15803 0 0 0 46073 15 0 0 25 0 1 0 1008437286 66011136 15738 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 16116 15738 74 172 0 15942 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 66884

[startup+522.319 s]
/proc/loadavg: 0.99 0.99 0.99 3/95 5978
/proc/meminfo: memFree=1426004/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=64464 CPUtime=520.89
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 15820 0 0 0 52074 15 0 0 25 0 1 0 1008437286 66011136 15755 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 16116 15755 74 172 0 15942 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 66884

[startup+582.316 s]
/proc/loadavg: 0.99 0.99 0.99 3/95 6166
/proc/meminfo: memFree=1425872/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=64464 CPUtime=580.89
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 15830 0 0 0 58074 15 0 0 25 0 1 0 1008437286 66011136 15765 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 16116 15765 74 172 0 15942 0
Current children cumulated CPU time (s) 582.35
Current children cumulated vsize (KiB) 66884

[startup+642.313 s]
/proc/loadavg: 0.99 0.99 0.99 2/95 6353
/proc/meminfo: memFree=1425756/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=64628 CPUtime=640.89
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 15865 0 0 0 64074 15 0 0 25 0 1 0 1008437286 66179072 15800 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 16157 15800 74 172 0 15983 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 67048

[startup+702.31 s]
/proc/loadavg: 0.99 0.99 0.99 3/95 6540
/proc/meminfo: memFree=1419184/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=71264 CPUtime=700.89
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 17517 0 0 0 70069 20 0 0 25 0 1 0 1008437286 72974336 17452 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 17816 17452 74 172 0 17642 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 73684

[startup+762.317 s]
/proc/loadavg: 0.99 0.99 0.99 2/95 6729
/proc/meminfo: memFree=1415464/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=74964 CPUtime=760.9
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 18462 0 0 0 76069 21 0 0 25 0 1 0 1008437286 76763136 18397 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 18741 18397 74 172 0 18567 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 77384

[startup+822.324 s]
/proc/loadavg: 0.99 0.99 0.99 3/95 6917
/proc/meminfo: memFree=1415216/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=75104 CPUtime=820.91
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 18495 0 0 0 82070 21 0 0 25 0 1 0 1008437286 76906496 18430 4294967295 134512640 135213731 3219268032 3219266512 134530028 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 18776 18430 74 172 0 18602 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 77524

[startup+882.321 s]
/proc/loadavg: 1.07 1.01 1.00 2/95 7112
/proc/meminfo: memFree=1415456/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=75284 CPUtime=880.91
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 18542 0 0 0 88070 21 0 0 25 0 1 0 1008437286 77090816 18477 4294967295 134512640 135213731 3219268032 3219266512 134529968 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 18821 18477 74 172 0 18647 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 77704

[startup+942.318 s]
/proc/loadavg: 1.26 1.07 1.02 3/95 7299
/proc/meminfo: memFree=1415092/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=75612 CPUtime=940.91
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 18608 0 0 0 94070 21 0 0 25 0 1 0 1008437286 77426688 18543 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 18903 18543 74 172 0 18729 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 78032

[startup+1002.31 s]
/proc/loadavg: 1.09 1.05 1.01 3/95 7486
/proc/meminfo: memFree=1414596/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=76220 CPUtime=1000.9
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 18713 0 0 0 100069 21 0 0 25 0 1 0 1008437286 78049280 18648 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 19055 18648 74 172 0 18881 0
Current children cumulated CPU time (s) 1002.36
Current children cumulated vsize (KiB) 78640

[startup+1062.31 s]
/proc/loadavg: 1.03 1.04 1.01 3/95 7675
/proc/meminfo: memFree=1410008/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=80876 CPUtime=1060.91
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 19898 0 0 0 106068 23 0 0 25 0 1 0 1008437286 82817024 19825 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 20219 19825 74 172 0 20045 0
Current children cumulated CPU time (s) 1062.37
Current children cumulated vsize (KiB) 83296

[startup+1122.31 s]
/proc/loadavg: 1.01 1.03 1.00 2/95 7863
/proc/meminfo: memFree=1408396/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=82524 CPUtime=1120.91
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 20293 0 0 0 112068 23 0 0 25 0 1 0 1008437286 84504576 20220 4294967295 134512640 135213731 3219268032 3219266496 134523477 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 20631 20220 74 172 0 20457 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 84944

[startup+1182.32 s]
/proc/loadavg: 1.00 1.02 1.00 3/95 8055
/proc/meminfo: memFree=1408388/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=82524 CPUtime=1180.92
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 20293 0 0 0 118069 23 0 0 25 0 1 0 1008437286 84504576 20220 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 20631 20220 74 172 0 20457 0
Current children cumulated CPU time (s) 1182.38
Current children cumulated vsize (KiB) 84944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.00 1.02 1.00 2/95 8240
/proc/meminfo: memFree=1408124/2074464 swapFree=1950872/1959888
[pid=4457] ppid=4455 vsize=2420 CPUtime=1.46
/proc/4457/stat : 4457 (SatELiteGTI) S 4455 4457 10114 0 -1 4194304 385 6364 0 0 0 1 143 2 18 0 1 0 1008437141 2478080 278 4294967295 134512640 135169312 3213163408 3213159624 3085246190 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/4457/statm: 605 278 235 161 0 44 0
[pid=4463] ppid=4457 vsize=82524 CPUtime=1198.62
/proc/4463/stat : 4463 (minisat_static) R 4457 4457 10114 0 -1 4202496 20294 0 0 0 119839 23 0 0 25 0 1 0 1008437286 84504576 20221 4294967295 134512640 135213731 3219268032 3219266512 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4463/statm: 20631 20221 74 172 0 20457 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 84944

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

Child status: 143
Real time (s): 1200.04
CPU time (s): 1200.09
CPU user time (s): 1199.82
CPU system time (s): 0.27
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 84944

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi13 at 2009-05-16 04:02:43
IDJOB=1820403
IDBENCH=20390
IDSOLVER=662
FILE ID=tipi13/1820403-1242439363
PBS_JOBID=
Free space on /tmp= 8375 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820403-1242439363/watcher-1820403-1242439363 -o /tmp/evaluation-result-1820403-1242439363/solver-1820403-1242439363 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820403-1242439363.cnf -restarts=1

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED= 670123131

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:       1493212 kB
Buffers:         24308 kB
Cached:         475512 kB
SwapCached:       3612 kB
Active:         260252 kB
Inactive:       249212 kB
HighTotal:     1178688 kB
HighFree:       734584 kB
LowTotal:       895776 kB
LowFree:        758628 kB
SwapTotal:     1959888 kB
SwapFree:      1950872 kB
Dirty:            4588 kB
Writeback:           0 kB
AnonPages:        8616 kB
Mapped:           3020 kB
Slab:            62592 kB
PageTables:        372 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90600 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8375 MiB
End job on tipi13 at 2009-05-16 04:22:43