Trace number 1849336

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

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-19-u.cnf
MD5SUM1f049803198bb32ab05476465773cc39
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 variables246502
Number of clauses1169243
Sum of the clauses size2711964
Maximum clause length10
Minimum clause length1
Number of clauses of size 120518
Number of clauses of size 2893029
Number of clauses of size 3209596
Number of clauses of size 45120
Number of clauses of size 520480
Number of clauses of size over 520500

Solver Data

0.00/0.01	c Parsing...
1.02/1.06	c ==============================================================================
1.02/1.06	c |           |     ORIGINAL     |              LEARNT              |          |
1.02/1.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.02/1.06	c ==============================================================================
1.02/1.06	c |         0 | 1148725  2691446 |  344617       0        0     nan |  0.000 % |
7.62/7.70	c |         0 |  447274  1174513 |      --       0       --      -- |     --   | -454311/-958149
7.62/7.71	c ==============================================================================
7.62/7.71	c Result  :   #vars: 68668   #clauses: 447274   #literals: 1174513
7.62/7.71	c CPU time:   7.51 s
7.62/7.71	c ==============================================================================
8.11/8.20	This is MiniSat 2.0 beta
8.11/8.20	WARNING: for repeatability, setting FPU to use double precision
8.11/8.20	============================[ Problem Statistics ]=============================
8.11/8.20	|                                                                             |
8.11/8.20	|  Number of variables:  68668                                                |
8.11/8.20	|  Number of clauses:    447274                                               |
8.18/8.50	|  Parsing time:         0.29         s                                       |
8.18/8.52	============================[ Search Statistics ]==============================
8.18/8.52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.18/8.52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.18/8.52	===============================================================================
8.18/8.52	|         0 |   68668   447274  1174513 |   149091        0    nan |  0.000 % |
8.81/8.85	|       101 |   68364   447274  1174513 |   164000       88     37 |  3.441 % |
9.20/9.29	|       251 |   66008   430264  1133569 |   180400      224     36 |  5.308 % |
9.80/9.92	|       476 |   59105   381504  1014221 |   198440      416     42 | 15.113 % |
10.80/10.88	|       814 |   53414   334432   893604 |   218284      614     39 | 23.126 % |
11.90/11.99	|      1320 |   52725   329944   882546 |   240113     1113     46 | 23.516 % |
13.40/13.48	|      2081 |   50731   315352   847346 |   264124     1856     45 | 26.188 % |
14.70/14.78	|      3222 |   46558   286315   773311 |   290536     2949     57 | 32.198 % |
16.40/16.51	|      4931 |   44506   270899   734330 |   319590     4628     62 | 36.580 % |
20.80/20.82	|      7493 |   39262   227493   620689 |   351549     6659    106 | 42.823 % |
24.50/24.55	|     11338 |   32082   181365   499845 |   386704    10305     89 | 53.450 % |
30.00/30.05	|     17105 |   30421   172228   474830 |   425374    15843     83 | 55.698 % |
38.80/38.83	|     25755 |   30114   170041   469583 |   467912    24490     95 | 56.482 % |
57.61/57.64	|     38729 |   29762   166046   458703 |   514703    37458    109 | 56.852 % |
91.11/91.17	|     58192 |   29626   165243   456449 |   566174    56916    127 | 56.856 % |
146.82/146.83	|     87385 |   28190   163753   452848 |   622791    86085    135 | 63.172 % |
235.52/235.59	|    131176 |   25224   136022   378531 |   685070   129561    134 | 63.267 % |
397.53/397.59	|    196860 |   24830   134055   372916 |   753577   195240    145 | 63.841 % |
770.46/770.48	|    295386 |   24685   133038   370329 |   828935   293764    146 | 64.052 % |
1200.00/1199.94	HOME/SatELiteGTI: line 36: 17914 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-1849336-1244797690/watcher-1849336-1244797690 -o /tmp/evaluation-result-1849336-1244797690/solver-1849336-1244797690 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849336-1244797690.cnf 

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


[startup+0 s]
/proc/loadavg: 0.18 0.10 0.02 3/91 17907
/proc/meminfo: memFree=67908/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2416 CPUtime=0
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 368 648 0 0 0 0 0 0 19 0 1 0 77188736 2473984 277 4294967295 134512640 135169312 3215584752 3215583288 3084959470 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17907/statm: 604 277 235 161 0 43 0
[pid=17911] ppid=17907 vsize=952 CPUtime=0
/proc/17911/stat : 17911 (SatELite_releas) R 17907 17907 17865 0 -1 4202496 114 0 0 0 0 0 0 0 18 0 1 0 77188736 974848 50 4294967295 134512640 135223648 3214927168 3214926072 134736942 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17911/statm: 239 54 44 174 0 64 0

[startup+0.059964 s]
/proc/loadavg: 0.18 0.10 0.02 3/91 17907
/proc/meminfo: memFree=67908/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2416 CPUtime=0
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 368 648 0 0 0 0 0 0 19 0 1 0 77188736 2473984 277 4294967295 134512640 135169312 3215584752 3215583288 3084959470 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17907/statm: 604 277 235 161 0 43 0
[pid=17911] ppid=17907 vsize=10160 CPUtime=0.06
/proc/17911/stat : 17911 (SatELite_releas) R 17907 17907 17865 0 -1 4202496 2291 0 0 0 5 1 0 0 18 0 1 0 77188736 10403840 2227 4294967295 134512640 135223648 3214927168 3214925888 134734703 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17911/statm: 2540 2228 46 174 0 2365 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12576

[startup+0.119947 s]
/proc/loadavg: 0.18 0.10 0.02 3/91 17907
/proc/meminfo: memFree=67908/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2416 CPUtime=0
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 368 648 0 0 0 0 0 0 19 0 1 0 77188736 2473984 277 4294967295 134512640 135169312 3215584752 3215583288 3084959470 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17907/statm: 604 277 235 161 0 43 0
[pid=17911] ppid=17907 vsize=23440 CPUtime=0.12
/proc/17911/stat : 17911 (SatELite_releas) R 17907 17907 17865 0 -1 4202496 5426 0 0 0 10 2 0 0 18 0 1 0 77188736 24002560 5362 4294967295 134512640 135223648 3214927168 3214925904 134540952 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17911/statm: 5860 5362 46 174 0 5685 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 25856

[startup+0.31993 s]
/proc/loadavg: 0.18 0.10 0.02 3/91 17907
/proc/meminfo: memFree=67908/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2416 CPUtime=0
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 368 648 0 0 0 0 0 0 19 0 1 0 77188736 2473984 277 4294967295 134512640 135169312 3215584752 3215583288 3084959470 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17907/statm: 604 277 235 161 0 43 0
[pid=17911] ppid=17907 vsize=53756 CPUtime=0.32
/proc/17911/stat : 17911 (SatELite_releas) R 17907 17907 17865 0 -1 4202496 12245 0 0 0 26 6 0 0 18 0 1 0 77188736 55046144 12181 4294967295 134512640 135223648 3214927168 3214925736 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17911/statm: 13439 12181 46 174 0 13264 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 56172

[startup+0.719897 s]
/proc/loadavg: 0.18 0.10 0.02 3/91 17907
/proc/meminfo: memFree=67908/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2416 CPUtime=0
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 368 648 0 0 0 0 0 0 19 0 1 0 77188736 2473984 277 4294967295 134512640 135169312 3215584752 3215583288 3084959470 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17907/statm: 604 277 235 161 0 43 0
[pid=17911] ppid=17907 vsize=81944 CPUtime=0.72
/proc/17911/stat : 17911 (SatELite_releas) R 17907 17907 17865 0 -1 4202496 19936 0 0 0 65 7 0 0 18 0 1 0 77188736 83910656 19872 4294967295 134512640 135223648 3214927168 3214926120 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17911/statm: 20486 19872 47 174 0 20311 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 84360

[startup+1.51983 s]
/proc/loadavg: 0.18 0.10 0.02 3/93 17912
/proc/meminfo: memFree=53160/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2416 CPUtime=0
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 368 648 0 0 0 0 0 0 19 0 1 0 77188736 2473984 277 4294967295 134512640 135169312 3215584752 3215583288 3084959470 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17907/statm: 604 277 235 161 0 43 0
[pid=17911] ppid=17907 vsize=124896 CPUtime=1.52
/proc/17911/stat : 17911 (SatELite_releas) R 17907 17907 17865 0 -1 4202496 31265 0 0 0 139 13 0 0 20 0 1 0 77188736 127893504 28434 4294967295 134512640 135223648 3214927168 3214924936 134737406 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17911/statm: 31224 28434 73 174 0 31049 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 127312

[startup+3.1197 s]
/proc/loadavg: 0.18 0.10 0.02 3/93 17912
/proc/meminfo: memFree=53200/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2416 CPUtime=0
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 368 648 0 0 0 0 0 0 19 0 1 0 77188736 2473984 277 4294967295 134512640 135169312 3215584752 3215583288 3084959470 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17907/statm: 604 277 235 161 0 43 0
[pid=17911] ppid=17907 vsize=132648 CPUtime=3.12
/proc/17911/stat : 17911 (SatELite_releas) R 17907 17907 17865 0 -1 4202496 33331 0 0 0 295 17 0 0 25 0 1 0 77188736 135831552 30312 4294967295 134512640 135223648 3214927168 3214925264 134596089 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17911/statm: 33162 30312 73 174 0 32987 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 135064

[startup+6.31944 s]
/proc/loadavg: 0.25 0.11 0.03 3/93 17913
/proc/meminfo: memFree=61636/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2416 CPUtime=0
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 368 648 0 0 0 0 0 0 19 0 1 0 77188736 2473984 277 4294967295 134512640 135169312 3215584752 3215583288 3084959470 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/17907/statm: 604 277 235 161 0 43 0
[pid=17911] ppid=17907 vsize=152188 CPUtime=6.32
/proc/17911/stat : 17911 (SatELite_releas) R 17907 17907 17865 0 -1 4202496 39462 0 0 0 614 18 0 0 25 0 1 0 77188736 155840512 33290 4294967295 134512640 135223648 3214927168 3214925520 134602526 0 0 0 3 0 0 0 17 0 0 0 0
/proc/17911/statm: 38047 33290 73 174 0 37872 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 154604

[startup+12.7189 s]
/proc/loadavg: 0.31 0.13 0.03 2/93 17914
/proc/meminfo: memFree=152004/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=25204 CPUtime=4.52
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 6059 0 0 0 451 1 0 0 25 0 1 0 77189556 25808896 5983 4294967295 134512640 135212939 3217092528 3217090992 134526608 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 6301 5983 76 171 0 6129 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 27624

[startup+25.5179 s]
/proc/loadavg: 0.46 0.17 0.04 2/93 18100
/proc/meminfo: memFree=150156/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=27088 CPUtime=17.32
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 6551 0 0 0 1731 1 0 0 25 0 1 0 77189556 27738112 6475 4294967295 134512640 135212939 3217092528 3217090992 134526652 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 6772 6475 76 171 0 6600 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 29508

[startup+51.1258 s]
/proc/loadavg: 0.64 0.24 0.07 2/93 18102
/proc/meminfo: memFree=141192/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=36444 CPUtime=42.93
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 8858 0 0 0 4291 2 0 0 25 0 1 0 77189556 37318656 8782 4294967295 134512640 135212939 3217092528 3217090704 134529452 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 9111 8782 76 171 0 8939 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 38864

[startup+102.332 s]
/proc/loadavg: 0.90 0.37 0.12 3/93 18295
/proc/meminfo: memFree=121748/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=55700 CPUtime=94.14
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 13672 0 0 0 9406 8 0 0 25 0 1 0 77189556 57036800 13596 4294967295 134512640 135212939 3217092528 3217091088 134539358 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 13925 13596 76 171 0 13753 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 58120

[startup+162.317 s]
/proc/loadavg: 1.07 0.51 0.18 3/93 18485
/proc/meminfo: memFree=102412/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=75360 CPUtime=154.13
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 18533 0 0 0 15398 15 0 0 25 0 1 0 77189556 77168640 18457 4294967295 134512640 135212939 3217092528 3217090992 134526587 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 18840 18457 76 171 0 18668 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 77780

[startup+222.312 s]
/proc/loadavg: 1.12 0.63 0.24 3/93 18675
/proc/meminfo: memFree=86556/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=91148 CPUtime=214.13
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 22513 0 0 0 21396 17 0 0 25 0 1 0 77189556 93335552 22437 4294967295 134512640 135212939 3217092528 3217090992 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 22787 22437 76 171 0 22615 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 93568

[startup+282.317 s]
/proc/loadavg: 1.04 0.69 0.29 2/93 18864
/proc/meminfo: memFree=71908/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=106332 CPUtime=274.14
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 26244 0 0 0 27394 20 0 0 25 0 1 0 77189556 108883968 26168 4294967295 134512640 135212939 3217092528 3217090992 134526661 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 26583 26168 76 171 0 26411 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 108752

[startup+342.322 s]
/proc/loadavg: 1.01 0.74 0.33 2/93 19057
/proc/meminfo: memFree=54764/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=123284 CPUtime=334.15
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 30507 0 0 0 33394 21 0 0 25 0 1 0 77189556 126242816 30431 4294967295 134512640 135212939 3217092528 3217090704 134529346 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 30821 30431 76 171 0 30649 0
Current children cumulated CPU time (s) 342.33

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

[pid=17914] ppid=17907 vsize=163220 CPUtime=514.16
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 40380 0 0 0 51383 33 0 0 25 0 1 0 77189556 167137280 40304 4294967295 134512640 135212939 3217092528 3217090992 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 40805 40304 76 171 0 40633 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 165640

[startup+582.312 s]
/proc/loadavg: 1.00 0.88 0.47 2/93 19822
/proc/meminfo: memFree=52448/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=173284 CPUtime=574.16
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 42920 0 0 0 57381 35 0 0 25 0 1 0 77189556 177442816 42844 4294967295 134512640 135212939 3217092528 3217090992 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 43321 42844 76 171 0 43149 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 175704

[startup+642.317 s]
/proc/loadavg: 1.00 0.90 0.50 3/93 20013
/proc/meminfo: memFree=51760/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=182400 CPUtime=634.17
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 45156 0 0 0 63380 37 0 0 25 0 1 0 77189556 186777600 45080 4294967295 134512640 135212939 3217092528 3217090992 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 45600 45080 76 171 0 45428 0
Current children cumulated CPU time (s) 642.35
Current children cumulated vsize (KiB) 184820

[startup+702.312 s]
/proc/loadavg: 1.00 0.91 0.53 4/93 20202
/proc/meminfo: memFree=52220/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=192480 CPUtime=694.17
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 47679 0 0 0 69379 38 0 0 25 0 1 0 77189556 197099520 47603 4294967295 134512640 135212939 3217092528 3217090992 134526723 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 48120 47603 76 171 0 47948 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 194900

[startup+762.327 s]
/proc/loadavg: 1.00 0.93 0.56 3/93 20396
/proc/meminfo: memFree=52644/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=200984 CPUtime=754.19
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 49818 0 0 0 75379 40 0 0 25 0 1 0 77189556 205807616 49742 4294967295 134512640 135212939 3217092528 3217090992 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 50246 49742 76 171 0 50074 0
Current children cumulated CPU time (s) 762.37
Current children cumulated vsize (KiB) 203404

[startup+822.322 s]
/proc/loadavg: 1.05 0.95 0.59 2/93 20586
/proc/meminfo: memFree=52028/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=208084 CPUtime=814.19
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 51590 0 0 0 81379 40 0 0 25 0 1 0 77189556 213078016 51514 4294967295 134512640 135212939 3217092528 3217090992 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 52021 51514 76 171 0 51849 0
Current children cumulated CPU time (s) 822.37
Current children cumulated vsize (KiB) 210504

[startup+882.307 s]
/proc/loadavg: 1.02 0.96 0.61 4/93 20775
/proc/meminfo: memFree=52768/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=215020 CPUtime=874.18
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 53156 0 0 0 87377 41 0 0 25 0 1 0 77189556 220180480 53080 4294967295 134512640 135212939 3217092528 3217090992 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 53755 53080 76 171 0 53583 0
Current children cumulated CPU time (s) 882.36
Current children cumulated vsize (KiB) 217440

[startup+942.312 s]
/proc/loadavg: 1.00 0.96 0.63 3/93 20966
/proc/meminfo: memFree=52172/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=221752 CPUtime=934.19
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 54855 0 0 0 93377 42 0 0 25 0 1 0 77189556 227074048 54779 4294967295 134512640 135212939 3217092528 3217090992 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 55438 54779 76 171 0 55266 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 224172

[startup+1002.32 s]
/proc/loadavg: 1.06 0.98 0.66 3/93 21155
/proc/meminfo: memFree=53164/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=227504 CPUtime=994.2
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 56252 0 0 0 99378 42 0 0 25 0 1 0 77189556 232964096 56176 4294967295 134512640 135212939 3217092528 3217090992 134526750 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 56876 56176 76 171 0 56704 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 229924

[startup+1062.31 s]
/proc/loadavg: 1.08 1.00 0.68 4/93 21349
/proc/meminfo: memFree=53400/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=234364 CPUtime=1054.2
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 57974 0 0 0 105377 43 0 0 25 0 1 0 77189556 239988736 57898 4294967295 134512640 135212939 3217092528 3217090992 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 58591 57898 76 171 0 58419 0
Current children cumulated CPU time (s) 1062.38
Current children cumulated vsize (KiB) 236784

[startup+1122.32 s]
/proc/loadavg: 1.09 1.02 0.70 3/93 21539
/proc/meminfo: memFree=51804/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=239776 CPUtime=1114.21
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 59333 0 0 0 111378 43 0 0 25 0 1 0 77189556 245530624 59257 4294967295 134512640 135212939 3217092528 3217090992 134526848 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 59944 59257 76 171 0 59772 0
Current children cumulated CPU time (s) 1122.39
Current children cumulated vsize (KiB) 242196

[startup+1182.32 s]
/proc/loadavg: 1.16 1.04 0.73 3/93 21728
/proc/meminfo: memFree=52808/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=245392 CPUtime=1174.22
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 60750 0 0 0 117377 45 0 0 25 0 1 0 77189556 251281408 60674 4294967295 134512640 135212939 3217092528 3217090992 134526636 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 61348 60674 76 171 0 61176 0
Current children cumulated CPU time (s) 1182.4
Current children cumulated vsize (KiB) 247812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.92 s]
/proc/loadavg: 1.11 1.04 0.73 3/93 21730
/proc/meminfo: memFree=53712/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=246956 CPUtime=1191.82
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 61121 0 0 0 119136 46 0 0 25 0 1 0 77189556 252882944 61045 4294967295 134512640 135212939 3217092528 3217090992 134526636 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 61739 61045 76 171 0 61567 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 249376

Sending SIGTERM to process tree (bottom up)

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

[startup+1199.92 s]
/proc/loadavg: 1.11 1.04 0.73 3/93 21730
/proc/meminfo: memFree=53712/2074464 swapFree=1959888/1959888
[pid=17907] ppid=17905 vsize=2420 CPUtime=8.18
/proc/17907/stat : 17907 (SatELiteGTI) S 17905 17907 17865 0 -1 4194304 388 50242 0 0 0 0 795 23 18 0 1 0 77188736 2478080 278 4294967295 134512640 135169312 3215584752 3215580968 3084959470 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/17907/statm: 605 278 235 161 0 44 0
[pid=17914] ppid=17907 vsize=246956 CPUtime=1191.82
/proc/17914/stat : 17914 (minisat_static) R 17907 17907 17865 0 -1 4202496 61121 0 0 0 119136 46 0 0 25 0 1 0 77189556 252882944 61045 4294967295 134512640 135212939 3217092528 3217090992 134526636 0 0 0 3 0 0 0 17 3 0 0 0
/proc/17914/statm: 61739 61045 76 171 0 61567 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 249376

Child status: 143
Real time (s): 1199.95
CPU time (s): 1200.02
CPU user time (s): 1199.31
CPU system time (s): 0.71
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 249376

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi08 at 2009-06-12 11:08:10
IDJOB=1849336
IDBENCH=20372
IDSOLVER=690
FILE ID=tipi08/1849336-1244797690
PBS_JOBID=
Free space on /tmp= 15799 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-19-u.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849336-1244797690/watcher-1849336-1244797690 -o /tmp/evaluation-result-1849336-1244797690/solver-1849336-1244797690 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849336-1244797690.cnf

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

MD5SUM BENCH= 1f049803198bb32ab05476465773cc39
RANDOM SEED= 1409990299

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:         69668 kB
Buffers:         71492 kB
Cached:        1762488 kB
SwapCached:          0 kB
Active:         722108 kB
Inactive:      1123244 kB
HighTotal:     1178688 kB
HighFree:         4532 kB
LowTotal:       895776 kB
LowFree:         65136 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:           23216 kB
Writeback:          48 kB
AnonPages:       11236 kB
Mapped:           5304 kB
Slab:           151404 kB
PageTables:        440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    85712 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15799 MiB
End job on tipi08 at 2009-06-12 11:28:12