Trace number 1849351

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.11 1200.04

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-15-u.cnf
MD5SUMc716daea92d5e29b94f85a19b52859ac
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 variables151952
Number of clauses697321
Sum of the clauses size1601192
Maximum clause length10
Minimum clause length1
Number of clauses of size 112754
Number of clauses of size 2551183
Number of clauses of size 3104744
Number of clauses of size 43180
Number of clauses of size 512720
Number of clauses of size over 512740

Solver Data

0.00/0.00	c Parsing...
0.61/0.63	c ==============================================================================
0.61/0.63	c |           |     ORIGINAL     |              LEARNT              |          |
0.61/0.63	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.61/0.63	c ==============================================================================
0.61/0.63	c |         0 |  684567  1588438 |  205370       0        0     nan |  0.000 % |
4.61/4.63	c |         0 |  274294   727061 |      --       0       --      -- |     --   | -250115/-498767
4.61/4.63	c ==============================================================================
4.61/4.63	c Result  :   #vars: 46737   #clauses: 274294   #literals: 727061
4.61/4.63	c CPU time:   4.48 s
4.61/4.63	c ==============================================================================
4.90/4.93	This is MiniSat 2.0 beta
4.90/4.93	WARNING: for repeatability, setting FPU to use double precision
4.90/4.93	============================[ Problem Statistics ]=============================
4.90/4.93	|                                                                             |
4.90/4.93	|  Number of variables:  46737                                                |
4.90/4.93	|  Number of clauses:    274294                                               |
4.93/5.12	|  Parsing time:         0.17         s                                       |
4.93/5.13	============================[ Search Statistics ]==============================
4.93/5.13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.93/5.13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.93/5.13	===============================================================================
4.93/5.13	|         0 |   46737   274294   727061 |    91431        0    nan |  0.000 % |
4.93/5.32	|       100 |   46248   274294   727061 |   100574       90     35 | 10.144 % |
5.60/5.62	|       250 |   39229   226859   612504 |   110631      218     30 | 16.064 % |
5.80/5.81	|       475 |   38855   226859   612504 |   121695      435     28 | 21.362 % |
6.10/6.17	|       812 |   36682   208944   566761 |   133864      712     41 | 23.318 % |
6.30/6.37	|      1319 |   36577   208944   566761 |   147251     1215     33 | 73.914 % |
6.70/6.76	|      2078 |   12063    54699   156239 |   161976     1716     41 | 74.190 % |
7.10/7.13	|      3220 |   11910    54092   154415 |   178173     2853     41 | 75.016 % |
7.71/7.78	|      4928 |   11373    51785   147659 |   195991     4549     41 | 75.694 % |
9.10/9.11	|      7491 |   11348    51629   147256 |   215590     7109     43 | 75.719 % |
10.59/10.66	|     11335 |   11343    51592   147162 |   237149    10952     41 | 75.730 % |
13.88/13.91	|     17102 |   11115    50611   144362 |   260864    16670     43 | 76.218 % |
19.88/19.97	|     25751 |   11000    50149   142976 |   286950    25308     40 | 76.464 % |
30.99/31.09	|     38726 |   10778    49111   139998 |   315645    38267     40 | 76.939 % |
60.39/60.48	|     58187 |   10737    48846   139377 |   347210    57717     35 | 77.027 % |
106.49/106.51	|     87380 |   10737    48846   139377 |   381931    86910     34 | 77.027 % |
176.60/176.64	|    131171 |   10726    48836   139351 |   420124   130693     34 | 77.502 % |
384.91/384.93	|    196856 |   10480    47507   135496 |   462136   196234     33 | 77.577 % |
823.76/823.76	|    295382 |    9297    41073   117353 |   508350   206876     33 | 80.108 % |
1200.09/1200.02	HOME/SatELiteGTI: line 36: 31276 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-1849351-1244801416/watcher-1849351-1244801416 -o /tmp/evaluation-result-1849351-1244801416/solver-1849351-1244801416 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849351-1244801416.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.92 0.98 0.93 2/94 31269
/proc/meminfo: memFree=733236/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2412 CPUtime=0
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 77562662 2469888 276 4294967295 134512640 135169312 3215349168 3215347704 3084971758 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31269/statm: 603 276 235 161 0 42 0
[pid=31273] ppid=31269 vsize=952 CPUtime=0
/proc/31273/stat : 31273 (SatELite_releas) R 31269 31269 19205 0 -1 4202496 109 0 0 0 0 0 0 0 25 0 1 0 77562662 974848 44 4294967295 134512640 135223648 3220572832 3220571856 134535733 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31273/statm: 238 49 40 174 0 63 0

[startup+0.076082 s]
/proc/loadavg: 0.92 0.98 0.93 2/94 31269
/proc/meminfo: memFree=733236/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2412 CPUtime=0
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 77562662 2469888 276 4294967295 134512640 135169312 3215349168 3215347704 3084971758 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31269/statm: 603 276 235 161 0 42 0
[pid=31273] ppid=31269 vsize=19736 CPUtime=0.08
/proc/31273/stat : 31273 (SatELite_releas) R 31269 31269 19205 0 -1 4202496 3435 0 0 0 8 0 0 0 25 0 1 0 77562662 20209664 3370 4294967295 134512640 135223648 3220572832 3220571568 134540952 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31273/statm: 4934 3370 46 174 0 4759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 22148

[startup+0.106079 s]
/proc/loadavg: 0.92 0.98 0.93 2/94 31269
/proc/meminfo: memFree=733236/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2412 CPUtime=0
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 77562662 2469888 276 4294967295 134512640 135169312 3215349168 3215347704 3084971758 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31269/statm: 603 276 235 161 0 42 0
[pid=31273] ppid=31269 vsize=22112 CPUtime=0.11
/proc/31273/stat : 31273 (SatELite_releas) R 31269 31269 19205 0 -1 4202496 4961 0 0 0 10 1 0 0 25 0 1 0 77562662 22642688 4896 4294967295 134512640 135223648 3220572832 3220571712 134543095 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31273/statm: 5528 4896 46 174 0 5353 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 24524

[startup+0.306063 s]
/proc/loadavg: 0.92 0.98 0.93 2/94 31269
/proc/meminfo: memFree=733236/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2412 CPUtime=0
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 77562662 2469888 276 4294967295 134512640 135169312 3215349168 3215347704 3084971758 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31269/statm: 603 276 235 161 0 42 0
[pid=31273] ppid=31269 vsize=52692 CPUtime=0.31
/proc/31273/stat : 31273 (SatELite_releas) R 31269 31269 19205 0 -1 4202496 10055 0 0 0 27 4 0 0 25 0 1 0 77562662 53956608 9990 4294967295 134512640 135223648 3220572832 3220571416 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31273/statm: 13173 9992 46 174 0 12998 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 55104

[startup+0.706029 s]
/proc/loadavg: 0.92 0.98 0.93 2/94 31269
/proc/meminfo: memFree=733236/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2412 CPUtime=0
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 77562662 2469888 276 4294967295 134512640 135169312 3215349168 3215347704 3084971758 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31269/statm: 603 276 235 161 0 42 0
[pid=31273] ppid=31269 vsize=77504 CPUtime=0.71
/proc/31273/stat : 31273 (SatELite_releas) R 31269 31269 19205 0 -1 4202496 16290 0 0 0 63 8 0 0 25 0 1 0 77562662 79364096 16225 4294967295 134512640 135223648 3220572832 3220571424 134549276 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31273/statm: 19376 16225 68 174 0 19201 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 79916

[startup+1.50596 s]
/proc/loadavg: 0.92 0.98 0.93 2/96 31274
/proc/meminfo: memFree=663664/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2412 CPUtime=0
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 77562662 2469888 276 4294967295 134512640 135169312 3215349168 3215347704 3084971758 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31269/statm: 603 276 235 161 0 42 0
[pid=31273] ppid=31269 vsize=85856 CPUtime=1.51
/proc/31273/stat : 31273 (SatELite_releas) R 31269 31269 19205 0 -1 4202496 19643 0 0 0 142 9 0 0 25 0 1 0 77562662 87916544 18107 4294967295 134512640 135223648 3220572832 3220570848 134586989 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31273/statm: 21464 18107 73 174 0 21289 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 88268

[startup+3.10583 s]
/proc/loadavg: 0.93 0.98 0.93 2/96 31274
/proc/meminfo: memFree=658828/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2412 CPUtime=0
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 368 643 0 0 0 0 0 0 25 0 1 0 77562662 2469888 276 4294967295 134512640 135169312 3215349168 3215347704 3084971758 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/31269/statm: 603 276 235 161 0 42 0
[pid=31273] ppid=31269 vsize=97640 CPUtime=3.11
/proc/31273/stat : 31273 (SatELite_releas) R 31269 31269 19205 0 -1 4202496 21895 0 0 0 301 10 0 0 25 0 1 0 77562662 99983360 20131 4294967295 134512640 135223648 3220572832 3220571008 134585373 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31273/statm: 24410 20131 73 174 0 24235 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 100052

[startup+6.30556 s]
/proc/loadavg: 0.93 0.98 0.93 5/96 31276
/proc/meminfo: memFree=709204/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=17116 CPUtime=1.37
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 3957 0 0 0 136 1 0 0 25 0 1 0 77563156 17526784 3892 4294967295 134512640 135212939 3215379984 3215378448 134526587 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 4279 3892 76 171 0 4107 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 19532

[startup+12.705 s]
/proc/loadavg: 0.94 0.98 0.93 3/96 31276
/proc/meminfo: memFree=708864/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=17252 CPUtime=7.75
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 3980 0 0 0 774 1 0 0 25 0 1 0 77563156 17666048 3915 4294967295 134512640 135212939 3215379984 3215378448 134527119 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 4313 3915 76 171 0 4141 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19668

[startup+25.514 s]
/proc/loadavg: 0.95 0.98 0.93 3/96 31462
/proc/meminfo: memFree=706336/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=19812 CPUtime=20.56
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 4615 0 0 0 2052 4 0 0 25 0 1 0 77563156 20287488 4550 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 4953 4550 76 171 0 4781 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22228

[startup+51.1118 s]
/proc/loadavg: 0.96 0.98 0.93 3/96 31464
/proc/meminfo: memFree=703564/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=22720 CPUtime=46.16
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 5314 0 0 0 4609 7 0 0 25 0 1 0 77563156 23265280 5249 4294967295 134512640 135212939 3215379984 3215378448 134526587 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 5680 5249 76 171 0 5508 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 25136

[startup+102.318 s]
/proc/loadavg: 0.98 0.98 0.93 3/96 31657
/proc/meminfo: memFree=698140/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=27984 CPUtime=97.37
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 6628 0 0 0 9728 9 0 0 25 0 1 0 77563156 28655616 6563 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 6996 6563 76 171 0 6824 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 30400

[startup+162.312 s]
/proc/loadavg: 0.99 0.98 0.93 2/96 31847
/proc/meminfo: memFree=691924/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=34276 CPUtime=157.37
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 8164 0 0 0 15727 10 0 0 25 0 1 0 77563156 35098624 8099 4294967295 134512640 135212939 3215379984 3215378368 134523890 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 8569 8099 76 171 0 8397 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 36692

[startup+222.317 s]
/proc/loadavg: 0.99 0.98 0.93 3/96 32037
/proc/meminfo: memFree=687716/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=38760 CPUtime=217.38
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 9204 0 0 0 21722 16 0 0 25 0 1 0 77563156 39690240 9139 4294967295 134512640 135212939 3215379984 3215378448 134526587 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 9690 9139 76 171 0 9518 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 41176

[startup+282.312 s]
/proc/loadavg: 0.99 0.98 0.93 2/96 32226
/proc/meminfo: memFree=684376/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=41844 CPUtime=277.38
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 10005 0 0 0 27721 17 0 0 25 0 1 0 77563156 42848256 9940 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 10461 9940 76 171 0 10289 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 44260

[startup+342.317 s]
/proc/loadavg: 0.99 0.98 0.93 3/96 32419
/proc/meminfo: memFree=681648/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=44988 CPUtime=337.39
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 10739 0 0 0 33721 18 0 0 25 0 1 0 77563156 46067712 10674 4294967295 134512640 135212939 3215379984 3215378224 134536079 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 11247 10674 76 171 0 11075 0
Current children cumulated CPU time (s) 342.32

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

[pid=31276] ppid=31269 vsize=50712 CPUtime=457.39
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 12071 0 0 0 45717 22 0 0 25 0 1 0 77563156 51929088 12006 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 12678 12006 76 171 0 12506 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 53128

[startup+522.312 s]
/proc/loadavg: 0.99 0.98 0.93 4/96 527
/proc/meminfo: memFree=674628/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=52408 CPUtime=517.4
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 12502 0 0 0 51718 22 0 0 25 0 1 0 77563156 53665792 12437 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 13102 12437 76 171 0 12930 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 54824

[startup+582.307 s]
/proc/loadavg: 0.99 0.98 0.93 3/96 716
/proc/meminfo: memFree=672784/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=54104 CPUtime=577.4
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 12940 0 0 0 57714 26 0 0 25 0 1 0 77563156 55402496 12875 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 13526 12875 76 171 0 13354 0
Current children cumulated CPU time (s) 582.33
Current children cumulated vsize (KiB) 56520

[startup+642.312 s]
/proc/loadavg: 0.99 0.98 0.93 5/96 917
/proc/meminfo: memFree=671436/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=55576 CPUtime=637.41
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 13291 0 0 0 63714 27 0 0 25 0 1 0 77563156 56909824 13226 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 13894 13226 76 171 0 13722 0
Current children cumulated CPU time (s) 642.34
Current children cumulated vsize (KiB) 57992

[startup+702.317 s]
/proc/loadavg: 0.99 0.98 0.93 2/96 1111
/proc/meminfo: memFree=670196/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=56408 CPUtime=697.42
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 13536 0 0 0 69715 27 0 0 25 0 1 0 77563156 57761792 13471 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 14102 13471 76 171 0 13930 0
Current children cumulated CPU time (s) 702.35
Current children cumulated vsize (KiB) 58824

[startup+762.322 s]
/proc/loadavg: 0.99 0.98 0.93 2/96 1301
/proc/meminfo: memFree=669676/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=57116 CPUtime=757.43
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 13695 0 0 0 75716 27 0 0 25 0 1 0 77563156 58486784 13630 4294967295 134512640 135212939 3215379984 3215378448 134526636 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 14279 13630 76 171 0 14107 0
Current children cumulated CPU time (s) 762.36
Current children cumulated vsize (KiB) 59532

[startup+822.317 s]
/proc/loadavg: 0.99 0.98 0.93 3/96 1493
/proc/meminfo: memFree=669304/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=57440 CPUtime=817.43
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 13785 0 0 0 81712 31 0 0 25 0 1 0 77563156 58818560 13720 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 14360 13720 76 171 0 14188 0
Current children cumulated CPU time (s) 822.36
Current children cumulated vsize (KiB) 59856

[startup+882.322 s]
/proc/loadavg: 0.99 0.98 0.93 3/96 1684
/proc/meminfo: memFree=669196/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=57884 CPUtime=877.44
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 13871 0 0 0 87712 32 0 0 25 0 1 0 77563156 59273216 13806 4294967295 134512640 135212939 3215379984 3215378448 134526736 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 14471 13806 76 171 0 14299 0
Current children cumulated CPU time (s) 882.37
Current children cumulated vsize (KiB) 60300

[startup+942.317 s]
/proc/loadavg: 0.99 0.98 0.93 3/96 1875
/proc/meminfo: memFree=669164/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=58064 CPUtime=937.44
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 13946 0 0 0 93712 32 0 0 25 0 1 0 77563156 59457536 13881 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 14516 13881 76 171 0 14344 0
Current children cumulated CPU time (s) 942.37
Current children cumulated vsize (KiB) 60480

[startup+1002.32 s]
/proc/loadavg: 1.08 1.01 0.94 3/96 2064
/proc/meminfo: memFree=668832/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=58392 CPUtime=997.45
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 14017 0 0 0 99713 32 0 0 25 0 1 0 77563156 59793408 13952 4294967295 134512640 135212939 3215379984 3215378448 134526608 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 14598 13952 76 171 0 14426 0
Current children cumulated CPU time (s) 1002.38
Current children cumulated vsize (KiB) 60808

[startup+1062.33 s]
/proc/loadavg: 1.17 1.05 0.95 2/96 2254
/proc/meminfo: memFree=667908/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=59344 CPUtime=1057.46
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 14237 0 0 0 105711 35 0 0 25 0 1 0 77563156 60768256 14172 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 14836 14172 76 171 0 14664 0
Current children cumulated CPU time (s) 1062.39
Current children cumulated vsize (KiB) 61760

[startup+1122.31 s]
/proc/loadavg: 1.09 1.05 0.96 3/96 2444
/proc/meminfo: memFree=666700/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=60988 CPUtime=1117.45
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 14588 0 0 0 111709 36 0 0 25 0 1 0 77563156 62451712 14523 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 15247 14523 76 171 0 15075 0
Current children cumulated CPU time (s) 1122.38
Current children cumulated vsize (KiB) 63404

[startup+1182.32 s]
/proc/loadavg: 1.11 1.07 0.97 3/96 2633
/proc/meminfo: memFree=664500/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=62992 CPUtime=1177.46
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 15142 0 0 0 117710 36 0 0 25 0 1 0 77563156 64503808 15077 4294967295 134512640 135212939 3215379984 3215378448 134526848 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 15748 15077 76 171 0 15576 0
Current children cumulated CPU time (s) 1182.39
Current children cumulated vsize (KiB) 65408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 1.08 1.07 0.97 2/96 2639
/proc/meminfo: memFree=664096/2074464 swapFree=1959888/1959888
[pid=31269] ppid=31267 vsize=2416 CPUtime=4.93
/proc/31269/stat : 31269 (SatELiteGTI) S 31267 31269 19205 0 -1 4194304 386 30062 0 0 1 0 470 22 19 0 1 0 77562662 2473984 277 4294967295 134512640 135169312 3215349168 3215345384 3084971758 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/31269/statm: 604 277 235 161 0 43 0
[pid=31276] ppid=31269 vsize=63832 CPUtime=1195.16
/proc/31276/stat : 31276 (minisat_static) R 31269 31269 19205 0 -1 4202496 15299 0 0 0 119479 37 0 0 25 0 1 0 77563156 65363968 15234 4294967295 134512640 135212939 3215379984 3215378448 134527043 0 0 0 3 0 0 0 17 2 0 0 0
/proc/31276/statm: 15958 15234 76 171 0 15786 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 66248

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): 1200.04
CPU time (s): 1200.11
CPU user time (s): 1199.5
CPU system time (s): 0.61
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 104400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.5
system time used= 0.61
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46024
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= 22
involuntary context switches= 2779

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi09 at 2009-06-12 12:10:16
IDJOB=1849351
IDBENCH=20374
IDSOLVER=690
FILE ID=tipi09/1849351-1244801416
PBS_JOBID=
Free space on /tmp= 15770 MiB

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

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

MD5SUM BENCH= c716daea92d5e29b94f85a19b52859ac
RANDOM SEED= 1262866145

Linux tipi09 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.365
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.38

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.365
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:        733260 kB
Buffers:         72640 kB
Cached:        1100224 kB
SwapCached:          0 kB
Active:         337236 kB
Inactive:       848128 kB
HighTotal:     1178688 kB
HighFree:       430644 kB
LowTotal:       895776 kB
LowFree:        302616 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:           13932 kB
Writeback:           0 kB
AnonPages:       12300 kB
Mapped:           6680 kB
Slab:           146616 kB
PageTables:        444 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    91004 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15770 MiB
End job on tipi09 at 2009-06-12 12:30:18