Trace number 1849352

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
minisat2 070721/core? (TO) 1200.03 1199.93

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.11/0.13	c ==============================================================================
0.11/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.11/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.11/0.13	c ==============================================================================
0.11/0.13	c |         0 |  135474   356036 |   40642       0        0     nan |  0.000 % |
1.32/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.46	This is MiniSat 2.0 beta
1.42/1.46	WARNING: for repeatability, setting FPU to use double precision
1.42/1.46	============================[ Problem Statistics ]=============================
1.42/1.46	|                                                                             |
1.42/1.46	|  Number of variables:  18800                                                |
1.42/1.46	|  Number of clauses:    114078                                               |
1.46/1.54	|  Parsing time:         0.07         s                                       |
1.46/1.55	============================[ Search Statistics ]==============================
1.46/1.55	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.46/1.55	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.46/1.55	===============================================================================
1.46/1.55	|         0 |   18800   114078   411814 |    38026        0    nan |  0.000 % |
1.46/1.59	|       100 |   18787   114078   411814 |    41828       98     18 |  0.532 % |
1.46/1.65	|       250 |   18787   114078   411814 |    46011      248     21 |  0.532 % |
1.46/1.69	|       475 |   18787   114078   411814 |    50612      473     21 |  0.532 % |
1.46/1.81	|       812 |   18691   113192   409382 |    55673      809     25 |  0.580 % |
1.46/1.91	|      1319 |   18690   113192   409382 |    61241     1315     32 |  0.681 % |
1.46/2.18	|      2079 |   18577   112469   407599 |    67365     2074     41 |  1.186 % |
2.52/2.53	|      3218 |   18577   112469   407599 |    74101     3213     53 |  1.186 % |
3.02/3.04	|      4928 |   18566   112362   407248 |    81512     4922     45 |  1.245 % |
4.32/4.39	|      7491 |   18566   112362   407248 |    89663     7485     56 |  1.245 % |
6.52/6.60	|     11335 |   18547   112231   406902 |    98629    11328     54 |  1.346 % |
10.32/10.40	|     17101 |   18536   112125   406575 |   108492    17093     72 |  1.404 % |
14.32/14.40	|     25750 |   18525   112018   406224 |   119341    25741     71 |  1.463 % |
22.92/22.97	|     38725 |   18525   112018   406224 |   131276    38716     93 |  1.463 % |
39.72/39.80	|     58187 |   18525   112018   406224 |   144403    58178     86 |  1.463 % |
70.53/70.60	|     87380 |   18525   112018   406224 |   158844    87371     81 |  1.463 % |
134.63/134.71	|    131172 |   18525   112018   406224 |   174728   131163     79 |  1.463 % |
266.23/266.22	|    196856 |   18525   112018   406224 |   192201    39491     58 |  1.463 % |
393.75/393.75	|    295384 |   18525   112018   406224 |   211421   138019     91 |  1.463 % |
660.58/660.60	|    443174 |   18525   112018   406224 |   232563    92307     59 |  1.463 % |
1004.70/1004.68	|    664858 |   18525   112018   406224 |   255819   106451     74 |  1.463 % |
1200.02/1199.92	HOME/SatELiteGTI: line 36: 30510 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-1849352-1244801605/watcher-1849352-1244801605 -o /tmp/evaluation-result-1849352-1244801605/solver-1849352-1244801605 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849352-1244801605.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 0.99 2/91 30504
/proc/meminfo: memFree=1629528/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2416 CPUtime=0
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 77580081 2473984 277 4294967295 134512640 135169312 3212884832 3212883368 3085324014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/30504/statm: 604 277 235 161 0 43 0
[pid=30508] ppid=30504 vsize=952 CPUtime=0
/proc/30508/stat : 30508 (SatELite_releas) R 30504 30504 17865 0 -1 4202496 119 0 0 0 0 0 0 0 25 0 1 0 77580081 974848 55 4294967295 134512640 135223648 3217280896 3217279492 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30508/statm: 238 58 45 174 0 63 0

[startup+0.106031 s]
/proc/loadavg: 1.00 1.00 0.99 2/91 30504
/proc/meminfo: memFree=1629528/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2416 CPUtime=0
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 77580081 2473984 277 4294967295 134512640 135169312 3212884832 3212883368 3085324014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/30504/statm: 604 277 235 161 0 43 0
[pid=30508] ppid=30504 vsize=14056 CPUtime=0.11
/proc/30508/stat : 30508 (SatELite_releas) R 30504 30504 17865 0 -1 4202496 2805 0 0 0 10 1 0 0 25 0 1 0 77580081 14393344 2694 4294967295 134512640 135223648 3217280896 3217279848 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30508/statm: 3514 2695 47 174 0 3339 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 16472

[startup+0.216021 s]
/proc/loadavg: 1.00 1.00 0.99 2/91 30504
/proc/meminfo: memFree=1629528/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2416 CPUtime=0
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 77580081 2473984 277 4294967295 134512640 135169312 3212884832 3212883368 3085324014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/30504/statm: 604 277 235 161 0 43 0
[pid=30508] ppid=30504 vsize=19548 CPUtime=0.22
/proc/30508/stat : 30508 (SatELite_releas) R 30504 30504 17865 0 -1 4202496 4251 0 0 0 20 2 0 0 25 0 1 0 77580081 20017152 3763 4294967295 134512640 135223648 3217280896 3217278896 134548203 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30508/statm: 4887 3764 73 174 0 4712 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 21964

[startup+0.316033 s]
/proc/loadavg: 1.00 1.00 0.99 2/91 30504
/proc/meminfo: memFree=1629528/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2416 CPUtime=0
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 77580081 2473984 277 4294967295 134512640 135169312 3212884832 3212883368 3085324014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/30504/statm: 604 277 235 161 0 43 0
[pid=30508] ppid=30504 vsize=20772 CPUtime=0.32
/proc/30508/stat : 30508 (SatELite_releas) R 30504 30504 17865 0 -1 4202496 4556 0 0 0 30 2 0 0 25 0 1 0 77580081 21270528 4068 4294967295 134512640 135223648 3217280896 3217278912 134587028 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30508/statm: 5193 4068 73 174 0 5018 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 23188

[startup+0.71598 s]
/proc/loadavg: 1.00 1.00 0.99 2/91 30504
/proc/meminfo: memFree=1629528/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2416 CPUtime=0
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 367 646 0 0 0 0 0 0 25 0 1 0 77580081 2473984 277 4294967295 134512640 135169312 3212884832 3212883368 3085324014 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/30504/statm: 604 277 235 161 0 43 0
[pid=30508] ppid=30504 vsize=23316 CPUtime=0.72
/proc/30508/stat : 30508 (SatELite_releas) R 30504 30504 17865 0 -1 4202496 5104 0 0 0 70 2 0 0 25 0 1 0 77580081 23875584 4616 4294967295 134512640 135223648 3217280896 3217279248 134602166 0 0 0 3 0 0 0 17 0 0 0 0
/proc/30508/statm: 5829 4616 73 174 0 5654 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 25732

[startup+1.51592 s]
/proc/loadavg: 1.00 1.00 0.99 2/93 30509
/proc/meminfo: memFree=1610416/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 2420

[startup+3.11579 s]
/proc/loadavg: 1.00 1.00 0.99 3/93 30510
/proc/meminfo: memFree=1617980/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=9776 CPUtime=1.66
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 2317 0 0 0 165 1 0 0 25 0 1 0 77580227 10010624 2252 4294967295 134512640 135212939 3217586208 3217584672 134526833 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 2444 2252 76 171 0 2272 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 12196

[startup+6.31553 s]
/proc/loadavg: 1.00 1.00 0.99 3/93 30510
/proc/meminfo: memFree=1615996/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=11396 CPUtime=4.86
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 2729 0 0 0 484 2 0 0 25 0 1 0 77580227 11669504 2664 4294967295 134512640 135212939 3217586208 3217584768 134538784 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 2849 2664 76 171 0 2677 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 13816

[startup+12.715 s]
/proc/loadavg: 1.00 1.00 0.99 3/93 30511
/proc/meminfo: memFree=1611596/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=16180 CPUtime=11.26
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 3904 0 0 0 1122 4 0 0 25 0 1 0 77580227 16568320 3839 4294967295 134512640 135212939 3217586208 3217584672 134526811 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 4045 3839 76 171 0 3873 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 18600

[startup+25.514 s]
/proc/loadavg: 1.00 1.00 0.99 2/93 30698
/proc/meminfo: memFree=1601512/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=25532 CPUtime=24.06
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 6226 0 0 0 2401 5 0 0 25 0 1 0 77580227 26144768 6161 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 6383 6161 76 171 0 6211 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 27952

[startup+51.1119 s]
/proc/loadavg: 1.00 1.00 0.99 2/93 30699
/proc/meminfo: memFree=1592712/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=34652 CPUtime=49.66
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 8508 0 0 0 4961 5 0 0 25 0 1 0 77580227 35483648 8443 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 8663 8443 76 171 0 8491 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 37072

[startup+102.318 s]
/proc/loadavg: 1.00 1.00 0.99 3/93 30889
/proc/meminfo: memFree=1580296/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=46636 CPUtime=100.87
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 11483 0 0 0 10074 13 0 0 25 0 1 0 77580227 47755264 11418 4294967295 134512640 135212939 3217586208 3217584600 134719078 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 11659 11418 76 171 0 11487 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 49056

[startup+162.313 s]
/proc/loadavg: 1.00 1.00 0.99 2/93 31081
/proc/meminfo: memFree=1567176/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=59876 CPUtime=160.87
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 14759 0 0 0 16070 17 0 0 25 0 1 0 77580227 61313024 14694 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 14969 14694 76 171 0 14797 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 62296

[startup+222.308 s]
/proc/loadavg: 1.00 1.00 0.99 2/93 31275
/proc/meminfo: memFree=1559364/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=67820 CPUtime=220.87
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 16747 0 0 0 22069 18 0 0 25 0 1 0 77580227 69447680 16682 4294967295 134512640 135212939 3217586208 3217584672 134526797 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 16955 16682 76 171 0 16783 0
Current children cumulated CPU time (s) 222.33
Current children cumulated vsize (KiB) 70240

[startup+282.313 s]
/proc/loadavg: 1.00 1.00 0.99 2/93 31465
/proc/meminfo: memFree=1555032/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=71892 CPUtime=280.88
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 17770 0 0 0 28064 24 0 0 25 0 1 0 77580227 73617408 17705 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 17973 17705 76 171 0 17801 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 74312

[startup+342.308 s]
/proc/loadavg: 1.00 1.00 0.99 2/93 31656
/proc/meminfo: memFree=1555164/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=71892 CPUtime=340.88
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 17770 0 0 0 34063 25 0 0 25 0 1 0 77580227 73617408 17705 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 17973 17705 76 171 0 17801 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 74312

[startup+402.313 s]

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

[pid=30510] ppid=30504 vsize=76264 CPUtime=460.89
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 18855 0 0 0 46063 26 0 0 25 0 1 0 77580227 78094336 18790 4294967295 134512640 135212939 3217586208 3217584448 134536120 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 19066 18790 76 171 0 18894 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 78684

[startup+522.314 s]
/proc/loadavg: 1.00 1.00 0.99 2/93 32230
/proc/meminfo: memFree=1544088/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=82904 CPUtime=520.9
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 20528 0 0 0 52060 30 0 0 25 0 1 0 77580227 84893696 20463 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 20726 20463 76 171 0 20554 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 85324

[startup+582.319 s]
/proc/loadavg: 1.00 1.00 0.99 3/93 32420
/proc/meminfo: memFree=1537664/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=89648 CPUtime=580.91
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 22103 0 0 0 58060 31 0 0 25 0 1 0 77580227 91799552 22038 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 22412 22038 76 171 0 22240 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 92068

[startup+642.314 s]
/proc/loadavg: 1.10 1.03 1.00 2/93 32609
/proc/meminfo: memFree=1537416/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=90000 CPUtime=640.91
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 22171 0 0 0 64059 32 0 0 25 0 1 0 77580227 92160000 22106 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 22500 22106 76 171 0 22328 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 92420

[startup+702.319 s]
/proc/loadavg: 1.16 1.05 1.01 3/93 332
/proc/meminfo: memFree=1536980/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=90000 CPUtime=700.92
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 22171 0 0 0 70058 34 0 0 25 0 1 0 77580227 92160000 22106 4294967295 134512640 135212939 3217586208 3217584672 134526608 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 22500 22106 76 171 0 22328 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 92420

[startup+762.324 s]
/proc/loadavg: 1.11 1.06 1.00 2/93 521
/proc/meminfo: memFree=1537044/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=90140 CPUtime=760.93
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 22222 0 0 0 76059 34 0 0 25 0 1 0 77580227 92303360 22157 4294967295 134512640 135212939 3217586208 3217584448 134536289 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 22535 22157 76 171 0 22363 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 92560

[startup+822.319 s]
/proc/loadavg: 1.04 1.05 1.00 3/93 711
/proc/meminfo: memFree=1536664/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=90460 CPUtime=820.93
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 22275 0 0 0 82057 36 0 0 25 0 1 0 77580227 92631040 22210 4294967295 134512640 135212939 3217586208 3217584672 134527077 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 22615 22210 76 171 0 22443 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 92880

[startup+882.324 s]
/proc/loadavg: 1.01 1.03 1.00 3/93 915
/proc/meminfo: memFree=1528324/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=98972 CPUtime=880.94
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 24402 0 0 0 88056 38 0 0 25 0 1 0 77580227 101347328 24337 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 24743 24337 76 171 0 24571 0
Current children cumulated CPU time (s) 882.4
Current children cumulated vsize (KiB) 101392

[startup+942.32 s]
/proc/loadavg: 1.00 1.03 1.00 3/93 1109
/proc/meminfo: memFree=1524024/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=103272 CPUtime=940.94
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 25484 0 0 0 94056 38 0 0 25 0 1 0 77580227 105750528 25419 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 25818 25419 76 171 0 25646 0
Current children cumulated CPU time (s) 942.4
Current children cumulated vsize (KiB) 105692

[startup+1002.31 s]
/proc/loadavg: 1.00 1.02 1.00 3/93 1300
/proc/meminfo: memFree=1523960/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=103272 CPUtime=1000.94
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 25485 0 0 0 100056 38 0 0 25 0 1 0 77580227 105750528 25420 4294967295 134512640 135212939 3217586208 3217584672 134526750 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 25818 25420 76 171 0 25646 0
Current children cumulated CPU time (s) 1002.4
Current children cumulated vsize (KiB) 105692

[startup+1062.32 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 1488
/proc/meminfo: memFree=1523628/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=103772 CPUtime=1060.95
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 25592 0 0 0 106057 38 0 0 25 0 1 0 77580227 106262528 25527 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 25943 25527 76 171 0 25771 0
Current children cumulated CPU time (s) 1062.41
Current children cumulated vsize (KiB) 106192

[startup+1122.31 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 1679
/proc/meminfo: memFree=1523660/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=103772 CPUtime=1120.95
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 25592 0 0 0 112057 38 0 0 25 0 1 0 77580227 106262528 25527 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 25943 25527 76 171 0 25771 0
Current children cumulated CPU time (s) 1122.41
Current children cumulated vsize (KiB) 106192

[startup+1182.32 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 1869
/proc/meminfo: memFree=1523248/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=104016 CPUtime=1180.96
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 25653 0 0 0 118058 38 0 0 25 0 1 0 77580227 106512384 25588 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 26004 25588 76 171 0 25832 0
Current children cumulated CPU time (s) 1182.42
Current children cumulated vsize (KiB) 106436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 1870
/proc/meminfo: memFree=1523288/2074464 swapFree=1959888/1959888
[pid=30504] ppid=30502 vsize=2420 CPUtime=1.46
/proc/30504/stat : 30504 (SatELiteGTI) S 30502 30504 17865 0 -1 4194304 386 6363 0 0 0 0 143 3 20 0 1 0 77580081 2478080 278 4294967295 134512640 135169312 3212884832 3212881048 3085324014 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/30504/statm: 605 278 235 161 0 44 0
[pid=30510] ppid=30504 vsize=104016 CPUtime=1198.56
/proc/30510/stat : 30510 (minisat_static) R 30504 30504 17865 0 -1 4202496 25657 0 0 0 119817 39 0 0 25 0 1 0 77580227 106512384 25592 4294967295 134512640 135212939 3217586208 3217584672 134526848 0 0 0 3 0 0 0 17 1 0 0 0
/proc/30510/statm: 26004 25592 76 171 0 25832 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 106436

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.6
system time used= 0.43
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32683
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= 21
involuntary context switches= 2106

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi08 at 2009-06-12 12:13:25
IDJOB=1849352
IDBENCH=20390
IDSOLVER=690
FILE ID=tipi08/1849352-1244801605
PBS_JOBID=
Free space on /tmp= 15805 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-09.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849352-1244801605/watcher-1849352-1244801605 -o /tmp/evaluation-result-1849352-1244801605/solver-1849352-1244801605 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849352-1244801605.cnf

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

MD5SUM BENCH= 50ed98553825ac1825482c1496260592
RANDOM SEED= 903511768

Linux tipi08 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.464
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.39

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

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.464
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.464
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:       1629536 kB
Buffers:         56128 kB
Cached:         266280 kB
SwapCached:          0 kB
Active:          43160 kB
Inactive:       290592 kB
HighTotal:     1178688 kB
HighFree:      1059792 kB
LowTotal:       895776 kB
LowFree:        569744 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:            4484 kB
Writeback:           0 kB
AnonPages:       11028 kB
Mapped:           5300 kB
Slab:           101668 kB
PageTables:        580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85844 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15805 MiB
End job on tipi08 at 2009-06-12 12:33:26