Trace number 1820408

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 591.75 591.73

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark591.75
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

0.00/0.00	c Parsing...
0.11/0.16	c ==============================================================================
0.11/0.16	c |           |     ORIGINAL     |              LEARNT              |          |
0.11/0.16	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.11/0.16	c ==============================================================================
0.11/0.16	c |         0 |  181871   470932 |   54561       0        0     nan |  0.000 % |
1.40/1.42	c |         0 |   98030   321620 |      --       0       --      -- |     --   | -83841/-149312
1.40/1.43	c ==============================================================================
1.40/1.43	c Result  :   #vars: 17506   #clauses: 98030   #literals: 321620
1.40/1.43	c CPU time:   1.38 s
1.40/1.43	c ==============================================================================
1.50/1.54	This is MiniSat 2.0 beta
1.50/1.54	WARNING: for repeatability, setting FPU to use double precision
1.50/1.54	============================[ Problem Statistics ]=============================
1.50/1.54	|                                                                             |
1.50/1.55	|  Number of variables:  17506                                                |
1.50/1.55	|  Number of clauses:    98030                                                |
1.54/1.61	|  Parsing time:         0.06         s                                       |
1.54/1.61	============================[ Search Statistics ]==============================
1.54/1.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.54/1.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.54/1.61	===============================================================================
1.54/1.62	|         0 |   17506    98030   321620 |    32676        0    nan |  0.000 % |
1.54/1.65	|       101 |   17506    98030   321620 |    35944      101      9 |  0.001 % |
1.54/1.73	|       253 |   17506    98030   321620 |    39538      252     23 |  0.006 % |
1.54/1.99	|       478 |   17506    98030   321620 |    43492      477     19 |  0.006 % |
1.54/2.06	|       815 |   17505    97517   320527 |    47841      813     22 |  0.007 % |
2.10/2.17	|      1322 |   17505    97517   320527 |    52626     1320     33 |  0.006 % |
2.50/2.57	|      2081 |   17505    97517   320527 |    57888     2079     37 |  0.006 % |
3.10/3.12	|      3220 |   17503    97504   320478 |    63677     3214     42 |  0.017 % |
4.41/4.48	|      4928 |   17503    97504   320478 |    70045     4922     40 |  0.017 % |
6.20/6.29	|      7490 |   17503    97504   320478 |    77049     7484     46 |  0.017 % |
8.40/8.45	|     11334 |   17503    97504   320478 |    84754    11328     48 |  0.017 % |
10.10/10.18	|     17103 |   17501    97434   320315 |    93230    17085     58 |  0.040 % |
18.10/18.15	|     25754 |   17499    97418   320277 |   102553    25730     61 |  0.040 % |
33.50/33.58	|     38729 |   17499    97418   320277 |   112808    38705     67 |  0.040 % |
56.11/56.17	|     58190 |   17499    97418   320277 |   124089    58166     79 |  0.041 % |
107.71/107.79	|     87382 |   17499    97418   320277 |   136498    87358     78 |  0.041 % |
181.62/181.64	|    131171 |   17213    95123   313990 |   150148   120931     80 |  2.925 % |
297.72/297.76	|    196856 |   16994    92428   305469 |   165163    49475     60 |  2.925 % |
435.13/435.14	|    295382 |   16993    92379   305348 |   181679    68217     77 |  2.931 % |
591.74/591.72	===============================================================================
591.74/591.72	restarts              : 19
591.74/591.72	conflicts             : 385495         (653 /sec)
591.74/591.72	decisions             : 475451         (0.21 % random) (806 /sec)
591.74/591.72	propagations          : 173502865      (294018 /sec)
591.74/591.72	conflict literals     : 31769278       (61.66 % deleted)
591.74/591.72	Memory used           : 63.58 MB
591.74/591.72	CPU time              : 590.11 s
591.74/591.72	
591.74/591.72	UNSATISFIABLE
591.74/591.72	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-1820408-1242440100/watcher-1820408-1242440100 -o /tmp/evaluation-result-1820408-1242440100/solver-1820408-1242440100 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820408-1242440100.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/97 12807
/proc/meminfo: memFree=865120/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2412 CPUtime=0
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1008511008 2469888 277 4294967295 134512640 135169312 3214900544 3214899080 3085520622 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12807/statm: 603 277 235 161 0 42 0
[pid=12811] ppid=12807 vsize=952 CPUtime=0
/proc/12811/stat : 12811 (SatELite_releas) R 12807 12807 16367 0 -1 4202496 145 0 0 0 0 0 0 0 25 0 1 0 1008511008 974848 81 4294967295 134512640 135223648 3215523280 3215522000 134734703 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12811/statm: 238 83 45 174 0 63 0

[startup+0.048622 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 12807
/proc/meminfo: memFree=865120/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2412 CPUtime=0
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1008511008 2469888 277 4294967295 134512640 135169312 3214900544 3214899080 3085520622 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12807/statm: 603 277 235 161 0 42 0
[pid=12811] ppid=12807 vsize=9816 CPUtime=0.05
/proc/12811/stat : 12811 (SatELite_releas) R 12807 12807 16367 0 -1 4202496 2115 0 0 0 3 2 0 0 25 0 1 0 1008511008 10051584 2004 4294967295 134512640 135223648 3215523280 3215522232 134737310 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12811/statm: 2454 2005 47 174 0 2279 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 12228

[startup+0.108611 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 12807
/proc/meminfo: memFree=865120/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2412 CPUtime=0
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1008511008 2469888 277 4294967295 134512640 135169312 3214900544 3214899080 3085520622 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12807/statm: 603 277 235 161 0 42 0
[pid=12811] ppid=12807 vsize=15880 CPUtime=0.11
/proc/12811/stat : 12811 (SatELite_releas) R 12807 12807 16367 0 -1 4202496 3650 0 0 0 9 2 0 0 25 0 1 0 1008511008 16261120 3539 4294967295 134512640 135223648 3215523280 3215521864 134719062 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12811/statm: 3970 3539 47 174 0 3795 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 18292

[startup+0.3086 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 12807
/proc/meminfo: memFree=865120/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2412 CPUtime=0
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1008511008 2469888 277 4294967295 134512640 135169312 3214900544 3214899080 3085520622 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12807/statm: 603 277 235 161 0 42 0
[pid=12811] ppid=12807 vsize=27824 CPUtime=0.31
/proc/12811/stat : 12811 (SatELite_releas) R 12807 12807 16367 0 -1 4202496 6467 0 0 0 28 3 0 0 25 0 1 0 1008511008 28491776 6253 4294967295 134512640 135223648 3215523280 3215521232 134564517 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12811/statm: 6956 6253 73 174 0 6781 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 30236

[startup+0.708578 s]
/proc/loadavg: 1.00 1.00 1.00 2/97 12807
/proc/meminfo: memFree=865120/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2412 CPUtime=0
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1008511008 2469888 277 4294967295 134512640 135169312 3214900544 3214899080 3085520622 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12807/statm: 603 277 235 161 0 42 0
[pid=12811] ppid=12807 vsize=32328 CPUtime=0.71
/proc/12811/stat : 12811 (SatELite_releas) R 12807 12807 16367 0 -1 4202496 7604 0 0 0 68 3 0 0 25 0 1 0 1008511008 33103872 7339 4294967295 134512640 135223648 3215523280 3215521296 134586728 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12811/statm: 8082 7339 73 174 0 7907 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 34740

[startup+1.50857 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 12812
/proc/meminfo: memFree=832748/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2412 CPUtime=0
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 367 649 0 0 0 0 0 0 25 0 1 0 1008511008 2469888 277 4294967295 134512640 135169312 3214900544 3214899080 3085520622 0 65536 4 65538 3222381614 0 0 17 0 0 0 0
/proc/12807/statm: 603 277 235 161 0 42 0
[pid=12811] ppid=12807 vsize=33772 CPUtime=1.5
/proc/12811/stat : 12811 (SatELite_releas) R 12807 12807 16367 0 -1 4202496 8929 0 0 0 145 5 0 0 25 0 1 0 1008511008 34582528 7614 4294967295 134512640 135223648 3215523280 3215519900 134737406 0 0 0 3 0 0 0 17 1 0 0 0
/proc/12811/statm: 8443 7614 73 174 0 8268 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 36184

[startup+3.10844 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 12813
/proc/meminfo: memFree=853456/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=8560 CPUtime=1.56
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 2020 0 0 0 156 0 0 0 25 0 1 0 1008511163 8765440 1955 4294967295 134512640 135216011 3215664720 3215663072 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 2140 1955 71 172 0 1967 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 10976

[startup+6.30826 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 12813
/proc/meminfo: memFree=852248/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=9616 CPUtime=4.76
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 2283 0 0 0 476 0 0 0 25 0 1 0 1008511163 9846784 2218 4294967295 134512640 135216011 3215664720 3215662800 134524222 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 2404 2218 71 172 0 2231 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 12032

[startup+12.7079 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 12813
/proc/meminfo: memFree=848568/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=13216 CPUtime=11.16
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 3163 0 0 0 1114 2 0 0 25 0 1 0 1008511163 13533184 3098 4294967295 134512640 135216011 3215664720 3215663072 134527457 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 3304 3098 71 172 0 3131 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 15632

[startup+25.5072 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 12999
/proc/meminfo: memFree=844376/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=16988 CPUtime=23.96
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 4129 0 0 0 2394 2 0 0 25 0 1 0 1008511163 17395712 4064 4294967295 134512640 135216011 3215664720 3215663072 134527283 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 4247 4064 71 172 0 4074 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 19404

[startup+51.1157 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 13000
/proc/meminfo: memFree=836164/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=25304 CPUtime=49.57
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 6203 0 0 0 4954 3 0 0 25 0 1 0 1008511163 25911296 6138 4294967295 134512640 135216011 3215664720 3215663184 134540569 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 6326 6138 71 172 0 6153 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 27720

[startup+102.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 13188
/proc/meminfo: memFree=823848/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=37592 CPUtime=100.77
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 9266 0 0 0 10073 4 0 0 25 0 1 0 1008511163 38494208 9201 4294967295 134512640 135216011 3215664720 3215663072 134527208 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 9398 9201 71 172 0 9225 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 40008

[startup+162.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 13378
/proc/meminfo: memFree=813860/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=47484 CPUtime=160.77
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 11706 0 0 0 16070 7 0 0 25 0 1 0 1008511163 48623616 11641 4294967295 134512640 135216011 3215664720 3215663072 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 11871 11641 71 172 0 11698 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 49900

[startup+222.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 13567
/proc/meminfo: memFree=803288/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=58056 CPUtime=220.78
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 14294 0 0 0 22071 7 0 0 25 0 1 0 1008511163 59449344 14229 4294967295 134512640 135216011 3215664720 3215663072 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 14514 14229 71 172 0 14341 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 60472

[startup+282.313 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 13754
/proc/meminfo: memFree=796376/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=65104 CPUtime=280.78
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 16044 0 0 0 28069 9 0 0 25 0 1 0 1008511163 66666496 15979 4294967295 134512640 135216011 3215664720 3215662800 134524316 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 16276 15979 71 172 0 16103 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 67520

[startup+342.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 13949
/proc/meminfo: memFree=796112/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=65104 CPUtime=340.78
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 16048 0 0 0 34069 9 0 0 25 0 1 0 1008511163 66666496 15983 4294967295 134512640 135216011 3215664720 3215662800 134524159 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 16276 15983 71 172 0 16103 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 67520

[startup+402.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14137
/proc/meminfo: memFree=796064/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=65104 CPUtime=400.78
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 16054 0 0 0 40069 9 0 0 25 0 1 0 1008511163 66666496 15989 4294967295 134512640 135216011 3215664720 3215663072 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 16276 15989 71 172 0 16103 0
Current children cumulated CPU time (s) 402.32
Current children cumulated vsize (KiB) 67520

[startup+462.313 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14323
/proc/meminfo: memFree=796120/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=65104 CPUtime=460.79
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 16055 0 0 0 46070 9 0 0 25 0 1 0 1008511163 66666496 15990 4294967295 134512640 135216011 3215664720 3215663072 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 16276 15990 71 172 0 16103 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 67520

[startup+522.309 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 14512
/proc/meminfo: memFree=795988/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=65104 CPUtime=520.79
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 16055 0 0 0 52070 9 0 0 25 0 1 0 1008511163 66666496 15990 4294967295 134512640 135216011 3215664720 3215663072 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 16276 15990 71 172 0 16103 0
Current children cumulated CPU time (s) 522.33
Current children cumulated vsize (KiB) 67520

[startup+582.316 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14699
/proc/meminfo: memFree=795880/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=65104 CPUtime=580.8
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 16055 0 0 0 58071 9 0 0 25 0 1 0 1008511163 66666496 15990 4294967295 134512640 135216011 3215664720 3215663072 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 16276 15990 71 172 0 16103 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 67520

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

[startup+588.716 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14700
/proc/meminfo: memFree=795872/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=65104 CPUtime=587.2
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 16055 0 0 0 58711 9 0 0 25 0 1 0 1008511163 66666496 15990 4294967295 134512640 135216011 3215664720 3215663072 134527301 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 16276 15990 71 172 0 16103 0
Current children cumulated CPU time (s) 588.74
Current children cumulated vsize (KiB) 67520

[startup+590.315 s]
/proc/loadavg: 1.00 1.00 1.00 3/99 14700
/proc/meminfo: memFree=795872/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=65104 CPUtime=588.8
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 16055 0 0 0 58871 9 0 0 25 0 1 0 1008511163 66666496 15990 4294967295 134512640 135216011 3215664720 3215662864 134537240 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 16276 15990 71 172 0 16103 0
Current children cumulated CPU time (s) 590.34
Current children cumulated vsize (KiB) 67520

[startup+591.115 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14700
/proc/meminfo: memFree=795872/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=65104 CPUtime=589.6
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 16055 0 0 0 58951 9 0 0 25 0 1 0 1008511163 66666496 15990 4294967295 134512640 135216011 3215664720 3215663072 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 16276 15990 71 172 0 16103 0
Current children cumulated CPU time (s) 591.14
Current children cumulated vsize (KiB) 67520

[startup+591.515 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14700
/proc/meminfo: memFree=795872/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=65104 CPUtime=590
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 16055 0 0 0 58991 9 0 0 25 0 1 0 1008511163 66666496 15990 4294967295 134512640 135216011 3215664720 3215663072 134527548 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 16276 15990 71 172 0 16103 0
Current children cumulated CPU time (s) 591.54
Current children cumulated vsize (KiB) 67520

[startup+591.715 s]
/proc/loadavg: 1.00 1.00 1.00 2/99 14700
/proc/meminfo: memFree=795872/2074464 swapFree=1949244/1959888
[pid=12807] ppid=12805 vsize=2416 CPUtime=1.54
/proc/12807/stat : 12807 (SatELiteGTI) S 12805 12807 16367 0 -1 4194304 387 9580 0 0 0 1 147 6 18 0 1 0 1008511008 2473984 278 4294967295 134512640 135169312 3214900544 3214896760 3085520622 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/12807/statm: 604 278 235 161 0 43 0
[pid=12813] ppid=12807 vsize=65104 CPUtime=590.2
/proc/12813/stat : 12813 (minisat_static) R 12807 12807 16367 0 -1 4202496 16055 0 0 0 59011 9 0 0 25 0 1 0 1008511163 66666496 15990 4294967295 134512640 135216011 3215664720 3215663072 134527410 0 0 0 3 0 0 0 17 2 0 0 0
/proc/12813/statm: 16276 15990 71 172 0 16103 0
Current children cumulated CPU time (s) 591.74
Current children cumulated vsize (KiB) 67520

Child status: 20
Real time (s): 591.73
CPU time (s): 591.75
CPU user time (s): 591.58
CPU system time (s): 0.17
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 67520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 591.58
system time used= 0.17
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26305
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20
involuntary context switches= 336

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 04:15:00
IDJOB=1820408
IDBENCH=20398
IDSOLVER=661
FILE ID=tipi11/1820408-1242440100
PBS_JOBID=
Free space on /tmp= 10738 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820408-1242440100/watcher-1820408-1242440100 -o /tmp/evaluation-result-1820408-1242440100/solver-1820408-1242440100 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820408-1242440100.cnf

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED= 1851481752

Linux tipi11 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.431
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.431
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.431
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.431
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:        865136 kB
Buffers:         25280 kB
Cached:        1093216 kB
SwapCached:       5336 kB
Active:         323632 kB
Inactive:       806856 kB
HighTotal:     1178688 kB
HighFree:       223464 kB
LowTotal:       895776 kB
LowFree:        641672 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            4572 kB
Writeback:           0 kB
AnonPages:       11012 kB
Mapped:           5008 kB
Slab:            70060 kB
PageTables:        528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97124 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10738 MiB
End job on tipi11 at 2009-05-16 04:24:52