Trace number 1820438

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.06 1200.01

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-27.cnf
MD5SUMa948576641dd03cc33abaca38a6e7e4c
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 variables7729
Number of clauses29194
Sum of the clauses size77124
Maximum clause length201
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 214904
Number of clauses of size 311692
Number of clauses of size 41614
Number of clauses of size 5463
Number of clauses of size over 5520

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   28318    74883 |    8495       0        0     nan |  0.000 % |
0.22/0.24	c |         0 |   19862    62399 |      --       0       --      -- |     --   | -8325/-12062
0.22/0.24	c ==============================================================================
0.22/0.24	c Result  :   #vars: 3611   #clauses: 19862   #literals: 62399
0.22/0.24	c CPU time:   0.22 s
0.22/0.24	c ==============================================================================
0.22/0.26	This is MiniSat 2.0 beta
0.22/0.26	WARNING: for repeatability, setting FPU to use double precision
0.22/0.26	============================[ Problem Statistics ]=============================
0.22/0.26	|                                                                             |
0.22/0.26	|  Number of variables:  3611                                                 |
0.22/0.26	|  Number of clauses:    19862                                                |
0.22/0.27	|  Parsing time:         0.01         s                                       |
0.22/0.27	============================[ Search Statistics ]==============================
0.22/0.27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.22/0.27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.22/0.27	===============================================================================
0.22/0.27	|         0 |    3611    19862    62399 |     6620        0    nan |  0.000 % |
0.22/0.28	|       100 |    3611    19862    62399 |     7282      100      6 |  0.001 % |
0.22/0.30	|       251 |    3610    19862    62399 |     8011      250     11 |  0.028 % |
0.26/0.32	|       476 |    3610    19862    62399 |     8812      475     12 |  0.028 % |
0.26/0.35	|       815 |    3610    18426    59423 |     9693      814     13 |  0.028 % |
0.26/0.41	|      1322 |    3610    18426    59423 |    10662     1321     19 |  0.028 % |
0.26/0.48	|      2082 |    3610    18426    59423 |    11728     2081     18 |  0.029 % |
0.26/0.62	|      3221 |    3610    18426    59423 |    12901     3220     21 |  0.028 % |
0.26/0.85	|      4930 |    3610    18426    59423 |    14191     4929     30 |  0.028 % |
1.32/1.37	|      7492 |    3610    18426    59423 |    15611     7491     34 |  0.028 % |
2.22/2.24	|     11337 |    3610    18426    59423 |    17172    11336     34 |  0.028 % |
3.92/3.97	|     17103 |    3610    18426    59423 |    18889    17102     38 |  0.028 % |
6.82/6.86	|     25754 |    3610    18426    59423 |    20778    16149     33 |  0.029 % |
11.21/11.29	|     38731 |    3610    18426    59423 |    22856    18347     36 |  0.028 % |
20.11/20.12	|     58192 |    3610    18426    59423 |    25141    13944     26 |  0.028 % |
35.51/35.58	|     87384 |    3610    18426    59423 |    27656    17210     31 |  0.029 % |
59.11/59.12	|    131173 |    3609    18420    59407 |    30421    18910     34 |  0.055 % |
93.50/93.56	|    196857 |    3607    18399    59345 |    33463    19529     34 |  0.111 % |
153.41/153.46	|    295383 |    3601    18339    59163 |    36810    29735     29 |  0.277 % |
232.51/232.54	|    443172 |    3599    18316    59087 |    40491    26204     37 |  0.332 % |
362.22/362.29	|    664857 |    3590    18155    58653 |    44540    29088     32 |  0.582 % |
572.93/573.00	|    997382 |    3574    18038    58313 |    48994    31327     30 |  1.025 % |
908.55/908.52	|   1496171 |    3547    17742    57454 |    53894    25916     34 |  1.772 % |
1200.06/1200.01	HOME/SatELiteGTI: line 36: 26243 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-1820438-1242444297/watcher-1820438-1242444297 -o /tmp/evaluation-result-1820438-1242444297/solver-1820438-1242444297 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820438-1242444297.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 26237
/proc/meminfo: memFree=865284/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2416 CPUtime=0.01
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 368 647 0 0 0 0 0 1 18 0 1 0 1008930735 2473984 277 4294967295 134512640 135169312 3213339600 3213338136 3085623022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26237/statm: 604 277 235 161 0 43 0
[pid=26241] ppid=26237 vsize=1088 CPUtime=0
/proc/26241/stat : 26241 (SatELite_releas) R 26237 26237 16367 0 -1 4202496 167 0 0 0 0 0 0 0 20 0 1 0 1008930735 1114112 103 4294967295 134512640 135223648 3220070944 3220069664 134734703 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26241/statm: 272 105 45 174 0 97 0

[startup+0.123837 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 26237
/proc/meminfo: memFree=865284/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2416 CPUtime=0.01
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 368 647 0 0 0 0 0 1 18 0 1 0 1008930735 2473984 277 4294967295 134512640 135169312 3213339600 3213338136 3085623022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26237/statm: 604 277 235 161 0 43 0
[pid=26241] ppid=26237 vsize=5220 CPUtime=0.12
/proc/26241/stat : 26241 (SatELite_releas) R 26237 26237 16367 0 -1 4202496 1221 0 0 0 11 1 0 0 20 0 1 0 1008930735 5345280 1133 4294967295 134512640 135223648 3220070944 3220069040 134598430 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26241/statm: 1305 1133 73 174 0 1130 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 7636

[startup+0.213831 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 26237
/proc/meminfo: memFree=865284/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2416 CPUtime=0.01
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 368 647 0 0 0 0 0 1 18 0 1 0 1008930735 2473984 277 4294967295 134512640 135169312 3213339600 3213338136 3085623022 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/26237/statm: 604 277 235 161 0 43 0
[pid=26241] ppid=26237 vsize=5288 CPUtime=0.21
/proc/26241/stat : 26241 (SatELite_releas) R 26237 26237 16367 0 -1 4202496 1314 0 0 0 20 1 0 0 21 0 1 0 1008930735 5414912 1175 4294967295 134512640 135223648 3220070944 3220068960 134586730 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26241/statm: 1322 1175 73 174 0 1147 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 7704

[startup+0.313827 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 26237
/proc/meminfo: memFree=865284/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 2420

[startup+0.713803 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 26237
/proc/meminfo: memFree=865284/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 2420

[startup+1.51376 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 26243
/proc/meminfo: memFree=862408/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=4492 CPUtime=1.26
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 889 0 0 0 124 2 0 0 22 0 1 0 1008930761 4599808 824 4294967295 134512640 135216011 3214202096 3214200448 134527339 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26243/statm: 1123 824 71 172 0 950 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 6912

[startup+3.11367 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 26243
/proc/meminfo: memFree=861292/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=5840 CPUtime=2.86
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 1211 0 0 0 284 2 0 0 25 0 1 0 1008930761 5980160 1146 4294967295 134512640 135216011 3214202096 3214200240 134536002 0 0 0 3 0 0 0 17 1 0 0 0
/proc/26243/statm: 1460 1146 71 172 0 1287 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 8260

[startup+6.32349 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 26243
/proc/meminfo: memFree=860052/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=6652 CPUtime=6.06
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 1428 0 0 0 604 2 0 0 25 0 1 0 1008930761 6811648 1363 4294967295 134512640 135216011 3214202096 3214200448 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26243/statm: 1663 1363 71 172 0 1490 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 9072

[startup+12.7231 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 26243
/proc/meminfo: memFree=859652/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=7192 CPUtime=12.45
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 1544 0 0 0 1243 2 0 0 25 0 1 0 1008930761 7364608 1479 4294967295 134512640 135216011 3214202096 3214200448 134527301 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26243/statm: 1798 1479 71 172 0 1625 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 9612

[startup+25.5224 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 26245
/proc/meminfo: memFree=859096/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=7588 CPUtime=25.25
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 1652 0 0 0 2523 2 0 0 25 0 1 0 1008930761 7770112 1587 4294967295 134512640 135216011 3214202096 3214200448 134527243 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26243/statm: 1897 1587 71 172 0 1724 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 10008

[startup+51.121 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 26430
/proc/meminfo: memFree=857956/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=8428 CPUtime=50.85
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 1838 0 0 0 5081 4 0 0 25 0 1 0 1008930761 8630272 1773 4294967295 134512640 135216011 3214202096 3214200448 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26243/statm: 2107 1773 71 172 0 1934 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 10848

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 26617
/proc/meminfo: memFree=855436/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=10864 CPUtime=102.04
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 2445 0 0 0 10199 5 0 0 25 0 1 0 1008930761 11124736 2380 4294967295 134512640 135216011 3214202096 3214200448 134527339 0 0 0 3 0 0 0 17 0 0 0 0
/proc/26243/statm: 2716 2380 71 172 0 2543 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 13284

[startup+162.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 26804
/proc/meminfo: memFree=854832/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=10864 CPUtime=162.05
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 2475 0 0 0 16198 7 0 0 25 0 1 0 1008930761 11124736 2410 4294967295 134512640 135216011 3214202096 3214200448 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 2716 2410 71 172 0 2543 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 13284

[startup+222.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 26996
/proc/meminfo: memFree=853816/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=12052 CPUtime=222.06
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 2753 0 0 0 22198 8 0 0 25 0 1 0 1008930761 12341248 2688 4294967295 134512640 135216011 3214202096 3214200448 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 3013 2688 71 172 0 2840 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 14472

[startup+282.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 27184
/proc/meminfo: memFree=853104/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=12940 CPUtime=282.06
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 2950 0 0 0 28198 8 0 0 25 0 1 0 1008930761 13250560 2885 4294967295 134512640 135216011 3214202096 3214200448 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 3235 2885 71 172 0 3062 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 15360

[startup+342.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27375
/proc/meminfo: memFree=852608/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=13296 CPUtime=342.06
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 3021 0 0 0 34198 8 0 0 25 0 1 0 1008930761 13615104 2956 4294967295 134512640 135216011 3214202096 3214200448 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 3324 2956 71 172 0 3151 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 15716

[startup+402.321 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 27562
/proc/meminfo: memFree=852104/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26

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

[pid=26243] ppid=26237 vsize=17552 CPUtime=582.07
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4119 0 0 0 58198 9 0 0 25 0 1 0 1008930761 17973248 4054 4294967295 134512640 135216011 3214202096 3214200448 134527839 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4388 4054 71 172 0 4215 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 19972

[startup+642.318 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 28318
/proc/meminfo: memFree=848012/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=17552 CPUtime=642.08
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4124 0 0 0 64199 9 0 0 25 0 1 0 1008930761 17973248 4059 4294967295 134512640 135216011 3214202096 3214200448 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4388 4059 71 172 0 4215 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 19972

[startup+702.314 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 28505
/proc/meminfo: memFree=847872/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=17764 CPUtime=702.08
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4151 0 0 0 70199 9 0 0 25 0 1 0 1008930761 18190336 4086 4294967295 134512640 135216011 3214202096 3214200448 134527301 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4441 4086 71 172 0 4268 0
Current children cumulated CPU time (s) 702.34
Current children cumulated vsize (KiB) 20184

[startup+762.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 28692
/proc/meminfo: memFree=847756/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=17764 CPUtime=762.09
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4151 0 0 0 76198 11 0 0 25 0 1 0 1008930761 18190336 4086 4294967295 134512640 135216011 3214202096 3214200176 134524258 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4441 4086 71 172 0 4268 0
Current children cumulated CPU time (s) 762.35
Current children cumulated vsize (KiB) 20184

[startup+822.308 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 28880
/proc/meminfo: memFree=847608/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=17764 CPUtime=822.08
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4174 0 0 0 82197 11 0 0 25 0 1 0 1008930761 18190336 4109 4294967295 134512640 135216011 3214202096 3214200448 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4441 4109 71 172 0 4268 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 20184

[startup+882.314 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29068
/proc/meminfo: memFree=847904/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=17764 CPUtime=882.09
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4174 0 0 0 88198 11 0 0 25 0 1 0 1008930761 18190336 4109 4294967295 134512640 135216011 3214202096 3214200448 134527518 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4441 4109 71 172 0 4268 0
Current children cumulated CPU time (s) 882.35
Current children cumulated vsize (KiB) 20184

[startup+942.311 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29257
/proc/meminfo: memFree=847152/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=18424 CPUtime=942.09
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4340 0 0 0 94198 11 0 0 25 0 1 0 1008930761 18866176 4275 4294967295 134512640 135216011 3214202096 3214200448 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4606 4275 71 172 0 4433 0
Current children cumulated CPU time (s) 942.35
Current children cumulated vsize (KiB) 20844

[startup+1002.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29448
/proc/meminfo: memFree=846756/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=18964 CPUtime=1002.09
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4478 0 0 0 100197 12 0 0 25 0 1 0 1008930761 19419136 4413 4294967295 134512640 135216011 3214202096 3214200448 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4741 4413 71 172 0 4568 0
Current children cumulated CPU time (s) 1002.35
Current children cumulated vsize (KiB) 21384

[startup+1062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 29635
/proc/meminfo: memFree=846532/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=19248 CPUtime=1062.1
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4526 0 0 0 106196 14 0 0 25 0 1 0 1008930761 19709952 4461 4294967295 134512640 135216011 3214202096 3214200448 134527395 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4812 4461 71 172 0 4639 0
Current children cumulated CPU time (s) 1062.36
Current children cumulated vsize (KiB) 21668

[startup+1122.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 29823
/proc/meminfo: memFree=846368/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=19248 CPUtime=1122.1
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4535 0 0 0 112195 15 0 0 25 0 1 0 1008930761 19709952 4470 4294967295 134512640 135216011 3214202096 3214200448 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4812 4470 71 172 0 4639 0
Current children cumulated CPU time (s) 1122.36
Current children cumulated vsize (KiB) 21668

[startup+1182.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 30011
/proc/meminfo: memFree=846152/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=19424 CPUtime=1182.1
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4558 0 0 0 118195 15 0 0 25 0 1 0 1008930761 19890176 4493 4294967295 134512640 135216011 3214202096 3214200448 134527341 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4856 4493 71 172 0 4683 0
Current children cumulated CPU time (s) 1182.36
Current children cumulated vsize (KiB) 21844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 30013
/proc/meminfo: memFree=846232/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=19424 CPUtime=1199.8
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4561 0 0 0 119965 15 0 0 25 0 1 0 1008930761 19890176 4496 4294967295 134512640 135216011 3214202096 3214200448 134527533 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4856 4496 71 172 0 4683 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 21844

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

[startup+1200.01 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 30013
/proc/meminfo: memFree=846232/2074464 swapFree=1949244/1959888
[pid=26237] ppid=26235 vsize=2420 CPUtime=0.26
/proc/26237/stat : 26237 (SatELiteGTI) S 26235 26237 16367 0 -1 4194304 387 2072 0 0 0 0 24 2 17 0 1 0 1008930735 2478080 278 4294967295 134512640 135169312 3213339600 3213335816 3085623022 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/26237/statm: 605 278 235 161 0 44 0
[pid=26243] ppid=26237 vsize=19424 CPUtime=1199.8
/proc/26243/stat : 26243 (minisat_static) R 26237 26237 16367 0 -1 4202496 4561 0 0 0 119965 15 0 0 25 0 1 0 1008930761 19890176 4496 4294967295 134512640 135216011 3214202096 3214200448 134527533 0 0 0 3 0 0 0 17 3 0 0 0
/proc/26243/statm: 4856 4496 71 172 0 4683 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 21844

Child status: 143

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

Real time (s): 1200.01
CPU time (s): 1200.06
CPU user time (s): 1199.89
CPU system time (s): 0.17
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 21844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.89
system time used= 0.17
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7296
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= 18
involuntary context switches= 1448

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 05:24:57
IDJOB=1820438
IDBENCH=20404
IDSOLVER=661
FILE ID=tipi11/1820438-1242444297
PBS_JOBID=
Free space on /tmp= 10741 MiB

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

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

MD5SUM BENCH= a948576641dd03cc33abaca38a6e7e4c
RANDOM SEED= 783850672

Linux tipi11 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.431
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.431
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        865688 kB
Buffers:         25528 kB
Cached:        1093028 kB
SwapCached:       5336 kB
Active:         324360 kB
Inactive:       806084 kB
HighTotal:     1178688 kB
HighFree:       223976 kB
LowTotal:       895776 kB
LowFree:        641712 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            2112 kB
Writeback:           0 kB
AnonPages:       10996 kB
Mapped:           5104 kB
Slab:            69788 kB
PageTables:        436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97120 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10741 MiB
End job on tipi11 at 2009-05-16 05:44:58