Trace number 1849450

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/coreUNSAT 979.87 979.769

General information on the benchmark

Nameschup-l2s-guid-1-k56.cnf
MD5SUM8945850ff5a1fb30f0867a5172da0b2e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark207.69
Satisfiable
(Un)Satisfiability was proved
Number of variables98746
Number of clauses307346
Sum of the clauses size757661
Maximum clause length57
Minimum clause length1
Number of clauses of size 172
Number of clauses of size 2178795
Number of clauses of size 3120630
Number of clauses of size 44935
Number of clauses of size 52464
Number of clauses of size over 5450

Solver Data

0.00/0.00	c Parsing...
0.22/0.28	c ==============================================================================
0.22/0.28	c |           |     ORIGINAL     |              LEARNT              |          |
0.22/0.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.22/0.28	c ==============================================================================
0.22/0.28	c |         0 |  306443   755159 |   91932       0        0     nan |  0.000 % |
2.21/2.23	c |         0 |  153826   494818 |      --       0       --      -- |     --   | -150413/-254976
2.21/2.23	c ==============================================================================
2.21/2.23	c Result  :   #vars: 31651   #clauses: 153826   #literals: 494818
2.21/2.23	c CPU time:   2.09 s
2.21/2.23	c ==============================================================================
2.41/2.41	This is MiniSat 2.0 beta
2.41/2.41	WARNING: for repeatability, setting FPU to use double precision
2.41/2.41	============================[ Problem Statistics ]=============================
2.41/2.41	|                                                                             |
2.41/2.41	|  Number of variables:  31651                                                |
2.41/2.41	|  Number of clauses:    153826                                               |
2.41/2.52	|  Parsing time:         0.08         s                                       |
2.41/2.53	============================[ Search Statistics ]==============================
2.41/2.53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.41/2.53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.41/2.53	===============================================================================
2.41/2.53	|         0 |   31651   153826   494818 |    51275        0    nan |  0.000 % |
2.41/2.56	|       100 |   31651   153826   494818 |    56402      100     14 |  0.000 % |
2.41/2.57	|       254 |   31651   153826   494818 |    62043      254     10 |  0.000 % |
2.41/2.63	|       480 |   31638   153826   494818 |    68247      476      9 |  0.325 % |
2.41/2.70	|       818 |   31624   153826   494818 |    75072      814      8 |  0.325 % |
2.41/2.84	|      1324 |   31623   153826   494818 |    82579     1319      8 |  0.341 % |
2.41/3.06	|      2083 |   31542   153188   492727 |    90837     2076      8 |  0.344 % |
3.21/3.22	|      3222 |   31542   153188   492727 |    99921     3215      8 |  0.344 % |
3.61/3.67	|      4931 |   31541   153180   492705 |   109913     4923      9 |  0.363 % |
4.31/4.37	|      7493 |   31536   153146   492613 |   120904     7485     10 |  0.363 % |
5.51/5.60	|     11337 |   31523   153056   492315 |   132995    11328     10 |  0.404 % |
7.71/7.73	|     17103 |   31519   153046   492280 |   146294    17091     11 |  0.417 % |
11.41/11.47	|     25752 |   31495   152899   491840 |   160923    25736     13 |  0.493 % |
17.71/17.71	|     38726 |   31477   152805   491571 |   177016    38709     16 |  0.550 % |
27.71/27.80	|     58188 |   31438   152798   491551 |   194717    58167     20 |  0.695 % |
52.51/52.57	|     87381 |   31409   152443   490404 |   214189    87322     31 |  0.765 % |
116.23/116.31	|    131170 |   31387   152295   489932 |   235608   131098     46 |  0.834 % |
266.95/266.92	|    196854 |   31381   152251   489803 |   259169   196778     60 |  0.853 % |
564.98/565.00	|    295380 |   31372   152151   489522 |   285086    84828     62 |  0.888 % |
979.83/979.75	===============================================================================
979.83/979.75	restarts              : 19
979.83/979.75	conflicts             : 439005         (449 /sec)
979.83/979.75	decisions             : 826308         (1.29 % random) (846 /sec)
979.83/979.75	propagations          : 558532379      (571593 /sec)
979.83/979.75	conflict literals     : 32891782       (43.55 % deleted)
979.83/979.75	Memory used           : 92.59 MB
979.83/979.75	CPU time              : 977.15 s
979.83/979.75	
979.83/979.75	UNSATISFIABLE
979.83/979.76	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1849450-1244822573/watcher-1849450-1244822573 -o /tmp/evaluation-result-1849450-1244822573/solver-1849450-1244822573 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1849450-1244822573.cnf 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 1819
/proc/meminfo: memFree=1377864/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2416 CPUtime=0.01
/proc/1819/stat : 1819 (SatELiteGTI) R 1817 1819 18729 0 -1 4194304 363 644 0 0 0 0 1 0 25 0 1 0 79682477 2473984 277 4294967295 134512640 135169312 3216860960 3216859744 134690634 0 0 4 65536 0 0 0 17 2 0 0 0
/proc/1819/statm: 604 277 235 161 0 43 0
[pid=1823] ppid=1819 vsize=0 CPUtime=0
/proc/1823/stat : 1823 (SatELite_releas) R 1819 1819 18729 0 -1 4194304 66 0 0 0 0 0 0 0 25 0 1 0 79682477 0 0 4294967295 0 0 0 3216859588 3085691370 0 0 0 0 0 0 0 17 3 0 0 0
/proc/1823/statm: 203 4 1 174 0 28 0

[startup+0.05266 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 1819
/proc/meminfo: memFree=1377864/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2416 CPUtime=0.01
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 368 644 0 0 0 0 1 0 25 0 1 0 79682477 2473984 277 4294967295 134512640 135169312 3216860960 3216859496 3085688558 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1819/statm: 604 277 235 161 0 43 0
[pid=1823] ppid=1819 vsize=8616 CPUtime=0.05
/proc/1823/stat : 1823 (SatELite_releas) R 1819 1819 18729 0 -1 4202496 1824 0 0 0 2 3 0 0 25 0 1 0 79682477 8822784 1759 4294967295 134512640 135223648 3215990336 3215988904 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1823/statm: 2154 1760 47 174 0 1979 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11032

[startup+0.112652 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 1819
/proc/meminfo: memFree=1377864/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2416 CPUtime=0.01
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 368 644 0 0 0 0 1 0 25 0 1 0 79682477 2473984 277 4294967295 134512640 135169312 3216860960 3216859496 3085688558 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1819/statm: 604 277 235 161 0 43 0
[pid=1823] ppid=1819 vsize=17808 CPUtime=0.11
/proc/1823/stat : 1823 (SatELite_releas) R 1819 1819 18729 0 -1 4202496 3864 0 0 0 7 4 0 0 25 0 1 0 79682477 18235392 3799 4294967295 134512640 135223648 3215990336 3215988920 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1823/statm: 4452 3800 47 174 0 4277 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 20224

[startup+0.312629 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 1819
/proc/meminfo: memFree=1377864/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2416 CPUtime=0.01
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 368 644 0 0 0 0 1 0 25 0 1 0 79682477 2473984 277 4294967295 134512640 135169312 3216860960 3216859496 3085688558 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1819/statm: 604 277 235 161 0 43 0
[pid=1823] ppid=1819 vsize=43440 CPUtime=0.31
/proc/1823/stat : 1823 (SatELite_releas) R 1819 1819 18729 0 -1 4202496 10192 0 0 0 21 10 0 0 25 0 1 0 79682477 44482560 9505 4294967295 134512640 135223648 3215990336 3215988048 134577190 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1823/statm: 10860 9505 72 174 0 10685 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 45856

[startup+0.712582 s]
/proc/loadavg: 1.00 1.00 1.00 2/91 1819
/proc/meminfo: memFree=1377864/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2416 CPUtime=0.01
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 368 644 0 0 0 0 1 0 25 0 1 0 79682477 2473984 277 4294967295 134512640 135169312 3216860960 3216859496 3085688558 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1819/statm: 604 277 235 161 0 43 0
[pid=1823] ppid=1819 vsize=48740 CPUtime=0.7
/proc/1823/stat : 1823 (SatELite_releas) R 1819 1819 18729 0 -1 4202496 11653 0 0 0 57 13 0 0 25 0 1 0 79682477 49909760 10773 4294967295 134512640 135223648 3215990336 3215988004 134719062 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1823/statm: 12185 10773 73 174 0 12010 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 51156

[startup+1.51249 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 1824
/proc/meminfo: memFree=1329712/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2416 CPUtime=0.01
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 368 644 0 0 0 0 1 0 25 0 1 0 79682477 2473984 277 4294967295 134512640 135169312 3216860960 3216859496 3085688558 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/1819/statm: 604 277 235 161 0 43 0
[pid=1823] ppid=1819 vsize=49676 CPUtime=1.5
/proc/1823/stat : 1823 (SatELite_releas) R 1819 1819 18729 0 -1 4202496 12049 0 0 0 137 13 0 0 25 0 1 0 79682477 50868224 11073 4294967295 134512640 135223648 3215990336 3215988432 134598293 0 0 0 3 0 0 0 17 3 0 0 0
/proc/1823/statm: 12419 11073 73 174 0 12244 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 52092

[startup+3.11231 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 1824
/proc/meminfo: memFree=1325992/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 2420
heavy processes:

[startup+6.31194 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 1826
/proc/meminfo: memFree=1357488/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=12620 CPUtime=3.9
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 2919 0 0 0 388 2 0 0 25 0 1 0 79682718 12922880 2830 4294967295 134512640 135212939 3214718320 3214716784 134526587 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 3155 2830 76 171 0 2983 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 15040

[startup+12.7112 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 1827
/proc/meminfo: memFree=1355568/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=14336 CPUtime=10.3
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 3331 0 0 0 1028 2 0 0 25 0 1 0 79682718 14680064 3242 4294967295 134512640 135212939 3214718320 3214716784 134526762 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 3584 3242 76 171 0 3412 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 16756

[startup+25.5097 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 2012
/proc/meminfo: memFree=1351796/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=17848 CPUtime=23.1
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 4221 0 0 0 2307 3 0 0 25 0 1 0 79682718 18276352 4132 4294967295 134512640 135212939 3214718320 3214716560 134536289 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 4462 4132 76 171 0 4290 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 20268

[startup+51.1068 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 2018
/proc/meminfo: memFree=1344492/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=25228 CPUtime=48.7
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 6077 0 0 0 4866 4 0 0 25 0 1 0 79682718 25833472 5988 4294967295 134512640 135212939 3214718320 3214716784 134526898 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 6307 5988 76 171 0 6135 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 27648

[startup+102.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 2207
/proc/meminfo: memFree=1331952/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=37552 CPUtime=99.92
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 9144 0 0 0 9985 7 0 0 25 0 1 0 79682718 38453248 9055 4294967295 134512640 135212939 3214718320 3214716560 134536612 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 9388 9055 76 171 0 9216 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 39972

[startup+162.324 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 2405
/proc/meminfo: memFree=1320760/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=49040 CPUtime=159.93
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 11962 0 0 0 15983 10 0 0 25 0 1 0 79682718 50216960 11873 4294967295 134512640 135212939 3214718320 3214716784 134526608 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 12260 11873 76 171 0 12088 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 51460

[startup+222.317 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 2600
/proc/meminfo: memFree=1311948/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=57644 CPUtime=219.93
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 14158 0 0 0 21981 12 0 0 25 0 1 0 79682718 59027456 14069 4294967295 134512640 135212939 3214718320 3214716784 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 14411 14069 76 171 0 14239 0
Current children cumulated CPU time (s) 222.34
Current children cumulated vsize (KiB) 60064

[startup+282.31 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 2793
/proc/meminfo: memFree=1302184/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=67556 CPUtime=279.93
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 16665 0 0 0 27979 14 0 0 25 0 1 0 79682718 69177344 16576 4294967295 134512640 135212939 3214718320 3214716784 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 16889 16576 76 171 0 16717 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 69976

[startup+342.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 2990
/proc/meminfo: memFree=1293512/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=76556 CPUtime=339.94
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 18812 0 0 0 33977 17 0 0 25 0 1 0 79682718 78393344 18723 4294967295 134512640 135212939 3214718320 3214716784 134526750 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 19139 18723 76 171 0 18967 0
Current children cumulated CPU time (s) 342.35
Current children cumulated vsize (KiB) 78976


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


[startup+642.309 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 3967
/proc/meminfo: memFree=1274936/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=639.97
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23429 0 0 0 63970 27 0 0 25 0 1 0 79682718 97087488 23340 4294967295 134512640 135212939 3214718320 3214716784 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23340 76 171 0 23531 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 97232

[startup+702.312 s]
/proc/loadavg: 1.00 1.01 1.00 2/93 4156
/proc/meminfo: memFree=1274796/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=699.98
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23431 0 0 0 69971 27 0 0 25 0 1 0 79682718 97087488 23342 4294967295 134512640 135212939 3214718320 3214716784 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23342 76 171 0 23531 0
Current children cumulated CPU time (s) 702.39
Current children cumulated vsize (KiB) 97232

[startup+762.315 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 4351
/proc/meminfo: memFree=1275128/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=759.99
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23433 0 0 0 75971 28 0 0 25 0 1 0 79682718 97087488 23344 4294967295 134512640 135212939 3214718320 3214716784 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23344 76 171 0 23531 0
Current children cumulated CPU time (s) 762.4
Current children cumulated vsize (KiB) 97232

[startup+822.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 4539
/proc/meminfo: memFree=1275044/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=820
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23433 0 0 0 81972 28 0 0 25 0 1 0 79682718 97087488 23344 4294967295 134512640 135212939 3214718320 3214716784 134526557 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23344 76 171 0 23531 0
Current children cumulated CPU time (s) 822.41
Current children cumulated vsize (KiB) 97232

[startup+882.321 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 4733
/proc/meminfo: memFree=1275068/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=880.01
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23434 0 0 0 87973 28 0 0 25 0 1 0 79682718 97087488 23345 4294967295 134512640 135212939 3214718320 3214716784 134526636 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23345 76 171 0 23531 0
Current children cumulated CPU time (s) 882.42
Current children cumulated vsize (KiB) 97232

[startup+942.324 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 4923
/proc/meminfo: memFree=1275092/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=940.02
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23434 0 0 0 93974 28 0 0 25 0 1 0 79682718 97087488 23345 4294967295 134512640 135212939 3214718320 3214716784 134526736 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23345 76 171 0 23531 0
Current children cumulated CPU time (s) 942.43
Current children cumulated vsize (KiB) 97232

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

[startup+947.124 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 4923
/proc/meminfo: memFree=1275124/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=944.82
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23434 0 0 0 94453 29 0 0 25 0 1 0 79682718 97087488 23345 4294967295 134512640 135212939 3214718320 3214716784 134526587 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23345 76 171 0 23531 0
Current children cumulated CPU time (s) 947.23
Current children cumulated vsize (KiB) 97232

[startup+959.922 s]
/proc/loadavg: 1.00 1.00 1.00 4/93 4924
/proc/meminfo: memFree=1275164/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=957.62
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23434 0 0 0 95732 30 0 0 25 0 1 0 79682718 97087488 23345 4294967295 134512640 135212939 3214718320 3214716784 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23345 76 171 0 23531 0
Current children cumulated CPU time (s) 960.03
Current children cumulated vsize (KiB) 97232

[startup+972.721 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 4924
/proc/meminfo: memFree=1275164/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=970.42
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23434 0 0 0 97012 30 0 0 25 0 1 0 79682718 97087488 23345 4294967295 134512640 135212939 3214718320 3214716704 134523903 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23345 76 171 0 23531 0
Current children cumulated CPU time (s) 972.83
Current children cumulated vsize (KiB) 97232

[startup+975.92 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 4925
/proc/meminfo: memFree=1275164/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=973.62
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23434 0 0 0 97332 30 0 0 25 0 1 0 79682718 97087488 23345 4294967295 134512640 135212939 3214718320 3214716560 134536612 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23345 76 171 0 23531 0
Current children cumulated CPU time (s) 976.03
Current children cumulated vsize (KiB) 97232

[startup+977.52 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 4925
/proc/meminfo: memFree=1275164/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=975.22
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23434 0 0 0 97492 30 0 0 25 0 1 0 79682718 97087488 23345 4294967295 134512640 135212939 3214718320 3214716784 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23345 76 171 0 23531 0
Current children cumulated CPU time (s) 977.63
Current children cumulated vsize (KiB) 97232

[startup+979.12 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 4925
/proc/meminfo: memFree=1275164/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=976.82
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23434 0 0 0 97652 30 0 0 25 0 1 0 79682718 97087488 23345 4294967295 134512640 135212939 3214718320 3214716784 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23345 76 171 0 23531 0
Current children cumulated CPU time (s) 979.23
Current children cumulated vsize (KiB) 97232

[startup+979.52 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 4925
/proc/meminfo: memFree=1275164/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=977.22
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23434 0 0 0 97692 30 0 0 25 0 1 0 79682718 97087488 23345 4294967295 134512640 135212939 3214718320 3214716784 134526811 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23345 76 171 0 23531 0
Current children cumulated CPU time (s) 979.63
Current children cumulated vsize (KiB) 97232

[startup+979.72 s]
/proc/loadavg: 1.00 1.00 1.00 3/93 4925
/proc/meminfo: memFree=1275164/2074464 swapFree=1959888/1959888
[pid=1819] ppid=1817 vsize=2420 CPUtime=2.41
/proc/1819/stat : 1819 (SatELiteGTI) S 1817 1819 18729 0 -1 4194304 386 15173 0 0 1 0 226 14 18 0 1 0 79682477 2478080 278 4294967295 134512640 135169312 3216860960 3216857176 3085688558 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/1819/statm: 605 278 235 161 0 44 0
[pid=1825] ppid=1819 vsize=94812 CPUtime=977.42
/proc/1825/stat : 1825 (minisat_static) R 1819 1819 18729 0 -1 4202496 23434 0 0 0 97712 30 0 0 25 0 1 0 79682718 97087488 23345 4294967295 134512640 135212939 3214718320 3214716784 134526848 0 0 0 3 0 0 0 17 0 0 0 0
/proc/1825/statm: 23703 23345 76 171 0 23531 0
Current children cumulated CPU time (s) 979.83
Current children cumulated vsize (KiB) 97232

Child status: 20
Real time (s): 979.769
CPU time (s): 979.87
CPU user time (s): 979.42
CPU system time (s): 0.45
CPU usage (%): 100.01
Max. virtual memory (cumulated for all children) (KiB): 97232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 979.42
system time used= 0.45
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39278
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= 23
involuntary context switches= 785

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi07 at 2009-06-12 18:02:53
IDJOB=1849450
IDBENCH=71751
IDSOLVER=690
FILE ID=tipi07/1849450-1244822573
PBS_JOBID=
Free space on /tmp= 15256 MiB

SOLVER NAME= minisat2 070721/core
BENCH NAME= SAT_RACE06/schup-l2s-guid-1-k56.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1849450-1244822573/watcher-1849450-1244822573 -o /tmp/evaluation-result-1849450-1244822573/solver-1849450-1244822573 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1849450-1244822573.cnf

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

MD5SUM BENCH= 8945850ff5a1fb30f0867a5172da0b2e
RANDOM SEED= 1728555715

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

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

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.428
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:       1378268 kB
Buffers:         46608 kB
Cached:         541520 kB
SwapCached:          0 kB
Active:         176600 kB
Inactive:       422892 kB
HighTotal:     1178688 kB
HighFree:       732312 kB
LowTotal:       895776 kB
LowFree:        645956 kB
SwapTotal:     1959888 kB
SwapFree:      1959888 kB
Dirty:            7040 kB
Writeback:           8 kB
AnonPages:       11208 kB
Mapped:           5468 kB
Slab:            87872 kB
PageTables:        476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    86052 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 15256 MiB
End job on tipi07 at 2009-06-12 18:19:13