Trace number 1821968

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BinMiniSat 2009-03-21UNSAT 674.21 674.167

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.29	c ==============================================================================
0.22/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.22/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.22/0.29	c ==============================================================================
0.22/0.29	c |         0 |  306443   755159 |   91932       0        0     nan |  0.000 % |
2.23/2.31	c |         0 |  153826   494818 |      --       0       --      -- |     --   | -150413/-254976
2.32/2.31	c ==============================================================================
2.32/2.31	c Result  :   #vars: 31651   #clauses: 153826   #literals: 494818
2.32/2.31	c CPU time:   2.23 s
2.32/2.31	c ==============================================================================
2.42/2.49	This is MiniSat 2.0 beta
2.42/2.49	WARNING: for repeatability, setting FPU to use double precision
2.42/2.49	============================[ Problem Statistics ]=============================
2.42/2.49	|                                                                             |
2.42/2.50	|  Number of variables:  31651                                                |
2.42/2.50	|  Number of clauses:    153826                                               |
2.50/2.60	|  Parsing time:         0.10         s                                       |
2.50/2.61	============================[ Search Statistics ]==============================
2.50/2.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.50/2.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.50/2.61	===============================================================================
2.50/2.62	|         0 |   31651   153826   494818 |    51275        0    nan |  0.000 % |
2.50/2.64	|       100 |   31647   153826   494818 |    56402       99     11 |  0.344 % |
2.50/2.70	|       250 |   31641   153826   494818 |    62043      247      8 |  0.373 % |
2.50/2.78	|       475 |   31641   153826   494818 |    68247      472      8 |  0.373 % |
2.50/2.89	|       812 |   31637   153826   494818 |    75072      808      9 |  0.382 % |
2.50/2.96	|      1318 |   31530   153132   492594 |    82579     1313      8 |  0.382 % |
2.50/3.15	|      2077 |   31530   153132   492594 |    90837     2072      8 |  0.382 % |
3.61/3.61	|      3216 |   31513   153079   492423 |    99921     3206      9 |  0.474 % |
4.01/4.10	|      4924 |   31494   152994   492184 |   109913     4913      9 |  0.506 % |
4.91/5.00	|      7486 |   31449   152801   491599 |   120904     7458      9 |  1.100 % |
6.71/6.73	|     11330 |   31232   151429   487086 |   132995    11226     10 |  1.343 % |
8.91/8.98	|     17096 |   31196   151023   485821 |   146294    16961     11 |  1.438 % |
12.12/12.21	|     25745 |   31175   150935   485563 |   160923    25601     14 |  1.514 % |
17.31/17.37	|     38720 |   31165   150883   485387 |   177016    38570     15 |  1.536 % |
27.82/27.89	|     58181 |   31165   150577   484466 |   194717    57985     20 |  1.536 % |
56.11/56.12	|     87377 |   31031   149749   481743 |   214189    87123     30 |  1.959 % |
138.62/138.69	|    131166 |   31024   149711   481630 |   235608   130902     50 |  1.981 % |
329.74/329.78	|    196850 |   31003   149544   481198 |   259169   195810     64 |  2.215 % |
674.16/674.15	===============================================================================
674.16/674.15	restarts              : 18
674.16/674.15	conflicts             : 285336         (425 /sec)
674.16/674.15	decisions             : 536809         (1.27 % random) (800 /sec)
674.16/674.15	propagations          : 362579355      (540027 /sec)
674.16/674.15	conflict literals     : 19212485       (41.76 % deleted)
674.16/674.15	Memory used           : 91.66 MB
674.16/674.15	CPU time              : 671.41 s
674.16/674.15	
674.16/674.15	UNSATISFIABLE
674.16/674.16	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-1821968-1242584556/watcher-1821968-1242584556 -o /tmp/evaluation-result-1821968-1242584556/solver-1821968-1242584556 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821968-1242584556.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/93 16771
/proc/meminfo: memFree=909800/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2416 CPUtime=0
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 366 649 0 0 0 0 0 0 25 0 1 0 1022956212 2473984 277 4294967295 134512640 135169312 3216072288 3216070824 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16771/statm: 604 277 235 161 0 43 0
[pid=16775] ppid=16771 vsize=948 CPUtime=0
/proc/16775/stat : 16775 (SatELite_releas) R 16771 16771 10436 0 -1 4202496 95 0 0 0 0 0 0 0 18 0 1 0 1022956212 970752 32 4294967295 134512640 135223648 3219050800 3219050636 135067520 0 0 0 0 0 0 0 17 0 0 0 0
/proc/16775/statm: 237 44 35 174 0 62 0

[startup+0.036198 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16771
/proc/meminfo: memFree=909800/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2416 CPUtime=0
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 366 649 0 0 0 0 0 0 25 0 1 0 1022956212 2473984 277 4294967295 134512640 135169312 3216072288 3216070824 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16771/statm: 604 277 235 161 0 43 0
[pid=16775] ppid=16771 vsize=5564 CPUtime=0.04
/proc/16775/stat : 16775 (SatELite_releas) R 16771 16771 10436 0 -1 4202496 1217 0 0 0 3 1 0 0 18 0 1 0 1022956212 5697536 1153 4294967295 134512640 135223648 3219050800 3219049752 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16775/statm: 1391 1154 47 174 0 1216 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7980

[startup+0.116191 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16771
/proc/meminfo: memFree=909800/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2416 CPUtime=0
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 366 649 0 0 0 0 0 0 25 0 1 0 1022956212 2473984 277 4294967295 134512640 135169312 3216072288 3216070824 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16771/statm: 604 277 235 161 0 43 0
[pid=16775] ppid=16771 vsize=17940 CPUtime=0.12
/proc/16775/stat : 16775 (SatELite_releas) R 16771 16771 10436 0 -1 4202496 3897 0 0 0 9 3 0 0 18 0 1 0 1022956212 18370560 3833 4294967295 134512640 135223648 3219050800 3219049680 134543504 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16775/statm: 4485 3834 47 174 0 4310 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 20356

[startup+0.316174 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16771
/proc/meminfo: memFree=909800/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2416 CPUtime=0
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 366 649 0 0 0 0 0 0 25 0 1 0 1022956212 2473984 277 4294967295 134512640 135169312 3216072288 3216070824 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16771/statm: 604 277 235 161 0 43 0
[pid=16775] ppid=16771 vsize=43440 CPUtime=0.32
/proc/16775/stat : 16775 (SatELite_releas) R 16771 16771 10436 0 -1 4202496 10191 0 0 0 25 7 0 0 18 0 1 0 1022956212 44482560 9505 4294967295 134512640 135223648 3219050800 3219048400 134577077 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16775/statm: 10860 9505 72 174 0 10685 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 45856

[startup+0.71614 s]
/proc/loadavg: 1.00 1.00 1.00 2/93 16771
/proc/meminfo: memFree=909800/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2416 CPUtime=0
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 366 649 0 0 0 0 0 0 25 0 1 0 1022956212 2473984 277 4294967295 134512640 135169312 3216072288 3216070824 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16771/statm: 604 277 235 161 0 43 0
[pid=16775] ppid=16771 vsize=48484 CPUtime=0.72
/proc/16775/stat : 16775 (SatELite_releas) R 16771 16771 10436 0 -1 4202496 11619 0 0 0 65 7 0 0 18 0 1 0 1022956212 49647616 10740 4294967295 134512640 135223648 3219050800 3219048468 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16775/statm: 12121 10740 73 174 0 11946 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 50900

[startup+1.51608 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16777
/proc/meminfo: memFree=861540/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2416 CPUtime=0
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 366 649 0 0 0 0 0 0 25 0 1 0 1022956212 2473984 277 4294967295 134512640 135169312 3216072288 3216070824 3084926702 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/16771/statm: 604 277 235 161 0 43 0
[pid=16775] ppid=16771 vsize=49676 CPUtime=1.52
/proc/16775/stat : 16775 (SatELite_releas) R 16771 16771 10436 0 -1 4202496 12048 0 0 0 143 9 0 0 20 0 1 0 1022956212 50868224 11073 4294967295 134512640 135223648 3219050800 3219048816 134586911 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16775/statm: 12419 11073 73 174 0 12244 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 52092

[startup+3.11595 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16777
/proc/meminfo: memFree=860424/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 2420

[startup+6.31568 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16961
/proc/meminfo: memFree=889428/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=12620 CPUtime=3.81
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 2905 0 0 0 380 1 0 0 25 0 1 0 1022956461 12922880 2815 4294967295 134512640 135216011 3215554096 3215552448 134527723 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 3155 2815 71 172 0 2982 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 15040

[startup+12.7152 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16963
/proc/meminfo: memFree=887828/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=14576 CPUtime=10.21
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 3384 0 0 0 1013 8 0 0 25 0 1 0 1022956461 14925824 3294 4294967295 134512640 135216011 3215554096 3215552448 134527435 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 3644 3294 71 172 0 3471 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 16996

[startup+25.5241 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16964
/proc/meminfo: memFree=884444/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=17692 CPUtime=23.02
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 4176 0 0 0 2292 10 0 0 25 0 1 0 1022956461 18116608 4086 4294967295 134512640 135216011 3215554096 3215552176 134524416 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 4423 4086 71 172 0 4250 0
Current children cumulated CPU time (s) 25.52
Current children cumulated vsize (KiB) 20112

[startup+51.112 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16966
/proc/meminfo: memFree=877680/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=24676 CPUtime=48.61
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 5920 0 0 0 4849 12 0 0 25 0 1 0 1022956461 25268224 5830 4294967295 134512640 135216011 3215554096 3215552448 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 6169 5830 71 172 0 5996 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 27096

[startup+102.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17153
/proc/meminfo: memFree=865560/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=36348 CPUtime=99.82
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 8817 0 0 0 9967 15 0 0 25 0 1 0 1022956461 37220352 8727 4294967295 134512640 135216011 3215554096 3215552448 134527395 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 9087 8727 71 172 0 8914 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 38768

[startup+162.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 17341
/proc/meminfo: memFree=854384/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=47976 CPUtime=159.82
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 11673 0 0 0 15965 17 0 0 25 0 1 0 1022956461 49127424 11583 4294967295 134512640 135216011 3215554096 3215552448 134527518 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 11994 11583 71 172 0 11821 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 50396

[startup+222.308 s]
/proc/loadavg: 1.00 1.00 1.00 3/95 17527
/proc/meminfo: memFree=845100/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=56848 CPUtime=219.82
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 13912 0 0 0 21963 19 0 0 25 0 1 0 1022956461 58212352 13822 4294967295 134512640 135216011 3215554096 3215552448 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 14212 13822 71 172 0 14039 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 59268

[startup+282.323 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17720
/proc/meminfo: memFree=837164/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=64944 CPUtime=279.84
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 15973 0 0 0 27964 20 0 0 25 0 1 0 1022956461 66502656 15883 4294967295 134512640 135216011 3215554096 3215552176 134524336 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 16236 15883 71 172 0 16063 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 67364

[startup+342.318 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 17911
/proc/meminfo: memFree=830948/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=71164 CPUtime=339.84
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 17518 0 0 0 33964 20 0 0 25 0 1 0 1022956461 72871936 17428 4294967295 134512640 135216011 3215554096 3215552176 134524258 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 17791 17428 71 172 0 17618 0
Current children cumulated CPU time (s) 342.34
Current children cumulated vsize (KiB) 73584

[startup+402.313 s]
/proc/loadavg: 1.16 1.03 1.01 3/95 18098
/proc/meminfo: memFree=825492/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=76984 CPUtime=399.84
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 18896 0 0 0 39961 23 0 0 25 0 1 0 1022956461 78831616 18806 4294967295 134512640 135216011 3215554096 3215552448 134527301 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 19246 18806 71 172 0 19073 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 79404

[startup+462.308 s]
/proc/loadavg: 1.06 1.03 1.00 3/95 18286
/proc/meminfo: memFree=819912/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=82276 CPUtime=459.84
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 20230 0 0 0 45961 23 0 0 25 0 1 0 1022956461 84250624 20140 4294967295 134512640 135216011 3215554096 3215552448 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 20569 20140 71 172 0 20396 0
Current children cumulated CPU time (s) 462.34
Current children cumulated vsize (KiB) 84696

[startup+522.313 s]
/proc/loadavg: 1.02 1.02 1.00 2/95 18472
/proc/meminfo: memFree=815340/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=87188 CPUtime=519.85
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 21462 0 0 0 51961 24 0 0 25 0 1 0 1022956461 89280512 21372 4294967295 134512640 135216011 3215554096 3215552448 134527791 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 21797 21372 71 172 0 21624 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 89608

[startup+582.318 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 18661
/proc/meminfo: memFree=811620/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=90648 CPUtime=579.86
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 22322 0 0 0 57962 24 0 0 25 0 1 0 1022956461 92823552 22232 4294967295 134512640 135216011 3215554096 3215552448 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 22662 22232 71 172 0 22489 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 93068

[startup+642.313 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 18854
/proc/meminfo: memFree=808380/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=93852 CPUtime=639.86
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 23132 0 0 0 63958 28 0 0 25 0 1 0 1022956461 96104448 23042 4294967295 134512640 135216011 3215554096 3215552448 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 23463 23042 71 172 0 23290 0
Current children cumulated CPU time (s) 642.36
Current children cumulated vsize (KiB) 96272

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

[startup+652.713 s]
/proc/loadavg: 1.00 1.01 1.00 3/95 18854
/proc/meminfo: memFree=808272/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=93852 CPUtime=650.26
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 23132 0 0 0 64997 29 0 0 25 0 1 0 1022956461 96104448 23042 4294967295 134512640 135216011 3215554096 3215552448 134527457 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 23463 23042 71 172 0 23290 0
Current children cumulated CPU time (s) 652.76
Current children cumulated vsize (KiB) 96272

[startup+665.521 s]
/proc/loadavg: 1.00 1.01 1.00 4/96 18941
/proc/meminfo: memFree=807808/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=93852 CPUtime=663.07
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 23132 0 0 0 66278 29 0 0 25 0 1 0 1022956461 96104448 23042 4294967295 134512640 135216011 3215554096 3215552448 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 23463 23042 71 172 0 23290 0
Current children cumulated CPU time (s) 665.57
Current children cumulated vsize (KiB) 96272

[startup+668.711 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19037
/proc/meminfo: memFree=807968/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=93852 CPUtime=666.26
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 23132 0 0 0 66597 29 0 0 25 0 1 0 1022956461 96104448 23042 4294967295 134512640 135216011 3215554096 3215552448 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 23463 23042 71 172 0 23290 0
Current children cumulated CPU time (s) 668.76
Current children cumulated vsize (KiB) 96272

[startup+671.911 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19037
/proc/meminfo: memFree=808172/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=93852 CPUtime=669.46
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 23132 0 0 0 66917 29 0 0 25 0 1 0 1022956461 96104448 23042 4294967295 134512640 135216011 3215554096 3215552448 134527946 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 23463 23042 71 172 0 23290 0
Current children cumulated CPU time (s) 671.96
Current children cumulated vsize (KiB) 96272

[startup+673.511 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19037
/proc/meminfo: memFree=808204/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=93852 CPUtime=671.06
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 23132 0 0 0 67077 29 0 0 25 0 1 0 1022956461 96104448 23042 4294967295 134512640 135216011 3215554096 3215552448 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 23463 23042 71 172 0 23290 0
Current children cumulated CPU time (s) 673.56
Current children cumulated vsize (KiB) 96272

[startup+673.911 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19037
/proc/meminfo: memFree=808204/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=93852 CPUtime=671.46
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 23132 0 0 0 67117 29 0 0 25 0 1 0 1022956461 96104448 23042 4294967295 134512640 135216011 3215554096 3215552448 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 23463 23042 71 172 0 23290 0
Current children cumulated CPU time (s) 673.96
Current children cumulated vsize (KiB) 96272

[startup+674.111 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 19037
/proc/meminfo: memFree=808204/2074464 swapFree=1948616/1959888
[pid=16771] ppid=16769 vsize=2420 CPUtime=2.5
/proc/16771/stat : 16771 (SatELiteGTI) S 16769 16771 10436 0 -1 4194304 386 15177 0 0 0 0 240 10 18 0 1 0 1022956212 2478080 278 4294967295 134512640 135169312 3216072288 3216068504 3084926702 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/16771/statm: 605 278 235 161 0 44 0
[pid=16778] ppid=16771 vsize=93852 CPUtime=671.66
/proc/16778/stat : 16778 (minisat_static) R 16771 16771 10436 0 -1 4202496 23132 0 0 0 67137 29 0 0 25 0 1 0 1022956461 96104448 23042 4294967295 134512640 135216011 3215554096 3215552448 134527548 0 0 0 3 0 0 0 17 0 0 0 0
/proc/16778/statm: 23463 23042 71 172 0 23290 0
Current children cumulated CPU time (s) 674.16
Current children cumulated vsize (KiB) 96272

Child status: 20
Real time (s): 674.167
CPU time (s): 674.21
CPU user time (s): 673.81
CPU system time (s): 0.4
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 96272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 673.81
system time used= 0.4
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38979
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 1054

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi16 at 2009-05-17 20:22:36
IDJOB=1821968
IDBENCH=71751
IDSOLVER=661
FILE ID=tipi16/1821968-1242584556
PBS_JOBID=
Free space on /tmp= 4592 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT_RACE06/schup-l2s-guid-1-k56.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821968-1242584556/watcher-1821968-1242584556 -o /tmp/evaluation-result-1821968-1242584556/solver-1821968-1242584556 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821968-1242584556.cnf

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

MD5SUM BENCH= 8945850ff5a1fb30f0867a5172da0b2e
RANDOM SEED= 342553577

Linux tipi16 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.457
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.37

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

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

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.457
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:        909816 kB
Buffers:         72552 kB
Cached:         982372 kB
SwapCached:       5940 kB
Active:         221488 kB
Inactive:       843484 kB
HighTotal:     1178688 kB
HighFree:       222976 kB
LowTotal:       895776 kB
LowFree:        686840 kB
SwapTotal:     1959888 kB
SwapFree:      1948616 kB
Dirty:            6876 kB
Writeback:           0 kB
AnonPages:        9412 kB
Mapped:           3312 kB
Slab:            91092 kB
PageTables:        516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    90760 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 4592 MiB
End job on tipi16 at 2009-05-17 20:33:51