Trace number 314531

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, and are wall clock time (not CPU 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
SATzilla FULLUNSAT 563.001 563.334

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark412.228
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data (download as text)

10.58/10.67	c run March_dl for 5 seconds ... 
10.58/10.67	c Bin: Executing march_dl
10.58/10.67	c child exit by a signal
10.58/10.67	c march_dl returned code 137.
10.58/10.67	c run saps for 2 seconds ... 
10.58/10.67	c Bin: Executing ubcsat2006
10.58/10.67	c child exited successfully
10.58/10.67	c ubcsat2006 returned code 0.
10.58/10.67	c satzilla computing base features
10.58/10.67	c satzilla doing unit-prop probe
10.58/10.67	c satzilla doing local search probe
10.58/10.67	c satzilla doing lobjois search-space size estimate
10.58/10.67	c satzilla's ranking:
10.58/10.67	c 1) minisat20: 0.834466
10.58/10.67	c 2) march_dl: 2.916553
10.58/10.67	c 3) vallst: 3.154893
10.58/10.67	c 4) eureka: 3.345807
10.58/10.67	c 5) kcnfs: 3.508542
10.58/10.67	c 6) zchaff_rand: 3.773662
10.58/10.67	c 7) kcnfs+P: 999.000000
10.58/10.67	c 8) march_dl+P: 999.000000
10.58/10.67	c 9) vallst+P: 999.000000
10.58/10.67	c 10) zchaff_rand+P: 999.000000
10.58/10.67	c 11) rsat+P: 999.000000
10.58/10.67	c 12) eureka+P: 999.000000
10.58/10.67	c 13) minisat20+P: 999.000000
10.58/10.67	c 14) rsat: 999.000000
10.58/10.67	c satzilla running minisat20 ... 
10.58/10.67	This is MiniSat 2.0 beta
10.58/10.67	WARNING: for repeatability, setting FPU to use double precision
10.58/10.67	============================[ Problem Statistics ]=============================
10.58/10.67	|                                                                             |
10.58/10.67	|  Number of variables:  3189                                                 |
10.58/10.67	|  Number of clauses:    11039                                                |
10.58/10.68	|  Parsing time:         0.00         s                                       |
10.58/10.68	============================[ Search Statistics ]==============================
10.58/10.68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.58/10.68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.58/10.68	===============================================================================
10.58/10.68	|         0 |    3156    10929    28201 |     3643        0    nan |  0.000 % |
10.58/10.69	|       100 |    3155    10929    28201 |     4007       99     11 |  1.066 % |
10.58/10.70	|       250 |    2952    10023    25896 |     4408      209     24 | 13.672 % |
10.65/10.71	|       475 |    2952    10023    25896 |     4848      434     31 | 13.672 % |
10.65/10.74	|       812 |    2753     9268    23986 |     5333      771     33 | 13.672 % |
10.65/10.79	|      1321 |    2753     9268    23986 |     5867     1280     30 | 13.672 % |
10.65/10.85	|      2081 |    2752     9263    23976 |     6453     2039     38 | 13.703 % |
10.87/10.98	|      3221 |    2752     9263    23976 |     7099     3179     38 | 13.703 % |
11.06/11.19	|      4929 |    2752     9263    23976 |     7809     4887     41 | 13.704 % |
11.36/11.49	|      7492 |    2752     9263    23976 |     8590     7450     45 | 13.703 % |
12.25/12.32	|     11336 |    2752     9263    23976 |     9449     6264     49 | 13.703 % |
12.95/13.08	|     17102 |    2752     9263    23976 |    10393     6284     45 | 13.704 % |
14.45/14.59	|     25751 |    2752     9263    23976 |    11433     9019     49 | 13.703 % |
17.35/17.50	|     38727 |    2752     9263    23976 |    12576     9596     34 | 13.703 % |
21.46/21.51	|     58189 |    2752     9263    23976 |    13834     8828     36 | 13.703 % |
28.15/28.20	|     87382 |    2752     9263    23976 |    15217     7961     27 | 13.703 % |
39.05/39.14	|    131171 |    2752     9263    23976 |    16739    11232     34 | 13.703 % |
56.84/56.91	|    196856 |    2752     9263    23976 |    18413    13302     41 | 13.703 % |
85.33/85.47	|    295382 |    2752     9263    23976 |    20254    14767     31 | 13.703 % |
137.12/137.21	|    443172 |    2751     9259    23968 |    22280    11170     31 | 13.735 % |
218.28/218.42	|    664856 |    2751     9259    23968 |    24508    11970     29 | 13.735 % |
352.21/352.53	|    997383 |    2751     9259    23968 |    26959    12965     24 | 13.736 % |
541.04/541.45	|   1496173 |    2742     9119    23674 |    29655    23420     34 | 14.018 % |
562.94/563.32	===============================================================================
562.94/563.32	restarts              : 23
562.94/563.32	conflicts             : 1543195        (2794 /sec)
562.94/563.32	decisions             : 1890127        (1.03 % random) (3423 /sec)
562.94/563.32	propagations          : 539435249      (976788 /sec)
562.94/563.32	conflict literals     : 64416925       (46.15 % deleted)
562.94/563.32	Memory used           : 11.09 MB
562.94/563.32	CPU time              : 552.254 s
562.94/563.32	
562.94/563.33	c Bin: Executing minisat20
562.94/563.33	c child exited successfully
562.94/563.33	c minisat20 returned code 20.
562.94/563.33	s UNSATISFIABLE
562.94/563.33	c SATZILLA_TIME=563.080000

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-314531-1172638610 -o ROOT/results/node6/solver-314531-1172638610 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314531-1172638610/SATzilla2007_F /tmp/evaluation/314531-1172638610/instance-314531-1172638610.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): 2400 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 25101
/proc/meminfo: memFree=1469368/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=1512 CPUtime=0
/proc/25101/stat : 25101 (SATzilla2007_F) R 25099 25101 25017 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 283815775 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135218003 0 0 4096 0 0 0 0 17 1 0 0
/proc/25101/statm: 378 125 110 260 0 84 0
[pid=25102] ppid=25101 vsize=920 CPUtime=0
/proc/25102/stat : 25102 (march_dl) R 25101 25101 25017 0 -1 4194304 135 0 0 0 0 0 0 0 18 0 1 0 283815775 942080 129 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25102/statm: 230 129 50 118 0 109 0

[startup+0.098113 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 25101
/proc/meminfo: memFree=1469368/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=1512 CPUtime=0
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283815775 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25101/statm: 378 125 110 260 0 84 0
[pid=25102] ppid=25101 vsize=2928 CPUtime=0.09
/proc/25102/stat : 25102 (march_dl) R 25101 25101 25017 0 -1 4194304 747 0 0 0 9 0 0 0 19 0 1 0 283815775 2998272 625 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134544567 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25102/statm: 732 625 69 118 0 611 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4440

[startup+0.101114 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 25101
/proc/meminfo: memFree=1469368/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=1512 CPUtime=0
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283815775 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25101/statm: 378 125 110 260 0 84 0
[pid=25102] ppid=25101 vsize=2928 CPUtime=0.09
/proc/25102/stat : 25102 (march_dl) R 25101 25101 25017 0 -1 4194304 747 0 0 0 9 0 0 0 19 0 1 0 283815775 2998272 625 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134542310 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25102/statm: 732 625 69 118 0 611 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4440

[startup+0.301154 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 25101
/proc/meminfo: memFree=1469368/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=1512 CPUtime=0
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283815775 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25101/statm: 378 125 110 260 0 84 0
[pid=25102] ppid=25101 vsize=4460 CPUtime=0.29
/proc/25102/stat : 25102 (march_dl) R 25101 25101 25017 0 -1 4194304 1106 0 0 0 29 0 0 0 21 0 1 0 283815775 4567040 982 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134526962 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25102/statm: 1115 982 75 118 0 994 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5972

[startup+0.701232 s]
/proc/loadavg: 0.71 0.92 0.97 3/77 25101
/proc/meminfo: memFree=1469368/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=1512 CPUtime=0
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283815775 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25101/statm: 378 125 110 260 0 84 0
[pid=25102] ppid=25101 vsize=5464 CPUtime=0.69
/proc/25102/stat : 25102 (march_dl) R 25101 25101 25017 0 -1 4194304 1325 0 0 0 69 0 0 0 25 0 1 0 283815775 5595136 1201 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551939 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25102/statm: 1366 1201 75 118 0 1245 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6976

[startup+1.50139 s]
/proc/loadavg: 0.71 0.92 0.97 2/79 25103
/proc/meminfo: memFree=1464552/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=1512 CPUtime=0
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283815775 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25101/statm: 378 125 110 260 0 84 0
[pid=25102] ppid=25101 vsize=5728 CPUtime=1.49
/proc/25102/stat : 25102 (march_dl) R 25101 25101 25017 0 -1 4194304 1392 0 0 0 149 0 0 0 25 0 1 0 283815775 5865472 1268 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134527835 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25102/statm: 1432 1268 75 118 0 1311 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7240

[startup+3.10271 s]
/proc/loadavg: 0.73 0.92 0.97 2/79 25103
/proc/meminfo: memFree=1464232/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=1512 CPUtime=0
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 283815775 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25101/statm: 378 125 110 260 0 84 0
[pid=25102] ppid=25101 vsize=5860 CPUtime=3.09
/proc/25102/stat : 25102 (march_dl) R 25101 25101 25017 0 -1 4194304 1441 0 0 0 309 0 0 0 25 0 1 0 283815775 6000640 1317 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134551002 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25102/statm: 1465 1317 75 118 0 1344 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 7372

[startup+6.30134 s]
/proc/loadavg: 0.73 0.92 0.97 2/79 25104
/proc/meminfo: memFree=1467944/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=1512 CPUtime=4.99
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 149 1463 0 0 0 0 499 0 16 0 1 0 283815775 1548288 125 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/25101/statm: 378 125 110 260 0 84 0
[pid=25104] ppid=25101 vsize=6188 CPUtime=1.28
/proc/25104/stat : 25104 (ubcsat2006) R 25101 25101 25017 0 -1 4194304 413 0 0 0 110 18 0 0 25 0 1 0 283816275 6336512 395 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/25104/statm: 1547 395 156 64 0 1128 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 7700

[startup+12.7016 s]
/proc/loadavg: 0.77 0.92 0.97 2/79 25105
/proc/meminfo: memFree=1465000/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=4676 CPUtime=2
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 873 0 0 0 200 0 0 0 25 0 1 0 283816842 4788224 866 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525807 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 1169 866 58 118 0 1047 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 7012

[startup+25.5011 s]
/proc/loadavg: 0.81 0.92 0.97 2/79 25105
/proc/meminfo: memFree=1464104/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=5468 CPUtime=14.8
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 1083 0 0 0 1479 1 0 0 25 0 1 0 283816842 5599232 1076 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525601 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 1367 1076 58 118 0 1245 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 7804

[startup+51.1012 s]
/proc/loadavg: 0.87 0.93 0.97 2/79 25105
/proc/meminfo: memFree=1462312/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=7284 CPUtime=40.39
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 1513 0 0 0 4038 1 0 0 25 0 1 0 283816842 7458816 1506 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527560 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 1821 1506 58 118 0 1699 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 9620

[startup+102.305 s]
/proc/loadavg: 0.95 0.94 0.97 2/79 25105
/proc/meminfo: memFree=1461800/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=7812 CPUtime=91.58
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 1650 0 0 0 9156 2 0 0 25 0 1 0 283816842 7999488 1643 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527427 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 1953 1643 58 118 0 1831 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 10148

[startup+162.301 s]
/proc/loadavg: 0.98 0.95 0.97 2/79 25105
/proc/meminfo: memFree=1461352/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=8216 CPUtime=151.56
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 1752 0 0 0 15153 3 0 0 25 0 1 0 283816842 8413184 1745 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134535742 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2054 1745 58 118 0 1932 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 10552

[startup+222.302 s]
/proc/loadavg: 0.99 0.95 0.97 2/79 25105
/proc/meminfo: memFree=1460840/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=8616 CPUtime=211.53
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 1864 0 0 0 21150 3 0 0 25 0 1 0 283816842 8822784 1857 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2154 1857 58 118 0 2032 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 10952

[startup+282.303 s]
/proc/loadavg: 0.99 0.96 0.97 2/85 25209
/proc/meminfo: memFree=1459256/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=8928 CPUtime=271.46
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 1909 0 0 0 27142 4 0 0 25 0 1 0 283816842 9142272 1902 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2232 1902 58 118 0 2110 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 11264

[startup+342.302 s]
/proc/loadavg: 0.99 0.96 0.97 2/85 25281
/proc/meminfo: memFree=1458808/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=9344 CPUtime=331.38
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 2014 0 0 0 33134 4 0 0 25 0 1 0 283816842 9568256 2007 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134535684 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2336 2007 58 118 0 2214 0
Current children cumulated CPU time (s) 342.03
Current children cumulated vsize (KiB) 11680

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 25303
/proc/meminfo: memFree=1457960/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=11356 CPUtime=391.34
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 2505 0 0 0 39129 5 0 0 25 0 1 0 283816842 11628544 2498 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525752 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2839 2498 58 118 0 2717 0
Current children cumulated CPU time (s) 401.99
Current children cumulated vsize (KiB) 13692

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 25303
/proc/meminfo: memFree=1457896/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=11356 CPUtime=451.32
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 2505 0 0 0 45126 6 0 0 25 0 1 0 283816842 11628544 2498 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2839 2498 58 118 0 2717 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 13692

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 25303
/proc/meminfo: memFree=1457832/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=11356 CPUtime=511.3
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 2505 0 0 0 51124 6 0 0 25 0 1 0 283816842 11628544 2498 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2839 2498 58 118 0 2717 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 13692

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

[startup+537.501 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 25303
/proc/meminfo: memFree=1457832/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=11356 CPUtime=526.49
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 2505 0 0 0 52643 6 0 0 25 0 1 0 283816842 11628544 2498 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525749 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2839 2498 58 118 0 2717 0
Current children cumulated CPU time (s) 537.14
Current children cumulated vsize (KiB) 13692

[startup+550.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 25303
/proc/meminfo: memFree=1457832/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=11356 CPUtime=539.3
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 2508 0 0 0 53923 7 0 0 25 0 1 0 283816842 11628544 2501 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2839 2501 58 118 0 2717 0
Current children cumulated CPU time (s) 549.95
Current children cumulated vsize (KiB) 13692

[startup+556.703 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 25303
/proc/meminfo: memFree=1457832/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=11356 CPUtime=545.7
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 2509 0 0 0 54563 7 0 0 25 0 1 0 283816842 11628544 2502 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528423 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2839 2502 58 118 0 2717 0
Current children cumulated CPU time (s) 556.35
Current children cumulated vsize (KiB) 13692

[startup+559.906 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 25303
/proc/meminfo: memFree=1457832/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=11356 CPUtime=548.9
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 2509 0 0 0 54883 7 0 0 25 0 1 0 283816842 11628544 2502 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525446 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2839 2502 58 118 0 2717 0
Current children cumulated CPU time (s) 559.55
Current children cumulated vsize (KiB) 13692

[startup+561.502 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 25303
/proc/meminfo: memFree=1457832/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=11356 CPUtime=550.49
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 2509 0 0 0 55042 7 0 0 25 0 1 0 283816842 11628544 2502 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2839 2502 58 118 0 2717 0
Current children cumulated CPU time (s) 561.14
Current children cumulated vsize (KiB) 13692

[startup+562.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 25303
/proc/meminfo: memFree=1457832/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=11356 CPUtime=551.29
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 2509 0 0 0 55122 7 0 0 25 0 1 0 283816842 11628544 2502 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134528317 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2839 2502 58 118 0 2717 0
Current children cumulated CPU time (s) 561.94
Current children cumulated vsize (KiB) 13692

[startup+563.101 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 25303
/proc/meminfo: memFree=1457832/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=11356 CPUtime=552.1
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 2509 0 0 0 55203 7 0 0 25 0 1 0 283816842 11628544 2502 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134533635 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2839 2502 58 118 0 2717 0
Current children cumulated CPU time (s) 562.75
Current children cumulated vsize (KiB) 13692

[startup+563.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/79 25303
/proc/meminfo: memFree=1457832/2055924 swapFree=4191880/4192956
[pid=25101] ppid=25099 vsize=2336 CPUtime=10.65
/proc/25101/stat : 25101 (SATzilla2007_F) S 25099 25101 25017 0 -1 4194304 1102 1882 0 0 322 12 701 30 25 0 1 0 283815775 2392064 405 18446744073709551615 134512640 135581085 4294956608 18446744073709551615 135217869 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/25101/statm: 584 405 170 260 0 290 0
[pid=25105] ppid=25101 vsize=11356 CPUtime=552.29
/proc/25105/stat : 25105 (minisat20) R 25101 25101 25017 0 -1 4194304 2509 0 0 0 55222 7 0 0 25 0 1 0 283816842 11628544 2502 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134527874 0 0 8392704 3 0 0 0 17 1 0 0
/proc/25105/statm: 2839 2502 58 118 0 2717 0
Current children cumulated CPU time (s) 562.94
Current children cumulated vsize (KiB) 13692

Child status: 20
Real time (s): 563.334
CPU time (s): 563.001
CPU user time (s): 562.497
CPU system time (s): 0.503923
CPU usage (%): 99.941
Max. virtual memory (cumulated for all children) (KiB): 13692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 562.497
system time used= 0.503923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5511
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= 27
involuntary context switches= 11942

runsolver used 0.583911 second user time and 1.47677 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Wed Feb 28 04:56:51 UTC 2007

IDJOB= 314531
IDBENCH= 20393
IDSOLVER= 136
FILE ID= node6/314531-1172638610

PBS_JOBID= 3980939

Free space on /tmp= 66463 MiB

SOLVER NAME= SATzilla FULL
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-21.cnf
COMMAND LINE= /tmp/evaluation/314531-1172638610/SATzilla2007_F /tmp/evaluation/314531-1172638610/instance-314531-1172638610.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-314531-1172638610 -o ROOT/results/node6/solver-314531-1172638610 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314531-1172638610/SATzilla2007_F /tmp/evaluation/314531-1172638610/instance-314531-1172638610.cnf            

META MD5SUM SOLVER= cf97f3a2fd0b75b608f79c1ce3d2be4a
MD5SUM BENCH=  627e3d704e5200c3037f9c9d83c939c1

RANDOM SEED= 759934452

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.277
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1469840 kB
Buffers:         24760 kB
Cached:         442224 kB
SwapCached:        448 kB
Active:         191816 kB
Inactive:       330736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1469840 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           10504 kB
Writeback:           0 kB
Mapped:          65496 kB
Slab:            49212 kB
Committed_AS:   975324 kB
PageTables:       1744 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66463 MiB

End job on node6 on Wed Feb 28 05:06:14 UTC 2007