Trace number 1820426

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.02 1199.92

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-25.cnf
MD5SUM0acd143a4e60b38309663b5993b5ded9
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 variables8920
Number of clauses31884
Sum of the clauses size83706
Maximum clause length229
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215331
Number of clauses of size 314327
Number of clauses of size 41469
Number of clauses of size 5588
Number of clauses of size over 5168

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   30972    81428 |    9291       0        0     nan |  0.000 % |
0.23/0.25	c |         0 |   22056    71256 |      --       0       --      -- |     --   | -8916/-10172
0.23/0.25	c ==============================================================================
0.23/0.25	c Result  :   #vars: 3830   #clauses: 22056   #literals: 71256
0.23/0.25	c CPU time:   0.24 s
0.23/0.25	c ==============================================================================
0.23/0.28	This is MiniSat 2.0 beta
0.23/0.28	WARNING: for repeatability, setting FPU to use double precision
0.23/0.28	============================[ Problem Statistics ]=============================
0.23/0.28	|                                                                             |
0.23/0.28	|  Number of variables:  3830                                                 |
0.23/0.28	|  Number of clauses:    22056                                                |
0.23/0.29	|  Parsing time:         0.02         s                                       |
0.23/0.29	============================[ Search Statistics ]==============================
0.23/0.29	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.23/0.29	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.23/0.29	===============================================================================
0.23/0.29	|         0 |    3830    22056    71256 |     7352        0    nan |  0.000 % |
0.23/0.30	|       100 |    3830    22056    71256 |     8087      100     10 |  0.000 % |
0.23/0.32	|       250 |    3830    22056    71256 |     8895      250     21 |  0.000 % |
0.28/0.34	|       475 |    3830    22056    71256 |     9785      475     19 |  0.000 % |
0.28/0.37	|       812 |    3830    22056    71256 |    10764      812     19 |  0.000 % |
0.28/0.42	|      1318 |    3830    22056    71256 |    11840     1318     20 |  0.000 % |
0.28/0.52	|      2077 |    3830    22056    71256 |    13024     2077     26 |  0.000 % |
0.28/0.68	|      3216 |    3830    22056    71256 |    14326     3216     26 |  0.000 % |
0.28/0.87	|      4924 |    3830    22056    71256 |    15759     4924     29 |  0.000 % |
1.33/1.34	|      7486 |    3830    22056    71256 |    17335     7486     30 |  0.000 % |
1.93/1.98	|     11331 |    3830    22056    71256 |    19069    11331     34 |  0.001 % |
3.43/3.50	|     17097 |    3829    22047    71236 |    20976    17094     33 |  0.026 % |
5.93/5.92	|     25746 |    3829    22047    71236 |    23073    14901     37 |  0.026 % |
9.53/9.52	|     38721 |    3829    22047    71236 |    25381    15885     38 |  0.026 % |
16.23/16.26	|     58182 |    3829    22047    71236 |    27919    22207     40 |  0.026 % |
27.03/27.04	|     87374 |    3828    22038    71216 |    30711    21551     37 |  0.053 % |
44.83/44.82	|    131163 |    3828    22038    71216 |    33782    30780     50 |  0.053 % |
66.13/66.14	|    196848 |    3826    22029    71196 |    37160    31178    105 |  0.104 % |
119.73/119.78	|    295374 |    3825    22011    71156 |    40876    37322     76 |  0.131 % |
183.14/183.17	|    443163 |    3824    22002    71136 |    44964    22304     71 |  0.157 % |
296.25/296.23	|    664847 |    3824    22002    71136 |    49460    33571     61 |  0.157 % |
479.96/479.99	|    997372 |    3824    22002    71136 |    54406    29850     41 |  0.157 % |
772.90/772.85	|   1496162 |    3824    22002    71136 |    59847    34924     39 |  0.157 % |
1200.02/1199.91	HOME/SatELiteGTI: line 36: 19317 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-1820426-1242442679/watcher-1820426-1242442679 -o /tmp/evaluation-result-1820426-1242442679/solver-1820426-1242442679 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820426-1242442679.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.01 1.00 2/93 19311
/proc/meminfo: memFree=1534268/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2416 CPUtime=0.01
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1008765046 2473984 277 4294967295 134512640 135169312 3219798512 3219797048 3085541102 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19311/statm: 604 277 235 161 0 43 0
[pid=19315] ppid=19311 vsize=952 CPUtime=0
/proc/19315/stat : 19315 (SatELite_releas) R 19311 19311 14060 0 -1 4202496 137 0 0 0 0 0 0 0 20 0 1 0 1008765046 974848 73 4294967295 134512640 135223648 3215111520 3215110240 134734703 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19315/statm: 238 80 45 174 0 63 0

[startup+0.052344 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 19311
/proc/meminfo: memFree=1534268/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2416 CPUtime=0.01
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1008765046 2473984 277 4294967295 134512640 135169312 3219798512 3219797048 3085541102 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19311/statm: 604 277 235 161 0 43 0
[pid=19315] ppid=19311 vsize=5916 CPUtime=0.05
/proc/19315/stat : 19315 (SatELite_releas) R 19311 19311 14060 0 -1 4202496 1212 0 0 0 4 1 0 0 21 0 1 0 1008765046 6057984 1148 4294967295 134512640 135223648 3215111520 3215109288 134737406 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19315/statm: 1479 1148 73 174 0 1304 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8332

[startup+0.122307 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 19311
/proc/meminfo: memFree=1534268/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2416 CPUtime=0.01
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1008765046 2473984 277 4294967295 134512640 135169312 3219798512 3219797048 3085541102 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/19311/statm: 604 277 235 161 0 43 0
[pid=19315] ppid=19311 vsize=6504 CPUtime=0.12
/proc/19315/stat : 19315 (SatELite_releas) R 19311 19311 14060 0 -1 4202496 1389 0 0 0 11 1 0 0 21 0 1 0 1008765046 6660096 1325 4294967295 134512640 135223648 3215111520 3215109536 134586689 0 0 0 3 0 0 0 17 1 0 0 0
/proc/19315/statm: 1626 1325 73 174 0 1451 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 8920

[startup+0.322291 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 19311
/proc/meminfo: memFree=1534268/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 2420

[startup+0.72226 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 19311
/proc/meminfo: memFree=1534268/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 2420

[startup+1.52219 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 19317
/proc/meminfo: memFree=1530796/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=4580 CPUtime=1.25
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 924 0 0 0 125 0 0 0 22 0 1 0 1008765074 4689920 859 4294967295 134512640 135216011 3219739184 3219737264 134524343 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 1145 859 71 172 0 972 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 7000

[startup+3.12205 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 19317
/proc/meminfo: memFree=1529432/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=5768 CPUtime=2.85
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 1211 0 0 0 285 0 0 0 25 0 1 0 1008765074 5906432 1146 4294967295 134512640 135216011 3219739184 3219737536 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 1442 1146 71 172 0 1269 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 8188

[startup+6.32177 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 19317
/proc/meminfo: memFree=1527604/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=7088 CPUtime=6.05
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 1547 0 0 0 605 0 0 0 25 0 1 0 1008765074 7258112 1482 4294967295 134512640 135216011 3219739184 3219737536 134527379 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 1772 1482 71 172 0 1599 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 9508

[startup+12.7212 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 19317
/proc/meminfo: memFree=1526888/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=8144 CPUtime=12.45
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 1820 0 0 0 1245 0 0 0 25 0 1 0 1008765074 8339456 1755 4294967295 134512640 135216011 3219739184 3219737536 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 2036 1755 71 172 0 1863 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 10564

[startup+25.5201 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 19319
/proc/meminfo: memFree=1525216/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=9656 CPUtime=25.25
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 2196 0 0 0 2524 1 0 0 25 0 1 0 1008765074 9887744 2131 4294967295 134512640 135216011 3219739184 3219737536 134527269 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 2414 2131 71 172 0 2241 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 12076

[startup+51.1179 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 19323
/proc/meminfo: memFree=1522612/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=12176 CPUtime=50.85
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 2821 0 0 0 5083 2 0 0 25 0 1 0 1008765074 12468224 2756 4294967295 134512640 135216011 3219739184 3219737264 134524343 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 3044 2756 71 172 0 2871 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 14596

[startup+102.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19512
/proc/meminfo: memFree=1514196/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=20412 CPUtime=102.05
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 4875 0 0 0 10203 2 0 0 25 0 1 0 1008765074 20901888 4810 4294967295 134512640 135216011 3219739184 3219737536 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5103 4810 71 172 0 4930 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 22832

[startup+162.308 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 19699
/proc/meminfo: memFree=1513824/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=20492 CPUtime=162.05
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 4880 0 0 0 16203 2 0 0 25 0 1 0 1008765074 20983808 4815 4294967295 134512640 135216011 3219739184 3219737536 134527474 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5123 4815 71 172 0 4950 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 22912

[startup+222.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19888
/proc/meminfo: memFree=1514196/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=20492 CPUtime=222.06
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 4884 0 0 0 22204 2 0 0 25 0 1 0 1008765074 20983808 4819 4294967295 134512640 135216011 3219739184 3219737536 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5123 4819 71 172 0 4950 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 22912

[startup+282.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 20077
/proc/meminfo: memFree=1514320/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=20492 CPUtime=282.07
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 4885 0 0 0 28205 2 0 0 25 0 1 0 1008765074 20983808 4820 4294967295 134512640 135216011 3219739184 3219737328 134535786 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5123 4820 71 172 0 4950 0
Current children cumulated CPU time (s) 282.35
Current children cumulated vsize (KiB) 22912

[startup+342.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 20265
/proc/meminfo: memFree=1514196/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=20492 CPUtime=342.07
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 4891 0 0 0 34205 2 0 0 25 0 1 0 1008765074 20983808 4826 4294967295 134512640 135216011 3219739184 3219737536 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5123 4826 71 172 0 4950 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 22912

[startup+402.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 20453
/proc/meminfo: memFree=1514320/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28

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

Current children cumulated CPU time (s) 582.38
Current children cumulated vsize (KiB) 23812

[startup+642.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 21219
/proc/meminfo: memFree=1512964/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=21820 CPUtime=642.1
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 5202 0 0 0 64208 2 0 0 25 0 1 0 1008765074 22343680 5137 4294967295 134512640 135216011 3219739184 3219737536 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5455 5137 71 172 0 5282 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 24240

[startup+702.322 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 21407
/proc/meminfo: memFree=1512220/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=22652 CPUtime=702.11
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 5397 0 0 0 70209 2 0 0 25 0 1 0 1008765074 23195648 5332 4294967295 134512640 135216011 3219739184 3219737536 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5663 5332 71 172 0 5490 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 25072

[startup+762.326 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 21594
/proc/meminfo: memFree=1512096/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=22812 CPUtime=762.12
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 5440 0 0 0 76210 2 0 0 25 0 1 0 1008765074 23359488 5375 4294967295 134512640 135216011 3219739184 3219737648 134540569 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5703 5375 71 172 0 5530 0
Current children cumulated CPU time (s) 762.4
Current children cumulated vsize (KiB) 25232

[startup+822.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 21787
/proc/meminfo: memFree=1511724/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=23028 CPUtime=822.11
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 5479 0 0 0 82209 2 0 0 25 0 1 0 1008765074 23580672 5414 4294967295 134512640 135216011 3219739184 3219737536 134527946 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5757 5414 71 172 0 5584 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 25448

[startup+882.316 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 21976
/proc/meminfo: memFree=1511848/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=23028 CPUtime=882.12
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 5480 0 0 0 88210 2 0 0 25 0 1 0 1008765074 23580672 5415 4294967295 134512640 135216011 3219739184 3219737536 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5757 5415 71 172 0 5584 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 25448

[startup+942.311 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22162
/proc/meminfo: memFree=1511972/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=23028 CPUtime=942.12
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 5481 0 0 0 94210 2 0 0 25 0 1 0 1008765074 23580672 5416 4294967295 134512640 135216011 3219739184 3219737536 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5757 5416 71 172 0 5584 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 25448

[startup+1002.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22350
/proc/meminfo: memFree=1511600/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=23188 CPUtime=1002.13
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 5511 0 0 0 100211 2 0 0 25 0 1 0 1008765074 23744512 5446 4294967295 134512640 135216011 3219739184 3219737264 134524258 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5797 5446 71 172 0 5624 0
Current children cumulated CPU time (s) 1002.41
Current children cumulated vsize (KiB) 25608

[startup+1062.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22537
/proc/meminfo: memFree=1511352/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=23348 CPUtime=1062.14
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 5533 0 0 0 106212 2 0 0 25 0 1 0 1008765074 23908352 5468 4294967295 134512640 135216011 3219739184 3219737536 134527391 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5837 5468 71 172 0 5664 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 25768

[startup+1122.32 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 22726
/proc/meminfo: memFree=1511476/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=23348 CPUtime=1122.14
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 5542 0 0 0 112212 2 0 0 25 0 1 0 1008765074 23908352 5477 4294967295 134512640 135216011 3219739184 3219737536 134527408 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5837 5477 71 172 0 5664 0
Current children cumulated CPU time (s) 1122.42
Current children cumulated vsize (KiB) 25768

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22922
/proc/meminfo: memFree=1511352/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=23680 CPUtime=1182.14
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 5601 0 0 0 118212 2 0 0 25 0 1 0 1008765074 24248320 5536 4294967295 134512640 135216011 3219739184 3219737536 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5920 5536 71 172 0 5747 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 26100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22922
/proc/meminfo: memFree=1511476/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=23680 CPUtime=1199.74
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 5603 0 0 0 119972 2 0 0 25 0 1 0 1008765074 24248320 5538 4294967295 134512640 135216011 3219739184 3219737536 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5920 5538 71 172 0 5747 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 26100

Sending SIGTERM to process tree (bottom up)


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

[startup+1199.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 22922
/proc/meminfo: memFree=1511476/2074464 swapFree=1949056/1959888
[pid=19311] ppid=19309 vsize=2420 CPUtime=0.28
/proc/19311/stat : 19311 (SatELiteGTI) S 19309 19311 14060 0 -1 4194304 386 2196 0 0 0 0 26 2 17 0 1 0 1008765046 2478080 278 4294967295 134512640 135169312 3219798512 3219794728 3085541102 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/19311/statm: 605 278 235 161 0 44 0
[pid=19317] ppid=19311 vsize=23680 CPUtime=1199.74
/proc/19317/stat : 19317 (minisat_static) R 19311 19311 14060 0 -1 4202496 5603 0 0 0 119972 2 0 0 25 0 1 0 1008765074 24248320 5538 4294967295 134512640 135216011 3219739184 3219737536 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/19317/statm: 5920 5538 71 172 0 5747 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 26100

Child status: 143

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

Real time (s): 1199.92
CPU time (s): 1200.02
CPU user time (s): 1199.98
CPU system time (s): 0.04
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 26100

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

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on tipi27 at 2009-05-16 04:57:59
IDJOB=1820426
IDBENCH=20402
IDSOLVER=661
FILE ID=tipi27/1820426-1242442679
PBS_JOBID=
Free space on /tmp= 9987 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-25.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820426-1242442679/watcher-1820426-1242442679 -o /tmp/evaluation-result-1820426-1242442679/solver-1820426-1242442679 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820426-1242442679.cnf

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

MD5SUM BENCH= 0acd143a4e60b38309663b5993b5ded9
RANDOM SEED= 1961944113

Linux tipi27 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.389
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.40

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

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.389
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.389
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:       1534268 kB
Buffers:         26624 kB
Cached:         427152 kB
SwapCached:       5508 kB
Active:         326520 kB
Inactive:       137104 kB
HighTotal:     1178688 kB
HighFree:       772544 kB
LowTotal:       895776 kB
LowFree:        761724 kB
SwapTotal:     1959888 kB
SwapFree:      1949056 kB
Dirty:            2056 kB
Writeback:           0 kB
AnonPages:        9220 kB
Mapped:           3340 kB
Slab:            67648 kB
PageTables:        348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90628 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 9987 MiB
End job on tipi27 at 2009-05-16 05:17:59